/* Main Wrapper */

#mainWrapper {
	position: relative;
	text-align: left;
	margin: 0 auto;
	min-width: 320px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	overflow: hidden;
	padding-top: 217px;
	-webkit-transition: padding-top 0.3s;
	-o-transition: padding-top 0.3s;
	transition: padding-top 0.3s;
}

body.scrolled #mainWrapper {
	padding-top: 171px;
}

@supports (overflow:clip) {
	#mainWrapper {
		overflow: clip;
	}
}

/* Header */

#header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background: #fff;
	font-size: 17px;
	font-weight: bold;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 1000000;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

#header .top {
	position: relative;
	background: #676867;
}

#header .top .section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 35px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}

#header .top .members {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#header .top .members li {
	margin: 0 0 0 40px;
	padding: 0;
	list-style: none;
}

#header .top .members li a {
	display: inline-block;
	color: #fff;
}

#header .top .members li .login {
	display: none;
	position: absolute;
	right: -10px;
	top: 35px;
	width: 270px;
	margin-top: 0;
	border: 2px solid #676867;
	border-top: 0;
	background: #87c346;
	padding: 15px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

#header .top .members li .login .field {
	margin-bottom: 10px;
}

#header .top .members li .login label {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}

#header .top .members li .login .textbox {
	display: block;
	margin: 0;
	padding: 10px;
	width: 100%;
	height: 35px;
	background: #fff;
	border: 2px solid #676867;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	border-radius: 5px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#header .top .members li .login .password {
	height: 35px;
}

#header .top .members li .login .loginBtn {
	display: block;
	margin: 12px 0 0;
	padding: 0;
	width: 100%;
	height: 40px;
	border: 2px solid #000;
	background: #676867;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	border-radius: 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#header .middle .section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 136px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}

/* Banner */

#banner {
	position: relative;
}

#banner img {
	display: block;
	width: 100%;
}

body.scrolled #header .middle .section {
	height: 100px;
}

#header .middle .logo {
	display: block;
	width: 263px;
	-webkit-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
}

body.scrolled #header .middle .logo {
	width: 224px;
}

#header .middle .tagLine {
	margin: 0 0 0 1.2em;
	font-size: 25px;
	font-weight: normal;
	color: #000000;
	max-width: 13.6em;
}

#header .middle .logo img {
	display: block;
	width: 100%;
}

#header .middle .made {
	margin-left: auto;
	width: 82px;
	-webkit-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
}

body.scrolled #header .middle .made {
	width: 66px;
}

#header .bottom {
	background: #87c346;
	color: #fff;
}

#header .bottom .section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 47px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

body.scrolled #header .bottom .section {
	height: 37px;
}

#header .bottom #navigation ul {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#header .bottom #navigation ul li {
	position: relative;
	margin: 0 40px 0 0;
	padding: 0;
	list-style: none;
}

#header .bottom #navigation ul li a {
	position: relative;
	color: #fff;
}

#header .bottom #navigation ul li ul {
	margin: 0;
	text-align: left;
	position: absolute;
	left: -15px;
	padding: 13px 0 0;
	min-width: calc(100% + 15px);
	border-bottom: 0.2105263157894737em solid #5a5c5c;
	border-radius: 0.2631578947368421em;
	z-index: 1;
	display: block;
	-webkit-transition: padding-top 0.3s;
	-o-transition: padding-top 0.3s;
	transition: padding-top 0.3s;
}

body.scrolled #header .bottom #navigation ul li ul {
	padding-top: 8px;
}

#header .bottom #navigation ul li ul li {
	float: none;
	position: static;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	background: #676867;
	color: #000;
}

#header .bottom #navigation ul li ul li a {
	display: block;
	padding: 0.5263157894736842em 15px;
	line-height: 1.2;
	white-space: nowrap;
	color: #fff !important;
	min-width: 100%;
	height: auto;
}

#header .bottom #navigation ul li ul li a:before {
	display: none;
}

#header .bottom #navigation ul li ul li:hover {
	background-color: #555857;
	color: #fff;
}

#header .bottom #navigation ul li ul {
	visibility: hidden;
	opacity: 0;
	margin-left: 0;
	-webkit-transform: translateX(-2%);
	-ms-transform: translateX(-2%);
	transform: translateX(-2%);
	-webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	-o-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

#header .bottom #navigation ul li:hover ul {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition-delay: 0s, 0s, 0.3s;
	-o-transition-delay: 0s, 0s, 0.3s;
	transition-delay: 0s, 0s, 0.3s;
}

#header .bottom #navigation ul li.hasSub ul a:after {
	display: none
}

