/* Site Variables */
body {
	--sitemaxwidth: 1500px;
	--bodybackground: #f3f3f3;

	/* site colors */
	--color1: #000000;
	--color1-text: #ffffff;
	--color1-hover: #947c30;
	--color1-hover-text: #ffffff;

	--color2: #a89452;
	--color2-text: #ffffff;
	--color2-hover: #776427;
	--color2-hover-text: #ffffff;
	
}
/* End Site Variables */

/* General Styles */
body {
	font-family: 'Montserrat', sans-serif !important;
	color: #333333;
	line-height: 150%;
	padding: 0 !important;
	margin: 0 !important;
	background: var(--bodybackground);
}
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 120%;
}
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 {
	color: inherit;
}

#clickLog,
#clickReg {
	padding: 0 10px;
}
#leftmenu-nav-stack-list > li {
	padding-left: 5px;
}
.add20pxPadding {
	padding: 20px;
}
.add10pxPadding {
	padding: 10px;
}
.pr10 {
	padding-right: 10px;
}
.pl10 {
	padding-left: 10px;
}
.pl20 {
	padding-left: 20px;
}
.pr20 {
	padding-right: 20px;
}
.pb20 {
	padding-bottom: 20px;
}
.h100 {
	height: 100%;
}
.searchTopMenu {
	margin-left: 0;
	margin-right: 0;
	padding-left: 10px;
	padding-right: 10px;
}
#bs-example-navbar-collapse-1 {
	padding-left: 0;
	padding-right: 0;
}
.genericButton-inline {
	display: inline-block;
	background: #d0a908;
	font-size: 14px;
	color: #ffffff !important;
	text-transform: uppercase;
	line-height: 100%;
	padding: 10px;
}
.genericButton-inline:hover {
	text-decoration: none;
	background: #b18e00;
}
.qxrFooter {
	background: #fff;
}
.loginsub {
	font-size: 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 300;
}
.leftlogin {
	border-right: solid 1px #e8e8e8;
}
.rightlogin {
	margin-left: 20px;
}
#sbox-login {
	position: fixed;
}
.signbuttons {
	font-family: 'Monteserrat', sans-serif !important;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.btn-popup {
	font-size: 11px;
}
.siteMaxWidth {
	display: block;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}
.siteMaxWidthDIB {
	display: inline-block;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}

.dibMax1000 {
	display: inline-block;
	width: 100%;
	max-width: 1000px;
}
.dibMax900 {
	display: inline-block;
	width: 100%;
	max-width: 900px;
}
.dibMax800 {
	display: inline-block;
	width: 100%;
	max-width: 800px;
}
.dibMax700 {
	display: inline-block;
	width: 100%;
	max-width: 700px;
}
.map-canvas {
	min-width: 250px !important;
}
.adress_hours * {
	word-break: break-word;
}
/* End General Styles */

/* SVG's */
.SVG {
	display: block;
	width: 30px;
	height: 30px;
}
.SVG * {
	fill: var(--color1);
	stroke: var(--color1);
}
.svg-user {
	stroke-width: 4;
}
.svg-search_icon {
	padding: 4px;
}
/* End SVG's */

/* Header */
.hdr3-mainRow {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding: 0 10px;
	/*background: #ffffff;*/

	border-bottom-right-radius: 10px;
}
.hdr3-mainRow_left,
.hdr3-mainRow_middle,
.hdr3-mainRow_right {
	display: flex;
	align-items: center;
}
.hdr3-menuLines {
	float: left;
	height: 20px;
	width: 25px;
	position: relative;
}
.hdr3-menuLines .line {
	position: absolute;
	left: 0;
	float: left;
	width: 100%;
	height: 3px;
	background: var(--color1);
	z-index: 1;
}
.hdr3-menuLines .line:first-child {
	top: 0;
}
.hdr3-menuLines .line:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}
.hdr3-menuLines .line:last-child {
	bottom: 0;
}
.hdr3-menuText {
	float: left;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 120%;
	font-weight: bold;
	padding: 10px;
	color: var(--color1);
}
.hdr3-mainRow_middle a {
	display: block;
	padding: 10px;
	max-width: 100%;
}
.hdr3-mainRow_middle a img {
	float: left;
	width: 100%;
	max-height: 100px;
}
.hdr3-mainRow_right ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.hdr3-mainRow_right ul li {
	float: left;
}
.hdr3-mainRow_right ul li a {
	float: left;
	padding: 5px;
	font-size: 12px;
	line-height: 120%;
	top: 3px;
    left: 22px;
}
.hdr3-row2_inner {
	position: relative;
	height: 35px;
}
.hdr3-row2-left,
.hdr3-row2-right {
	height: 100%;
}
.hdr3-row2-left {
	float: left;
	position: absolute;
	z-index: 2;
	/*background: #ffffff;*/
	top: 0;
	left: 0;
}
.hdr3-row2-left ul {
	float: left;
	height: 100%;
	margin: 0;
	padding: 0 10px;
	list-style-type: none;

	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-around;
}
.hdr3-row2-left ul li a {
	float: left;
	height: 100%;
	display: flex;
	align-items: center;

	text-transform: uppercase;
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
	color: var(--color1);

	padding: 5px 10px;
}
.hdr3-row2-left ul li:hover > a {
	text-decoration: none;
}
.hdr3-row2-right {
	float: left;
	width: 100%;
	top: 0;
	right: 0;
	position: relative;
	z-index: 1;
	background: var(--bodybackground);
	color: #000000;
	text-align: center;
}
.hdr3-row2-right a {
	float: right;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 10px;
	text-transform: uppercase;
	color: #333333;
	font-size: 12px;
}
.hdr3-row2-right a:hover {
	text-decoration: none;
}
/*Main header row media queries*/
@media (max-width: 991px) {
	.hdr3-mainRow {
		border-bottom-right-radius: 0px;
	}
	.hdr3-row2-left,
	.hdr3-row2-right {
		position: static;
		height: auto;
		width: 100%;
	}
	.hdr3-row2-left:after {
		display: none;
	}
	.hdr3-row2-left ul {
		width: 100%;
	}
	.hdr3-row2-left ul li a {
		padding: 10px;
	}
	.hdr3-row2-right a {
		display: inline-block;
		float: none;
		padding: 10px;
	}
}
@media (max-width: 767px) {
	.hdr3-mainRow_middle {
		max-width: 130px;
	}
}
/*End Main header row media queries*/
.hdr3-toggleMenu:hover, .hdr3-toggleMenuSearch:hover, .hdr3-popout_menu-close:hover {
	cursor: pointer;
}
/*Popout Menu*/
.hdr3-popout_menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 900;
	display: none;
}
.hdr3-popout_menu-shade {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #000000;
	opacity: 0.5;
}
.hdr3-popout_menu-mainMenu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;

	float: left;
	width: calc(100% - 60px);
	max-width: 500px;
	height: 100%;
	overflow: auto;

	background: #ffffff;
}
.hdr3-popout_menu-header {
	float: left;
	width: 100%;
	padding: 20px 20px;

	border-bottom: solid 1px #e8e8e8;
}
.hdr3-popout_menu .hdr3-menuLines {
	height: 25px;
}
.hdr3-popout_menu .hdr3-menuLines .line:nth-child(2) {
	display: none;
}
.hdr3-popout_menu .hdr3-menuLines .line:first-child {
	transform: rotate(45deg) translateY(50%);
	top: 10px;
	left: 1px;
}
.hdr3-popout_menu .hdr3-menuLines .line:last-child {
	transform: rotate(-45deg);
	bottom: 11px;
}
.hdr3-popout_menu-logo {
	float: right;
	max-width: 130px;
}
.hdr3-popout_menu-logo a {
	float: left;
	width: 100%;
}
.hdr3-popout_menu-logo a img {
	float: left;
}
.hdr3-popout_menu-search {
	float: left;
	width: 100%;
	height: 80px;
	padding: 20px 20px;
	border-bottom: solid 1px #e8e8e8;
	position: relative;
	font-size: 14px;
}
.hdr3-popout_menu-search input {
	float: left;
	width: 100%;
	height: 100%;
	border: none;
	border-bottom: solid 1px #777777;

	position: relative;
	z-index: 1;
	padding: 0 50px 0 15px;
}
.hdr3-popout_menu-search label {
	float: left;
	position: absolute;
	top: 25px;
	right: 25px;
	z-index: 2;
}
.hdr3-popout_menu-links {
	float: left;
	width: 100%;
	border-bottom: solid 1px #e8e8e8;
}
.hdr3-popout_menu-links ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding: 10px 0;
}
.hdr3-popout_menu-links ul li {
	float: left;
	width: 100%;
}
.hdr3-popout_menu-links ul li:focus,
.hdr3-popout_menu-links ul li:hover,
.hdr3-popout_menu-links ul li a:focus,
.hdr3-popout_menu-links ul li a:hover {
	outline: none;
	border: none;
	text-decoration: none;
}
.hdr3-popout_menu-links ul li a {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 120%;
	padding: 15px 20px;
}
.hdr3-popout_menu-links ul ul {
	position: relative;
	z-index: 2;
	background: #e8e8e8;
	padding: 20px 0;

	display: none;
}
.hdr3-popout_menu-links ul ul:before {
	content: '';

	position: absolute;
	bottom: 100%;
	right: 10%;

	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 12px 10px;
	border-color: transparent transparent #e8e8e8 transparent;
}
.hdr3-popout_menu-links ul ul li {
	padding-left: 30px;
}
.hdr3-popout_menu-dropdown-toggle:after {
	position: relative;
	left: 20px;
	top: 3px;

	display: inline-block;
	content: '\203A';
	transform: rotate(90deg);
	font-size: 25px;
	line-height: inherit;
}
.hdr3-popout_menu-bottom {
	float: left;
	width: 100%;
	padding: 10px;
}
.hdr3-popout_menu-directionsLinkHolder {
	float: left;
	width: 100%;
	padding: 10px;
	font-size: 13px;
	line-height: 150%;
}
.hdr3-popout_menu-bottom a {
	float: left;
	width: 100%;
}
.hdr3-popout_menu-bottom a:hover {
	text-decoration: none;
}
/*End Popout Menu*/
/*End Header CSS*/

