@font-face {
	font-family: "Gotham";
	src: url("https://www.carpetonedalton.com/root/Design/fonts/gotham-book.otf");
	font-weight: 400;
}
@font-face {
	font-family: "Gotham";
	src: url("https://www.carpetonedalton.com/root/Design/fonts/gotham-black.otf");
	font-weight: 800;
}
@font-face {
	font-family: "Gotham";
	src: url("https://www.carpetonedalton.com/root/Design/fonts/gotham-italic.otf");
	font-style: italic;
}
@font-face {
	font-family: "Gotham";
	src: url("https://www.carpetonedalton.com/root/Design/fonts/gotham-light.otf");
	font-weight: 300;
}
@font-face {
	font-family: "Gotham";
	src: url("https://www.carpetonedalton.com/root/Design/fonts/gotham-medium.otf");
	font-weight: 500;
}
@font-face {
	font-family: "Gotham";
	src: url("https://www.carpetonedalton.com/root/Design/fonts/gotham-bold.otf");
	font-weight: 700;
}

#footer-holder,
#global-nav {

	font-family: "Gotham", sans-serif;

	p {
		margin: 0;
	}
	a {
		text-decoration: none;
	}
	
	.mobile-background--tile {
		background-color: #f2f9fa;
	}
	.mobile-background--white {
		background-color: #fff;
	}
	a {
		font-weight: 500;
	}
	
	.text-shadow-tile {
		text-shadow: 0 0 .125rem #008c99;
	}
	.mobile-background--tile {
		background-color: inherit;
	}
	.desktop-background--tile {
		background-color: #f2f9fa;
	}

