/******************************
aarc theme customizations ****/

/* root settings */
@charset "UTF-8";
:root {
	/* CONTAINER WIDTHS */
	--container-default: 1476px;
	/* FONT SIZES */
	--font-size-default: 16px;
	--font-size-big: 18px;
	--font-size-bigger: 20px;
	--font-size-biggest: 25px;
	--font-size-small: 14px;
	--font-size-smaller: 12px;
	--font-size-smallest: 10px;
	--heading-size-big: 45px;
	--heading-size-bigger: 55px;
	--heading-size-biggest: 65px;
	--paragraph-large: 1.2rem;
	--paragraph-small: 1rem;
	/* WIDTHS */
	--width-xl: 1360px;
	--width-lg: 1140px;
	--width-md: 960px;
	--width-sm: 720px;
	--width-xs: 540px;
	/* COLORS */
	--primary: #000;
	--secondary: #666;
	--black: #111;
	--blue-dark: #2E2D4D;
	--blue: #005490;
	--blue-100: #f3f9fe;
	--blue-200: #8fbbe6;
	--blue-400: #2e669e;
	--blue-freeze: #006194;
	--focus: #3a58fc;
	--gray-100: #f5f5f5;
	--gray-200: #eaeaea;
	--gray-300: #ddd;
	--gray-400: #ccc;
	--gray-500: #767676;
	--gray-600: #575a5d;
	--green: #337357;
	--green-dark: #1B512D;
	--green-light: #6D9F71;
	--green-lime: #A1D884;
	--green-tea: #DEF4C6;
	--green-100: #daf5eb;
	--green-200: #bbe1d3;
	--green-400: #0a7448;
	--pink: #CB48B7;
	--red: #BE1E2D;
	--red-100: #fbe3e3;
	--red-200: #f9c4c7;
	--red-400: #b13138;
	--transparent: transparent;
	--yellow-100: #f8f8e1;
	--yellow-200: #e6e086;
	--yellow-400: #65602e;
	--white: #fff;
	--white-off: #E4E3D3;
	--wc-primary:#337357;
	--woocommerce:#337357;
}

/* global */

html {
	font-size: 18px;
}
body,html {
	font-family: 'Source Sans 3', sans-serif;
}

/* global header message */

.global-header-message {
	display: block;
	padding: 4px 7px;
	background-color: #f1f1f1;
	text-align: center;
	font-size: 0.95rem;
}
	.global-header-message span.readytheme-banner {
		display: inline-block;
		margin: 0 10px;
	}
	.global-header-message i.fa-solid { margin-right: 5px; }
	.global-header-message a {
		text-decoration: none;
		/*background-color: #008352;
		display: inline-block;
		padding: 3px 6px;
		color: #FFF;
		border-radius: 3px;*/
	}
@media (max-width: 799px) {
	.global-header-message {
		font-size: 0.8rem;
	}
}

/* global header */