/* Index Page */

/* End Index Page */



/*Footer Styles*/
.ftr2 {
	float: left;
	width: 100%;
	margin-top: 50px;
}
.ftr2-inside {
	
}
.ftr2-inside:before {
	content: "";
	float: left;
	width: 100%;
	height: 6px;
	border-radius: 10px;
	background: #dadada;
	margin-bottom: 30px;
}
.ftr2-content {
	display: inline-block;
	width: 100%;
	max-width: 1500px;
	padding: 20px;
}
.ftr2-content-section {
	padding: 0 0 40px 20px;
	color: #6d6d6d;
}
.ftr2-content-section-heading {
	float: left;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #565656;
}
.ftr2 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 100%;
}
.ftr2 ul li a {
	font-size: 12px;
	transition: all 300ms;
}
.ftr2 ul li a:hover {
	text-decoration: underline;
	color: #000000;
}
.ftr2 .ftr2-social li {
	display: inline-block;
}
.ftr2 .ftr2-social li a {
	font-size: 20px;
	line-height: 100%;
	margin: 0 10px 10px 0;
	transition: all 300ms;
}
.ftr2 .ftr2-social li a:hover {
	color: #000000;
	text-decoration: none;
}
.footerLogo img {
	max-height: 70px;
}
@media (max-width: 991px) {
	.ftr2-content-section:nth-child(2n+1) {
		clear: left;
	}
}
/*End Footer Styles*/

