/*
Theme Name:     Allbrevard-blue-1
Theme URI:      
Description:    Astra child theme.
Author:         Me
Author URI:     
Template:       astra
Version:        0.1.0f
*/

:root {
	--theme-color-black: #000000;
	--theme-color-blue: #0030cc;
	--theme-color-darkblue: #003468;
	--theme-color-darkgreen: #075500;
	--theme-color-green: #007900;
	--theme-color-verylightgreen: #eeffee;
	--theme-color-grey: #999999;
	--theme-color-lightgrey: #efefef;
	--theme-color-lightblue: #c0dbf7;
	--theme-color-verylightblue: #e0eefc;
	--theme-color-mediumblue: #0060c0;
	--theme-color-orange: #ffa900;
	--theme-color-white: #ffffff;
	--theme-color-yellow: #ffff00;
	--theme-color-lightorange: #fff4f4;
	--theme-color-carpblue: #5baad0;
	--theme-color-red: #ff0000;
	--theme-color-darkred: #770000;
	--theme-color-carporange: #f95a55;
	--theme-color-lightpink: #ffeeee;
}

/* Main Styles */

::selection {
	background: var(--theme-color-darkgreen);
	color: var(--theme-color-lightblue);
}

body {
	font-family: "Roboto Slab";
	color: var(--theme-color-darkblue);
}

#content {
	background-image: linear-gradient(var(--theme-color-mediumblue),
			var(--theme-color-carpblue));
	padding: 0 12px 12px 12px;
}

#content .ast-container {
	margin: 0 0;
	padding: 0 15px 25px 15px;
	background-color: var(--theme-color-white);
}

#content .ast-container {
	background-image: url(images/carp-sidebar-1.jpg);
	background-size: 280px 100%;
	background-position: right;
	background-repeat: repeat-y;
}

.error404 .ast-container {
	background-image: none;
}

.home #content .ast-container {
	background-image: url(images/test.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.error404 #content .ast-container {
	background-image: url(images/test.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

h1,
.ast-archive-description .ast-archive-title {
	font-size: 1.7em;
}

.home h1 {
	-height: 1;
	margin-bottom: 0;
	padding: 8px;
	border-radius: 10px 10px 0 0;
	background-color: var(--theme-color-darkblue);
	color: var(--theme-color-white);
}

.single h1 {
	line-height: 1.1;
}

#primary,
#primary,
#secondary {}

h1,
.entry-content h1,
h2,
.entry-content h2,
h3,
.entry-content h3,
h4,
.entry-content h4,
h5,
.entry-content h5,
h6,
.entry-content h6 {
	color: var(--theme-color-darkblue);
	font-family: "Open Sans";
	line-height: 1;
}

a {
	color: var(--theme-color-blue);
	text-shadow: 0.2px 0.2px 0 var(--theme-color-blue);
}

a:hover {
	color: var(--theme-color-darkred);
	text-shadow: 0.2px 0.2px 0 var(--theme-color-darkred);
}

.ast-small-footer {
	border: 0;
}

.ast-footer-overlay {
	background-image: linear-gradient(var(--theme-color-black),
			var(--theme-color-blue));
}

.allbre-mobile {
	display: none;
}

/* Header */

.main-header-container {
	background-image: url(images/carp.logoback.2.png);
	background-position: right top;
}

.ast-main-header-bar-alignment {
	width: 100%;
	height: 35px;
	margin-bottom: 0;
	background-color: var(--theme-color-mediumblue);
}

.ast-header-break-point .ast-main-header-bar-alignment,
.main-header-bar .main-header-bar-navigation.toggle-on {
	padding: 0;
	margin: 0;
	height: 0;
}

.ast-header-break-point .ast-main-header-bar-alignment {
	background-color: var(--theme-color-white);
}

.main-header-bar {
	line-height: 1;
}

#masthead .ast-container {
	padding-left: 0;
	padding-right: 0;
}

.ast-header-break-point #masthead .ast-container {
	padding-left: 0;
}

.allbre-search-head {
	display: grid;
	grid-template-columns: 50% 50%;
	grid-gap: 1px;
	padding: 0 0;
	margin: 0 5px;
	background-color: transparent;
	color: var(--theme-color-white);
	border: 1px solid transparent;
}

.allbre-search-head .button,
.allbre-search-head input {
	padding: 2px 3px;
}

