.catalog-interface {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.catalog-filters-button {
	align-self: flex-start;
	font-size: 16px;
	cursor: pointer;
	padding: 10px;
}
.catalog-search {
	padding: 20px 20px 20px 70px;
	position: fixed;
	top: 190px;
	left: 0;
	z-index: 999999;
	background: #fff;
	border: solid 1px #ccc;
	box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.3);
	bottom: 10px;
	transform: translateX(-1000px);
	transition: transform 0.5s ease-in-out;
}
.catalog-search.active {
	transform: translateX(0);
}
.catalog-search-close {
	background: rgb(53, 111, 131, 0.8);
	color: #fff;
	border-radius: 5px;
	padding: 10px 20px;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
}
.catalog-search-field {
	padding-bottom: 30px;
}
.catalog-search-field-label {
	text-transform: uppercase;
	font-size: 18px;
}
.catalog-search-fields .cl-forms-search-field {
	background: #fff !important;
}
.catalog-search-fields .cl-forms-search-field,
.catalog-search-fields select {
	border-radius: 0;
	border: solid 1px #bbb !important;
	line-height: 20px !important;
}
.catalog-search-fields select {
	width: 100% !important;
	font-size: 17px;
	padding: 10px !important;
	appearance: none !important;
	box-shadow: none !important;
	max-width: 100% !important;
	margin: 0 !important;
	box-sizing: border-box !important;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+) !important;
	background-position: right -10px center !important;
	background-repeat: no-repeat !important;
	background-color: transparent !important;
	background-size: 40px !important;
}
.catalog-items {
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	flex-grow: 3;
	gap: 15px;
	width: 100%;
}

.catalog-item {
	flex-grow: 2;
	flex-basis: 250px;
	max-width: 300px;
}

.catalog-item-bg {
	position: relative;
	height: 250px;
	background-size: cover;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	margin-bottom: 5px;
	overflow: hidden;
}
.catalog-name, .catalog-coming-soon {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(255, 255, 255, 0.4);
	opacity: 0;
	transition: opacity .3s ease-in-out;
}
.catalog-name:hover {
	opacity: 1;
}
.catalog-coming-soon {
	opacity: 1;
	background: rgba(0, 0, 0, 0.7);
}
.catalog-label {
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	color: #333;
}
.catalog-coming-soon .catalog-label {
	color: #fff;
}

/* Catalog Details */
.catalog-details {
	display: flex;
	flex-wrap: wrap;
}
.catalog-details-info {
	padding: 7px 7px 7px 40px;
	max-width: 696px;
	flex-basis: 400px;
	flex-grow: 2;
}
.catalog-details-photo {
	background-size: cover;
	width: 597px;
	height: 597px;
	position: relative;
	overflow: hidden;
	margin: 7px;
}
.catalog-details-zoomed-photo {
	opacity: 0;
	cursor: zoom-in;
	transition: opacity .3s ease-in-out;
}
.catalog-details-photo:hover .catalog-details-zoomed-photo {
	opacity: 1;
	position: absolute;
}
.catalog-details-zoomed-photo img {
	max-width: inherit;
}
.catalog-details-photos {
	max-width: 610px;
}
.catalog-details-color-thumbs {
	display: flex;
	flex-wrap: wrap;
	max-width: 610px;
	justify-content: flex-start;
}
.catalog-details-color-selector-thumb {
	margin: 7px;
	cursor: pointer;
	width: 108px;
}
.catalog-details-color-selector-thumb-bg {
	width: 108px;
	height: 80px;
	background-size: cover;
}
.catalog-details-color-selector-thumb-label {
	text-transform: uppercase;
}
.catalog-details-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	font-style: italic;
	text-transform: uppercase;
	padding-bottom: 30px;
	font-size: 18px;
}
.catalog-details-breadcrumbs > div {
	padding-right: 10px;
	margin-right: 10px;
	line-height: 1;
	border-right: solid 1px #ccc;
	padding-bottom: 5px;
}
.catalog-details-breadcrumbs > div:last-child {
	border-right: none;
}
.catalog-details-title {
	font-size: 30px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.catalog-details-message {
	font-style: italic;
}
.catalog-details-spec-sheet-label {
	text-transform: uppercase;
	font-size: 18px;
	padding-bottom: 30px;
}
.catalog-details-color-selection,
.catalog-details-cart-selection {
	padding-bottom: 30px;
}
.catalog-details-color-selection-title,
.catalog-details-cart-selection-title {
	text-transform: uppercase;
	font-size: 18px;
	padding-bottom: 10px;
}
.catalog-details-color-selections,
.catalog-details-cart-selections {
	display: flex;
	flex-wrap: wrap;
}
.catalog-details-color-selector,
.catalog-details-tear-sheet-button,
.catalog-details-cart-selector {
	border: solid 1px #ccc;
	padding: 10px 20px;
	cursor: pointer;
	margin-right: 15px;
	margin-bottom: 15px;
	font-weight: bold;
	min-width: 190px;
	text-align: center;
	width: 200px;
}
.catalog-details-tear-sheet-button {
	margin-bottom: 40px;
	text-transform: uppercase;
	width: auto;
	display: inline-block;
}
.catalog-details-color-selector.active,
.catalog-details-cart-selector.active,
.catalog-details-tear-sheet-button {
	background: #efefef;
	color: #1F83C3;
}
.catalog-details-cart-selections .custom-size-fields {
	flex-grow: 2;
	flex-basis: 1000px;
	display: none;
}
.catalog-details-cart-selections #custom_size_price,
.catalog-details-cart-selections #bl_price {
	font-size: 26px;
	color: #007f00;
	font-weight: bold;
	padding-left: 10px;
	transform: translateY(40px);
}