/*Search Page/Item Page Changes*/
#product-content {
	background: none !important;
}
.item-gellery, .product-item {
	background: #ffffff;
	border: none !important;
}
.item-gellery .cat-grid-item-info {
	border-top: none !important;
}
.prodInd31582 {
	margin-top: 50px;
	background: none !important;
}
.popup_box_container-info {
	background: #ffffff;
}
.confInd31582 {
	margin-top: 50px;
	background: none !important;
}
.conf-ver {
	background: #ffffff;
	margin-bottom: 0 !important;
}
/*End Search Page/Item Page Changes*/
.block_info {
	background: #ffffff;
}
.hidden-label {
	border: 0;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px; 
}


/*Index Page*/
.flex-centerChild {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
@media (max-width: 400px) {
	.flex-centerChild {
		padding: 20px;
	}
}
.indexHero {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	margin-top: 30px;
}
.slider349 {
	height: 80vh;
	/*background: #ffffff;*/
}
.slider349 .slick-list, .slider349 .slick-track {
	height: 100%;
}
.slider349 .slick-dots {
	width: auto;
	bottom: 10px;
	right: 40px;
}
.slider349 .slick-dots li button {
	border-radius: 50%;
	background: rgb(141 141 141 / 50%);
}
.slider349 .slick-dots li button:before {
	border-radius: 50%;
	content: "";
	width: 10px;
	height: 10px;
	margin-left: 5px;
	margin-top: 5px;
}
.slider349 .slick-dots li.slick-active button:before {
	opacity: 1;
	background: #818378;
}
.slider349 .slick-list {
	border-radius: 20px;
	/*background: #f0f0f0;*/
}
.slider349-slide {
	height: 100%;
	display: flex;
	/*background: #f0f0f0;*/
	padding: 20px;
	border-radius: 20px;
}
.slider349-slide-inner {
	position: relative;
	top: -10px;
	left: -10px;
	display: flex;
	height: 100%;
	width: 100%;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	/*background: #ffffff;*/
	border-radius: 20px;
	z-index: 5;
}
.slider349-slide-inner:after {
	content: "";
	position: absolute;
	border-radius: 20px;
	top: 6%;
	left: 3%;
	width: 96%;
	height: 93%;
	background: #000000;
	opacity: 0.7;
	z-index: 4;
}
.slider349-slide-inner.noShadowBox:after {
	display: none;
}
.slider349-slide-img {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 5;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	border-radius: 20px;
	overflow: hidden;
}
.slider349-slide-img > img {
	float: left;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slider349-slide-content {
	position: relative;
	z-index: 6;
	font-size: 20px;
    color: #ffffff;
    background: #000000;
    text-transform: uppercase;
    padding: 10px;
}
.slider349-slide-content a:hover{
	color: #c4c4c4 !important;
    text-decoration: none !important;
}
@media (min-width: 767px) {
	.slider349-slide-content {
		font-size: 26px;
	}
}
@media (max-width: 767px) {
	.slider349-floaterHolder {
		padding: 0px !important;
		right: -12px;
	}
	.slider349-floater-txt {
		font-size: 8px !important;
	}
	.slider349-floater-txt {
		width: 90% !important;
		height: 15.5% !important;
	}
	.map-container-MDE {
		padding: 10px;
	}
}
.slider349-floaterHolder {
	position: absolute;
	z-index: 7;
	width: 100%;
	height: 100%;
	padding: 30px;
	/*background: rgba(0, 0, 0, 0.2);*/
}
.slider349-floater {
	position: relative;
	float: left;
	z-index: 1;
	width: 33.3333333333333%;
	height: 33.3333333333333%;
	/*background: #f0f0f0;*/
	border-radius: 20px;
	padding: 10px;
}
/*.slider349-floater:nth-child(1) {
	left: 0;
	top: 0;
}
.slider349-floater:nth-child(2) {
	left: 33.3333333333333%;
	top: 0;
}
.slider349-floater:nth-child(3) {
	right: 0;
	top: 0;
}
.slider349-floater:nth-child(4) {
	left: 0;
	top: 33.3333333333333%;
}
.slider349-floater:nth-child(5) {
	left: 33.3333333333333%;
	top: 33.3333333333333%;
}
.slider349-floater:nth-child(6) {
	right: 0;
	top: 33.3333333333333%;
}
.slider349-floater:nth-child(7) {
	left: 0;
	bottom: 0;
}
.slider349-floater:nth-child(8) {
	left: 33.3333333333333%;
	bottom: 0;
}
.slider349-floater:nth-child(9) {
	right: 0;
	bottom: 0;
}*/
.slider349-floater-txt {
	position: absolute;
	bottom: -13%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #000000;
	/*padding: 10px;*/
	border-radius: 5px;

	color: #ffffff;
	font-size: 11px;
	/*line-height: 120%;*/
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	width: 47%;
    height: 13.5%;
}
.slider349-floater-img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	height: 80%;
	transform: translate(-50%, -50%);
	border-radius: 20px;
	overflow: hidden;

	transition: all 300ms;

	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.0); 
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.0);
	background: #ffffff;
	padding: 10px;

    transform-origin: top left;
}
.slider349-floater:hover .slider349-floater-img {
	width: 70%;
	height: 70%;
}
.slider349-floater:hover .slider349-floater-txt {
	-webkit-box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.5);
}