.t-site-header__logo img {
	max-height: 65px;
	width: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
@media (min-width: 960px) {
	/*.t-site-header__logo img {
		margin-top: -42px;
	}*/
}
.t-site-header {
	border-bottom: 0;
}
.t-site-header__masthead-links a {
	padding: 0.25em;
	margin-left: 0.5em;
	font-size: 1.65em;
	text-decoration: none;
	/*color: var(--brown);*/
}
.t-site-header__masthead-links .t-global-account-toggle {
    align-items: inherit;
    background-color: var(--white);
    border: none;
    display: inherit;
    margin-right: 0;
	padding: 0.25em;
    text-decoration: none;
}
.t-site-header__masthead-links .t-global-account-toggle > * {
    margin-left: 0;
}
.global-header-cart {
	display: flex;
	align-items: center;
}
	.t-site-header__masthead-links a div {
		border-radius: 50%;
		padding: 3px 10px;
		margin-top: -15px;
		margin-left: -3px;
		background-color: #efefef;
		color: #000;
		font-size: 12px;
	}
.t-global-account__form a.t-input-font-size {
	font-size: 12px;
}
button.u-icon-menu {
	margin-right: 3px;
	margin-left: 5px;
}

/* navigation */

.t-site-navigation__wrap {
	font-size: 0.9rem!important;
}
.x-transfigure-navigation__content {
  padding-bottom: 0;
  padding-top: 0;
}
	.c-navigation__link {
		padding: 0.75em 0.25em;
		font-weight: 700;
	}
		.c-navigation__list .c-navigation__row .c-navigation__link {
			font-weight: 400!important;
		}
@media (min-width: 80em) {
	.t-site-navigation__wrap {
		font-size: 1.1rem!important;
	}
	.c-navigation__link {
		padding: 0.75em;
	}
}
@media (min-width: 959px) and (max-width: 1144px) {
	.c-navigation__list {
		flex: 1;
	}
}
@media screen and (min-width: 60em) {
	.x-transfigure-navigation .c-navigation__list:hover > .c-navigation__row, .x-transfigure-navigation .c-navigation__list:focus-within > .c-navigation__row {
		flex-direction: column;
	}
}
.global-header-contact {
	display: inline-block;
	font-size: 16px!important;
	padding: 8px 12px!important;
	margin-left: 0!important;
	background-color: var(--blue);
	color: var(--white);
	border-radius: 4px;
}
	.global-header-contact i {
		margin-right: 6px;
	}
.navigation-heading {
	display: block;
	font-size: 1.1rem;
	font-weight: 700;
	padding: 0.5rem 1rem;
}

/* Breadcrumbs */

.x-breadcrumbs__list {
    padding-top: 1.25rem;
}
@media (min-width: 60em) {
	.x-breadcrumbs {
		margin-bottom: 10px;
	}
	/*.x-breadcrumbs__list {
		justify-content: center;
	}*/
}

/* global footer */

.t-site-footer {
    padding-top: 1rem;
    background-color: #005490;
	color: #FFF;
}
.t-site-footer__content .c-menu__link:not([class*=" u-icon-"]) {
    color: #FFF;
    line-height: 2;
    text-decoration: none;
}
.t-site-footer__copyright {
    border-top: 0;
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
}
.t-site-footer__content {
	padding-bottom: 0;
}
.t-site-footer__content .o-layout__item {
	margin-bottom: 30px;
}

/* containers */

.t-main-content-element {
	padding-top: 30px;
	padding-bottom: 30px;
}

/* breadcrumbs */

.x-breadcrumbs {
	background-color: #F1F1F1;
	width: 100%;
	max-width: 100%;
	margin-bottom: 0;
}
.x-breadcrumbs__list {
	max-width: var(--default-content-width);
	padding-top: 15px;
	padding-bottom: 15px;
}

/* page content */

.page-header {
	padding: 75px 30px;
	background-color: #005490;
	color: #FFF;
	font-size: 20px;
	text-align: center;
}
	.page-header h1 {
		color: #FFF;
		font-size: 40px;
	}
.page-header-text {
	margin-bottom: 10px;
}
.page-header-image {
	
}
@media (min-width: 900px) {
	.page-header {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
	.page-header-text {
		width: 100%;
		max-width: 1200px;
	}
	.page-header-image {
		
	}
}

/* ctgy layout */

.x-product-list {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 38.125em) {
	.x-product-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (min-width: 60em) {
	.x-product-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
.x-product-list__picture, .x-subcategory-list__picture {
    aspect-ratio: auto;
}
.x-product-list__link, .x-subcategory-list__link {
    font-size: var(--font-size-bigger);
	/*text-align: center;*/
}
.x-product-list__name {
	font-weight: bold;
}
.x-product-list__figure-caption {
	flex-grow: inherit;
}

/* ctgy products */

.ctgy-products {
}
.ctgy-product {
	border-top: 1px solid #DDD;
	padding: 30px 0 0 0;
}
	.ctgy-product:nth-child(1) {
		border-top: 0;
	}
	.ctgy-product-image {
		margin-bottom: 30px;
	}
		.ctgy-product-image img {
			width: 100%;
			height: auto;
		}
	.ctgy-product-text {
		margin-bottom: 30px;
	}
		.ctgy-product-text h3 {
			font-weight: bold;
			font-size: var(--font-size-biggest);
		}
		.ctgy-product-text a {
			text-decoration: none;
		}
	.ctgy-product-cta {
		margin-bottom: 30px;
	}
	.ctgy-product-price {
		font-weight: bold;
		font-size: 1.3em;
	}
	.ctgy-product-msrp {
		margin-top: -13px;
		font-style: italic;
		text-decoration: line-through;
		color: rgb(166, 34, 42);
	}
@media (min-width: 800px) {
	.ctgy-product {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
		align-content: flex-start;
	}
		.ctgy-product-image {
			width: 20%;
		}
		.ctgy-product-text {
			width: 58%;
			margin-left: 2%;
		}
			.ctgy-product-text .product-panel {
				width: 12.5%;
			}
			.ctgy-product-text .product-panels {
				margin-bottom: 0;
			}
		.ctgy-product-cta {
			width: 18%;
			margin-left: 2%;
		}
}

/* prod layout */

h1.prod-h1 {
	font-size: var(--heading-size-big);
}
.prod-description {
	margin-bottom: 20px;
	font-size: var(--font-size-bigger);
}
	.prod-description ul {
		margin-left: 20px;
	}
.product-bullets {
	margin-bottom: 20px;
}
.product-info {
	padding-top: 30px;
}
.product-info h2 {
	margin-bottom: 10px;
	font-size: var(--font-size-biggest);
	font-weight: bold;
}
.product-detail {
	margin-bottom: 50px;
}
.product-detail img {
	width: 100%;
	max-width: 200px;
	height: auto;
}
.product-features {
	display: block;
	text-align: center;
	font-size: 0.9em;
	margin-bottom: 40px;
}
.product-feature {
	width: 100%;
	padding: 0 12px;
}
	.product-feature img {
		margin: 0 auto;
		width: auto;
		height: 84px;
	}
	.product-feature strong {
		display: block;
	}
@media (min-width: 600px) {
	.product-features {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.product-feature {
		width: 50%;
	}
}
@media (min-width: 900px) {
	.product-feature {
		width: 100%;
		max-width: 150px;
	}	
}
.product-documents {
	
}
	.product-documents a {
		display: block;
		margin: 10px;
		text-decoration: none!important;
		text-align: center;
	}
		.product-documents a i {
			display: block;
			font-size: 35px;
			margin-bottom: 8px;
		}
@media (min-width: 600px) {
	.product-documents {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.product-documents a {
		width: 14%;
	}
}
.prod-buttons {
	display: flex;
	margin-top: 25px;
}
.prod-buttons a {
	display: block;
	width: 48%;
	padding: 10px;
	margin: 1%;
	text-align: center;
	background-color: var(--blue);
	color: #FFF;
	text-decoration: none;
	font-size: var(--font-size-bigger);
}
.prod-buttons a:nth-child(2) {
	background-color: var(--red);
}
.x-product-layout-purchase__pricing-current{
	font-size: 30px;
	font-weight: bold;
	color: var(--red);
}
.x-product-layout-purchase__options-attribute {
	margin-bottom: 25px;
}
.x-product-layout-purchase__options-attribute .c-form-label {
	margin-bottom: 10px;
}
.x-product-layout-purchase__options-attribute .c-form-label {
	font-size: 1em;
	font-weight: bold;
}
.x-product-layout-purchase__options-attribute span {
	font-size: 1em;
}
.x-product-layout-purchase__options-attribute .c-form-checkbox .c-form-checkbox__caption img {
	max-width: 100px;
	height: auto;
}
.product-panels {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: flex-start;
	font-size: 0.9em;
	margin-bottom: 20px;
}
.product-panel {
	width: 175px;
	text-align: center;
	margin: 0 15px 15px 0;
	padding: 3px;
}
	.product-panel-image {
		width: 175px;
		height: 50px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		align-content: center;
		border: 1px solid #DDD;
	}
		.product-panel-image img {
			margin-bottom: 0!important;
			width: 165px!important;
			height: auto!important;
		}
	.product-panel img {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
	.product-panel h3 {
		
	}
.product-panels-color {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	font-size: 0.9em;
	margin-bottom: 20px;
}
.product-panel-color {
	width: 125px;
	margin: 0 15px 15px 0;
	text-align: center;
}
body.t-page-ctgy .product-panel-color {
	width: 45px;
	margin: 0 10px 10px 0;
	text-align: center;
}
.product-panel-color h3 {
	font-size: 0.9em;
}
.product-color {
	display: block;
	margin: 0 auto 5px auto;
	width: 75px;
	height: 75px;
	border-radius: 50%;
}
body.t-page-ctgy .product-color {
	display: block;
	margin: 0 auto 5px auto;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	line-height: 0.8em;
	display: flex;
	justify-content: center;
	align-items: center;
}
	.product-panel-color-true-white {
		background-color: rgb(240, 239, 238);
	}
	.product-panel-color-almond {
		background-color: rgb(243, 223, 198);
	}
	.product-panel-color-wicker-tan {
		background-color: rgb(173, 165, 144);
	}
	.product-panel-color-sandstone {
		background-color: rgb(162, 151, 136);
	}
	.product-panel-color-terratone {
		background-color: rgb(102, 104, 94);
	}
	.product-panel-color-dark-brown {
		background-color: rgb(66, 43, 25);
	}
	.product-panel-color-black {
		background-color: rgb(18, 34, 29);
	}
	.product-panel-color-charcoal-gray {
		background-color: rgb(96, 96, 94);
	}
	.product-panel-color-clear-anodize {
		background-color: rgb(186, 191, 185);
	}
	.product-panel-color-dark-bronze-anodize {
		background-color: rgb(66, 59, 53);
	}
	.product-panel-color-black-anodize {
		background-color: rgb(37, 36, 31);
	}
	.product-panel-color-champagne-anodize {
		background-color: rgb(137, 120, 86);
	}
	.product-panel-color-copper-anodize {
		background-color: rgb(146, 111, 92);
	}
	.product-panel-color-medium-bronze-anodize {
		background-color: rgb(100, 84, 62);
	}
	.product-panel-color-white {
		background-color: rgb(221, 221, 224);
	}
	.product-panel-color-bone-white {
		background-color: rgb(246, 245, 236);
	}
	.product-panel-color-ivory {
		background-color: rgb(222, 223, 198);
	}
	.product-panel-color-sandstone {
		background-color: rgb(204, 194, 177);
	}
	.product-panel-color-burnt-sun {
		background-color: rgb(238, 229, 195);
	}
	.product-panel-color-sierra-tan {
		background-color: rgb(166, 151, 126);
	}
	.product-panel-color-beige {
		background-color: rgb(205, 189, 171);
	}
	.product-panel-color-light-seawolf-beige {
		background-color: rgb(172, 165, 147);
	}
	.product-panel-color-dove-gray {
		background-color: rgb(168, 173, 172);
	}
	.product-panel-color-slate-gray {
		background-color: rgb(124, 123, 117);
	}
	.product-panel-color-charcoal-gray {
		background-color: rgb(58, 66, 72);
	}
	.product-panel-color-patina-green {
		background-color: rgb(132, 145, 119);
	}
	.product-panel-color-dark-ivy {
		background-color: rgb(64, 102, 83);
	}
	.product-panel-color-hartford-green {
		background-color: rgb(42, 59, 53);
	}
	.product-panel-color-military-blue {
		background-color: rgb(106, 130, 146);
	}
	.product-panel-color-interstate-blue {
		background-color: rgb(36, 79, 111);
	}
	.product-panel-color-colonial-red {
		background-color: rgb(106, 56, 55);
	}
	.product-panel-color-boysenberry {
		background-color: rgb(77, 53, 56);
	}
	.product-panel-color-sage-brown {
		background-color: rgb(98, 86, 77);
	}
	.product-panel-color-quaker-bronze {
		background-color: rgb(55, 49, 45);
	}
	.product-panel-color-super-black {
		background-color: rgb(35, 35, 35);
	}
	.product-panel-color-carnival-red-ii {
		background-color: rgb(166, 34, 42);
	}
	.product-panel-color-more {
		background-color: rgb(246, 245, 236);
	}
	.product-panel-color-zone {
		display: flex;
		justify-content: center;
		align-items: center;
		align-content: center;
		width: 75px;
		height: 75px;
		border-radius: 50%;
		overflow: hidden;
	}
		.product-panel-color-zone img {
			width: 75px;
			height: 75px;
		}
/*@media (min-width: 600px) {
	.product-panel {
		width: 32.333%;
	}
}
@media (min-width: 1100px) {
	.product-panel {
		width: 15.666%;
	}
}*/
.prod-attribute-text {
	display: inline-block;
	vertical-align:top;
	margin: 3% 1%;
	width: 22%;
	text-align: center;
}
	.prod-attribute-text label {
		display: block;
	}

/* product ordering fixes */

@media (min-width: 75em) {
	.x-product-layout-purchase__options, .x-product-layout-purchase__cta {
		max-width: 100%;
		width: 100%;
	}
}
/* miva page builder overrides */

mmx-image-across, mmx-product-carousel, mmx-text-editor, mmx-hero[data-flex-component="mmx-text-banner"], mmx-image-and-text {
	display: block!important;
    max-width: var(--default-content-width)!important;
	margin-left: auto!important;
	margin-right: auto!important;
}
@media (max-width: 1499px) {
	mmx-image-across, mmx-product-carousel, mmx-text-editor, mmx-hero[data-flex-component="mmx-text-banner"], mmx-image-and-text {
		padding-left: 16px!important;
		padding-right: 16px!important;
	}
}
/*mmx-hero[data-content-location="under"] picture img {
    max-width: inherit;
    user-select: inherit;
    pointer-events: inherit;
    object-position: inherit;
    height: auto!important;
	max-height: 160px!important;
    width: auto!important;
    object-fit: auto!important;
    aspect-ratio: auto!important;
}*/

/* ms dropdown styles */

.ms-dd, .ms-list-option {
	width: 100%!important;
}

/* micromodal */

.modal {
  display: none;
}

.modal.is-open {
  display: block;
}

/**************************\
  Basic Modal Styles
\**************************/

.modal {

}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  width: 90%;
  max-width: 800px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before { content: "\2715"; }

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0,0,0,.8);
}

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0,0,0,.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes mmfadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

@keyframes mmslideIn {
  from { transform: translateY(15%); }
    to { transform: translateY(0); }
}

@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

/* opay */

@media (min-width: 60em) {
	.t-payment-form__field-number {
		max-width: calc(40% - 1em);
	}
	.t-payment-form__field-exp {
		max-width: calc(40% - 1em);
	}
	.t-payment-form__field-cvv {
		max-width: calc(20% - 1em);
	}
}

/* search modal */

body.search-open {
  overflow: hidden;
}

.small-12 {
	width: 100%;
}

.close {
  position: absolute;
  top: 53px;
  right: 4%;
  background: none;
  border: 0;
  font-size: 1rem;
  font-weight: 700;
  display: block;
  cursor: pointer;
  color: #fff;
  padding: 10px 13px;
  background: #333;
  border-radius: 50%;
  outline: none;
}
.close:hover {
  background: #D62839;
}
.search-box.search-elem {
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 165px;
  z-index: 100;
  background-color: #fff;
  transition: all 0.1s ease-in-out;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.search-box.search-elem .inner {
  width: 85%;
  left: 4%;
  position: absolute;
  top: 53px;
}
.search-box.search-elem label {
  color: white;
  font-weight: 300;
}
.search-box.search-elem button.submit {
  outline: none;
  position: absolute;
  top: 0;
  right: 15px;
  height: 70px;
  padding: 10px 2rem;
  background: #00A896;
  font-size: 1rem;
  color: white;
}
.search-box.search-elem button.submit[disabled] {
  background: #ccc;
  color: #32213A;
}
.search-box.search-elem input[type=text] {
  padding: 20px;
  height: 72px;
  font-size: 32px;
  font-weight: 300;
  border: none;
  border-bottom: solid 2px #999;
  transition: border 0.3s;
  border-radius: 0;
}
.search-box.search-elem input[type=text]:focus {
  border-bottom: solid 2px #00A896;
  box-shadow: none;
}
.search-box.search-elem label.placeholder {
  position: absolute;
  top: 10px;
  left: 2rem;
  font-size: 32px;
  font-weight: 300;
  color: #999;
  transition: all 0.3s;
}
.search-box.search-elem label.placeholder.move-up {
  top: -25px;
  color: white;
  font-size: 1rem;
}

.search-box.search-elem.search-open {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.search-btn {
  text-transform: uppercase;
  font-size: 0.875rem;
  padding: 0 10px;
  display: inline-block;
}
.search-btn:hover {
  color: #00A896;
}

/* PROD Door Builder Assets
=============== */

.door-builder-image {
	display: block;
	position: relative;
	clear: both;
}
.door-builder-image-main {
	position: relative;
	display: block;
	margin: 0 auto!important;
	width: 100%;
	max-width: 600px;
	height: auto;
}
.door-builder-image-hardware {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
	width: 100%;
	max-width: 600px;
	height: auto;
}

/* PROD Door Details
=============== */

.custom-door-details {
	display: flex;
}

/* CSS Loader
=============== */
.loading-center {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	width: 100vw;
	background: #ececec;
}

.loading {
	border: 16px solid #f3f3f3; 
	border-top: 16px solid #005490; 
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
}

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

.builder-preview-image {
	position: relative;
}
.builder-preview-disclaimer {
	font-size: 13px;
}

.door-hardware {
	position: absolute;
	left: 0px;
	top: 0;
	display: block;
}

/* builder styles */

.builder {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
	.builder h2 {
		font-size: 30px;
		margin: 0 0 30px 0;
		font-weight: bold;
	}
	.builder p {
		margin: 0 0 30px 0;
	}
	.builder h2.door-config {
		display: block;
		padding: 10px;
		background-color: #F1F1F1;
		border: 1px solid #EFEFEF;
	}
		/*font-size: 30px;
		margin: 0 0 30px 0;*/
	}
	.builder h3 {
		font-size: 22px;
		margin: 0 0 15px 0;
		font-weight: bold;
	}
	.builder select {
		padding: 10px;
		margin-bottom: 15px;
		width: 200px;
		max-width: 100%;
	}
		.builder select option {
			background-image: attr(data-image url);
		}
	.builder .c-button--small {
		padding: 8px;
	}
	.builder strong .c-button--small {
		padding: 0;
		margin-bottom: 3px;
		background-color: #FFF;
		color: #000;
	}
.builder-content {
	width: 64%;
}
.builder-content-full-width {
	width: 100%;
}
	.builder-item {
		margin-bottom: 40px;
	}
		.builder-option {
			display: flex;
			justify-content: flex-start;
			margin-bottom: 10px;
		}
			.builder-option-left {
				width: 15%;
			}
			.builder-option-center {
				width: 56%;
				margin: 0 2%;
			}
				.builder-option-center h3 {
					font-weight: bold;
					font-size: 22px;
				}
			.builder-option-right {
				width: 25%;
			}
				.builder-option-right p {
					margin-bottom: 5px;
				}
				.builder-option-right h3 {
					font-weight: bold;
					font-size: 22px;
				}
			.builder-option img {
				width: 24%;
				margin: 0 1% 1% 0;
			}
				.builder-option .builder-option-left img {
					width: 100%;
					height: auto;
				}
			.builder-option-image-full img {
				width: 100%;
				height: 90px;
				margin-bottom: 10px;
			}
			.builder-option-content-no-image {
				width: 74%;
			}
			.builder-option a {
				width: 24%;
			}
				.builder-option .builder-option-right a {
					width: 100%;
				}
			.builder-option-select {
				margin-right: 30px;
			}
				.builder-option-select strong {
					display: block;
					margin-bottom: 3px;
				}
				.builder-option-select em {
					display: block;
					font-size: 0.8em;
					margin-bottom: 5px;
				}
			.builder-option-select-full {
				width: 100%;
			}
				.builder-option-select-full select {
					width: 100%;
				}
			.builder-option-radios {
				display: flex;
				flex-direction: row;
				flex-wrap: wrap;
				font-size: 0.9em;
			}
			.builder-option-radios label {
				width: 14.6666%;
				margin: 1%;
			}
			.builder-option-radios input[type="radio"]:checked+label { 
				background-color: #F1F1F1;
				padding: 1%;
			}
			.builder-option-radios input {
				display: none;
			}
			.builder-option-radios label img {
				display: block;
				width: 100%;
				height: auto;
			}
			/*
			.builder-option-radio {
				width: 10%;
				text-align: center;
			}
				.builder-option-radio input {
					margin-top: 5px;
					width: 35px;
					height: 35px;
				}
			*/
			.builder-option-checkbox {
				width: 10%;
				text-align: center;
			}
				/*.builder h3 {
					display: block;
					font-size: 16px;
					margin: 0;
				}*/
				.builder-option-checkbox input {
					margin-top: 5px;
					width: 20px;
					height: 20px;
				}
		.builder-option-group {
			display: block;
		}
			.builder-option-group-select {
				display: flex;
				flex-wrap: wrap;
				justify-content: flex-start;
				align-items: center;
				margin-bottom: 20px;
			}
			.builder-option-group-select label {
				width: 15%;
				font-weight: bold;
			}
			.builder-option-group-select select {
				width: 40%;
				margin: 0 0 0 2.5%;
			}
			@media (max-width:930px) {
				.builder-option-group-select label {
					width: 100%;
					margin-bottom: 5px;
				}
				.builder-option-group-select select {
					width: 40%;
					margin: 0 2.5% 0 0 ;
				}
			}
			.builder-option-group-radio {
				display: flex;
			}
				.builder-option-group-radio .builder-option-radio {
					width: auto;
					margin-right: 15px;
				}
					.builder-option-group-radio .builder-option-radio label {
						display: flex;
						align-items: center;
						width: auto;
					}
					.builder-option-group-radio .builder-option-radio input {
						width: 15px;
						height: 15px;
						margin: 0 5px 0 0;
					}
	.builder-item .c-button {margin-bottom:10px}
.builder-aside {
	width: 34%;
	position: -webkit-sticky;
	position: sticky;
	top: 30px;
}
.builder-total {
	margin: 0 0 30px 0;
	text-align: center;
}
	.builder-total h3 {
		font-size: 1.3em;
	}
.builder-total-size {
	display: block;
	padding: 10px;
	margin: 0 0 20px 0;
	background-color: #F1F1F1;
}
.builder-preview {
	margin: 0 0 30px 0;
}
	.builder-preview-image img {
		width: 100%!important;
		max-width: 100%!important;
		height: auto!important;
	}
	.builder-preview-image img.door-hardware {
		width: 100%!important;
		max-width: 100%!important;
		height: auto!important;
	}
.builder table {
	border: 1px solid #f1f1f1;
}
	.builder table tr td, .builder table tr th {
		padding: 5px;
	}
	.builder table tr th {
		text-align: left;
		background-color: #F1F1F1;
	}
	.builder table tr td {
		border-top: 1px solid #F1F1F1;
	}
.service-zipcodes {
	text-align: center;
}
.service-zipcodes h2 {
	font-size: 40px;
	font-weight: bold;
}
.service-zipcodes p {
	width: 100%;
	max-width: 750px;
	margin: 0 auto 30px auto;
}
.service-zipcodes form {
	display: flex;
	justify-content: space-around;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding: 30px;
	background-color: #EFEFEF;
	border: 1px solid #DDD;
}
	.service-zipcodes form input {
		padding: 15px;
	}
	.service-zipcodes-input {
		width: 69%
	}
	.service-zipcodes-button {
		width: 29%;
		background-color: #000;
		color: #FFF;
	}
@media (max-width:750px) {
	.builder-option {
		display: inline-block;
		/*margin-bottom: 40px;*/
	}
	.builder-option-left {
		width: 100%;
		text-align: center;
	}
	.builder-option-center {
		width: 100%;
		margin: 0;
	}
	.builder-option-right {
		width: 100%;
	}
		.builder-option .builder-option-left img {
			width: 100%;
			max-width: 350px;
			height: auto;
			margin: 35px auto 15px;
		}
	/*.builder-option img {
		width: 24%;
		margin: 0 1% 1% 0;
	}
	.builder-option-image-full img {
		width: 100%;
		height: 90px;
		margin-bottom: 10px;
	}
	.builder-option-content-no-image {
		width: 74%;
	}
	.builder-option a {
		width: 24%;
	}
		.builder-option .builder-option-right a {
			width: 100%;
		}
	*/
}

/* Core styles/functionality */

.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
}
.tab input:checked ~ .tab__content {
  max-height: none;
}

/* Visual styles */
.accordion {
  color: #000;
  border: #767676 1px solid;
  border-radius: 0.25rem;
  overflow: hidden;
  font-size: 13.3333px;
  font-family: arial;
  margin-bottom: 15px;
}
.tab__label,
.tab__close {
  display: flex;
  color: #000;
  background: #FFF;
  cursor: pointer;
}
.tab__label {
  justify-content: space-between;
  padding: 10px;
}
.tab__label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  margin: 3px -10px 0 0;
  transform: rotate(90deg);
}
.tab__content div.builder-option-radios {
  margin: 0;
  padding: 10px;
}
.tab__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}
.accordion--radio {
  --theme: #666;
}
.service-zipcodes {
	/*background: #ffffff url(//www.wholesalegaragedoors.com/mm5/graphics/00000001/1/landing-banner-H-Northampton-glazed-walnut-steel-double-garage-door-c-05-09-desk.jpg) center center/cover no-repeat;*/
}

/* sale notice */

.sale-notice {
	font-weight: bold;
	Color: var(--red-400);
}
	.sale-notice span {
		font-size: 0.8em;
		font-weight: normal;
	}

/* blurbs */

.blurb {
	text-align: center;
	padding: 15px;
}
	.blurb h3 {
		font-weight: bold;
		font-size: 20px;
	}
	.blurb img {
		margin-bottom: 12px;
		border: 1px solid #F1F1F1;
		padding: 4px;
	}

/* wells */

.well {
	display: block;
	width: 100%;
	padding: 20px;
	background-color: #F1F1F1;
	border: 1px solid DDD;
	border-radius: 4px;
}
.well-product {
	margin: 20px 0;
	text-align: center;
	font-size: var(--font-size-bigger);
}
	.well-product i {
		margin-right: 6px;
	}

/* buttons */

.c-button--light {
	background-color: #EFEFEF;
	color: #000;
}
.c-button--secondary {
	
}
.c-button--smaller {
    font-size: 0.75rem;
    padding: calc(0.8em - var(--default-border-width)) calc(1.3em - var(--default-border-width));
}

/* text */

.text-biggest {
	font-size: var(--font-size-biggest)!important;
}

/* quote request content */

.quote-request-content {
	display: block;
	width: 100%;
	max-width: 800px;
	margin: 0 auto!important;
}

/* manage quotes pop up 

#manageQuote {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.manageQuoteHidden {
	display: none;
}
.modalContent {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 400px;
    border-radius: 10px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
*/