.main-header-bar .main-header-bar-navigation.toggle-on li {
	margin-right: 20px;
}

/* Menus */

.main-header-menu li:hover>.ast-menu-toggle,
.main-header-menu .current-menu-ancestor>.ast-menu-toggle,
#primary-menu li.current-menu-item a {
	color: var(--theme-color-orange);
}

.ast-header-break-point .ast-mobile-menu-buttons-minimal.menu-toggle {
	background-color: var(--theme-color-darkblue);
	color: var(--theme-color-white);
	margin-left: 15px;
}

.main-header-menu .menu-link,
.main-header-menu a {
	padding: 0 0.6em;
}

.main-header-menu .sub-menu,
#primary-menu .sub-menu li {
	background-color: var(--theme-color-darkblue);
}

#primary-menu .sub-menu li:hover {
	background-color: var(--theme-color-darkgreen);
}

#primary-menu li.current-menu-item,
#primary-menu li:hover {
	background-color: var(--theme-color-darkblue);
}

#primary-menu li a,
.ast-menu-toggle {
	color: var(--theme-color-white);
}

.header-main-layout-3 .main-navigation {
	padding-right: 0px;
	width: 100%;
}

.ast-header-break-point li.menu-item {
	background-color: var(--theme-color-mediumblue);
}

.menu-item {
	font-family: "Roboto Condensed";
}

.main-header-menu .sub-menu a {
	padding: 5px 5px 5px 10px;
}

.main-header-menu .sub-menu {
	width: 195px;
}

.main-header-bar .main-header-bar-navigation .menu-item-has-children>.menu-link:after {
	margin-left: 2px;
}

/* sidebar */

.ast-right-sidebar #primary {
	margin: 10px 0 0 0;
	padding: 0 25px 0 0;
	border: 0;
	width: calc(100% - 250px);
}

.ast-right-sidebar #secondary {
	margin: 10px 0 0 0;
	padding: 0 10px 0 0;
	border: 0;
	width: 250px;
}

/* Widgets */

.sidebar-main .widget-title {
	line-height: 1;
	margin-bottom: 0;
	padding: 8px;
	border-radius: 10px 10px 0 0;
	font-size: 1.1em;
	background-color: var(--theme-color-darkblue);
	color: var(--theme-color-white);
}

.sidebar-main p {
	border: 1px solid transparent;
	line-height: 1.4;
	margin-bottom: 3px;
}

.sidebar-main .textwidget {
	padding: 10px;
	border-radius: 0 0 10px 10px;
	background-color: var(--theme-color-verylightblue);
}

.widget {
	margin-bottom: 1.2em;
}

.wp-caption-text {
	display: none;
}

.allbre-search-form {
	margin-bottom: 10px;
}

.textwidget .allbre-search-form .search-field {
	width: 70%;
	float: left;
}

.textwidget .allbre-search-form .button {
	padding: 6px;
	margin-left: 3px;
}

.allbre-search-form label {
	visibility: hidden;
}

/* cart */

.allbre-cart-footer {
	text-align: right;
}

.allbre-right {
	display: inline-block;
	padding: 5px;
	font-weight: 700;
}

.allbre-showcart {
	text-align: right;
	display: none;
}

.allbre-showcart a.button {
	font-size: 90%;
	padding: 3px 5px;
	background-color: var(--theme-color-green);
	position: relative;
	top: 2px;
}

.allbre-showcart a.button:hover {
	background-color: var(--theme-color-orange);
}

.allbre-grid-cart {
	display: grid;
	grid-template-columns: 20% 30% 25% 25%;
	grid-template-areas:
		"a b b b"
		"d d d c";
	grid-gap: 1px;
	padding: 8px 4px 8px 1px;
	margin-bottom: 8px;
	background-color: var(--theme-color-lightblue);
}

.a {
	grid-area: a;
}

.b {
	grid-area: b;
}

.c {
	grid-area: c;
}

.d {
	grid-area: d;
}

.allbre-grid-cart .grid-box {
	background-color: #fff;
	padding: 5px;
}

.grid-box.c button {
	margin-top: 20px;
}

/* forms */

input[type="text"],
input,
select,
textarea,
input::placeholder {
	padding: 3px;
}

input[type="number"].allbre-number {
	padding: 2px 2px;
	font-weight: 700;
	text-align: center;
	line-height: 1;
}