.slider349-floater-img img {
	float: left;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.slider349-floater:hover .slider349-floater-img {
	-webkit-animation: float 5s ease-in-out infinite;
	-moz-animation: float 5s ease-in-out infinite;
	-o-animation: float 5s ease-in-out infinite;
	animation: float 5s ease-in-out infinite;
}
@-webkit-keyframes float {
	0% {
		transform: translate(-50%,-50%);
		-webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.3); 
		box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.3);
	}
	25% {
		transform: rotate(-5deg) rotateX(10deg) rotateY(-10deg) translate(-52%,-52%);
		-webkit-box-shadow: 8px 18px 23px 0px rgba(0,0,0,0.17); 
		box-shadow: 8px 18px 23px 0px rgba(0,0,0,0.17);
	}
	50% {
		transform: rotateX(5deg) rotateY(0deg) translate(-50%,-50%);
		-webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.3); 
		box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.3);
	}
	75% {
		transform: rotate(5deg) rotateX(10deg) rotateY(10deg) translate(-48%,-52%);
		-webkit-box-shadow: -8px 18px 23px 0px rgba(0,0,0,0.17); 
		box-shadow: -8px 18px 23px 0px rgba(0,0,0,0.17);
	}   
	100% {
		transform: translate(-50%,-50%);
		-webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.3); 
		box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.3);
	}
}
@-moz-keyframes float {
	0% {
		transform: translate(-50%,-50%);
		-webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.3); 
		box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.3);
	}
	25% {
		transform: rotate(-5deg) rotateX(10deg) rotateY(-10deg) translate(-52%,-52%);
		-webkit-box-shadow: 8px 18px 23px 0px rgba(0,0,0,0.17); 
		box-shadow: 8px 18px 23px 0px rgba(0,0,0,0.17);
	}
	50% {
		transform: rotateX(5deg) rotateY(0deg) translate(-50%,-50%);
		-webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.3); 
		box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.3);
	}
	75% {
		transform: rotate(5deg) rotateX(10deg) rotateY(10deg) translate(-48%,-52%);
		-webkit-box-shadow: -8px 18px 23px 0px rgba(0,0,0,0.17); 
		box-shadow: -8px 18px 23px 0px rgba(0,0,0,0.17);
	}   
	100% {
		transform: translate(-50%,-50%);
		-webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.3); 
		box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.3);
	}
}
@-ms-keyframes float {
	0% {
		transform: translate(-50%,-50%);
		-webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.3); 
		box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.3);
	}
	25% {
		transform: rotate(-5deg) rotateX(10deg) rotateY(-10deg) translate(-52%,-52%);
		-webkit-box-shadow: 8px 18px 23px 0px rgba(0,0,0,0.17); 
		box-shadow: 8px 18px 23px 0px rgba(0,0,0,0.17);
	}
	50% {
		transform: rotateX(5deg) rotateY(0deg) translate(-50%,-50%);
		-webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.3); 
		box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.3);
	}
	75% {
		transform: rotate(5deg) rotateX(10deg) rotateY(10deg) translate(-48%,-52%);
		-webkit-box-shadow: -8px 18px 23px 0px rgba(0,0,0,0.17); 
		box-shadow: -8px 18px 23px 0px rgba(0,0,0,0.17);
	}   
	100% {
		transform: translate(-50%,-50%);
		-webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.3); 
		box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.3);
	}
}
@-o-keyframes float {
	0% {
		transform: translate(-50%,-50%);
		-webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.3); 
		box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.3);
	}
	25% {
		transform: rotate(-5deg) rotateX(10deg) rotateY(-10deg) translate(-52%,-52%);
		-webkit-box-shadow: 8px 18px 23px 0px rgba(0,0,0,0.17); 
		box-shadow: 8px 18px 23px 0px rgba(0,0,0,0.17);
	}
	50% {
		transform: rotateX(5deg) rotateY(0deg) translate(-50%,-50%);
		-webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.3); 
		box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.3);
	}
	75% {
		transform: rotate(5deg) rotateX(10deg) rotateY(10deg) translate(-48%,-52%);
		-webkit-box-shadow: -8px 18px 23px 0px rgba(0,0,0,0.17); 
		box-shadow: -8px 18px 23px 0px rgba(0,0,0,0.17);
	}   
	100% {
		transform: translate(-50%,-50%);
		-webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.3); 
		box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.3);
	}
}
@keyframes float {
	0% {
		transform: translate(-50%,-50%);
		-webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.3); 
		box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.3);
	}
	25% {
		transform: rotate(-5deg) rotateX(10deg) rotateY(-10deg) translate(-52%,-52%);
		-webkit-box-shadow: 0px 18px 23px 0px rgba(0,0,0,0.17); 
		box-shadow: 0px 18px 23px 0px rgba(0,0,0,0.17);
	}
	50% {
		transform: rotateX(5deg) rotateY(0deg) translate(-50%,-50%);
		-webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.3); 
		box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.3);
	}
	75% {
		transform: rotate(5deg) rotateX(10deg) rotateY(10deg) translate(-48%,-52%);
		-webkit-box-shadow: -0px 18px 23px 0px rgba(0,0,0,0.17); 
		box-shadow: -0px 18px 23px 0px rgba(0,0,0,0.17);
	}   
	100% {
		transform: translate(-50%,-50%);
		-webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.3); 
		box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.3);
	}
}
/*End Index Page*/
/* Cart */
.cart-li {
	position: relative;
}
.cartHeader a {
	text-decoration: none;
	color: inherit;
}
.cartButton {
	padding-right: 10px;
}
.cartButton.noCart {
	padding-right: 0px;
}
.cartCounterHolder {
	position: absolute;
	z-index: 1;
	top: 11px;
	left: 20px;
	overflow: hidden;
	color: #000000;
	font-weight: bold;
}
.cartCounterHolder #cmQty {
	float: right;
	width: 100%;
	height: 100%;
	border: none;
	margin: 0;
	padding: 0;
}
/*.foxyCount {
	font-size: 11px;
	line-height: 120%;
	font-weight: bold;
}*/
.foxyCount {
	position: absolute;
	top: -4px;
	left: 27px;
	z-index: 2;
	line-height: 120%;
	font-size: 10px;
	color: var(--color3);
	font-weight: bold;
	letter-spacing: 0px;
}
.cartMenu {
	position: absolute;
	z-index: 10;
	top: 100%;
	right: 0;
	width: 160px;
	background: #ffffff;
	border: solid 2px #e8e8e8;
	padding: 10px;
	text-align: left;

	border-radius: 5px;

	display: none;
}
.cart-li:hover .cartMenu {
	display: block;
}
.cartMenu:after {
	content: "";
	position: absolute;
	bottom: 100%;
	right: 7px;
	border-top: solid 0px transparent;
	border-right: solid 5px transparent;
	border-bottom: solid 7px #e8e8e8;
	border-left: solid 5px transparent;
}
.cartMenu-inner {
	display: flex;
	flex-direction: column;
}
.numCartItems {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 10px;
	margin-bottom: 10px;

	border-bottom: solid 1px #e8e8e8;
}
.cartmenu-countActual {
	flex: 0 0 auto;
	padding-right: 20px;
	padding-left: 10px;

	font-size: 20px;
	line-height: 100%;
	font-weight: bold;
	color: #000000;
}
.numCartItems-text {
	flex: 1 1 auto;
	font-size: 10px;
	font-weight: bold;
	line-height: 120%;
}
.cartTotal-text {
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	line-height: 120%;
}
.cartTotal {
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 120%;
}
/* End Cart */