.simple-title {
		font-weight: 500;
		font-size: 1.5rem;
		letter-spacing: -0.02em;
		color: var(--font-color,  #222222);
		line-height: 1;
	}
	.simple-text {
		line-height: 1.4;
		letter-spacing: -0.02em;
		font-size: var(--font-size,  0.875rem);
		color: var(--font-color,  #222222);
	}
	.simple-text--bold {
		font-weight: 500;
	}
	.simple-text--light, .simple-link--light {
		--font-color:  rgba(34,  34,  34,  0.4);
	}
	.simple-text--highlighted, .simple-link--highlighted {
		--font-color:  #008C99;
	}
	.simple-text--small {
		font-size: .75rem;
	}
	.simple-link {
		color: var(--font-color,  #222222);
		letter-spacing: -0.02em;
		font-size: var(--font-size,  0.875rem);
		fill: var(--font-color,  #222222);
		font-weight: 500;
	}
	.simple-link--no-hover:hover, .simple-link--no-hover:focus {
		color: var(--font-color,  #222222);
	}
	.simple-link:hover, .simple-link:focus {
		text-decoration: underline;
	}
	@media screen and (min-width: 769px) {
		.simple-title {
		font-size: 2rem;
	}
	.simple-title--mid {
		font-size: 1.5rem;
	}
	}

	.separator-list {
		list-style: none;
		display: flex;
		flex-flow: row;
		align-items: center;
		letter-spacing: -0.02em;
		color: var(--font-color,  #222222);
		font-size: .875rem;
	}
	.separator-list>*:not(.separator-list__separator):not(.separator-list__dropdown-menu) {
		padding-right: 0;
		padding-left: 0;
	}
	.separator-list__separator {
		font-size: 1.5rem;
		line-height: 1;
		margin-right: .5rem;
		margin-left: .5rem;
	}
	.separator-list__toggle {
		color: var(--font-color,  #222222);
		padding: .75rem 1rem;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 1px solid transparent;
		column-gap: 1rem;
		position: relative;
	}
	.separator-list__toggle i {
		transition: transform .3s ease-in-out;
	}
	.separator-list__toggle.show, .separator-list__toggle:focus-visible {
		--font-color:  #008C99;
		background-color: #f2f9fa;
		border: 1px solid #008c99;
		outline: none;
	}
	.separator-list__toggle:hover, .separator-list__toggle:focus {
		color: var(--font-color,  inherit);
	}
	.separator-list__toggle.show i {
		transform: rotate(180deg);
	}
	.separator-list__toggle:after {
		content: none;
	}
	.separator-list__toggle:disabled {
		background-color: #e5f1f2;
		border-color: #afc2c7;
		color: #afc2c7;
		fill: #afc2c7;
		pointer-events: none;
		cursor: default;
	}
	.separator-list__dropdown-menu {
		--font-color:  #222222;
		font-size: var(--font-size,  1rem);
		max-height: 0;
		overflow: hidden;
		padding: .5rem 0;
		opacity: 0;
		background-color: #f2f9fa;
		border: 1px solid transparent;
		border-radius: 0;
		position: absolute !important;
		width: max-content;
		max-width: max(100%,  18.75rem);
		min-width: max(100%,  10rem);
	}
	.separator-list__dropdown-menu.show {
		max-height: initial;
		overflow: auto;
		opacity: 1;
	}
	.separator-list__dropdown-menu[data-bs-popper] {
		margin-top: 0;
	}
	.separator-list__dropdown-menu:not(.show) {
		display: none;
	}
	.separator-list__dropdown-item {
		padding-top: .5rem;
		padding-bottom: .5rem;
		display: flex;
		align-items: center;
		width: 100%;
		color: var(--font-color,  #222222);
		white-space: initial;
	}
	.separator-list__dropdown-item:hover, .separator-list__dropdown-item:focus {
		--font-color:  #006069;
		color: var(--font-color);
		background-color: inherit;
	}
	.separator-list.flush-list {
		padding-left: 0;
		padding-right: 0;
	}
	.separator-list__dropdown-item.active, .separator-list__dropdown-item:active {
		background-color: #008c99;
		color: #fff;
	}
	
	
	.seo-container__col {
		padding: 2.5rem 1rem;
	}
	.seo-container__col--background {
		background-color: #f2f9fa;
	}
	@media screen and (min-width: 993px) {
		.seo-copy-section {
		background: linear-gradient(to bottom,  #FFFFFF 0% 50%,  #F2F9FA 50% 100%);
		padding-bottom: 7.5rem;
	}
	.seo-copy-section .section-header__heading {
		text-align: left;
		margin-left: 8%}
	.seo-outer-wrapper {
		padding: 0 .75rem;
	}
	.seo-img {
		margin-bottom: -6%}
	.seo-container--two-cols {
		display: flex;
		flex-flow: row wrap;
		column-gap: 10%;
		padding: clamp(3rem,  8%,  6rem);
		width: 84%;
		background-color: #fff;
		margin: auto;
	}
	.seo-container__col {
		padding: 0;
		flex: 0 45%}
	.seo-container__col--background {
		background-color: initial;
	}
	}.seo-container h1, .seo-container h2, .seo-container h3, .seo-container h4, .seo-container h5, .seo-container h6, .seo-container p {
		margin-bottom: 1rem;
		width: 100%}
	.product-grid {
		display: grid;
		grid-template-columns: 1fr;
		gap: 2.5rem;
		grid-auto-flow: dense;
	}
	.separator-list--products {
		justify-content: space-between;
		margin-bottom: 2.5rem;
		align-items: center;
	}
	.separator-list--products .separator-list__toggle:hover, .separator-list--products .separator-list__toggle:focus {
		--font-color:  #008C99;
	}
	.separator-list--products .separator-list__separator {
		font-size: 3rem;
		display: none;
	}
	@media screen and (max-width: 768px) {
		.product-grid {
		--bs-gutter-x:  0;
	}
	}
.pager {
		display: flex;
		justify-content: center;
		margin-top: clamp(2.5rem,  6vw,  6rem);
	}
	.pagination {
		column-gap: clamp(5px,  1vw,  1rem);
	}
	.page-link {
		border: none;
		background-color: #f2f9fa;
		font-size: 16px;
		color: #222;
		padding: 13px 15px;
		border-radius: unset;
	}
	.page-link:hover {
		color: #222;
	}
	.page-item--active .page-link {
		background-color: #008c99;
		color: #fff;
	}
	.page-item--active .page-link:hover {
		background-color: #006069;
	}
	.page-item--dir {
		text-transform: uppercase;
	}
	.page-item--dir .page-link {
		background-color: transparent;
		opacity: .4;
		border-radius: 0;
	}
	@media screen and (min-width: 769px) {
		.page-link {
		padding: 13px 19px;
	}
	}	
.header__navbar {
		padding: 0;
	}
	.header__navbar-nav {
		margin: 0 auto;
		align-items: center;
	}
	.header__link--dropdown {
		margin: 0;
	}
	.header__link--icon {
		margin: 0;
	}
	.header__dropdown {
		text-transform: uppercase;
		font-size: .875rem;
	}
	.header__dropdown-toggle {
		color: var(--font-color,  #222222);
		padding: .75rem 1rem;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 1px solid transparent;
		column-gap: 1rem;
		position: relative;
	}
	.header__dropdown-toggle i {
		transition: transform .3s ease-in-out;
	}
	.header__dropdown-toggle.show, .header__dropdown-toggle:focus-visible {
		--font-color:  #008C99;
		background-color: #f2f9fa;
		border: 1px solid #008c99;
		outline: none;
	}
	.header__dropdown-toggle:hover, .header__dropdown-toggle:focus {
		color: var(--font-color,  inherit);
	}
	.header__dropdown-toggle.show i {
		transform: rotate(180deg);
	}
	.header__dropdown-toggle:after {
		content: none;
	}
	.header__dropdown-toggle:disabled {
		background-color: #e5f1f2;
		border-color: #afc2c7;
		color: #afc2c7;
		fill: #afc2c7;
		pointer-events: none;
		cursor: default;
	}
	.header__dropdown-toggle:hover, .header__dropdown-toggle:focus {
		text-decoration: underline;
	}
	.header__dropdown-menu {
		--font-size:  0.875rem;
		color: var(--font-color,  #222222);
		--font-color:  #222222;
		font-size: var(--font-size,  1rem);
		max-height: 0;
		overflow: hidden;
		padding: .5rem 0;
		opacity: 0;
		background-color: #f2f9fa;
		border: 1px solid transparent;
		border-radius: 0;
		position: absolute !important;
		width: max-content;
		max-width: max(100%,  18.75rem);
		min-width: max(100%,  10rem);
		border: 1px solid #d0d0d0;
	}
	.header__dropdown-menu.show {
		max-height: initial;
		overflow: auto;
		opacity: 1;
	}
	.header__dropdown-menu[data-bs-popper] {
		margin-top: 0;
	}
	.header__dropdown-item {
		padding-top: .5rem;
		padding-bottom: .5rem;
		display: flex;
		align-items: center;
		width: 100%;
		color: var(--font-color,  #222222);
		white-space: initial;
	}
	.header__dropdown-item:hover, .header__dropdown-item:focus {
		--font-color:  #006069;
		color: var(--font-color);
		background-color: inherit;
	}

}

#global-nav.header--black,
#global-nav.header--gradient {
	--font-color:  #FFFFFF;
}	

@media screen and (min-width: 992px) {
#global-nav.header--gradient+*+.breadcrumbs--no-hero {
	padding-top: 7rem;
}
}
#global-nav .header:not(.header--has-store) .header__outer-wrapper {
	height: 8rem;
}
#global-nav .header__outer-wrapper {
	padding: 1rem 1.5vw;
}	


#global-nav.header {
	--font-color:  #222222;
	--divider-border-color:  #008C99;
	background-color: #f2f9fa;
	top: -12.5rem;
	width: 100%;
	z-index: 4;
	transition: top .3s ease-in-out;
	top: -20rem;
}
#global-nav.header--has-store .header__navbar {
	padding-top: .5rem;
	padding-bottom: .5rem;
}
#global-nav .header__outer-wrapper {
	position: relative;
	padding: 0 1rem;
}
#global-nav .header__outer-wrapper--main-nav {
	height: 4rem;
}
#global-nav .header__outer-wrapper--store {
	display: none;
}
#global-nav .header__navbar-nav {
	margin: 0 0 0 .5rem;
}
#global-nav .header__close-nav {
	top: 1.5rem;
	right: 1.5rem;
}
#global-nav .header__brand-logo {
	position: absolute;
	left: 50%;
	transform: translateX(-50%) translateY(0);
	max-height: 4rem;
}
#global-nav .header__brand-logo img {
	max-height: 4rem;
}
@media screen and (min-width: 992px) {
	#global-nav .header__brand-logo, #global-nav .header__brand-logo img {
	max-height: 6rem;
}
#global-nav .header__brand-logo img {
	max-width: 18.75rem;
}
}#global-nav .header__brand-logo--shadow {
	box-shadow: 4px 4px 4px 2px rgba(0, 0, 0, .5);
	top: -0.5rem;
	padding: .25rem;
	background: #fff;
}
@media screen and (min-width: 992px) {
	#global-nav .header__brand-logo--shadow {
	padding: 12px;
}
}#global-nav .header__brand-logo--shadow picture, #global-nav .header__brand-logo--shadow img {
	max-height: 3.5rem;
}
@media screen and (min-width: 992px) {
	.header__brand-logo--shadow picture, .header__brand-logo--shadow img {
	max-height: 4.5rem;
}
}
#global-nav .header__hamburger {
	padding: 0;
	order: -1;
}
#global-nav .header__hamburger-toggle {
	width: 1.5rem;
	height: 1.5rem;
	font-size: 24px;
}
#global-nav .header__hamburger:focus {
	box-shadow: none;
}
#global-nav .header__actions-wrapper {
	display: flex;
	flex-flow: row;
	column-gap: 1rem;
	align-items: center;
}
#global-nav .header__actions-wrapper--right {
	flex: 0 40%;
	column-gap: clamp(0.5rem,  5%,  1.5rem);
	justify-content: flex-end;
}
#global-nav .header__actions-wrapper--right>* {
	flex-shrink: 1;
}
#global-nav .header__actions-wrapper--mobile-menu {
	display: block;
	position: absolute;
	top: calc(100% + 1rem);
	left: 0;
	width: 100%;
	z-index: 3;
	background-color: #fff;
	text-align: center;
	padding: 4rem 0;
	filter: drop-shadow(0px 41.7776px 33.4221px rgba(0,  0,  0,  0.0303)) drop-shadow(0px 22.3363px 17.869px rgba(0,  0,  0,  0.0217)) drop-shadow(0px 2.76726px 2.21381px rgba(0,  0,  0,  0.0397));
}
#global-nav .header__actions-wrapper--mobile-menu .accordion__heading {
	font-size: .875rem;
	padding-top: .75rem;
	padding-bottom: .75rem;
	font-weight: 500;
}
#global-nav .header__actions-wrapper--mobile-menu .accordion__link:hover, .header__actions-wrapper--mobile-menu .accordion__link:focus {
	color: rgba(34, 34, 34, .5);
	text-decoration: underline;
}
#global-nav .header__link {
	color: var(--font-color);
	line-height: 1.4;
	padding: .75rem 1rem;
	text-transform: uppercase;
	letter-spacing: -0.02em;
	font-size: .875rem;
	transition: none;
	text-align: center;
	max-width: 9rem;
}
#global-nav .header__link--underline {
	text-decoration: underline;
}
#global-nav .header__link--caps-off {
	text-transform: none;
}
#global-nav .header__link--icon {
	padding-left: .75rem;
	padding-right: .75rem;
}
#global-nav .header__link--icon:hover, .header__link--icon:focus {
	--font-color:  #008C99;
}
#global-nav .header__link:hover, .header__link:focus {
	background-color: transparent;
	text-decoration: underline;
	color: var(--font-color);
}
#global-nav .header__actions-wrapper--mobile-menu .header__link {
	max-width: initial;
}
#global-nav .header__search-form .general-input {
	box-sizing: border-box;
	height: 2.5rem;
}
#global-nav .header__outer-wrapper--mobile-search {
	margin-top: 1rem;
}
#global-nav .header__outer-wrapper--mobile-search .separator-list {
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 1rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
#global-nav .header__outer-wrapper--mobile-search .separator-list__separator {
	display: none;
}
@media screen and (max-width: 767px) {
#global-nav .header__outer-wrapper--mobile-search .separator-list>*: not(.separator-list__dropdown) {
	flex: 0 100%;
	text-align: center;
}
}@media screen and (min-width: 768px) {
	#global-nav .dropdown-menu.header__search-form-wrapper {
	margin-right: -1px;
	margin-top: 0;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	padding: 0;
	left: initial;
	width: max-content;
	max-width: 14.6875rem;
}
#global-nav .header__outer-wrapper--mobile-search .separator-list {
	padding-top: 0;
	padding-bottom: 0;
}
#global-nav .header__outer-wrapper--mobile-search .separator-list>* {
	flex: auto;
}
#global-nav .header__outer-wrapper--mobile-search .separator-list__separator {
	display: inline;
}
#global-nav .header__store-actions.separator-list .separator-list__toggle:not(.show):hover, #global-nav .header__store-actions.separator-list .separator-list__toggle:not(.show):focus {
	cursor: pointer;
}
#global-nav .header__store-actions.separator-list .separator-list__toggle:hover a, #global-nav .header__store-actions.separator-list .separator-list__toggle:focus a {
	text-decoration: underline;
}
#global-nav .header__store-actions.separator-list>*:not(.header__link):not(.dropdown) {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
#global-nav .header__store-actions.separator-list>*:first-child:not(.dropdown) {
	margin-left: 1rem;
}
}@media screen and (min-width: 992px) {
	#global-nav.header {
	top: -13.5rem;
}
#global-nav.header--gradient-toggle {
	position: fixed;
}
#global-nav.header--initial {
	top: 0;
}
#global-nav.header--black {
	background-color: rgba(34,  34,  34,  0.4);
}
#global-nav.header--gradient {
	//background: linear-gradient(#222222,  transparent);
	//--divider-border-color:  gray;
}
#global-nav.header--tile {
	background-color: #f2f9fa;
}