button,
.button,
input[type="submit"] {
	background-color: var(--theme-color-mediumblue);
	padding: 8px;
	line-height: 1;
	font-family: "Roboto Condensed";
}

/* Products */

.allbre-article {
	padding: 5px 5px 0 5px;
	margin-bottom: 10px;
	border: 1px solid #eeeeee;
}

.allbre-article p {
	margin-bottom: 5px;
}

.page .entry-header,
.allbre-article .entry-header,
.allbre-product-name {
	margin-bottom: 8px;
}

.home .entry-header {
	margin-bottom: 3px;
}

.allbre-price-original {
	text-decoration: line-through;
}

.sale-price {
	font-weight: 700;
	font-size: 120%;
	color: var(--theme-color-darkgreen);
}

.allbre-product-thumbnail {
	float: left;
	margin: 10px;
	width: 120px;
}

.allbre-product-thumbnail .allbre-spacer {
	width: 100%;
	height: 45px;
}

.allbre-product-main {
	width: calc(100% - 140px);
	float: right;
}

.allbre-label {
	display: block;
	clear: left;
}

.allbre-span {
	margin-right: 5px;
}

.allbre-span.bold,
.allbre-label.bold {
	font-weight: 700;
	margin-right: 5px;
}

.allbre-availability,
.allbre-description {
	display: block;
	margin: 0 0 10px 0;
}

.allbre-product-meta div b:first-child,
.allbre-product-meta div b:first-child {
	color: var(--theme-color-darkgreen);
}


.allbre-product-meta div b.special_1 {
	color: red;
	font-size: 110%;
}

.allbre-data {
	display: block;
	max-width: 200px;
	width: auto;
	background-color: var(--theme-color-verylightblue);
	padding: 2px 6px 2px 6px;
	font-size: 85%;
}

.allbre-divider {
	margin-top: 8px;
}

.allbre-home-wrapper {
	display: grid;
	grid-template-columns: calc(50% - 2px) calc(50% - 2px);
	grid-gap: 4px;
	padding: 0;
	margin-bottom: 8px;
	background-color: transparent;
	width: 100%;
}

.allbre-home-wrapper div,
.allbre-home-top {
	padding: 10px;
	margin-bottom: 3px;
	border-radius: 20px;
}

.allbre-home-top {
	background-color: var(--theme-color-lightblue);
	padding-bottom: 5px;
}

.allbre-home-wrapper div.radt {
	border-radius: 20px;
}

/*
.allbre-home-bottom {
	border-radius: 20px;
	background: linear-gradient(
		0deg,
		rgba(0, 96, 192, 0.5) 1px,
		rgba(255, 255, 255, 0.8) 10%
	);
	padding: 10px 10px 30px 10px;
	display: grid;
}
*/

.allbre-home-wrapper .left {
	background-color: var(--theme-color-mediumblue);
	color: white;
	background: linear-gradient(170deg,
			rgba(0, 0, 0, 0.9) 10px,
			rgba(0, 96, 192, 0.7) 20%);
}

.allbre-home-wrapper .left h2 {
	color: var(--theme-color-white);
	font-size: 160%;
	margin-bottom: 5px;
}

.allbre-home-wrapper .right h2,
.allbre-home-bottom h2 {
	color: var(--theme-color-black);
	font-size: 160%;
	margin-bottom: 5px;
}

.allbre-home-top h2 {
	font-size: 160%;
	font-weight: 700;
	background-color: var(--theme-color-darkred);
	color: var(--theme-color-white);
	width: 100%;
	text-align: center;
	padding: 3px;
	line-height: 1.2;
	margin-bottom: 3px;
	border-radius: 5px;
	display: block;
}

.allbre-home-wrapper .right {
	background: linear-gradient(170deg,
			rgba(0, 96, 192, 0.4) 10px,
			rgba(255, 255, 255, 0.8) 20%);
}

/*
.allbre-home-wrapper .right a {
	text-decoration: underline;
}
*/

.allbre-home-wrapper .left a {
	color: var(--theme-color-yellow);
	text-decoration: underline;
}

.allbre-home-top .allbre-image-container {
	float: left;
	max-width: 250px;
	margin-right: 15px;
}

.allbre-previous {}

.allbre-next {
	float: right;
}

.allbre-grid-product {
	display: grid;
	grid-template-columns: 220px calc(100% - 220px);
	grid-template-areas: "a b";
	grid-gap: 8px;
	padding: 0;
	margin: 0;
	background-color: var(--theme-color-white);
}