/*SVGs*/
.SVG-user {
	position: relative;
	display: inline-block;
	width: 25px;
	height: 25px;
	top: 3px;
}
.SVG-user * {
	stroke: var(--color3);
	fill: var(--color3);
}
.SVG-cart {
	position: relative;
	top: 0px;
	display: inline-block;
	width: 25px;
	height: 25px;
}
.SVG-cart * {
	stroke: var(--color3);
}
.SVG-search {
	position: relative;
	top: 2px;
	display: inline-block;
	width: 14px;
	height: 14px;
}
.SVG-search * {
	stroke: var(--color3);
}
.SVG-heart {
	position: relative;
	top: 1px;
	display: inline-block;
	width: 25px;
	height: 28px;
	padding-top: 3px;
}
.SVG-heart * {
	stroke: var(--color3);
	fill: var(--color3);
}
.wishListHeader #vwlQty {
    position: absolute;
    top: -2px;
    left: 25px;
    z-index: 2;
    line-height: 120%;
    font-size: 10px;
    color: var(--color3);
    font-weight: bold;
    letter-spacing: 0px;
}
.wishListHeader {
    position: relative;
    top: -2px;
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 !important;
    margin-left: 5px;
    margin-right: 10px;
}
.brand a {
    border: 1px solid #000000 !important;
	background: #ffffff !important;
}
.brandLgShown {
    background: #f3f3f3 !important;
}
.landingPoss .img-container .img-responsive {
    border: 1px solid #000000 !important;
}
#product-content.showingAsGallery .product-item .item-gellery {
    border: 1px solid #000000 !important;
}
@media (max-width: 767px) {
    .block_info {
        margin: 20px;
        border: 1px solid #000000 !important;
    }
}
@media (min-width: 768px) {
    .block_info {
        margin-top: 20px;
        border: 1px solid #000000 !important;
    }
}
.iconNowords {
	visibility: hidden;
}
/*list section*/
.showcase-containerMDE {
	margin-top: 25px;
}