.catalog-details-specs {
	display: grid;
	grid-template-columns: min-content auto;
	padding-bottom: 30px;
	grid-gap: 5px;
}
.catalog-details-spec-title {
	text-transform: uppercase;
	font-weight: bold;
	padding-right: 10px;
	white-space: nowrap;
}
.catalog-details-order-form {
	padding-bottom: 30px;
}
.catalog-details-overview {
	padding-bottom: 30px;
}
.catalog-details-shipping {
	padding-bottom: 30px;
}
.et_pb_toggle {
	padding: 0;
}
@media (max-width: 650px) {
	.catalog-details-photo {
		width: calc(100vw - 50px);
		height: calc(100vw - 50px);
	}
	.catalog-search {
		padding: 20px;
		position: absolute;
		top: 0;
		bottom: auto;
	}
}

/* Add to cart interface */
.add-to-cart-interface {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 40px;
}
.add-to-cart-interface > div {
	margin: 10px 10px 10px 0;
}
.add-to-cart-interface input {
	width: 50px;
	padding: 8px !important;
	border: solid 1px #ccc !important;
	border-radius: 5px !important;
	outline: none !important;
	background: none !important;
	box-sizing: border-box !important;
	box-shadow: none !important;
	color: #444 !important;
	font-size: 16px !important;
	line-height: 20px !important;
}
.add-to-cart-interface select {
	appearance: none !important;
	border: solid 1px #ccc !important;
	border-radius: 5px !important;
	box-shadow: none !important;
	font-size: 16px !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	line-height: 20px !important;
	height: 38px !important;
	padding: 8px 20px 8px 8px !important;
	box-sizing: border-box !important;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+) !important;
	background-position: right -10px center !important;
	background-repeat: no-repeat !important;
	background-color: transparent !important;
	background-size: 40px !important;
}
.add-to-cart-button {
	cursor: pointer;
	font-size: 20px;
	padding: 7px 20px;
	color: #fff;
	background: #00bf00;
	border-radius: 5px;
	box-shadow: 0 0 18px 0;
}
.added-to-cart {
	text-align: center;
	font-size: 20px;
}
.added-to-cart-message {
	padding-bottom: 20px;
}
.catalog-out-of-stock {
	color: #f00;
	background: #efefef;
	padding: 20px;
	border-radius: 5px;
}
.contact-us-to-order-interface {
	display: none;
}
.contact-us-to-order-interface .success-message {
	border: solid 1px #00bf00;
	background: #ddffdd;
	font-size: 20px;
	padding: 25px;
	border-radius: 5px;
	margin-bottom: 20px;
}
.contact-us-to-order-interface a {
	cursor: pointer;
	font-size: 20px;
	padding: 7px 20px;
	color: #fff;
	background: #00bf00;
	border-radius: 5px;
	box-shadow: 0 0 18px 0;
	display: inline-block;
	margin: 20px 0 0 0;
}

/* Hide the color field */
#frm_field_20_container {
	display: none;
}

/* Catalog for stocked rugs */
.catalog-stocked-rug-photos {
	display: flex;
	flex-wrap: nowrap;
	max-width: calc(100vw - 40px);
	align-items: flex-start;
}
.catalog-stocked-rug-photo img {
	max-width: 100%;
}
.catalog-stocked-rug-sizes {
	padding-top: 40px;
}
.catalog-stocked-rug-sizes-title {
	font-size: 18px;
	text-transform: uppercase;
}

/* Sticker blurb */
.sticker-div {
	position: absolute;
	top: -19px;
	left: -81px;
	background: rgb(53, 111, 131, 0.8);
	color: #fff;
	font-style: italic;
	font-size: 18px;
	font-weight: bold;
	transform: rotate(315deg);
	padding: 61px 50px 20px 50px;
	max-width: 252px;
	text-align: center;
}
.sticker_blurb_details {
	margin-bottom: 30px;
	font-weight: bold;
	color: #356f83;
	font-style: italic;
	font-size: 16px;
	border-radius: 5px;
}
.catalog-title-name h1 {
	text-transform: uppercase;
	font-size: 35px;
	color: #9c1b23 !important;
}
.catalog-title-description {
	padding-bottom: 20px;
}

/* Toggles */
.toggle_section {
	border: solid 1px #ccc;
}
.toggle_title {
	padding: 15px 20px;
	position: relative;
	cursor: pointer;
}
.toggle_title h1,
.toggle_title h2,
.toggle_title h3,
.toggle_title h4,
.toggle_title h5 {
	padding: 0;
	text-transform: uppercase;
}
.toggle_title div {
	position: absolute;
	top: 12px;
	right: 15px;
	transition: transform 0.5s ease-in-out;
	font-size: 25px;
	color: #ccc;
}
.toggle_content {
	display: none;
	padding: 20px;
}
.toggle_section.opened .toggle_title {
	border-bottom: solid 1px #ccc;
}
.toggle_section.opened .toggle_title div {
	transform: rotateX(180deg);
}