.allbre-product-meta {
	grid-area: b;
	padding-right: 8px;
}

.allbre-product-meta h3 {
	display: inline-block;
}

.allbre-product-image {
	grid-area: a;
}

.allbre-content h2,
.entry-content h2,
h2 {
	font-size: 1.2em;
}

.allbre-form-control {
	margin-bottom: 10px;
}

.allbre-alert {
	color: var(--theme-color-darkgreen);
	font-weight: 700;
}

.allbre-error {
	background-color: var(--theme-color-red);
	font-size: 150%;
	font-weight: bold;
	padding: 10px;
	width: 100%;
	text-align: center;
	color: var(--theme-color-white);
}

/* .allbre-GENERICS */

/* temp */

.allbre-temp-notice {
	border: 1px solid #000000;
	background-color: var(--theme-color-verylightgreen);
	padding: 7px;
	font-size: 80%;
	font-weight: 700;
	margin: 5px 0 0 0;
	width: 100%;
	min-height: 40px;
}

.allbre-temp span {
	margin: 0 5px 0 5px;
	white-space: nowrap;
}

.allbre-temp-notice .big {
	display: inline-block;
	margin-left: 20px;
	font-size: 125%;
	font-weight: 700;
}

.allbre-temp-notice a {
	text-shadow: none;
}

/* Footer */
.site-footer .widget-title {
	font-size: 120%;
}

.site-footer .textwidget a {
	color: var(--theme-color-yellow);
	font-size: 120%;
}

.site-footer .textwidget a:hover {
	color: var(--theme-color-orange);
	font-size: 120%;
}

.allbre-home-wrapper .right h2,
.allbre-home-bottom h2 {
	color: var(--theme-color-black);
	font-size: 160%;
	margin-bottom: 0;
}

h2.widget-title {
	margin-bottom: 5px;
}

.allbre-image-container {
	margin: 10px;
}


.allbre-post-meta .allbre-image-container {
	float: right;
	margin: 0 0 10px 10px;
}


.allbre-grid-product .allbre-image-container img {
	padding: 5px;
}

.allbre-home-bottom .allbre-image-container a {
	border: none;
}

.allbre-image-container img,
.ml-slider img {
	border: 2px solid;
	border-radius: 8px;
	color: var(--theme-color-lightblue);
}

.allbre-image-container .image-sold {
	position: absolute;
	width: 183px;
	opacity: 66%;
	border: 0;
	margin: 0;
	padding: 0;
}

.allbre-home-bottom .allbre-image-container {
	width: 300px;
	float: left;
}


.ast-row {
	display: grid;
	grid-template-columns: 33% 34% 33%;
}

.ast-row::before {
	display: none;
}

.ast-row article.ast-col-sm-4 {
	border: 1px solid transparent;
	width: 100%;
}

.ast-row article.ast-col-sm-4 p::before {
	border: 1px solid red;
	display: none;
}





/* Media Rules */

@media (max-width: 420px) {
	.allbre-grid-product {
		grid-template-columns: 100%;
		grid-template-areas:
			"a"
			"b";
		grid-gap: 1px;
		padding: 8px 1px 8px 1px;
		margin-bottom: 8px;
		background-color: var(--theme-color-white);
	}
}

@media (max-width: 550px) {


	.ast-row {
		display: block;
	}


	.allbre-product-meta img {
		float: none;
	}

	.allbre-error {
		font-size: 110%;
		padding: 5px;
	}

	.allbre-home-wrapper {
		display: block;
	}

	.allbre-grid-cart {
		grid-gap: 0;
		grid-template-columns: 100%;
		grid-template-areas:
			"b"
			"a"
			"d"
			"c";
	}

	.allbre-image-container,
	.allbre-image-container img {
		width: 100%;
	}

	.allbre-home-top .allbre-image-container {
		float: none;
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
}

.allbre-show-mobile {
	display: none;
}

.allbre-hide-mobile {
	display: block;
}

@media (max-width: 620px) {
	.allbre-show-mobile {
		display: block;
	}

	.allbre-hide-mobile {
		display: none;
	}

	.main-header-container {
		background-image: url(images/carp.logoback.1.blank.png);
	}

	#content .ast-container {
		padding: 0 8px 15px 8px;
		background-color: var(--theme-color-white);
	}

	.allbre-mobile {
		display: block;
		width: 100%;
		text-align: center;
		margin: 5px auto;
	}

	.allbre-mobile a {
		background-color: var(--theme-color-carporange);
		font-size: 1.8em;
		border-radius: 20px;
		color: var(--theme-color-white);
		display: block;
		max-width: 80%;
		margin: 5px auto;
	}

	.allbre-mobile-span {
		display: inline;
		margin: 5px auto;
	}

	.allbre-mobile-span a {
		background-color: var(--theme-color-carporange);
		font-size: 1.8em;
		border-radius: 20px;
		color: var(--theme-color-white);
		display: inline;
		margin: 5px auto;
	}

	.allbre-image-container {
		float: none;
		margin: 0;
	}
}