.category-menuMDE-parent {
	/*padding-left: 25px;
	padding-right: 12.5px;
	padding-bottom: 25px;*/
	padding: 20px;
}

.category-menuMDE {
    background: #fff;
    border-right: 1px solid #ddd;
	border-radius: 12px;
}

.category-menuMDE ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.category-menuMDE li {
    padding: 15px 20px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    transition: background 0.3s;
}

@media (max-width: 991px) {
	.category-menuMDE li {
		display: inline-block;
		border-bottom: none;
	}
	.category-menuMDE ul {
		border-bottom: 1px solid #eee;
	}
}


.category-menuMDE li:hover {
    background: #f4f4f4;
}

.category-menuMDE li.activeMDE {
    font-weight: bold;
    border-left: 4px solid #000;
    background: #fafafa;
}

/*.category-contentMDE {
    position: relative;
    flex: 3 1 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 12px;
}*/
.category-contentMDE {
    position: relative;
    flex: 3 1 600px;
    display: inline;
    align-items: baseline;
    justify-content: space-between;
    overflow: hidden;
    border-radius: 12px;
    flex-wrap: nowrap;
    align-content: flex-end;
	padding-left: 12.5px;
	padding-right: 25px;
}
.category-contentMDE img {
    height: auto;
    display: block;
    border-radius: 12px;
}

