body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	background-color: #F2F2F2;
	color: #2C2C2C;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

input[type=number] {
	-moz-appearance: textfield
}

.loader-holder {
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
}

.loader {
	border: 5px solid #f3f3f3;
	border-radius: 50% !important;
	border-top: 5px solid rgba(247, 31, 32, 1);
	width: 50px;
	height: 50px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-repeat: no-repeat;
	background-position-x: 100%;
	background-position-y: 4px;
	border: 1px solid #dfdfdf;
	border-radius: 2px;
	padding: 1rem;
	padding-right: 2rem;
	min-width: 80px;
}

.cover-this {
	min-height: 100vh;
}

.brand-heading {
	font-weight: 700;
	font-size: 2.2rem;
}

.brand-heading span {
	font-weight: 300;
}

.brand-heading-sm {
	font-weight: 700;
	font-size: 1.7rem;
}

.brand-heading-sm span {
	font-weight: 300;
}

.brand-heading-xs {
	font-weight: 700;
	font-size: 1.35rem;
}

.brand-heading-xs span {
	font-weight: 300;
}

.brand-subheading {
	font-weight: 700;
	font-size: 1rem;
}

.brand-subheading span {
	font-weight: 300;
}

.brand-form label {
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: capitalize;
	margin-bottom: 0px;
	color: #000;
}

.brand-form .form-group {
	margin-bottom: 10px;
}

.brand-form .form-control {
	color: rgba(69, 77, 102, .8);
	font-size: 14px;
}

.brand-form .form-control::placeholder {
	color: rgba(0, 0, 0, .5);
	font-size: 13px;
}

.brand-logo {
	width: 100%;
	max-width: 180px;
	min-width: 130px;
	margin: 0px;
}

.toast-holder {
	position: fixed;
	z-index: 1;
	right: 10px;
	bottom: 10px;
	max-width: 300px;
}

.toast-holder .toast-min-width {
	min-width: 300px;
}

#general-navigation .nav-item .nav-link {
	color: rgba(0, 0, 0, .5);
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 12px;
}

#general-navigation .nav-item.active .nav-link,
#general-navigation .nav-item .nav-link:hover {
	color: rgba(0, 0, 0, 1);
}

#general-navigation .dropdown-menu .dropdown-item {
	font-size: 12px !important;
	padding: .15rem .5rem;
	letter-spacing: 1px;
	text-transform: capitalize;
}

.body-copy {
	font-size: 1rem;
}

.navbar-light .navbar-toggler {
	border: none;
}

.internal-page {
	margin-top: 100px;
	padding-bottom: 50px;
}

.pricehighlight {
	letter-spacing: 1px;
	font-weight: 500;
}

.filter-heading {
	font-size: .75rem;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.menu-dropdown .dropdown-menu a {
	padding: .5rem .5rem !important;
}

.select-group-list {
	max-width: 85px;
	font-size: 10px !important;
	height: calc(1.5em + 1.1rem + 2px);
	padding-left: 5px;
	font-weight: 500 !important;
}

.note-btn-group .note-btn {
	border-color: rgba(0, 0, 0, .2);
	padding: .15rem .45rem;
	font-size: 9px;
}