#header .bottom #navigation ul li.hasSub>a {
	padding-right: 0.9em;
}

#header .bottom #navigation ul li.hasSub>a:before {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.29em;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.5789473684210526em 0.3157894736842105em 0 0.3157894736842105em;
	border-color: #fff transparent transparent transparent;
	pointer-events: none;
	-webkit-transition: transform 0.3s, border-color 0.3s;
	-webkit-transition: border-color 0.3s, -webkit-transform 0.3s;
	transition: border-color 0.3s, -webkit-transform 0.3s;
	-o-transition: transform 0.3s, border-color 0.3s;
	transition: transform 0.3s, border-color 0.3s;
	transition: transform 0.3s, border-color 0.3s, -webkit-transform 0.3s;
}

#header .bottom #navigation ul li.hasSub:hover>a:before {
	border-color: #fff transparent transparent transparent;
	background-position: left bottom;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

#header .bottom #navigation ul li.Current>a:before,
#header .bottom #navigation ul li.Parent>a:before {
	border-color: #fff transparent transparent transparent;
}

/* Slider */

#slider .slides {
	margin: 0;
	padding: 0;
}

#slider .slides li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#slider .slides li img {
	display: block;
	width: 100%;
}

/* Content */

#content .section {
	padding-top: 50px;
	padding-bottom: 50px;
}

#content .section .section {
	padding-top: 0;
	padding-bottom: 0;
}

/* Products Listing */

.productsListing {
	--gap: 20px;
	margin: 30px calc(var(--gap) * -1) -30px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.productsListing li {
	margin: 0 0 30px;
	padding: 0 var(--gap);
	list-style: none;
	text-align: center;
	width: 20%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.productsListing li a {
	color: #000;
}

.productsListing li img {
	display: block;
	margin: 0 auto 16px;
}

.productsListing li .name {
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 17px;
}

.productsListing li .top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-bottom: 3px;
}

.productsListing li .top select {
	display: block;
	margin: 0 0 6px;
	padding: 0 5px;
	width: 100%;
	height: 30px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 11.5px;
}

.productsListing li .price, #product-pricebox .product-price {
	display: block;
	font-weight: bold;
	color: #4b4747;
}

.productsListing li .price .special, #product-pricebox .product-price.onspecial {
	color: red;
}

.productsListing li .units {
	display: block;
	font-size: 12px;
	color: #8bbf57;
}

.productsListing li .bottom {
	min-height: 136px;
}

.productsListing li .btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 133px;
	margin: 0 auto;
}

.productsListing li .btns .linkBtn {
	margin: 10px 0 0;
	width: 100%;
}

.productsListing li .btns .linkBtn.soldOut, .btns .linkBtn.soldOut {
	background: #e50000;
}

/* Footer */

#footer {
	background: #676867;
	color: #fdfdfd;
}

#footer .section {
	padding-top: 30px;
	padding-bottom: 30px;
}

#footer .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	margin: 0 0 20px;
	font-weight: bold;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#footer .title:before,
#footer .title:after {
	content: "";
	height: 1px;
	background: #fdfdfd;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

#footer .title:before {
	margin-right: 20px;
}

#footer .title:after {
	margin-left: 20px;
}

#footer .brands {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#footer .brands .brand {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 10px 30px;
}

#footer .brands .brand ul {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#footer .brands .brand ul li {
	margin: 0 5px 0 0;
	padding: 0;
	list-style: none;
}

#footer .brands .brand ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	background: #8bbf57;
	border-radius: 100%;
}

#footer .brands .brand ul li a img {
	display: block;
	height: 18px;
	margin: 0 auto;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

#footer .brands .brand ul li a:hover {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

#footer .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#footer .info .name {
	color: #8bbf57;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 8px;
}

#footer .info .links {
	width: 25%;
	padding-right: 10px;
}

#footer .info .links ul {
	margin: 0;
	padding: 0;
}

#footer .info .links ul li {
	margin: 0 0 3px;
	padding: 0;
	list-style: none;
}

#footer .info .links ul li a {
	color: #fff;
}

#footer .info .links ul li a:hover {
	text-decoration: underline;
}

/* Mobile Navigation */

#menuBtn {
	display: none;
	position: absolute;
	width: 30px;
	outline: none;
	z-index: 10;
	top: 8px;
	left: 6px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#menuBtn span {
	display: block;
	height: 4px;
	margin-bottom: 4px;
	background: #87c346;
	border-radius: 10px;
}

.mm-hasnavbar-top-1 .mm-panels,
.mm-navbar-top-2 {
	background: #87c346;
}

.mm-menu {
	text-align: left;
}