.image-overlayMDE {
    position: absolute;
    top: 20px;
    left: 4px;
    max-width: 75%;
    background: rgba(255, 255, 255, 0.85);
    padding: 20px;
    border-radius: 8px;
    margin-left: 50px;
}

@media (max-width: 1400px) {
	.image-overlayMDE {
		position: relative;
		top: 20px;
		left: 4px;
		max-width: 100%;
		background: rgba(255, 255, 255, 0.85);
		padding: 20px;
		border-radius: 8px;
		margin-left: unset;
	}
	.category-contentMDE {
		position: relative;
		flex: 3 1 600px;
		display: inline;
		align-items: baseline;
		justify-content: space-between;
		overflow: hidden;
		border-radius: 12px;
		flex-wrap: nowrap;
		align-content: flex-end;
		/*padding-left: 0px;
		padding-right: 0px;*/
	}
}

.image-overlayMDE h2 {
    margin-top: 0;
}

.learn-moreMDE {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 15px;
    border: 2px solid #fff;
    color: #fff;
    background: #000;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
}

.learn-moreMDE:hover {
    background: #c4c4c4;
	text-decoration: none;
	color: #000000;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .showcase-containerMDE {
        flex-direction: column;
    }

    .category-menuMDE {
        order: 1;
        border-right: none;
        border-bottom: 1px solid #ddd;
    }

    .category-contentMDE {
        order: 2;
        border-radius: 0;
    }

    .image-overlayMDE {
        /*max-width: 90%;*/
    }
}
.listTitleMDE {
	padding: 10px;
	text-decoration: underline;
}
/*end list section*/

/* Pro Registration styling */
.proRegisterPage {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.proRegisterPage .nav.nav-tabs {
	display: none;
}
.proRegisterPage h1 {
	font-size: 30px;
	line-height: 120%;
}
.proRegister-img img {
	width: 100%;
	/* max-height: 620px; */
	object-fit: cover;
}
.proRegister {
	background: none;
}
.proRegister #registerC, .proRegister #loginC {
	background: none;
}
.proRegister .custLogin {
	display: none;
}
.proRegister #customer-login-content {
	background: none;
}
.proRegister .LogResCustomer {
	max-width: none !important;
}
.proRegister .tbCon {
	max-width: none !important;
}
.proRegister .regElem {
	width: 50% !important;
	padding: 10px !important;
}
.proRegister .regElem .regElem {
	width: 100% !important;
	padding: 0px !important;
}
.proRegister input, .proRegister select {
	height: 40px !important;
	line-height: 40px !important;
	padding: 0 10px !important;
	margin-top: 0 !important;
	border: none !important;
	background: #ebebeb;
}
.proRegister label {
	margin-top: 0 !important;
	margin-bottom: .5rem;
}
.proRegister p.regElem {
	display: none;
}
.proRegister .regNumberCustomerStyle {
	margin-top: .5rem !important;
}
.proRegister .regNumberCustomerStyle input {
	float: left;
	width: 23%;
	padding: 0 10px;
}
.proRegister .regNumberCustomerStyle input:last-child {
	width: 48%;
}
.proRegister .regNumberCustomerStyle span {
	float: left;
	width: 3%;
	line-height: 40px;
	font-weight: bold;
}
.customFieldDivider {
	float: left;
	width: 100%;
	padding: 10px;
}
.customFieldDivider span {
	float: left;
	width: 100%;
	height: 2px;
	background: #ebebeb;
}
.highlightInfo {
	border: solid 1px #e8e8e8;
	margin: 10px 0 40px;
	padding: 10px;
	background: #f0f0f0;
}
.highlightInfo-top {
	float: left;
	width: 100%;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 20px;
}
.highlightInfo input, .highlightInfo select {
	background: #f3f3f3 !important;
}
.regElem.dropFilesSection {
	width: 100% !important;
}
.proRegister .dropzone {
	border: 4px dashed #333333;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.proRegister .register {
	background: #4768b7;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: bold;
	line-height: 120%;
	border: solid 3px #26407e;
	padding: 20px;
	height: auto;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;

	transition: all 300ms
}
.proRegister .register:hover {
	color: #ffffff;
	background: #26407e;
}
.designerPlusTerms {
	font-size: 12px;
}
.proRegisterPageContainer ul {
	list-style-type: initial;
}
@media (max-width: 575px) {
	.proRegister .regElem {
		width: 100% !important;
	}
}

