@import url(./fonts.css);

/* #region Site Variables */

:root {

	/* #region Site Colors */

	--main-dark-text-color: #333333;
	--main-light-text-color: #ffffff;
	--gray-text-color-1: #3f3f3f;
	--gray-text-color-2: #474747;
	--black-text-color: #3f3f3f;

	--main-light-bg-color-1: #ffffff;
/*	--main-light-bg-color-2: #f5f4ee;*/
	--main-light-bg-color-2: #f2ede7;
	--main-light-bg-color-3: #f3f2eb;
	--main-dark-bg-color-1: #303030;
	--main-dark-bg-color-2: #090b20;
	--main-slide-bg-color: #f8f8f8;

	/* #endregion Site Colors */

	--main-font-size: 14px;
	--custom-font-size: 16px;
	--mobile-primary-menu-font-size: 15px;

	--main-line-height-1: 1.5;
	--main-line-height-2: 1.2;
	--custom-line-height: 26px;
	--mobile-menu-link-line-height: 12px;


	--text-font-family: "Questrial", sans-serif;
/*	--text-font-family: 'Inter', sans-serif;*/


	--headings-font-family: "Domine", serif;
/*	--headings-font-family: 'Spectral', serif;*/

	--main-content-width: 1380px;
	--main-content-padding: 30px;

	--section-margin: 20px;

}

/* #endregion Site Variables */

/* #region General Styles */

html {
	text-rendering: optimizelegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/*overflow-x: hidden;*/
	color: var(--gray-text-color-1);
	letter-spacing: 1px;
	font-family: var(--text-font-family);
	font-weight: 300;
	font-style: normal;
	font-size: var(--custom-font-size);
	line-height: var(--custom-line-height);
}

html body {
	margin: 0;
	padding: 0;
/*	font-family: var(--text-font-family);*/
	font-family: "Questrial", sans-serif;
	font-size: var(--main-font-size);
	font-weight: 400;
	line-height: var(--main-line-height-1);
	color: var(--main-dark-text-color);
	text-align: left;
	background-color: var(--main-light-bg-color-1);
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--headings-font-family);
	line-height: 1.2;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

a,
a:link,
a:visited,
a:focus,
a:hover,
a:active {
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}