.mm-menu ul {
	color: #000;
	color: rgba(0, 0, 0, 0.3);
}

.mm-menu ul li.Current,
.mm-menu ul li.Parent,
.mm-menu ul li.active {
	background: #7ab639;
}

.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu .mm-listview>li.mm-selected>span {
	background: none;
}

.mm-menu ul li svg {
	display: none;
}

.mm-menu *:after,
.mm-menu *:before {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.mm-navbar {
	background: #676867 !important;
	font-size: 16px;
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar>* {
	color: #fff;
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
	border-color: #fff;
}

.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>a,
.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>span,
.mm-menu.mm-multiline .mm-listview>li>a,
.mm-menu.mm-multiline .mm-listview>li>span {
	color: #fff;
	font-size: 16px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.mm-listview .mm-next:before {
	background: #fff;
}

.mm-menu .mm-listview>li .mm-arrow:after,
.mm-menu .mm-listview>li .mm-next:after {
	border-color: #fff;
}

.mm-menu em.mm-counter {
	color: #fff;
	font-size: 16px;
}

.mm-listview>li:not(.mm-divider):after {
	background-color: #fff;
}

.mm-menu .mm-listview img {
	display: block;
	width: 100%;
}

.mm-menu .mm-listview p span {
	display: block;
}

/* Styling MMenu */

.mm-menu .mm-listview img {
	float: left;
	width: 95px;
}

.mm-menu .mm-listview p {
	position: relative;
	margin: 0 0 0 110px;
	font-size: 12px;
	min-height: 103px;
	padding-bottom: 30px;
}

.mm-menu .mm-listview p:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 8px;
	border-color: transparent transparent transparent #f03f28;
}

.mm-menu .mm-listview p span {
	display: block;
	font-size: 14px;
	font-weight: bold;
}

#ContactForm {
	max-width: 400px;
}

#ContactForm .form-group {
	margin-left: 0;
	margin-right: 0;
}

.colprice .special {
	color: red;
	font-weight: bold;
}

.coladdcart .noStock {
	color: red;
	font-weight: bold;
	text-align: center;
}

#product-pricing {
	margin-top: 20px;
}

.no-border {
	border: 0;
	box-shadow: none;
	/* You may want to include this as bootstrap applies these styles too */
}

.form-horizontal .control-label {
	padding-top: 7px;
	margin-bottom: 0;
	text-align: left;
}

.bottom select {
	margin-bottom: 10px;
}

.tab-content {
	text-align: left;
	padding: 25px 15px;
	border: 1px solid #eee;
	margin-bottom: 25px;
}

#tab_5 iframe {
	aspect-ratio: 16 / 9;
	width: 100% !important;
}

a.accordion-toggle {
	display: block;
	padding: 10px 15px;
}

div.panel-heading {
	padding: 0;
}

.PricingRow {
	padding: 4px 0;
}

.modal-dialog {
	display: flex;
	align-items: center;
	min-height: calc(100vh - 60px);
	/* Adjust based on your needs */
}

li.ui-menu-item {
	padding: 5px 10px;
	text-align: left;
	font-size: 14px;
	cursor: pointer;
}

label.error {
	font-weight: normal;
	font-size: 11px;
	color: red;
}

.orderline {
	margin-bottom: 10px;
}

.cartline {
	margin-bottom: 10px;
}


#enrolmentForm .certify_agree_checkbox-wrapper {
	position: relative;
}

#enrolmentForm .certify_agree_checkbox-wrapper #certify_agree-error {
	position: absolute;
	bottom: -4px;
	padding-left: 0px;
}

#enrolmentForm .errorStrip {
	padding-left: 0px;
	margin-bottom: 2rem;
}

.cart-header h4 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.cart-header .carthead_actions h4 {
    border-bottom: 0;
}
#TotalCostTable, #PaymentDisplayTable, #ShippingDisplayTable {
    margin-top: 20px;
}
.grandtotal {
    margin-top: 15px;
    font-size: 24px;
    color: #87C346;
}
#breadcrumbs {
    margin-top: -30px;
    margin-bottom: 40px;
}

/* === Bootstrap 5-style spacing utilities for Bootstrap 3 === */