#global-nav.header--has-store .header__outer-wrapper {
	position: static;
	padding-top: 0;
	padding-bottom: 0;
}
#global-nav .header__outer-wrapper--store {
	display: flex;
	width: 100%;
	border-bottom: 1px solid var(--divider-border-color);
}
#global-nav.header--has-store .header__outer-wrapper--main-nav {
	position: relative;
	height: 7rem;
}
#global-nav.header--has-store .header__brand-logo {
	top: 0;
}
#global-nav.header--has-store .header__brand-logo--centered {
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
}
#global-nav .header__actions-wrapper {
	display: flex;
	align-items: center;
	flex-flow: row;
}
#global-nav .header__outer-wrapper--main-nav .header__actions-wrapper.navbar-nav {
	flex-wrap: wrap;
	max-width: calc(50% - 10.625rem);
}
#global-nav .dropdown-menu.header__search-form-wrapper {
	max-width: initial;
	width: clamp(10rem,  30vw,  25rem);
}
#global-nav .header__search-form {
	margin-left: auto;
}
}@media screen and (min-width: 1201px) {
	#global-nav .header__outer-wrapper {
	padding: 1rem min(4vw,  4.5rem);
}
#global-nav .header--has-store .header__outer-wrapper {
	padding-top: 0;
	padding-bottom: 0;
}
}@media screen and (min-width: 1400px) {
	#global-nav .header__outer-wrapper--store {
	border-bottom: none;
}
#global-nav.header--has-store .header__outer-wrapper--main-nav {
	height: initial;
	position: static;
}
#global-nav .header__link {
	max-width: initial;
}
}#global-nav.header .shopkit-cart-button {
	padding: 0;
	width: auto !important;
	height: auto !important;
	line-height: inherit;
	font-size: 0;
	margin: 0;
	outline: 0;
	border: 0;
	background: none;
	color: inherit;
	position: relative;
}
#global-nav.header .shopkit-cart-button:hover, #global-nav.header .shopkit-cart-button:focus {
	text-decoration: none;
}
#global-nav.header .shopkit-cart-button::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "ï†‡";
	font-size: 14px;
	line-height: 1;
}
#global-nav.header .shopkit-cart-button[data-qty]::after {
	content: attr(data-qty);
	font-size: 13px;
	position: absolute;
	top: -10px;
	background-color: #008c99;
	color: #fff;
	right: -10px;
	border-radius: 50%;
	height: 17px;
	width: 17px;
	line-height: 17px;
}
#global-nav.header .shopkit-cart-button[data-qty]::after:hover {
	background-color: #006069;
	color: #fff;
}
#global-nav .header__store-actions a.multi-location-header-list {
	position: relative;
	padding-left: 3rem;
}
#global-nav .header__store-actions a.multi-location-header-list i.fas {
	position: absolute;
	left: 1rem;
	top: 50%;
	transform: translateY(-13px);
}