.header a,
.footer a,
.index-page a,
.top-bar a {
/*	color: var(--gray-text-color-2);*/
	color: #000000;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

@media (prefers-reduced-motion) {

	.header a,
	.footer a,
	.index-page a,
	.top-bar a {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
}

.header a:hover,
.footer a:hover,
.index-page a:hover,
.top-bar a:hover {
	opacity: 0.6;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.myContainer .tab-pane ul {
	margin-bottom: 1rem;
	padding-left: 40px;
}

.add20pxPadding {
	padding: 20px;
}

.transition300,
.transition300 * {
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

@media (prefers-reduced-motion) {

	.transition300,
	.transition300 * {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
}

.boxSize,
.boxSize * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

.upper-text {
	text-transform: uppercase;
}

.pos-static {
	position: static;
}

.flex-item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
}

.align-items-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.justify-content-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.justify-content-between-space-evenly {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-evenly;
}

.justify-content-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

#bs-example-navbar-collapse-1 {
	padding-left: 0;
	padding-right: 0;
}

.content-wrapper {
	width: 100%;
	height: auto;
	background-color: transparent;
	/*min-height: 1500px;*/
	padding-bottom: 42px;
	padding-left: 10px;
	padding-right: 10px;
}
.content-wrapper-about {
	width: 100%;
	height: auto;
	background-color: transparent;
	/*min-height: 1500px;*/
	padding-bottom: 42px;
	padding-left: 42px;
	padding-right: 42px;
}
@media (max-width: 500px) {
.content-wrapper-about {
	width: 100%;
	height: auto;
	background-color: transparent;
	padding-bottom: 42px;
	padding-left: 1px;
	padding-right: 1px;
	
	}
}
.container.custom-container {
	width: 100%;
/*	max-width: 1380px; */
/*	max-width: var(--main-content-width);*/
	margin: 0 auto;
	/* padding: 0 30px; */
/*	padding-left: var(--main-content-padding);*/
/*	padding-right: var(--main-content-padding);*/
	padding: 0px;
}

a img.arrow-animated-img {
	display: inline-block;
	position: relative;
	-webkit-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

a:hover img.arrow-animated-img {
	-webkit-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
}
@media (max-width: 1950px) {
	.container.custom-container {
		padding-left: 10px;
		padding-right: 10px;
	}
}

/* #endregion General Styles */

/* #region Header */

.top-bar {
	font-family: var(--text-font-family);
	font-size: var(--custom-font-size);
	/* font-weight: 300; */
	font-style: normal;
	line-height: var(--custom-line-height);
/*	color: var(--gray-text-color-2);*/
/*	background-color: var(--main-light-bg-color-2);*/
	color: #ffffff;
	background-color: #000000;
	justify-content: center;
	align-items: center;

	padding: 9px 30px;
}

.top-bar .divider {
	margin: 0 10px;
}

.top-bar div,
.top-bar a {
	font-size: 12px;
	font-weight: 400;
	font-style: normal;

	line-height: 16px;
	letter-spacing: 1px;
	color: #ffffff;
}

.header {
	position: sticky;
	top: 0px;
	z-index: 101;
	padding: 0 30px;
	font-family: var(--text-font-family);
	font-size: var(--custom-font-size);
	font-weight: 300;
	font-style: normal;
	line-height: var(--custom-line-height);
	color: var(--gray-text-color-1);
	background-color: var(--main-light-bg-color-1);
	letter-spacing: 1px;
	text-align: left;
/*	border-top: 1px solid hsla(0, 0%, 59%, .5);*/
	border-bottom: 1px solid hsla(0, 0%, 59%, .5);

	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 130px;
}
@media (max-width: 350px) {
.header {
	position: sticky;
	top: 0px;
	z-index: 101;
	padding: 0 30px;
	font-family: var(--text-font-family);
	font-size: var(--custom-font-size);
	font-weight: 300;
	font-style: normal;
	line-height: var(--custom-line-height);
	color: var(--gray-text-color-1);
	background-color: var(--main-light-bg-color-1);
	letter-spacing: 1px;
	text-align: left;
/*	border-top: 1px solid hsla(0, 0%, 59%, .5);*/
	border-bottom: 1px solid hsla(0, 0%, 59%, .5);

	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 57px;
	}
}
.header-full-width {
	display: flex;
	justify-content: space-evenly;
	width: 100%;
}

.header-full-width .header-full-width-flex {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	max-width: 2000px;
}

.header-full-width .header-full-width-flex .header-content {
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.header-content .logo-wrap {
	flex: 0 1 auto;
}

.logo-wrap>a {
	display: block;
}

.logo-wrap>a>img {
	max-height: 89px;
}

.header-content .main-nav-wrap {
	flex: 0 0 auto;
}

.main-nav>li>a {
	position: relative;
	display: block;
	padding: 20px;
	
	font-family: var(--headings-font-family);
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: left;
	line-height: 16px;
	text-transform: uppercase;

/*	color: #2c2c2c;*/
	color: #0c0c0c;
}

.main-nav>li:hover>a {
	opacity: 1;
}

.main-nav>li>a::after {
	content: "";
	width: 0;
	height: 2px;
	position: absolute;
	right: 20px;
	bottom: 0;
	left: 20px;
/*	background-color: #817d73;*/
	background: #23221e;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.main-nav>li:hover>a::after {
	width: calc(100% - 40px);
	opacity: 1;
}

.main-nav li .sub-menu-wrap {
	/* height: 150px; */
	padding: 32px 0 50px;
	position: absolute;
	right: 0;
	left: 0;
	z-index: -1;
/*	background: var(--main-light-bg-color-2);*/
	background: #ffffff;
	overflow: hidden;
	opacity: 1;
	visibility: hidden;
	border-top: 1px solid hsla(0, 0%, 59%, .5);
}

.main-nav li:hover .sub-menu-wrap {
	visibility: visible;
	z-index: 10;
}

li .sub-menu-wrap .sub-menu-content {
	padding-left: 35px;
	padding-right: 35px;
	opacity: 0;
	visibility: hidden;
	position: relative;
	overflow: hidden;
}

li .sub-menu-wrap .sub-menu-content.sub-prod-menu-content {
	margin: 0 -10px;
	justify-content: space-between;
}

li:hover .sub-menu-wrap .sub-menu-content {
	opacity: 1;
	visibility: visible;
}

li .sub-menu-content .sub-nav {
	width: 220px;
	height: 0;
	opacity: 0;
	-webkit-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}

li .sub-menu-content .sub-nav.sub-prod-nav {
	width: auto;
	padding: 0 10px;
}

li:hover .sub-menu-content .sub-nav {
	display: block;
	height: auto;
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.sub-nav>li>a {
	display: inline-block;
/*	font-family: var(--text-font-family);*/
	font-family: "Questrial", sans-serif;
	font-weight: 400;
	font-style: normal;
/*	font-size: 10px;*/
	font-size: 12px;
	line-height: 28px;
/*	letter-spacing: 1.94px;*/
	letter-spacing: 1px;
	text-align: left;
/*	text-transform: uppercase;*/
	text-transform: none;
	border-bottom: 2px solid transparent;
}

.sub-nav>li>a:hover {
/*	border-bottom: 2px solid #817d73;*/
	border-bottom: 2px solid #23221e;
}

/* .sub-nav>li:first-child>a:hover {
	border-bottom: 2px solid transparent;
} */

.sub-nav>li>a.prod-nav-header {
	font-weight: bold;
	font-size: 12px;
}

.sub-nav.sub-prod-nav>li:last-child>a {
	font-weight: bold;
}

.sub-nav>li>a:hover {
	opacity: 1;
}

li .sub-menu-wrap .sub-images-block {
	margin-left: -15px;
	margin-right: -15px;
}

li .sub-images-block .sub-image-wrap {
	width: 318px;
	min-width: 318px;
	height: 0;
	padding-left: 15px;
	padding-right: 15px;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
	-webkit-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
}

li:hover .sub-images-block .sub-image-wrap {
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	display: block;
	height: auto;
}

.header-content .shop-nav-wrap {
	flex: 0 1 auto;
}

.shop-nav>li>a {
	display: block;
	padding: 6px 10px;
	font-family: var(--headings-font-family);
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 14px;
	text-align: center;
}

.shop-nav>li>a>div {
	font-weight: 400;
	margin: 10px 0 0;
}

.header-cart-link .cartCounterHolder {
	display: inline-block;
}

.header-cart-link .cartCounterHolder .foxyCount {
	display: inline-block;
}
/* #region Search Modal */

/* # Cart and Wish List Icons SVG */

.cartSVG {
	width: 25px;
	height: 25px;
	position: relative;
	bottom: -2px;
}
.wish-SVG {
	width: 25px;
	height: 25px;
}
.search-icon-desktop {
	width: 100%;
	max-width: 28px;
	height: auto;
}
@media (max-width: 1249px) {
	.main-nav>li>a {
		font-size: 12px;
		padding: 10px;
	}
}
/* # Cart and Wish List Icons SVG */

.header .search-modal-wrapper {
	background: #474747;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	transform: translateY(-100%);
	/*pointer-events: none;*/
	transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.header.opened-search .search-modal-wrapper {
	transform: translateY(0);
	opacity: 1;
	/*pointer-events: all;*/
}
.search-modal-wrapper .close-search {
	height: 26px;
	color: #ffffff;
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 100;
	cursor: pointer;
	align-items: center;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.search-modal-wrapper .close-search:hover {
	opacity: 0.7;
}

.search-modal-wrapper .search-form {
	position: relative;
	width: 688px;
	max-width: 90%;
	margin: 135.75px auto;
	opacity: 1;
	transform: translateY(0px);
}

.search-modal-wrapper .search-form .search-query {
	display: inline-block;
	width: 100%;
	padding: 10px 50px 13px 0;
	border: none;
	border-bottom: 1px solid #ffffff;
	font-family: var(--text-font-family);
	font-size: 16px;
	letter-spacing: .8px;
	text-align: left;
	line-height: 26px;
	color: #fff;
	background-color: transparent;
}

.search-form .search-query::-webkit-input-placeholder {
	opacity: 1;
	color: #ffffff;
}

.search-form .search-query::-moz-placeholder {
	opacity: 1;
	color: #ffffff;
}

.search-form .search-query:-ms-input-placeholder {
	opacity: 1;
	color: #ffffff;
}

.search-form .search-query:-moz-placeholder {
	opacity: 1;
	color: #ffffff;
}

.search-modal-wrapper .search-form .search-query:focus {
	outline: 1px solid rgba(71, 71, 71, 0.01);
}

.search-modal-wrapper .search-form .search-btn {
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	border: none;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: 0 0;
	cursor: pointer;
}

.search-modal-wrapper .search-form .search-btn:focus {
	outline: 1px solid rgba(71, 71, 71, 0.01);
}

.header-content .mob-nav-btn-wrap {
	display: none;
}

.mob-nav-btn-wrap .mob-nav-btn {
	display: inline-block;
	margin-left: 10px;
	padding: 2px 15px;
}

.mob-nav-btn .hamburger-box {
	width: 19px;
	position: relative;
}

.hamburger-box .h-line {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #000000;
}

.hamburger-box .h-line:nth-child(2) {
	margin: 5px 0;
}

.mobile-menu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	-webkit-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
	transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);

	font-family: var(--text-font-family);
	font-size: var(--custom-font-size);
	font-weight: 300;
	font-style: normal;
	line-height: var(--custom-line-height);
	color: var(--gray-text-color-1);
	background-color: var(--main-light-bg-color-1);
	letter-spacing: 1px;
	text-align: left;

	background: rgba(255, 255, 255, 0);
}

.mobile-menu.opened-menu {
	-webkit-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.mobile-menu a {
	display: block;
	padding: 20px;
	position: relative;
	color: var(--gray-text-color-2);
	border-bottom: 1px solid hsla(0, 0%, 59%, .5);
	line-height: var(--mobile-menu-link-line-height);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.mobile-menu a:hover {
	opacity: .6;
	text-decoration: none;
}

.mobile-menu .mobile-inside {
	width: 80%;
	height: 100%;
	margin-left: 20%;
	background: var(--main-light-bg-color-2);
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
}

.mobile-inside .mobile-menu-header,
.mobile-sub-drop .mobile-menu-header {
	background: var(--main-light-bg-color-3);
	border-bottom: 1px solid hsla(0, 0%, 59%, .5);
	padding: 20px;
}

.mobile-menu-header .mobile-menu-header-text {
	font-family: var(--headings-font-family);
	font-size: var(--mobile-primary-menu-font-size);
	color: var(--gray-text-color-2);
	letter-spacing: 0;
	text-align: left;
	line-height: var(--custom-font-size);
}

.mobile-menu .primary-mob-nav {}

.primary-mob-nav .mob-menu-item {
	font-family: var(--headings-font-family);
	font-size: var(--mobile-primary-menu-font-size);
	color: var(--gray-text-color-2);
	letter-spacing: 0;
	text-align: left;
	line-height: var(--custom-line-height);
}

.primary-mob-nav .mob-menu-item.has-sub-menu {
	position: unset;
}

.mobile-menu .mobile-sub-drop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	width: 80%;
	height: 100%;
	margin-left: 20%;
	background: var(--main-light-bg-color-2);
	-webkit-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
	transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
	overflow-y: auto;
	overflow-x: hidden;
}

.mobile-menu .opened-sub-menu>.mobile-sub-drop {
	-webkit-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.mobile-sub-drop .mobile-sub-drop {
	width: 100%;
	margin-left: 0;
}

.mobile-sub-drop .cls-sub-menu {
	-webkit-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.mobile-sub-drop .mobile-sub-menu a {
	font-family: var(--text-font-family);
	font-weight: 400;
	font-style: normal;
	font-size: 10px;
	letter-spacing: 1.94px;
	text-transform: uppercase;
}

/* #endregion Search Modal */

@media (max-width: 1158px) {
	.header {
		padding: 0px 2px;
		border: none;
	}

	.logo-wrap>a>img {
		max-height: 70px;
	}

	.header-content .main-nav-wrap {
		display: none;
	}

	.header-content .shop-nav-wrap {
		margin-left: auto;
		flex-shrink: 0;
	}

	.shop-nav>li>a {
		margin-left: 10px;
		padding: 0 5px;
	}

	.shop-nav>li>a>img {
		/* max-height: 17px;
		max-width: none;
		width: auto;
		height: auto; */
	}

	.shop-nav>li>a>div {
		display: none;
	}

	.header-content .mob-nav-btn-wrap {
		display: flex;
		flex: 0 0 auto;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	
	.mobile-menu {
		display: block;
	}
}

@media (max-width: 520px) {
	.top-bar div,
	.top-bar a {
		font-size: 9px;
		letter-spacing: 0;
	}
}

/* #endregion Header */

/* #region Index Page */

body .index-page {
	font-family: var(--text-font-family);
	font-size: var(--custom-font-size);
	font-weight: 300;
	font-style: normal;
	line-height: var(--custom-line-height);
	color: var(--gray-text-color-1);
	background-color: var(--main-light-bg-color-1);
	text-align: left;

	width: 100%;
}
.website-full-width {
	display: flex;
	justify-content: center;
	width: 100%;
	/*padding: 30px;*/
}
.website-full-width-about {
	display: flex;
	justify-content: center;
	width: 100%;
}
.website-full-width-flex {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;

	width: 100%;
	max-width: 2000px;
}
/* #region Main Slider */


/* ################## Start Title Section ################## */

.showroom-title-text {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 35px 25px;
}
.showroom-title-text .award-title {
	font-size: 35px;
	font-weight: 500;
	color: #1c1c1c;
}
.showroom-title-text .showroom-highlights {
	display: flex;
	justify-content: space-evenly;

	width: 100%;
	max-width: 1200px;

	padding: 25px 20px;
}
.showroom-title-text .showroom-highlights .item a {
	font-size: 16px;
	font-weight: 700;
	color: #424242;
	text-transform: uppercase;
}

@media (max-width: 1050px) {
	.showroom-title-text .award-title {
		font-size: 18px;
	}
	.showroom-title-text .showroom-highlights .item a {
		font-size: 13.5px;
	}
}

@media (max-width: 950px) {
	.showroom-title-text .award-title {
		font-size: 16px;
	}
	.showroom-title-text .showroom-highlights .item a {
		font-size: 10px;
	}
}
@media (max-width: 767px) {
	.showroom-title-text {
		display: none;
	}
}

/* ################## End Title Section ################## */

.slider-section .main-slider {
	/* background-color: var(--main-light-bg-color-2); */
/*	margin: 35px auto;*/

/*	background: #f8f7f3;*/
	/* padding: 55px 44px; */
}

.main-slider .slick-track {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
}

.main-slider .slick-arrow {
	padding: 0;
	position: absolute;
	background-color: transparent;
	border: none;
	text-indent: -9999px;
	overflow: hidden;
	/* -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; */
}

.main-slider .slick-prev,
.main-slider .slick-next {
	top: 48%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 40px;
	width: 26px;
	background-position: 50%;
	z-index: 99;
	background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nMzInIGhlaWdodD0nNTYnIGZpbGw9J25vbmUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTEgMWwzMCAyNi45ODZMMSA1NScgc3Ryb2tlPScjMjAyMDIwJyBzdHJva2UtbGluZWNhcD0ncm91bmQnLz48L3N2Zz4=);
	cursor: pointer;
}

.main-slider .slick-prev {
	left: -30px;
	-webkit-transform: translateY(-50%) rotate(-180deg);
	-o-transform: translateY(-50%) rotate(-180deg);
	transform: translateY(-50%) rotate(-180deg);
}

.main-slider .slick-next {
	right: -30px;
}

.main-slider .slick-prev:focus,
.main-slider .slick-next:focus {
	outline: 1px solid transparent;
}

.main-slider .slick-prev:focus-visible,
.main-slider .slick-next:focus-visible {
	outline: 1px solid transparent;
}

.main-slider .slide-item.slick-slide {}

.slide-item .slide-link {
	display: block;
	width: 50%;
}

.slide-link .slide-link-bg-cover {
	/* background-size: cover; */
	/* background-size: contain; */
	/* background-position: 50%;*/
	background-position: top;
	background-repeat: no-repeat;
	/* height: 100%; */

	/* height: 650px; */
}

.slide-link .slide-link-bg-cover img {
	width: 100%;
	height: auto;
	max-width: 100%;
	/* display: none; */
}

.slide-item .slide-content-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	/* padding: 135px 15px; */
	background-color: #d7d7d7;
}

.slide-item .slide-content {
/*	width: 430px;*/
	width: 500px;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}

.slide-content .slide-headline {
	margin: 15px 0 0;
	padding: 0;
	font-family: var(--headings-font-family);
	font-size: 44px;
	text-transform: capitalize;
	letter-spacing: 0;
	line-height: 65px;
}

.slide-content .slide-text {
	display: inline-block;
	margin: 15px 0 0;
	font-weight: 400;
	text-decoration: underline;
}

/* Slick Slider Dots */
.main-slider .slick-dots {
	display: flex;
  justify-content: space-between;
  align-items: center;
	/* left: 50%;
  bottom: 0;
  transform: translateX(calc(-100% - 4px)); */
  width: auto !important;
  padding: 5px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.main-slider .slick-dots li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	
	line-height: 18px;
	width: 18px !important;
	height: 18px !important;
}

.main-slider .slick-dots li > button {
	opacity: 0;
}

.main-slider .slick-dots li:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 2;
	opacity: 0.5;
	border-radius: 50%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}

.main-slider .slick-dots li.slick-active:after {
	opacity: 1;
}

@media (max-width: 767px) {
	/* .main-slider .slick-dots {
		transform: translateX(-50%);
	} */
}
/* End Slick Slider Dots */

@media (min-width: 768px) {
	.main-slider .slide-item.slick-slide {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: -ms-flex;
		display: flex;
		float: none;
		height: auto;
		column-gap: 4px;
	}

	.slide-item .slide-content-wrap {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width: 991px) {
	.slide-content .slide-headline {
		font-size: 32px;
		line-height: 44px;
	}
}

@media (max-width: 767px) {
	.slide-item .slide-link {
		width: 100%;
	}

	.slide-link .slide-link-bg-cover {
		height: auto;
	}

	.slide-link .slide-link-bg-cover img {
		display: block;
	}

	.slide-item .slide-content-wrap {
		padding: 30px 15px 50px;
	}

	.slide-content .slide-headline {
		font-size: 40px;
		letter-spacing: 0;
		line-height: 41px;
	}

	.main-slider .slide-item.slick-slide > a {
		margin: 0 0 4px;
	}
}

/* #endregion Main Slider */

/* #region Products Section */

.content-wrapper .products-section {
/*	background-color: var(--main-light-bg-color-2);*/
	border-top: 1px solid rgba(0, 0, 0, .3);
	border-bottom: 1px solid rgba(0, 0, 0, .3);
	padding: 75px 0px;
	margin: 75px auto;
}

.products-section .ps-inner {
	width: 100%;
	/* height: calc(50vw - 7.5px); */
	max-height: 750px;
}

.products-section .ps-text,
.products-section .ps-images {
	width: 50%;
}

.products-section .ps-text {
	align-items: center;
	font-family: var(--headings-font-family);
	color: var(--gray-text-color-2);
}

.products-section .ps-text-inner {
	padding: 20px;
}

.products-section .ps-text-inner-1,
.products-section .ps-text-inner-2,
.products-section .ps-text-inner-3 {
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: var(--main-line-height-2);
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.products-section .ps-text-inner-1 {
	color: #151512;
	font-size: 100px;
	line-height: 1.2;
	letter-spacing: 1px;
	text-transform: none;
}

.products-section .ps-text-inner-2 {
	font-family: "Questrial", sans-serif;
	font-size: 28px;
	font-weight: lighter;
	text-transform: capitalize;

	color: #23221e;
	margin: 20px auto;
}

.products-section .ps-text-inner-3 {
	font-size: 15px;
	text-transform: none;

	line-height: 1.5;
/*	padding: 0px 100px 0px 0px;*/
	padding: 0px 145px 0px 0px;
	margin: 30px auto;
}

.products-section .ps-images {
	width: 50%;
	height: 100%;
	flex-wrap: wrap;
	justify-content: space-around;
}

.products-section .ps-image-item {
/*	width: 50%;*/
	width: 42%;
	height: 50%;
/*	max-height: calc(var(--main-content-width) / 4);*/
    max-height: calc( (2000px) / 4);
}

.products-section .ps-image {
	display: block;
	height: 100%;
	padding: 20px;
	position: relative;
}

.products-section .ps-image img {
	display: block;
	width: 90%;
	height: 90%;
	position: relative;
	left: 0;
	top: 0;
	z-index: 1;
	object-fit: cover;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

.products-section .ps-image:hover img {
	top: -10px;
	left: -10px;
	-webkit-box-shadow: 10px 10px 25px 0px rgba(0, 0, 0, 0.48);
	-moz-box-shadow: 10px 10px 25px 0px rgba(0, 0, 0, 0.48);
	box-shadow: 10px 10px 25px 0px rgba(0, 0, 0, 0.48);
}

.products-section .ps-image .ps-image-text {
	width: 80%;
	padding: 15px 10px;
	position: absolute;
	right: 25px;
	bottom: 35px;
	z-index: 2;

	color: #000000;
	background: #d7d7d7;

	font-family: var(--headings-font-family);
	font-size: 18px;
	font-weight: 500;
	line-height: var(--main-line-height-2);
	text-transform: none;
	text-align: center;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

.products-section .ps-image:hover .ps-image-text {
	right: 30px;
	bottom: 40px;
}

.products-section .ps-image .ps-image-text::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	top: 5px;
	left: 5px;
	/*border: solid 2px var(--main-dark-bg-color-2);*/
	border: solid 2px #f8f7f3;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

.products-section .ps-image:hover .ps-image-text::after {
	top: 15px;
	left: 15px;
}

@media (max-width: 992px) {
	.products-section .ps-text-inner-3 {
		padding: 0px;
	}
	.products-section .ps-inner {
		flex-wrap: wrap;
		height: auto;
		max-height: none;
	}

	.products-section .ps-text {
		width: 100%;
	}

	.products-section .ps-text-inner {
		width: 100%;
		text-align: center;
	}

	.products-section .ps-images {
		width: 100%;
		height: auto;
		justify-content: center;
	}

	.products-section .ps-image-item {
		max-width: calc(var(--main-content-width) / 4);
	}
}

@media (max-width: 575px) {
	.products-section .ps-text-inner-1 {
		font-size: 60px;
	}

	.products-section .ps-text-inner-2 {
		font-size: 32px;
	}

	.products-section .ps-text-inner-3 {
		font-size: 14px;
	}

	.products-section .ps-image-item {
		width: 100%;
		height: auto;
	}
}

/* #endregion Products Section */

/* #region Category Slider Section */

.content-wrapper .category-slider-section {
/*	margin: 0 0 20px;*/
/*	background: var(--main-dark-bg-color-1);*/
/*	background: #474747;*/
	padding: 30px 0 40px;
	margin: 75px 0px;
}

.category-slider-section .cs-slider-wrap {
	padding: 0 25px;
}

.category-slider-section .cs-text {
/*	padding: 0 20px;*/
	margin: 0 0 30px;
}

.cs-text .cs-text-inner-1 {
	margin: 0 0 5px;
	padding: 0;
	font-family: var(--headings-font-family);
	font-size: 48px;
/*	color: var(--main-light-text-color);*/
	color: #000000;
	line-height: var(--main-line-height-2);
	text-align: left;
	text-transform: none;

	text-transform: capitalize;
}

.cs-text .cs-text-inner-2 {
	width: 100%;
/*	max-width: 500px;*/

	font-family: var(--text-font-family);
	font-size: 20px;
/*	color: var(--main-light-text-color);*/
	color: #000000;
	line-height: var(--main-line-height-2);
	text-align: left;
	text-transform: none;

	padding: 0;
	margin: 0 0 10px;
}

/* .content-wrapper .cs-slider-wrap .cs-slider {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
} */

.cs-slider .slick-arrow {
	width: 36px;
	padding: 0;
	position: absolute;
	top: 40%;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzVweCIgaGVpZ2h0PSIxMnB4IiB2aWV3Qm94PSIwIDAgMzUgMTIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYyICg5MTM5MCkgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+Q29udC4gUmVhZGluZyBBcnJvdyAgQ29weSA0PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+CiAgICAgICAgPGcgaWQ9Ik5ld3NsZXR0ZXItQmxvY2siIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMjEuMDAwMDAwLCAtMjE0LjAwMDAwMCkiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIwLjc1Ij4KICAgICAgICAgICAgPGcgaWQ9IkVtYWlsLUFkZHJlc3MtRm9ybS1GaWVsZC0iPgogICAgICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUyLjAwMDAwMCwgMjEzLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJDb250Li1SZWFkaW5nLUFycm93LS1Db3B5LTQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDg2LjAwMDAwMCwgNy4wMDAwMDApIHJvdGF0ZSgtMTgwLjAwMDAwMCkgdHJhbnNsYXRlKC04Ni4wMDAwMDAsIC03LjAwMDAwMCkgdHJhbnNsYXRlKDY5LjAwMDAwMCwgMi4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgPGxpbmUgeDE9IjMzIiB5MT0iNSIgeDI9IjAiIHkyPSI1IiBpZD0iU3Ryb2tlLTEiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvbGluZT4KICAgICAgICAgICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJTdHJva2UtMyIgcG9pbnRzPSI2IDAgMCA1IDYgMTAiPjwvcG9seWxpbmU+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
	background-repeat: no-repeat;
	background-position: 100%;
	background-size: 34px;
	background-color: transparent;
	border: none;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}

.cs-slider .slick-arrow:focus {
	outline: 1px solid transparent;
}

.cs-slider .slick-next {
	right: -45px;
}

.cs-slider .slick-prev {
	left: -45px;
	-webkit-transform: translateY(-50%) rotate(-180deg);
	-o-transform: translateY(-50%) rotate(-180deg);
	transform: translateY(-50%) rotate(-180deg);
}

/* .cs-slider .slick-track {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
} */

.cs-slider .slide-item.slick-slide {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	flex-direction: column;
	/*padding: 0 30px;*/
	/* max-width: 260px; */
	height: 425px;
	/* height: auto;
	min-height: 350px; */
	/* float: none; */
}

.slide-item .slide-image-wrap {
	width: 100%;
	height: 100%;
	flex-shrink: 1;
	justify-content: center;
	align-items: center;
	position: relative;
	text-align: center;
	background: var(--main-light-bg-color-1);
	overflow: hidden;

	/*border: 2px solid #f8f7f3;*/
}

.slide-item .slide-image-wrap:hover {
	opacity: 1;
}

.slide-item .slide-image-wrap img {
/*	max-width: 180px;*/
	width: 100%;
	max-width: 185px;
/*	max-width: 250px;*/
	height: auto;
}

.slide-item .slide-image-wrap .slide-image-text {
	padding: 10px;
	font-family: var(--text-font-family);
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	letter-spacing: 1.94px;
	line-height: 16px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	background: var(--main-light-bg-color-2);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
}

.slide-item .slide-image-wrap:hover .slide-image-text {
	opacity: 1;
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.slide-item .slide-item-text {
	padding: 15px 10px;
	flex-shrink: 0;
	text-align: center;
	font-family: var(--headings-font-family);
	font-size: 17px;
	font-weight: 400;
	line-height: var(--main-line-height-2);
/*	color: var(--main-light-text-color);*/
/*	background-color: var(--main-dark-bg-color-1);*/
	color: #474747;
    background-color: #f8f7f3;
}

@media (max-width: 991px) {
	.cs-text .cs-text-inner-1 {
		text-align: center;
	}

	.cs-text .cs-text-inner-2 {
		max-width: none;
		text-align: center;
	}
}

@media (max-width: 575px) {
	.cs-slider .slide-item.slick-slide {
		max-width: none;
		margin: 0 20px;
	}
}

/* #endregion Category Slider Section */

/* #region Featured Wish List Section */

.content-wrapper .wishlist-section {
	padding: 100px 0px 100px 0px;
	background: #d7d7d7;
	margin: 0px 0px 100px 0px;
}

.wishlist-section .ws-list {
	width: 65%;
	padding: 20px 25px;
	background: #c7c7c7;
}

.ws-list .ws-list-header {
	margin: 0 0 10px;
	padding: 0 20px;
}

.ws-list .ws-list-text-1 {
	font-family: var(--headings-font-family);
	font-weight: 400;
	font-size: 36px;
	line-height: var(--main-line-height-1);
	text-transform: capitalize;
	text-align: center;

	padding: 0;
/*	margin: 20px 0px 0px 0px;*/
}

.ws-list .ws-list-inner {
	flex-wrap: wrap;
}
.ws-list-inner {
	justify-content: space-around;
}

.ws-list .ws-list-item {
/*	width: 50%;*/
	width: 45%;
	margin: 0 0 10px;
	padding: 20px;
	flex-wrap: wrap;
}

.ws-list-item .ws-list-item-image {
	width: 100%;
	height: 70%;
	background-color: var(--main-light-bg-color-1);
	text-align: center;
}

.ws-list-item .ws-list-item-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.ws-list-item .ws-list-item-text {
	width: 100%;
	padding: 10px 0;
}

.ws-list-item-text .ws-item-text-1,
.ws-list-item-text .ws-item-text-2 {
	margin: 0;
	padding: 0;
	font-family: var(--text-font-family);
	font-weight: 400;
	font-size: var(--main-font-size);
	line-height: var(--main-line-height-1);
	text-align: center;
}

.ws-list-item-text .ws-item-text-1 {
	margin: 0 0 10px;
	font-family: var(--headings-font-family);
	font-size: 20px;
	font-weight: 600;
	line-height: var(--main-line-height-2);
	text-transform: capitalize;
	text-align: center;
}

.wishlist-section .ws-image {
	flex-direction: column;
	width: 55%;
	padding: 30px 35px 30px 40px;
}

.ws-image .ws-image-wrap {
	width: 100%;
}

.ws-image .ws-image-wrap img {
	width: 100%;
}

.ws-image .ws-image-header {
	margin: 0 0 20px;
	padding: 60px 0 0;
}

.ws-image-header .ws-image-text-1,
.ws-image-header .ws-image-text-2 {
	margin: 0 0 10px;
	padding: 0;
	font-family: var(--headings-font-family);
	font-size: 42px;
	font-weight: 400;
	line-height: var(--main-line-height-2);
	text-transform: capitalize;
	text-align: center;

	margin: 0px;
}

.ws-image-header .ws-image-text-2 {
	font-size: 17px;

	line-height: 1.5;
	text-transform: none;


	margin-top: 15px;

}

.ws-image .ws-image-link {
	display: inline-block;
	margin: auto 0 0 auto;
	padding: 20px;
	font-family: var(--text-font-family);
	font-size: 18px;
	font-weight: 600;
	line-height: var(--main-line-height-1);
	text-align: center;
}

@media (max-width: 991px) {
	.content-wrapper .wishlist-section {
		padding: 20px 0 30px;
	}

	.wishlist-section .ws-inner {
		flex-wrap: wrap;
	}

	.wishlist-section .ws-list,
	.wishlist-section .ws-image {
		width: 100%;
	}

	.ws-list .ws-list-inner {
		justify-content: space-around;
	}

	.ws-list-item .ws-list-item-inner {
		max-width: 320px;
		margin: 0 auto;
	}

	.wishlist-section .ws-image {
		padding: 20px 0;
	}

	.ws-image .ws-image-header {
		margin: 0 0 10px;
		padding: 20px 0 0;
	}

	.ws-image .ws-image-link {
		margin: auto auto 0;
	}
}

@media (max-width: 767px) {
	.ws-list .ws-list-item {
		width: 100%;
		margin: 0 0 5px;
		padding: 5px 10px;
	}

	.ws-list-item .ws-list-item-image {
		height: auto;
	}

	.ws-list-item .ws-list-item-image img {
		width: auto;
		height: auto;
	}
}

/* #endregion Featured Wish List Section */

/* #endregion Index Page */

/* #region Footer */

.footer {
	font-family: var(--text-font-family);
	font-style: normal;
	font-size: var(--custom-font-size);
	font-weight: 400;
	line-height: var(--custom-line-height);
	color: var(--gray-text-color-1);
	letter-spacing: 1px;
	text-rendering: optimizelegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.footer .footer-content-wrap {
	position: relative;
	z-index: 100;
	/*	background: var(--main-dark-bg-color-1);*/
	color: #000000;
/*	background: var(--main-light-bg-color-2);*/
	background: #c7c7c7;
	padding: 25px 0px 0px 0px;
}

.footer .footer-top,
.footer .footer-mid {
	padding: 25px 0;
}

.footer .footer-mid {
/*	border-top: 1px solid var(--main-light-bg-color-1);*/
/*	border-bottom: 1px solid var(--main-light-bg-color-1);*/
/*	border-top: 1px solid #e8e8e8;*/
	border-bottom: 1px solid #5c5c5c;
}

.footer-mid .footer-nav-wrap {
	justify-content: space-between;
}

.footer-nav-wrap .footer-nav-col {
	padding-right: 20px;
	flex-shrink: 0;
}

.footer-nav-wrap .footer-nav-col:last-child {
	padding-right: 0;
	flex-shrink: 1;
}

.footer-nav-col .footer-nav-header {
	font-family: "Questrial", sans-serif;
	font-size: 13.5px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;

	line-height: var(--custom-line-height);

/*	color: #0c0c0c;*/
	color: #000000;
	margin: 0 0 15px;
}

.custom-container.footer-width-override {
	width: 100%;
	max-width: 2000px;
}

.footer-nav-col .footer-nav li {
	font-size: 12px;
	line-height: 35px;
}

.footer-nav-col .footer-nav li a {
	font-family: "Questrial", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: none;

/*	color: #232323;*/
	color: #000000;
}

.footer-nav-col .footer-soc-nav {
	text-align: left;
	visibility: hidden;
}

.footer-nav-col .footer-soc-nav li {
	display: inline-block;
	margin-right: 5px;
	font-size: 24px;
	line-height: 1;
}

.footer .footer-bot {
	padding: 15px 0px 15px 0px;
}

.footer-bot p {
	font-family: "Questrial", sans-serif;
	font-size: 12px;
	line-height: var(--main-line-height-1);
/*	color: #696969;*/
	color: #000000;
	text-align: center;

	margin: 0;
}

@media (max-width: 991px) {
	.footer-mid .footer-nav-wrap {
		flex-wrap: wrap;
	}

	.footer-nav-wrap .footer-nav-col {
		width: 33%;
		margin: 0 0 15px;
		flex-shrink: inherit;
	}

	.footer-nav-wrap .footer-nav-col:last-child {
		width: 100%;
		flex-shrink: inherit;
	}
}

@media (max-width: 767px) {
	.footer .footer-logo-block {
		justify-content: center;
	}

	.footer-nav-wrap .footer-nav-col {
		width: 100%;
		padding-right: 0;
		text-align: center;
	}

	.footer-nav-col .footer-soc-nav {
		text-align: center;
	}
}

/* #endregion Footer */

/* #region Additional Pages */

/* #region Wishlist Page */

@media(min-width:1253px) {
	.wishlist-add-page .btnWlmob {
		width: 14%;
	}
}

/* #endregion Wishlist Page */

/* #region Search Page */

.search-add-page .header {
	position: relative;
}

.search-add-page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: var(--main-font-size);
	line-height: var(--main-line-height-1);
}

.search-add-page #product-content {
	text-align: center;
	width: calc(100% - 185px);
}

.search-add-page .product-item {
	margin: 4px;
}

.search-add-page .search-menu-container {
	width: 185px;
}

.search-add-page #aside-leftmenu-navbar {
	width: 185px !important;
	max-width: 185px !important;
}

@media(max-width: 767px) {
	.search-add-page .product-item {
		margin: 10px;
	}

	.search-add-page #product-content {
		width: 100%;
	}
}

/* #endregion Search Page */

/* #region FullProduct FullConfig */

.myContainer .confInd31582,
.myContainer .prodInd31582 {
	font-size: 14px;
}

.myContainer .confInd31582 .tab-pane ul,
.myContainer .prodInd31582 .tab-pane ul {
	margin-bottom: 1rem;
	padding-left: 40px;
}

/* #endregion FullProduct FullConfig */

/* #endregion Additional Pages */

/* #region ShowFooter */

.showFooter {
	bottom: -100%;
	left: 0;
	width: 100%;
	padding: 15px 0 0 0;
	background: none;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
	z-index: 9;
}

.showFooter .innerShowFooter {
	position: absolute;
	top: -10px;
	left: 0;
	display: block;
	width: 100%;
	height: 45px;
	background: #f0f0f0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

/* #endregion ShowFooter */

@media (prefers-reduced-motion) {

	a img.arrow-animated-img,
	.main-nav>li>a,
	.main-nav>li>a::after,
	li .sub-menu-content .sub-nav,
	li .sub-images-block .sub-image-wrap,
	.header.opened-search .search-modal-wrapper,
	.search-modal-wrapper .close-search,
	.mobile-menu,
	.mobile-menu a,
	.mobile-menu .mobile-sub-drop,
	.main-slider .slick-arrow,
	.products-section .ps-image img,
	.products-section .ps-image .ps-image-text,
	.products-section .ps-image .ps-image-text::after,
	.slide-item .slide-image-wrap .slide-image-text,
	.showFooter {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
}

/* Start About Us Page */
.about-us-page {
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	align-items: stretch;
	margin: 45px auto;
}
.about-us-page .about-us-content {
	width: 100%;
	padding: 0px 100px 0px 0px;
}
.about-us-page .about-us-content .showroom-title {
	font-family: "Domine", serif;
	font-size: 35px;
}

.about-us-page .about-us-content .description-text p {
	font-size: 16px;
	text-align: justify;
}

.about-us-page .about-us-image-section {

}
@media(max-width: 1775px) {
	.about-us-page {
		padding: 20px;
	}
}
@media(max-width: 1299px) {
	.about-us-page {
		flex-direction: column;
	}
	.about-us-page .about-us-content .showroom-title {
		font-size: 25px;
		margin: 10px 0px;
	}
	.about-us-page .about-us-content {
		padding: 0px 50px 0px 0px;
	}
}
@media(max-width: 767px) {
	.about-us-page .about-us-content {
		padding: 0px 15px;
	}
}
/* End About Us Page */

/* ==========================================================================
	Start - Return Policy Page
	========================================================================== */

.return-policy-section {
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	align-items: stretch;
	margin: 45px auto;
	width: 100%;
}
.return-policy-section .return-content h1 {
	font-family: "Questrial", sans-serif;
	font-size: 24px;
	margin: 0px 0px 10px 0px;
}

.return-policy-section .return-content {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: flex-start;

	width: 100%;
}
.return-policy-section .return-content ul {
	list-style: circle;
	margin-left: 50px;
}
.return-policy-section .return-content ul li {
	font-size: 15px;
}
.return-policy-section .return-content p {
	font-size: 15px;
	margin-bottom: 5px;
}
.return-policy-section .return-content .return-heading {
	font-family: "Questrial", sans-serif;
	font-size: 24px;
	margin: 10px 0px 10px 0px;
}
/* ==========================================================================
	End - Return Policy Page
	========================================================================== */

/* Start padding on search pages */
.text-bold-highlight {
	font-weight: 700;
}
.padding-on-search {
	padding: 15px 25px;
}
/* End padding on search pages */



/*Meet The Team // Our Team Page */
.siteMaxWidthDIB {
    display: inline-block;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}
.meet-the-team-section {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 1500px;
}
.meet-the-team-section .sales-people-section {
	display: flex;
	flex-direction: row;
	width: 100%;
	max-width: 1500px;
	flex-wrap: wrap;
	justify-content: space-around;
}
.meet-the-team-section .sales-people-section .text-section {
	font-size: 14px;
	width: 100%;
	max-width: 300px;

	padding: 0px 20px 20px 20px;
}
#person-17 .image-section {
/*	padding-left: 0px!important;*/
	text-align: left!important;
}
/*.ourTeam-person img {
	width: 100%;
	max-width: 275px;
	height: 275px;
}*/
.ourTeam-person img {
	width: 100%;
	max-width: 250px;
	height: 300px;
}
.ourTeam-Bio {
	margin-bottom: 0px;
}

/* Remove Kristen Blands - President's email */
/*#person-1 .ourTeam-Email {
	display: none;
}*/
/* Remove Kristen Blands email */

@media (max-width: 996px) {
	.meet-the-team-section .sales-people-section .text-section {
		text-align: left;
	}
}
/*Meet The Team // Our Team Page */

.btn-popup-light-grey {
	color: #141414;
	font-size: 10px;
	letter-spacing: 1px;
}

/* ### Vanilla Contact page updates */
.contact-margin {
	margin: 25px 0px 45px 0px;
}
.vanilla-contact-page .rowInputs {
	border: 1px solid #3d3d3d!important;
	border-radius: 0!important;
}
.vanilla-contact-page p {
	font-size: 18px!important;
}
.vanilla-contact-page .block_contact label {
	font-size: 17px!important;
	margin-bottom: 2px!important;
	color: #000000;
}
.vanilla-contact-page .title_e {
	display: none!important;
}
.vanilla-contact-page .messageType {
	border: 1px solid #000000!important;
	border-radius: 0!important;
}

.vanilla-contact-page .buttonexpand {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: capitalize;

	border: none;
	color: #f5f4ee;
	background: #000;

	padding: 10px 120px;
	margin: 25px 0px;
}

/* ### End Vanilla Contact page updates */
.footerLogo {
	width: 200px;
}
.Hidetext1 {
	visibility: hidden;
}
.policyHead {
	left: 20px;
}
/*IMAP Holiday Hide on home page (header is on top of content)*/

#IMAPsaleHolder {

}
.homePage #IMAPsaleHolder {
	position: absolute;
	top: 132px;
	left: 0;
	z-index: 14;
	background: rgba(0,0,0,0.5);
}
#IMAPsaleHolder.showTheBanners {
	display: block;
}
#IMAPopenButton {
	float: left;
	width: 100%;
	text-align: center;
	padding: 5px 20px;
	text-transform: uppercase;
}
.homePage #IMAPopenButton {
	color: #ffffff;
}
#IMAPopenButton:hover {
	text-decoration: none;
	cursor: pointer;
}
#IMAPsales {
	display: none;
	float: left;
	width: 100%;
}
.noScroll6437 #IMAPsaleHolder {
	z-index: 16;
}
@media (max-width: 767px) {
	.homePage #IMAPsaleHolder {
		position: static ;
	}
	.homePage #IMAPsaleHolder {
		background: none;
	}
	.homePage #IMAPopenButton {
		color: #000000;
	}
}
/*End IMAP Holiday Hide on home page (header is on top of content)*/
.policyPad {
	padding-right: 200px;
	padding-left: 200px;
}
@media (max-width: 767px) {
.policyPad {
	padding-right: 25px;
	padding-left: 25px;
	}
}
.ContactP {
    display: inline-block;
    width: 100%;
    max-width: 700px;
    vertical-align: middle;
}