/* Margin */
.m-0 {
	margin: 0 !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.ml-0 {
	margin-left: 0 !important;
}

.mr-0 {
	margin-right: 0 !important;
}

.mx-0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.mt-1 {
	margin-top: 0.25rem !important;
}

.mb-1 {
	margin-bottom: 0.25rem !important;
}

.ml-1 {
	margin-left: 0.25rem !important;
}

.mr-1 {
	margin-right: 0.25rem !important;
}

.mx-1 {
	margin-left: 0.25rem !important;
	margin-right: 0.25rem !important;
}

.my-1 {
	margin-top: 0.25rem !important;
	margin-bottom: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.mt-2 {
	margin-top: 0.5rem !important;
}

.mb-2 {
	margin-bottom: 0.5rem !important;
}

.ml-2 {
	margin-left: 0.5rem !important;
}

.mr-2 {
	margin-right: 0.5rem !important;
}

.mx-2 {
	margin-left: 0.5rem !important;
	margin-right: 0.5rem !important;
}

.my-2 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.mb-3 {
	margin-bottom: 1rem !important;
}

.ml-3 {
	margin-left: 1rem !important;
}

.mr-3 {
	margin-right: 1rem !important;
}

.mx-3 {
	margin-left: 1rem !important;
	margin-right: 1rem !important;
}

.my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4 {
	margin-left: 1.5rem !important;
}

.mr-4 {
	margin-right: 1.5rem !important;
}

.mx-4 {
	margin-left: 1.5rem !important;
	margin-right: 1.5rem !important;
}

.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.mt-5 {
	margin-top: 3rem !important;
}

.mb-5 {
	margin-bottom: 3rem !important;
}

.ml-5 {
	margin-left: 3rem !important;
}

.mr-5 {
	margin-right: 3rem !important;
}

.mx-5 {
	margin-left: 3rem !important;
	margin-right: 3rem !important;
}

.my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}

/* Padding */
.p-0 {
	padding: 0 !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pl-0 {
	padding-left: 0 !important;
}

.pr-0 {
	padding-right: 0 !important;
}

.px-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.pt-1 {
	padding-top: 0.25rem !important;
}

.pb-1 {
	padding-bottom: 0.25rem !important;
}

.pl-1 {
	padding-left: 0.25rem !important;
}

.pr-1 {
	padding-right: 0.25rem !important;
}

.px-1 {
	padding-left: 0.25rem !important;
	padding-right: 0.25rem !important;
}

.py-1 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.pt-2 {
	padding-top: 0.5rem !important;
}

.pb-2 {
	padding-bottom: 0.5rem !important;
}

.pl-2 {
	padding-left: 0.5rem !important;
}

.pr-2 {
	padding-right: 0.5rem !important;
}

.px-2 {
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important;
}

.py-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.pt-3 {
	padding-top: 1rem !important;
}

.pb-3 {
	padding-bottom: 1rem !important;
}

.pl-3 {
	padding-left: 1rem !important;
}

.pr-3 {
	padding-right: 1rem !important;
}

.px-3 {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}

.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.pt-4 {
	padding-top: 1.5rem !important;
}

.pb-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4 {
	padding-left: 1.5rem !important;
}

.pr-4 {
	padding-right: 1.5rem !important;
}

.px-4 {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
}

.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.pt-5 {
	padding-top: 3rem !important;
}

.pb-5 {
	padding-bottom: 3rem !important;
}

.pl-5 {
	padding-left: 3rem !important;
}

.pr-5 {
	padding-right: 3rem !important;
}

.px-5 {
	padding-left: 3rem !important;
	padding-right: 3rem !important;
}

.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}
.cart-actend {
    margin-top: 25px;
}
.grecaptcha-badge {
    z-index: 9999 !important; /* Forces the badge to the front of all layers */
}
.blogentry a.readmore {
   background-color: #676867;
   position: relative;
    display: table;
    text-align: center;
    font-family: 'Open Sans', Arial, sans-serif !important;
    font-size: 16px;
    font-weight: bold;
    color: #fff !important;
    margin: 18px 0;
    padding: 11px 15px;
    text-align: center;
    border-radius: 5px;
    line-height: 1.2;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}


.blogentry a.readmore:hover {
    background-color: #737574;
}
.FieldRequired,.CheckoutRequired  {
    font-size: 0.75rem;      /* Makes it smaller */
    vertical-align: super;    /* Raises it up */
    color: #dc3545;           /* Bootstrap's 'danger' red */
    margin-left: 2px;         /* Adds a tiny gap from the label text */
}
.col-form-label {
    font-weight: bold;
}
#enrolmentForm label.form-label {
    font-weight: bold;
}
.btn-checkout {
    background-color: #87c346;
    border-color: #87c346;
    color: #fff;
}
.btn-checkout:hover, .btn-checkout:focus {
    background-color: #76b13d;
    border-color: #76b13d;
    color: #fff;
}
.btn-back {
    background-color: #777877;
    border-color: #777877;
    color: #fff;
}
.btn-back:hover, .btn-back:focus {
    background-color: #676867;
    border-color: #676867;
    color: #fff;
}