@media (max-width: 768px) {
	.allbre-home-wrapper .right {
		margin-top: 0;
		border-radius: 20px;
	}

	#content .ast-container {
		background-image: none;
	}

	.ast-right-sidebar #secondary {}

	.sidebar-main {
		border-radius: 20px;
	}

	.ast-right-sidebar #primary,
	.ast-right-sidebar #secondary {
		width: 100%;
		margin: 15px 0 0 0;
		padding: 0 0 0 0;
	}

	.allbre-article .entry-title,
	.allbre-article .entry-title a {
		line-height: 0.8;
	}

	h5.entry-title a {
		font-size: 60%;
	}


}




.home .entry-title {
	color: var(--theme-color-white);
}

.allbre-brand-list {
	margin-top: 10px;
}

.allbre-brand-list a.index {
	font-size: 110%;
	padding: 1px 4px;
	margin: 4px;
	display: inline-block;
	border: 1px solid var(--theme-color-lightblue);
}

.allbre-brand-list a.index:hover {
	background-color: var(--theme-color-carporange);
}

.allbre-brand-list span {
	display: block;
}

.allbre-brand-list span.first-letter {
	margin: 40px 0 10px 0;
	font-size: 125%;
	font-weight: 700;
}

.allbre-brand-list a.back-to-top {
	float: right;
	font-size: 90%;
}

.allbre-brand-list span {
	display: block;
	padding: 0;
	margin-bottom: 5px;
	line-height: 1.5;
}

.allbre-cat-link {
	margin-bottom: 5px;
	text-align: right;
}

.archive .entry-header,
.single .entry-header {
	min-height: 40px;
	margin: 0;
}

.widget img {
	border-right: 2px solid;
	border-bottom: 2px solid;
	border-left: 2px solid;
	border-radius: 0 0 10px 10px;
}

label.allbre-radio-label {
	border: 1px solid;
	padding: 1em;
	display: block;
	float: left;
	margin-right: 5px;
}

input.allbre-radio-square {
	font-weight: 700;
	font-size: 120%;
}

div.allbre-radio-container {
	height: 60px;
}

.sale-price span {
	display: none;
}

.sale-price.showHidden span {
	display: block;
	color: red;
}

.textwidget li:before {
	content: "☀";
	padding-right: 5px;
	color: var(--theme-color-carporange);
	font-size: 1.2em;
}

.textwidget a {
	display: inline-block;
	padding: 3px;
	line-height: 1.5;
}

.textwidget li {
	line-height: 1.2;
	padding: 5px;
	margin: 5px;
}

.textwidget li a {
	display: inline;
	line-height: 1;
}

.ast-archive-description {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #eee;
}

.ast-archive-description p {
	font-size: 1em;
	line-height: 1.4;
	margin-bottom: 8px;
}

.post-content h2 {
	margin-bottom: 5px;
	line-height: 1.3;
}

.flex-container-bottom {
	display: flex;
	align-items: flex-end;
	height: 2.7em;
}

.single .allbre-post-meta h2,
.single .post-content.ast-col-md-12 h2,
.single .allbre-post-meta h3,
.single .post-content.ast-col-md-12 h3 {
	display: inline-block;
	line-height: 1.2em;
}

.allbre-product-search {
	line-height: 1.4;
}

.allbre-product-search div {
	border: 1px solid transparent;
	margin-bottom: 5px;
}

.allbre-product-search span {
	border: 1px solid transparent;
}

.allbre-product-search .price,
.allbre-product-search .sku {
	font-size: 80%;
	font-weight: 700;
}


.dot-red {
	height: 11px;
	width: 11px;
	background-color: red;
	border-radius: 50%;
	display: inline-block;
	margin-right: 3px;
}