.tab-content-wrapper .customer-login-btn:hover {
	color: #000000;
	background: #ffffff;
	border: 1px solid #000000;
}

.proRegister .file_list {
	float: left;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 20px;
	line-height: 1.2;
	list-style: none;
}

.proRegister .file_list a {
	text-decoration: underline;
	padding: 0;
}

.proRegister .info_note {
	text-align: center;
  margin: 0 0 20px;
  font-size: 14px;
  font-weight: bolder;
}
/* End pro registration styling */
.trade-section {
	padding: 20px;
}
/* email signup */
  .email-signup-formMDE {
    max-width: 400px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
  }

  .email-labelMDE {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 1.2rem;
    color: #222;
  }

  .input-groupMDE {
    display: flex;
    gap: 8px;
  }

  .email-inputMDE {
    flex: 1;
    padding: 10px 14px;
    font-size: 1rem;
    border: 2px solid #ccc;
    border-radius: 4px;
    transition: border-color 0.3s ease;
  }
  
  .email-inputMDE:focus {
    border-color: #007bff;
    outline: none;
  }

  .submit-buttonMDE {
    background-color: #000000;
    border: none;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
  }

  .submit-buttonMDE:hover {
    background-color: #c4c4c4;
	color: #000000;
  }

  .email-help-textMDE {
    display: block;
    margin-top: 6px;
    font-size: 0.9rem;
    color: #555;
  }

  /* Responsive for small screens */
@media (max-width: 480px) {
    .input-groupMDE {
      flex-direction: column;
    }

    .submit-buttonMDE {
      width: 100%;
      padding: 12px 0;
    }
}
/*end email signup*/

/*Where to find us*/
.map-link-MDE,
.map-link-MDE:hover,
.map-link-MDE:focus,
.map-link-MDE:active {
  text-decoration: none !important; /* kill Bootstrap underline */
  color: inherit !important;
}

.map-link-MDE {
  display: block;
  margin: 40px 0 0; /* top margin for spacing */
  width: 100%;
}

.map-container-MDE {
  text-align: center;
  width: 100%;
}

.map-heading-MDE {
  margin-bottom: 15px;
  font-size: 2em;
  text-transform: uppercase;
  color: black;
  transition: all 0.3s ease;
}

.map-frame-MDE {
  border: 0;
  border-radius: 12px;
  width: 100%;
  height: 400px;
  display: block;
  transition: all 0.3s ease;
}

/* Hover effect only on the map */
.map-link-MDE:hover .map-frame-MDE {
  box-shadow: 0 6px 16px rgba(0,0,0,0.25);
}
/*End Where to find us*/

.brand a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 150px;
    height: 150px;
    border: 1px solid #ececec;
    font-size: 13px;
}

.brand a:hover {
    animation: rockME 5s ease-in-out infinite;
}

@keyframes rockME {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(4deg); }
    50% { transform: rotate(-4deg); }
    75% { transform: rotate(2deg); }
    100% { transform: rotate(0deg); }
}
.hdr3-row2-left ul li a:hover {
    text-decoration: underline;
}
@media (max-width: 767px) {
	.headerWelcome {
		display: none;
	}
}
@media (max-width: 767px) {
	.searchMobbye {
		display: none;
	}
}