.dot-green {
	height: 11px;
	width: 11px;
	background-color: green;
	border-radius: 50%;
	display: inline-block;
	margin-right: 3px;
}

.allbre-highlight {
	background-color: var(--theme-color-verylightgreen);
	border: 1px solid var(--theme-color-lightblue);
	padding: 5px;
	margin-bottom: 10px;
}

#text-6 .textwidget {
	padding: 0;
}

.allbre-highlight {
	color: var(--theme-color-darkblue);
	padding: 2px 7px;
	border: 1px solid var(--theme-color-carpblue);
	background-color: var(--theme-color-lightblue);
	margin-top: 5px;
}

.sold {}

.allbre-span-sold {
	display: inline-block;
	font-size: 80%;
	color: var(--theme-color-darkred);
	font-weight: 700;
	margin-left: 6px;
}

.wpcf7 {
	max-width: 400px;
	margin: 0 auto 0 auto;
	border: 1px solid;
	padding: 10px;
	background-color: var(--theme-color-lightblue);
	border-radius: 12px;
	padding: 20px;
	max-width: 600px;
}

.wpcf7 fieldset {
	border-color: var(--theme-color-grey);
	margin-bottom: 10px;
	background-color: var(--theme-color-white);
}

.wpcf7 legend {
	color: var(--theme-color-white);
	background-color: var(--theme-color-darkblue);
	margin-bottom: 5px;
}

.wpcf7 label {
	font-family: "Open Sans";
	font-weight: 700;
}

.wpcf7 textarea {
	height: 90px;
}

.allbre-form-group {
	margin-bottom: 15px;
	padding: 5px;
	background-color: var(--theme-color-verylightblue);
}

.wpcf7 input:not([type="submit"]),
.wpcf7 textarea,
.wpcf7 select {
	padding: 4px;
	background-color: var(--theme-color-lightgrey);
	border: 1px solid var(--theme-color-grey);
}

.allbre-product-image img {
	border: 2px solid var(--theme-color-verylightblue);
}

.allbre-super {
	display: none;
}

.allbre-home-wrapper .right .rslides_nav {
	text-decoration: none;
	padding: 5px;
	font-size: 110%;
	background-color: var(--theme-color-carpblue);
	border-radius: 3px;
	opacity: 100%;
}

.allbre-shipping {
	display: block;
	margin: 10px 0;
}

.allbre-shipping h3 {
	font-size: 100%;
	font-weight: 700;
}

.error-404 .page-sub-title {
	color: var(--theme-color-yellow);
	font-size: 175%;
	font-family: "Open Sans";
}

.allbre-admin-link a {
	color: var(--theme-color-darkred);
	font-size: 90%;
}

.allbre-admin-link a:hover {
	color: var(--theme-color-mediumblue);
}

.allbre-admin-button {
	margin-top: 10px;
}

.allbre-admin-button .button {
	border: 1px solid red;
	padding: 5px;
	margin: 0 3px;
	font-family: "Roboto Condensed";
	/*
	color: var(--theme-color-black);
	*/
	background-color: var(--theme-color-darkred);
}

.ast-col-lg-3 {
	width: 100%;
}

.allbre-standard {
	margin-bottom: 5px;
}

.allbre-small {
	font-size: 80%;
	font-color: var(--theme-color-darkred);
}

.allbre-notify-form {
	display: inline-block;
}


.allbre-notify-form button {
	outline: 0;
	border: 1px solid var(--theme-color-black);
	border-radius: 3px;
	padding: 2px 4px;
	letter-spacing: .1em;
	color: var(--theme-color-white);
	margin-left: 5px;
	margin-right: 5px;
	text-shadow: none;
	transition: all 80ms linear;
	background-color: var(--theme-color-green);
	font-size: 85%;
	font-weight: 700;
}

.allbre-notify-form button:hover {
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 8%);
	background-color: var(--theme-color-darkred);
}

.allbre-product-search div.allbre-notify {
	border: 1px solid var(--theme-color-red);
	background-color: var(--theme-color-lightpink);
	padding: 2px 4px;
}

.allbre-product-search div.allbre-notify .avail,
.allbre-product-meta .avail {
	color: var(--theme-color-darkred);
	font-size: 85%;
	font-weight: 700;
}

.allbre-highlight {
	background-color: #660000;
	color: white;
	padding: 3px 6px;
	line-height: 1.3;
}