@font-face {
	font-family: Mont-Heavy;
	src: url(../weka/fonts/Mont/Mont-Heavy.ttf);
}
@font-face {
	font-family: Mont-Bold;
	src: url(../weka/fonts/Mont/Mont-Bold.ttf);
}
@font-face {
	font-family: 'Superior-Bold';
	src: url(../fonts/Superior/Superior-Title-Bold.otf);
}
@font-face {
	font-family: 'Suisse';
	font-weight: normal;
	src: url(../fonts/Suisse/SuisseIntl-Regular-WebM.ttf);
}
@font-face {
	font-family: 'Garamond-Italic';
	font-weight: light;
	font-style: italic;
	src: url(../fonts/Garamond/GaramondFBDisplayLightItalic.otf);
}
li,
p,
h1,
h2,
h3,
h4,
h5,
span,
table,
input,
select,
.woocommerce {
	font-family: 'Suisse', sans-serif;
}

#alt-container {
	position: relative;
	display: block;
	z-index: 100;
	background-color: #fff;
}
#alt-container .img {
	width: 73%;
	display: block;
	padding: 0 25%;
}

#alt-container .thumb {
	width: 24%;
	display: block;
}

#alt-container .alt-label {
	margin: 0 auto;
	padding: 10px 20px;
	background-color: #fff;
	font-family: 'Suisse', sans-serif;
	font-size: 14px;
	display: block;
	text-align: center;
}

.char-font {
	font-family: sans-serif;
}

select {
	appearance: none;
	-webkit-appearance: none;
	/*Removes default chrome and safari style*/
	-moz-appearance: none;
	/*Removes default style Firefox*/
	background: url('https://www.pittella.com.au/wp-content/themes/Pittella/images/caret-down-solid.svg')
		no-repeat;
	background-size: 10px;
	background-position: 98%;
	border: 1px solid #f0f0f0;
	padding: 10px 6px 10px !important;
}

select option {
	background: #ffffff;
	color: #000000;
}

.woocommerce form input,
.page-title h1,
.woocommerce .woocommerce-ordering select,
.woocommerce nav.woocommerce-pagination ul,
div#nextend-accordion-menu-unique2e6d916 dl.level1 dt a,
div#nextend-accordion-menu-unique2e6d916 dl.level1 dt a span {
	font-family: 'Garamon-Italic', serif !important;
	font-style: italic;
	font-weight: 400;
}

.body-content {
	max-width: 1920px;
	margin: 0 auto;
}
.woocommerce-checkout .main-content {
	max-width: 1200px;
}

.inner-wrap,
.woocommerce .product {
	max-width: 1920px;
	margin-right: auto;
	margin-left: auto;
}

.woocommerce ul.products {
	max-width: 1600px;
	margin-right: auto !important;
	margin-left: auto !important;
}

.woocommerce div.product div.images {
	width: 52%;
}

.woocommerce div.product div.summary {
	/*width: 48%!important;*/
	padding-right: 0 !important;
}

@media (max-width: 1540px) {
	.woocommerce div.product div.images {
		width: 62%;
	}

	.woocommerce div.product div.summary {
		width: 38%;
		/*padding-right: 0!important;*/
	}
}

.bottom-menu h3.menu-title,
.bottom-menu h4.menu-title {
	font-size: 14px;
	font-family: 'Garamond-Italic', serif !important;
	font-style: italic !important;
	font-weight: normal !important;
}
.bottom-menu h3.menu-title {
	font-size: 15px;
	text-transform: uppercase;
}
.bottom-menu ul li a {
	font-size: 12px !important;
}

@media (min-width: 1921px) {
	#menu-main-menu-1 > li > .sub-menu {
		/*left: 50% !important;*/
		/*transform: translateX(-50%);*/
		/*max-width: 1920px;*/
	}
}
#nav-icon {
	width: 37px;
	height: 39px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
}
#nav-icon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 50%;
	background-color: #333;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}
#nav-icon span:nth-child(even) {
	left: 50%;
	border-radius: 0 9px 9px 0;
}
#nav-icon span:nth-child(odd) {
	left: 0px;
	border-radius: 9px 0 0 9px;
}
#nav-icon span:nth-child(1) {
	top: 11px;
}
#nav-icon span:nth-child(2) {
	top: 11px;
}
#nav-icon span:nth-child(3) {
	top: 24px;
}
#nav-icon span:nth-child(4) {
	top: 24px;
}

#nav-icon.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 4px;
	top: 11px;
}
#nav-icon.open span:nth-child(4) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	left: calc(50% - 4px);
	top: 22px;
}
#nav-icon.open span:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: calc(50% - 4px);
	top: 11px;
}
#nav-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 4px;
	top: 22px;
}

.cart-icon {
	position: relative;
}

.disable-shop .cart-icon {
	display: none;
}
.disable-shop .single_add_to_cart_button {
	display: none !important;
}
.disable-shop .single_variation_wrap {
	display: none !important;
}

.cart-contents:before {
	font-family: WooCommerce;
	content: '\e01d';
	font-size: 28px;
	margin-top: 10px;
	font-style: normal;
	font-weight: 400;
	vertical-align: bottom;
}
.cart-contents:hover {
	text-decoration: none;
}

.cart-contents-count {
	color: #fff;
	background-color: #d7d7d7;
	font-weight: bold;
	border-radius: 10px;
	padding: 3px 7px;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top: 1px;
	right: -12px;
}

.currency-banner {
	height: auto !important;
	margin-bottom: 0px !important;
	display: flex;
	justify-content: flex-end;
}
@media (max-width: 1023px) {
	.currency-banner {
		margin-top: 10px;
	}
}
.currency-banner .currency {
	cursor: pointer;
	padding: 0 5px;
}
.currency-banner .currency.active {
	font-weight: 900;
	text-decoration: underline;
}
.currency-banner .currency:not(:first-child) {
	border-left: 1px solid;
}

.navbar {
	position: relative;
	height: 54px;
	/*padding: 0 25px;*/
	z-index: 999;
	background: white;
	margin-bottom: 10px;
}
.navbar > div {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
}
.navbar #nav-icon {
	z-index: 999;
}
.navbar .navbar-logo {
	display: flex;
	justify-content: center;
	z-index: 998;
}
.navbar .navbar-icons {
	right: 0;
	top: 25px;
	position: absolute;
	z-index: 998;
	height: 100%;
}
.navbar .navbar-icons img {
	height: 21px;
	width: auto;
	-ms-interpolation-mode: bicubic;
}

.navbar-icons a {
	margin-right: 12px;
}
.navbar-icons img {
	cursor: pointer;
}

.navbar-logo img {
	height: 40px;
}

.menu-main-menu-container > .menu > li {
	font-family: 'Suisse', sans-serif !important;
	font-weight: 600 !important;
	font-style: normal !important;
}

.menu-main-menu-container > .menu > li > .sub-menu > li {
	font-family: 'Suisse', sans-serif !important;
	font-weight: 700 !important;
	font-style: normal !important;
	background-color: rgb(250, 250, 250);
	padding: 16px;
	flex-grow: 1;
}

.menu-main-menu-container > .menu > li > .sub-menu > li > .sub-menu {
	font-family: 'Suisse', sans-serif !important;
	font-weight: 300 !important;
	font-style: normal !important;
}

.search-popup {
	position: absolute;
	top: 0;
	background-color: rgba(255, 255, 255, 0.97);
	z-index: 1000;
	width: 100%;
	height: 100%;
	display: none;
	align-items: center;
}
.search-popup .searchform {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}
.search-popup .searchform button {
	color: #9d9d9d;
	background: transparent;
	border: 0;
	outline-width: 0;
}
.search-popup .search-close {
	cursor: pointer;
	margin-left: 15px;
}
.search-popup .search-close > i {
	color: #9d9d9d;
}

.searchform input[type='text'] {
	min-width: 250px;
	border: 0;
	width: 100%;
	font-size: 24px;
	line-height: 48px;
	outline-width: 0;
}

body.menu-active {
	overflow: hidden;
}

.menu-popup {
	position: fixed;
	top: 0;
	height: 100vh;
	width: 100%;
	background-color: white;
	z-index: 998;
	padding-top: 5em;
	padding-bottom: 5rem;
	display: none;
	flex-direction: column;
	align-items: center;
	padding-left: 3em;
	padding-right: 3em;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: scroll;
}
.menu-popup .navbar-logo {
	display: flex;
	justify-content: center;
}

#menu-main-menu > li {
	display: flex;
	width: 20%;
	margin-bottom: 25px;
}
#menu-main-menu > li > a {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Suisse', sans-serif;
}
#menu-main-menu > li > .sub-menu {
	display: flex;
	position: absolute;
	right: 0;
	width: 80%;
	justify-content: space-around;
	top: 0;
}
#menu-main-menu > li > .sub-menu > li {
	margin-top: 4px;
}
#menu-main-menu > li > .sub-menu > li > a {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 25px;
}
#menu-main-menu > li > .sub-menu > li > .sub-menu {
	margin-top: 32px;
}
#menu-main-menu > li > .sub-menu > li > .sub-menu > li {
	margin-bottom: 12px;
}
#menu-main-menu > li > .sub-menu > li > .sub-menu > li > a {
	font-size: 18px;
	line-height: 23px;
	white-space: nowrap;
}
#menu-main-menu li:hover > a {
	border-bottom: 2px solid;
	padding-bottom: 5px;
	border-bottom: 2px solid;
	padding-bottom: 3px;
}

#menu-main-menu-1 li:hover > a {
	border-bottom: 2px solid;
	padding-bottom: 3px;
}

#menu-main-menu-1 > li > a {
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Suisse', sans-serif;
}

#menu-main-menu-1 > li > a:hover {
	cursor: pointer;
}

.menu-footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
	margin-top: 80px;
}
.menu-footer h5 {
	font-weight: 700;
}
.menu-footer .summary {
	font-size: 17px;
	text-align: center;
	line-height: 21px;
}
.menu-footer .social-icons {
	padding: 5px 8px 5px 0;
}

.menu-feature p {
	padding: 25px 10px 25px 0;
}
.menu-feature .owl-carousel-feature {
	width: 100%;
	max-width: 288.92px;
}
.menu-feature .owl-carousel-feature img {
	width: 100%;
	height: auto;
}
.menu-feature .owl-carousel-feature .owl-dots {
	position: absolute;
	right: 0;
	top: -57px;
}

.contact-banner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 78px;
	background-color: #d7d7d7;
	margin-bottom: 15px;
	justify-content: center;
	flex-wrap: wrap;
}

@media (max-width: 550px) {
	.contact-banner {
		padding: 78px 24px;
	}
}
.contact-banner h2 {
	margin: 0 1em 0.5rem;
	font-size: 20px;
	line-height: 26px;
	font-family: 'Suisse', sans-serif !important;
	font-weight: 900 !important;
	font-style: normal !important;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.contact-banner button {
	padding: 13px 20px;
	font-size: 16px;
	letter-spacing: 2px;
	border: 0;
	color: white;
	background-color: #333;
	margin: 6px 1em;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	font-family: 'Suisse', sans-serif !important;
	font-weight: 400 !important;
	font-style: normal !important;
}
.contact-banner button:hover {
	color: white;
	opacity: 0.5;
}

.woocommerce .tax-statement {
	padding: 10px 6px 10px;
	border: 1px solid black;
	margin-bottom: 45px;
}
.woocommerce .tax-statement p {
	margin: 0 !important;
	color: red;
	font-weight: 600;
}
.woocommerce .woocommerce-checkout-review-order {
	margin-bottom: 40px;
}
.woocommerce .checkout_progress_indicator {
	display: flex;
	flex-wrap: wrap;
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: decimal;
	list-style-position: inside;
	z-index: 3;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.woocommerce .checkout_progress_indicator li {
	font-size: 14px;
	margin-right: 55px;
	padding-bottom: 4px;
	list-style-position: inside;
}
.woocommerce .checkout_progress_indicator li.active {
	border-bottom: 1px solid #252525;
}
.woocommerce table.woocommerce-checkout-review-order-table,
.woocommerce table.woocommerce-table--order-details {
	border: 0 !important;
	margin-bottom: 0 !important;
}
.woocommerce table.woocommerce-checkout-review-order-table ul.wc-item-meta,
.woocommerce table.woocommerce-table--order-details ul.wc-item-meta {
	margin-left: 0;
	display: flex;
	flex-wrap: wrap;
}
.woocommerce table.woocommerce-checkout-review-order-table ul.wc-item-meta li,
.woocommerce table.woocommerce-table--order-details ul.wc-item-meta li {
	margin-left: 0;
}
.woocommerce table.woocommerce-checkout-review-order-table p,
.woocommerce table.woocommerce-table--order-details p {
	margin: 0;
}
.woocommerce table.woocommerce-checkout-review-order-table th,
.woocommerce table.woocommerce-table--order-details th {
	background-color: #f2f2f2 !important;
	color: #000000 !important;
	text-align: left;
	padding-left: 18px !important;
}
.woocommerce table.woocommerce-checkout-review-order-table td,
.woocommerce table.woocommerce-table--order-details td {
	background-color: #f2f2f2 !important;
	text-align: left;
}
.woocommerce table.woocommerce-checkout-review-order-table td.product-thumbnail,
.woocommerce table.woocommerce-table--order-details td.product-thumbnail {
	border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.woocommerce table.woocommerce-checkout-review-order-table td.product-thumbnail img,
.woocommerce table.woocommerce-table--order-details td.product-thumbnail img {
	width: 150px;
	height: auto;
}
.woocommerce table.woocommerce-checkout-review-order-table tbody td,
.woocommerce table.woocommerce-table--order-details tbody td {
	padding: 6px 18px;
	border-top: 0 !important;
}
.woocommerce table.woocommerce-checkout-review-order-table table.variation td,
.woocommerce table.woocommerce-table--order-details table.variation td {
	padding-left: 0;
}
.woocommerce .woocommerce-checkout #payment {
	border-radius: 0;
}
.woocommerce .woocommerce-checkout #place_order {
	text-transform: uppercase;
	background-color: #000000 !important;
}
.woocommerce .woocommerce-checkout #order_review_heading {
	background-color: #f2f2f2 !important;
	color: #000000 !important;
	padding: 12px 18px;
	margin: 0;
}
.woocommerce .woocommerce-checkout table.variation td {
	border: 0 !important;
	text-align: left;
	padding-left: 0;
}
.woocommerce .woocommerce-checkout table.variation td p {
	margin: 0;
}
.woocommerce .woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot th {
	text-align: left;
}
.woocommerce .woocommerce-checkout #payment ul.payment_methods {
	background-color: #ffffff;
	border-top: 1px;
	border-bottom: 0;
	border-left: 1px;
	border-right: 1px;
	border-style: solid;
	border-color: #d3ced2 !important;
}
.woocommerce .woocommerce-checkout #payment div.payment_box {
	background-color: #ffffff;
}
.woocommerce .woocommerce-checkout #payment div.payment_box::before,
.woocommerce .woocommerce-checkout #payment div.payment_box::after {
	content: none;
}
.woocommerce .woocommerce-cart-form table.shop_table {
	border: 0;
}
.woocommerce .woocommerce-cart-form table.shop_table thead th {
	color: #000000;
	background-color: #ffffff;
}
.woocommerce .woocommerce-cart-form table.shop_table thead th.product-name,
.woocommerce .woocommerce-cart-form table.shop_table thead th.product-price,
.woocommerce .woocommerce-cart-form table.shop_table thead th.product-subtotal {
	text-align: left;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody td {
	background-color: #ffffff;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr.woocommerce-cart-form__cart-item td {
	background-color: #ffffff;
	border-top: 0;
	border-bottom: 0;
}
.woocommerce
	.woocommerce-cart-form
	table.shop_table
	tbody
	tr.woocommerce-cart-form__cart-item
	td.product-thumbnail
	a {
	display: flex;
	align-items: center;
}
.woocommerce
	.woocommerce-cart-form
	table.shop_table
	tbody
	tr.woocommerce-cart-form__cart-item
	td.product-name,
.woocommerce
	.woocommerce-cart-form
	table.shop_table
	tbody
	tr.woocommerce-cart-form__cart-item
	td.product-price,
.woocommerce
	.woocommerce-cart-form
	table.shop_table
	tbody
	tr.woocommerce-cart-form__cart-item
	td.product-subtotal {
	text-align: left;
}
.woocommerce
	.woocommerce-cart-form
	table.shop_table
	tbody
	tr.woocommerce-cart-form__cart-item
	td.product-name
	.variation
	td,
.woocommerce
	.woocommerce-cart-form
	table.shop_table
	tbody
	tr.woocommerce-cart-form__cart-item
	td.product-price
	.variation
	td,
.woocommerce
	.woocommerce-cart-form
	table.shop_table
	tbody
	tr.woocommerce-cart-form__cart-item
	td.product-subtotal
	.variation
	td {
	padding-left: 0;
}
@media (max-width: 768px) {
	.woocommerce .woocommerce-cart-form table.shop_table td.product-thumbnail {
		display: flex;
	}
	.woocommerce .woocommerce-cart-form table.shop_table td.product-thumbnail::before {
		content: none;
	}
}
.woocommerce .woocommerce-cart-form table.shop_table .product-remove {
	text-align: left;
	border-bottom: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
	padding-bottom: 0;
	padding-top: 15px;
}
.woocommerce .woocommerce-cart-form table.shop_table .product-remove a.remove {
	font-size: 14px;
	text-align: left;
	color: #000000 !important;
}
.woocommerce .woocommerce-cart-form table.shop_table .product-remove a.remove:hover {
	background-color: transparent;
}
.woocommerce .woocommerce-cart-form table.shop_table td.actions .submit-button-1 {
	padding: 0.618em 1em;
	border-radius: 3px;
}
.woocommerce .woocommerce-cart-form table.variation td {
	display: table-cell;
	border: 0;
	text-align: left;
}
@media (max-width: 768px) {
	.woocommerce .woocommerce-cart-form table.variation td {
		padding-left: 0;
	}
}
.woocommerce .woocommerce-cart-form table.variation td p {
	margin: 0;
}
.woocommerce .woocommerce-cart-form table.variation td::before {
	content: none;
}

.woocommerce .upsells.products h2 {
	text-align: center;
	/*text-transform: uppercase;*/
	font-size: 40px;
	border-bottom: 0;
	margin: 30px;
	line-height: 40px;
	font-family: 'Garamond-Italic', serif !important;
	font-weight: 400 !important;
	font-style: italic !important;
}
.woocommerce .cross-sells h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	border-bottom: 0;
	margin: 30px;
	font-family: 'Suisse', sans-serif;
	font-weight: 700;
}
.woocommerce nav.woocommerce-pagination ul li a.prev {
	background-color: transparent;
}
.woocommerce nav.woocommerce-pagination ul li a.next {
	background-color: transparent;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
	padding: 0.7em;
}
.woocommerce ul.products li.product {
	margin-bottom: 0.68%;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	display: none;
}
.woocommerce ul.products li.product .wb-posted_in {
	display: none;
}
.woocommerce ul.products li.product a img {
	margin-bottom: 0;
}
.woocommerce ul.products li.product .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.4);
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
}
.woocommerce ul.products li.product .overlay img {
	position: absolute;
	top: 20px;
	right: 20px;
	height: 15px;
	width: auto;
}
.woocommerce ul.products li.product .overlay p {
	text-align: center;
	line-height: 16px;
	color: white;
}
.woocommerce ul.products li.product:hover .overlay {
	visibility: visible;
	opacity: 1;
}

.woocommerce ul.products li.product .staff-overlay {
	visibility: visible !important;
	opacity: 1 !important;
	background-color: transparent !important;
}

.woocommerce ul.products li.product .staff-overlay p {
	color: #3e3e3e !important;
	/*background-color: black !important;*/
}

.woocommerce .related ul.products li.product {
	margin-bottom: 0.68%;
}
.woocommerce .related ul.products li.product .woocommerce-loop-product__title {
	display: none;
}
.woocommerce .related ul.products li.product .wb-posted_in {
	display: none;
}
.woocommerce .related ul.products li.product a img {
	margin-bottom: 0;
}
.woocommerce .related ul.products li.product .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.4);
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
}
.woocommerce .related ul.products li.product .overlay img {
	position: absolute;
	top: 20px;
	right: 20px;
	height: 15px;
	width: auto;
}
.woocommerce .related ul.products li.product .overlay p {
	text-align: center;
	line-height: 16px;
	color: white;
}
.woocommerce .related ul.products li.product:hover .overlay {
	visibility: visible;
	opacity: 1;
}
.woocommerce div.product .flex-product .summary {
	background-color: white;
}
.woocommerce div.product .flex-product .summary .print-pdf {
	display: none;
	margin: 36px 0 20px;
	font-size: 16px;
}
.woocommerce div.product .flex-product .summary .print-pdf--icon {
	position: relative;
	padding-right: 5px;
	display: inline;
	max-width: 100%;
	-webkit-border-radius: 50%;
	border: 0;
	box-shadow: none;
	vertical-align: middle;
	padding: 12px;
	position: relative;
	top: -8px;
	line-height: 1;
	width: auto;
	height: auto;
	margin-bottom: 0;
	margin-right: 15px;
}
.woocommerce div.product .flex-product .summary .print-pdf--icon:before {
	content: '\f02f';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #000;
	font-size: 30px;
	padding-right: 0.5em;
	position: absolute;
	top: 10px;
	left: 0;
}
.woocommerce div.product .flex-product .summary .product_title {
	font-weight: 700;
	font-family: 'Garamond-Italic', serif !important;
	font-style: italic !important;
	font-weight: normal !important;
	font-size: 48px;
	line-height: 48px;
}
@media (max-width: 1024px) {
	.woocommerce div.product {
		/*margin-top: 120px;*/
	}
}
@media (max-width: 550px) {
	.woocommerce div.product .flex-product .summary .product_title {
		font-size: 33px;
		line-height: 33px;
	}
}

.woocommerce div.product .flex-product .summary .product-price {
	margin-bottom: 15px;
}
.woocommerce div.product .flex-product .summary .product-price * {
	color: black;
	font-weight: 400;
	font-size: 16px;
}
.woocommerce div.product .flex-product .summary .product-price .price {
	display: inline-block !important;
}
.woocommerce div.product .flex-product .summary .product-code {
	font-size: 18px;
	font-family: 'Garamond-Italic', serif !important;
	font-style: italic !important;
	font-weight: normal !important;
}
.woocommerce div.product .flex-product .summary .product-code span {
	font-family: 'Garamond-Italic', serif !important;
	font-style: italic !important;
	font-weight: normal !important;
}
.woocommerce div.product .flex-product .summary .product-description {
	font-size: 12px;
	margin-top: 15px;
	line-height: 16px;
	letter-spacing: 0.5px;
}
.woocommerce div.product .flex-product .summary .attribute-list {
	margin-top: 10px;
}
.woocommerce div.product .flex-product .summary .attribute-list li {
	list-style-position: inside !important;
	list-style: disc;
	text-transform: uppercase;
}
.woocommerce div.product .variations_form.cart {
	margin-bottom: 0;
}
.woocommerce div.product .variations_form.cart .single_variation {
	display: none !important;
}
.woocommerce div.product .add-to-cart {
	width: 100%;
}
.woocommerce div.product .cart-tiles {
	display: flex;
	justify-content: space-between;
	min-height: 40px;
	height: 100%;
	margin-bottom: 15px;
}
.woocommerce div.product .cart-tiles:first-child {
	margin-top: 15px;
}
.woocommerce div.product .cart-tiles .cart-tile {
	width: 48%;
	display: flex;
	align-items: center;
}
.woocommerce div.product .cart-tiles .cart-tile__stock span {
	margin-left: 5px;
	font-weight: 400;
	text-transform: uppercase;
}
.woocommerce div.product .cart-tiles .cart-tile__quantity {
	justify-content: center;
	flex-wrap: wrap;
}

.woocommerce div.product .cart-tiles .cart-tile__quantity span.text {
	margin: 10px 10px;
	font-weight: 400;
	text-transform: uppercase;
}

.woocommerce div.product .cart-tiles .cart-tile__submit .button {
	text-align: center;
	background-color: #000000 !important;
	color: white !important;
	text-transform: uppercase;
	border-radius: 0 !important;
	letter-spacing: 1px;
	padding: 10px;
	font-weight: 400 !important;
}
.woocommerce div.product .cart-tiles .cart-tile__submit .button:hover {
	opacity: 0.5;
}
.woocommerce div.product .cart-tiles .cart-tile__submit .bundle_button {
	width: 100%;
	height: 100%;
}
.woocommerce div.product .cart-tiles .cart-tile__contact {
	justify-content: center;
	font-weight: 400;
	border: 1px solid !important;
	text-align: center;
	padding: 10px;
}
.woocommerce section.related.products h2 {
	background-color: transparent;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 400;
	font-family: 'Suisse', sans-serif;
}
.woocommerce .woocommerce-ordering {
	top: -65px !important;
}
.woocommerce .cart_totals {
	width: 100% !important;
}
@media (min-width: 960px) {
	.woocommerce .cart_totals {
		margin: 0 !important;
	}
}
.woocommerce .cart_totals h2 {
	background-color: #f2f2f2 !important;
	color: #000000 !important;
}
.woocommerce .cart_totals table.shop_table {
	margin-bottom: 0 !important;
	border: 0;
}
.woocommerce .cart_totals table.shop_table th {
	color: black;
	background-color: #f2f2f2 !important;
	padding-left: 18px !important;
	text-align: left;
}
.woocommerce .cart_totals table.shop_table td {
	background-color: #f2f2f2 !important;
}
@media (max-width: 768px) {
	.woocommerce .cart_totals table.shop_table td {
		padding-left: 18px !important;
		padding-right: 18px !important;
	}
}
.woocommerce .cart_totals .wc-proceed-to-checkout {
	padding-top: 0;
}

.woocommerce .cart_totals .submit-button-1 {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	text-transform: uppercase;
	padding: 12px !important;
}

.woocommerce a.submit-button-1:hover {
	/*color: black;*/
}
.woocommerce .order_details li {
	list-style: none;
}
.woocommerce table.shop_table td.product-name {
	display: flex;
	flex-direction: column;
}
.sale-icon {
	max-height: 25px !important;
	position: absolute !important;
	width: auto !important;
	top: 25px !important;
	z-index: 1 !important;
}
a > .sale-icon {
	right: 0 !important;
}
@media (max-width: 768px) {
	.woocommerce table.shop_table td.product-name {
		align-items: flex-start;
	}
}

#jcaa_attr_pa_product-finish {
	display: none;
}
#jcaa_attr_pa_product-finish > li.selected {
	background-color: #949393;
}
#jcaa_attr_pa_product-finish .jcaa_obj_image {
	width: 40px;
	height: 40px;
}

.product-finishes .content {
	display: flex;
	align-items: center;
	border: 1px solid;
	position: relative;
}
.product-finishes .content.stock-status {
	padding-right: 30px;
}

.product-finishes .content.stock-status::after {
	font-family: 'Font Awesome 5 Free';
	content: '\f0c8';
	font-weight: 200;
	right: 10px;
	position: absolute;
}

.product-finishes .attribute-option .content.stock-status {
	cursor: pointer;
	opacity: 1;
}
.product-finishes .attribute-option.active .content.stock-status::after {
	content: '\f00c';
	font-weight: 900;
}
.product-finishes .attribute-option.active .content.stock-status.staff::after {
	content: '';
	font-weight: 400;
}
.staff-product-stock {
	right: 10px;
	position: absolute;
	font-weight: 400;
}
.product-finishes .attribute-option {
	margin-bottom: 6px;
	width: 49%;
	display: inline-block;
}
.product-finishes .attribute-option img {
	height: 40px;
	width: 40px;
}
.product-finishes .attribute-option span {
	padding-left: 10px;
}
.product-finishes .attribute-option.in-view:nth-child(odd) {
	margin-right: 1%;
}
.product-finishes .attribute-option.in-view__odd {
	margin-left: 1%;
}

.product-finishes .attribute-option.selected .content {
	background-color: rgba(230, 230, 230, 0.6);
}

.product-finishes .attribute-option.selected .content::after {
	content: '\f00c';
	font-weight: 900;
}

@media (max-width: 420px) {
	.product-finishes .attribute-option {
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}
@media (min-width: 992px) and (max-width: 1030px) {
	.product-finishes .attribute-option {
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

.main-heading-1 {
	font-family: 'Suisse', sans-serif !important;
	font-weight: 300 !important;
	/*font-style: normal !important;*/
	font-size: 22px;
}

.main-heading-1--center {
	text-align: center;
}

.main-heading-2 {
	font-family: 'Garamond-Italic', serif !important;
	font-weight: 400 !important;
	font-style: italic !important;
	font-size: 48px;
	line-height: 48px;
	text-transform: uppercase;
}

.main-heading-2--center {
	text-align: center;
}

.main-heading-3 {
	font-family: 'Suisse', sans-serif !important;
	font-weight: 700 !important;
	font-style: normal !important;
}

.main-heading-3--center {
	text-align: center;
}

.emphasis-text-1 {
	font-family: 'Suisse', sans-serif;
	font-weight: 100;
	font-size: 16px !important;
	line-height: 21px;
}

.emphasis-text-1--center {
	text-align: center;
}

.woocommerce-cart-tab-container--right {
	display: none;
}

#pw_stick_brands {
	display: none;
}

.accordion {
	margin: 0 auto;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.accordion .heading {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	padding: 15px 0;
	cursor: pointer;
}
.accordion .heading:not(:first-child) {
	border-top: 1px solid #000000;
}
.accordion .heading:first-child:hover {
	border-radius: 3px 3px 0 0;
}
.accordion .heading:nth-last-child(2):hover {
	border-radius: 0 0 3px 3px;
}
.accordion .heading::before {
	font-family: 'FontAwesome';
	content: '\f107';
	vertical-align: middle;
	display: inline-block;
	float: right;
	transform: rotate(0);
	transition: all 0.5s;
	margin-top: -8px;
	font-size: 25px;
}
.accordion .active.heading::before {
	transform: rotate(-180deg);
}
.accordion .not-active.heading::before {
	transform: rotate(0deg);
}
.accordion .contents {
	display: none;
	padding: 0 40px 15px 0;
	font-size: 13px;
	line-height: 1.5;
}

.product-accordion {
	margin-bottom: 10px;
}

.submit-button-1 {
	margin: 15px;
	color: #000;
	background-color: #fff;
	padding: 13px 20px;
	text-align: center;
	font-family: 'Suisse', sans-serif !important;
	font-weight: 400 !important;
	font-style: normal !important;
	letter-spacing: 0.1em;
	line-height: 1;
	border: 1px solid #000;
	transition: all 0.5s ease;
	/*font-size: 16pt;*/
}

.submit-button-1:hover {
	color: #fff;
	background-color: #000;
}

table.fold-table {
	margin-bottom: 0 !important;
}
table.fold-table > tbody {
	border-top: 1px solid #000000;
}
table.fold-table > tbody > tr.view {
	cursor: pointer;
	display: flex;
	align-items: center;
}
table.fold-table > tbody > tr.view td {
	padding: 15px 0 !important;
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.8px;
	display: flex;
	justify-content: space-between;
}
table.fold-table > tbody > tr.view td:first-child {
	position: relative;
	padding-left: 20px;
}
table.fold-table > tbody > tr.view th:first-child {
	position: relative;
	padding-left: 20px;
}
table.fold-table > tbody > tr.view th:first-child:before {
	font-family: 'FontAwesome';
	content: '\f107';
	vertical-align: middle;
	display: inline-block;
	float: right;
	transform: rotate(0);
	transition: all 0.5s;
	font-size: 25px;
}
table.fold-table > tbody > tr.view .stock-legend {
	display: flex;
}
table.fold-table > tbody > tr.view .stock-legend .legend-item:nth-child(even) {
	margin-left: 15px;
}
@media (max-width: 460px) {
	table.fold-table > tbody > tr.view td.label {
		display: flex;
		flex-direction: column;
	}
	table.fold-table > tbody > tr.view td.label .stock-legend {
		margin-top: 10px;
	}
}
@media (min-width: 992px) and (max-width: 1125px) {
	table.fold-table > tbody > tr.view td.label {
		display: flex;
		flex-direction: column;
	}
	table.fold-table > tbody > tr.view td.label .stock-legend {
		margin-top: 10px;
	}
}
table.fold-table > tbody > tr.view.open {
	border-bottom: 0;
}
table.fold-table > tbody > tr.view.open td:first-child:before {
	transform: rotate(-180deg);
}
table.fold-table > tbody > tr.view.open th:first-child:before {
	transform: rotate(-180deg);
}
table.fold-table > tbody > tr.fold {
	display: none;
}
table.fold-table > tbody > tr.fold.open {
	display: table-row;
	border-bottom: 1px solid #000000;
}
table.fold-table tbody:nth-last-child(2) {
	border-bottom: 0 !important;
}
table.fold-table tbody tr:last-child {
	border-bottom: 0 !important;
}

.fold-content {
	padding: 0.5em;
}
.fold-content h3 {
	margin-top: 0;
}
.fold-content > table {
	border: 2px solid #ccc;
}
.fold-content > table > tbody tr:nth-child(even) {
	background: #eee;
}

#toTop {
	z-index: 999;
}
#toTop .icon-angle-up {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
#toTop .icon-angle-up:before {
	display: flex;
	align-items: center;
}

.quantity {
	display: flex;
}
@media (max-width: 768px) {
	.quantity {
		justify-content: flex-end;
	}
}
@media (min-width: 769px) {
	.quantity {
		justify-content: center;
	}
}
.quantity * {
	box-sizing: border-box;
}
.quantity .input-number {
	width: 4em !important;
	padding: 0 12px;
	vertical-align: top;
	text-align: center !important;
	outline: none;
	height: 30px;
	user-select: none;
	border: 0;
}
.quantity input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.quantity input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.quantity .input-number-decrement {
	height: 30px;
	user-select: none;
	display: inline-block;
	width: 30px;
	line-height: 25px;
	color: #000000;
	border: 1px solid #dddddd;
	text-align: center;
	font-weight: 400;
	cursor: pointer;
	border-radius: 3px;
}
.quantity .input-number-decrement:active {
	background: #ddd;
}
.quantity .input-number-increment {
	height: 30px;
	user-select: none;
	display: inline-block;
	width: 30px;
	line-height: 28px;
	color: #000000;
	border: 1px solid #dddddd;
	text-align: center;
	font-weight: 400;
	cursor: pointer;
	border-radius: 3px;
}
.quantity .input-number-increment:active {
	background: #ddd;
}

.custom-object-fit {
	position: relative;
	background-size: cover;
	background-position: center center;
}
.custom-object-fit img {
	opacity: 0;
}

.footer-down p {
	font-size: 11px !important;
	line-height: 32px;
}
.footer-down .footer-logo {
	margin-top: 20px;
	width: 70%;
}
.footer-down .contact-details {
	margin-top: 18px;
}
.footer-down .contact-details .social-icons {
	padding-top: 0;
}
.footer-down .contact-details .social-icons li:first-child {
	margin-left: 0;
}

.woocommerce .page-title,
.single-portfolio .page-title,
.page-template .page-title,
.page-template-default .page-title,
.search .page-title {
	padding: 12px 0 12px 15px;
}

.page-title {
	background-color: transparent !important;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 100%;
	margin-top: 0 !important;
	height: auto;
	padding-top: 0;
	padding-bottom: 0;
}
@media (min-width: 1341px) {
	.page-title {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
}
.page-title .content {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.page-title .content #breadcrumbs {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
}

.woocommerce-page .upsells.products ul.products li.product {
	margin-bottom: 0.68%;
}
.woocommerce-page .upsells.products ul.products li.product .woocommerce-loop-product__title {
	display: none;
}
.woocommerce-page .upsells.products ul.products li.product .wb-posted_in {
	display: none;
}
.woocommerce-page .upsells.products ul.products li.product a img {
	margin-bottom: 0;
}

.woocommerce-page .upsells.products ul.products li.product .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.4) !important;
	visibility: hidden;
	opacity: 0 !important;
	transition: visibility 0s, opacity 0.5s linear;
}

.woocommerce-page .upsells.products ul.products li.product .overlay img {
	display: none;
	position: absolute;
	top: 20px;
	right: 20px;
	height: 15px;
	width: auto;
}

.woocommerce-page .upsells.products ul.products li.product .overlay p {
	text-align: center;
	line-height: 16px;
	color: white;
}

.woocommerce-page .upsells.products ul.products li.product:hover .overlay {
	visibility: visible !important;
	opacity: 1 !important;
}

.upsells ul.products {
	display: flex;
	justify-content: center;
}
.woocommerce-page ul.products li.product {
	margin-bottom: 0.68%;
}
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
	display: none;
}
.woocommerce-page ul.products li.product .wb-posted_in {
	display: none;
}
.woocommerce-page ul.products li.product a img {
	margin-bottom: 0;
}
.woocommerce-page ul.products li.product .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.4);
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
}
.woocommerce-page ul.products li.product .overlay img {
	position: absolute;
	top: 20px;
	right: 20px;
	height: 15px;
	width: auto;
}
.woocommerce-page ul.products li.product .overlay p {
	text-align: center;
	line-height: 16px;
	color: white;
}
.woocommerce-page ul.products li.product:hover .overlay {
	visibility: visible;
	opacity: 1;
}
.woocommerce-page nav.woocommerce-pagination ul li a:hover {
	padding: 0.5em;
	margin: 0;
}

.designer-banner {
	clear: both;
	margin-bottom: 12px !important;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}

.designer-banner .RP {
	text-align: center;
	font-size: 40px;
	font-weight: 400;
	font-family: 'Garamond-Italic', serif;
	font-style: italic;
	margin-bottom: 0px !important;
	background-color: transparent;
	margin-top: 16px !important;
}

.designer-banner .brand-description {
	padding: 37px 0;
	margin: 0 auto !important;
	max-width: 950px;
}

.designer-banner .brand-description .contact-panel {
	display: flex;
	background-color: transparent;
}

.designer-banner .brand-description .contact-panel .text {
	display: flex;
	align-items: center;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 16px 32px;
}

.designer-banner .brand-description .contact-panel .text .title {
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	text-align: left;
	display: flex;
	justify-content: center;
	margin-bottom: 16px;
}

.designer-banner .brand-description .contact-panel .text .description {
	/*width: 75%;*/
}

.designer-banner .brand-description .contact-panel .text .description p {
	font-size: 16px;
	text-align: center;
}

.related.products .products {
	display: flex;
	flex-wrap: wrap;
}

.mobile-slider {
	margin-bottom: 40px;
}

.feature-collection h2 {
	/*text-transform: uppercase;*/
	margin-bottom: 25px;
	margin-top: 125px;
	font-size: 52px;
	font-style: italic !important;
	letter-spacing: 2px;
	font-family: 'Garamond-Italic', serif !important;
}

@media (max-width: 550px) {
	.feature-collection h2 {
		font-size: 36px;
		margin-top: 50px;
	}
	.discover-banner__right {
		min-width: unset !important;
	}
	.discover-banner__right h3 {
		font-size: 36px !important;
		margin-bottom: 30px !important;
	}
}

.feature-collection .item {
	margin: 0;
}
.feature-collection .item .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.4);
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
}
.feature-collection .item .overlay img {
	position: absolute;
	top: 20px;
	right: 20px;
	height: 15px;
	width: auto;
}
.feature-collection .item .overlay p {
	text-align: center;
	line-height: 16px;
	color: white;
}
.feature-collection .item:hover .overlay {
	visibility: visible;
	opacity: 1;
}

@media (max-width: 475px) {
	.feature-collection .item .overlay {
		position: static;
		opacity: 1;
		visibility: visible;
		background-color: rgba(0, 0, 0, 0);
	}
	.feature-collection .item .overlay p {
		color: black;
	}
}

.owl-prev {
	position: absolute;
	top: 0;
	height: 100%;
	left: 5px;
}
.owl-prev span {
	color: #333333;
}

.owl-next {
	position: absolute;
	top: 0;
	height: 100%;
	right: 5px;
}
.owl-next span {
	color: #333333;
}

.owl-nav button:focus {
	outline: none;
	background-color: transparent !important;
}
.owl-nav button:active {
	outline: none;
	background-color: transparent !important;
}
.owl-nav button:hover {
	outline: none;
	background-color: transparent !important;
}

.discover h3 {
	margin: 35px 0;
}

.category h3 {
	margin: 35px 0;
}

.home.main-heading-1 {
	font-family: 'Garamond-Italic', serif !important;
	letter-spacing: 2px;
	font-style: italic !important;
	margin: 35px 0;
	font-size: 52px;
	text-transform: capitalize;
}

body.home .discover {
	margin: 150px 0;
}

.discover-banner {
	display: flex;
	justify-content: space-evenly;
	margin: 0px;
}

.discover-banner a {
	/*width: 100%;*/
}

.discover-banner img.no-text {
	max-width: 100%;
	width: auto;
}

.discover-banner img {
	height: 618px;
	width: 815px;
	object-fit: cover;
	object-position: 66%;
	margin: 0 50px;
}

.discover-banner__right {
	/*width: 50%;*/
	min-width: 440px;
	/*background-color: #ebebeb;*/
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 3%;
}

.discover-banner__right img {
	height: 65px;
	width: auto;
}

.discover-banner__right h2 {
	margin: 76px 0;
	line-height: 57px;
	font-size: 70px;
	letter-spacing: -0.025em;
	width: 100%;
	font-family: 'Suisse' !important;
	font-style: normal !important;
	letter-spacing: 3px;
}

@media (max-width: 550px) {
	.discover-banner__right h2 {
		font-size: 34px;
		line-height: 34px;
		margin: 30px 0;
	}
	.home.main-heading-1 {
		font-size: 36px;
	}
}
.discover-banner__right h2 em {
	font-family: 'Garamond-Italic', serif !important;
	letter-spacing: 2px;
	font-weight: normal !important;
}

.discover-banner__right p {
	max-width: 426px;
	font-size: 16px !important;
	margin: 0 auto 15px;
}

.discover-banner__right h3 {
	margin: 15px 0 45px;
	line-height: 48px;
	font-size: 48px;
	width: 100%;
	font-family: 'Garamond-Italic', serif !important;
	letter-spacing: 2px;
	font-weight: 300 !important;
	font-style: normal !important;
}

.discover-banner__right .submit-button-1 {
	width: auto;
	color: black;
	background: transparent;
	border: 1px solid black;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.discover-banner__right .submit-button-1:hover {
	color: white;
	background: black;
}

.category-banner .tile {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-direction: column;
	/*background: #eeeeee;*/
}
.category-banner .tile:hover h1 {
	transform: scale(1.1);
}
.category-banner a {
	width: 100%;
}
.category-banner img {
	width: 100%;
}
.category-banner h2 {
	border: 1px solid;
	padding: 13px 20px;
	line-height: 16px;
	margin: 35px 0;
	font-size: 16px;
	text-transform: uppercase;
}

.home.contact-banner {
	margin: 25px 0;
}

.home.about-banner {
	text-align: center;
	margin: 150px auto;
	padding: 0 24px;
}
@media (max-width: 922px) {
	.home.about-banner {
		margin: 50px auto;
	}
}
.home.about-banner h3 {
	font-family: 'Garamond-Italic', serif !important;
	letter-spacing: 2px;
	font-style: italic;
	font-size: 50px;
	line-height: 54px;
}
.home.about-banner h2 {
	font-size: 80px;
	line-height: 78px;
}
.home.about-banner span.italic {
	font-family: 'Garamond-Italic', serif !important;
	letter-spacing: 1px;
	font-style: italic;
	font-size: 89px;
}
@media (max-width: 922px) {
	.home.about-banner h3 {
		font-size: 26px;
	}
	.home.about-banner h2 {
		font-size: 38px;
		line-height: 38px;
	}
	.home.about-banner span.italic {
		font-size: 41px;
	}
}
@media (max-width: 540px) {
	.home.about-banner h3 {
		font-size: 33px;
	}
	.home.about-banner h2 {
		font-size: 28px;
		line-height: 28px;
	}
	.home.about-banner span.italic {
		font-size: 30px;
	}
	.home.about-banner br {
		display: none;
	}
}
.home.about-banner span.bold {
	font-style: bold;
}
.home.about-banner span.caps {
	text-transform: uppercase;
}
.home.about-banner span.nml {
	/*font-style: normal;*/
	font-weight: normal;
}
.home.about-banner button {
	width: auto;
	color: black;
	background: transparent;
	border: 1px solid black;
	padding: 13px 20px;
	font-size: 16px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.home.about-banner button:hover {
	color: white;
	background: black;
	opacity: 0.8;
	cursor: pointer;
}

.masonry {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	margin: 10px 0;
	padding: 0;
	-moz-column-gap: 10px;
	-webkit-column-gap: 10px;
	column-gap: 10px;
	font-size: 0.85em;
}

.item {
	display: inline-block;
	background: #fff;
	margin: 0 0 9px;
	width: 100%;
	-webkit-transition: 1s ease all;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.item img {
	max-width: 100%;
}

.page-template-template-blog .masonry.discover-tiles {
	max-width: 1600px;
	margin-right: auto !important;
	margin-left: auto !important;
}
@media (min-width: 1201px) {
	.page-template-template-blog .masonry.discover-tiles {
		-webkit-column-gap: 80px;
		-moz-column-gap: 80px;
		column-gap: 80px;
		margin: 80px 0;
		-moz-column-gap: 80px;
		-webkit-column-gap: 80px;
		column-gap: 80px;
	}
	.page-template-template-blog .masonry.discover-tiles .item {
		margin-bottom: 80px;
	}
}
@media (min-width: 769px) and (max-width: 1200px) {
	.page-template-template-blog .masonry.discover-tiles {
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px;
		margin: 40px 0;
		-moz-column-gap: 40px;
		-webkit-column-gap: 40px;
		column-gap: 40px;
	}
	.page-template-template-blog .masonry.discover-tiles .item {
		margin-bottom: 40px;
	}
}

.discover-tiles .content {
	/*background-color: #ebebeb;*/
	padding: 5%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.discover-tiles h2 {
	text-align: center;
	margin: 15px;
	/*letter-spacing: -0.025em;*/
	line-height: 1;
	font-size: 26px;
	width: 100%;
	font-family: 'Garamond-Italic', serif !important;
	font-weight: 400;
	font-style: italic;
}
.discover-tiles p {
	text-align: center;
	margin: 15px;
	line-height: 26px;
	font-size: 16px !important;
	width: 100%;
	font-family: 'Suisse', sans-serif !important;
	font-weight: 300 !important;
	font-style: normal !important;
}

.discover-tiles .submit-button-1:hover {
	color: white;
	/*opacity: 0.5;*/
}

.material.tile {
	margin-bottom: 9px;
}
.material.tile h2 {
	/*font-family: 'Suisse', sans-serif !important;*/
}

.finish.tile h2 {
	/*font-family: 'Suisse', sans-serif !important;*/
}

.discover-page .discover-banner h1 {
	font-family: 'Superior-Bold' !important;
	font-size: 38px;
	line-height: 40px;
}

.about-us .banner {
	margin-top: 32px;
}

.about-us .description {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px;
	max-width: 950px;
	margin: 0 auto 50px;
}
.about-us .description p {
	font-size: 16px !important;
	text-align: center;
}

.about-us .description p {
	width: 100%;
}

.about-us .identity .text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.about-us .identity .text h4 {
	margin-top: 22px;
}
.about-us .identity .text > div {
	padding: 0 5%;
}
.about-us .identity .text > div:not(:last-child) {
	margin-bottom: 50px;
}
.about-us .identity .img {
	display: flex;
	align-items: center;
	justify-content: center;
}
.about-us .identity .img img {
	width: 100%;
}
.about-us .history {
	padding: 5%;
}
.about-us .timeline .start-arrow {
	position: absolute;
	left: 48%;
}
.about-us .timeline .start-arrow-1 {
	top: -21px;
}
.about-us .timeline .start-arrow-2 {
	top: -14px;
}
.about-us .timeline .end-arrow {
	position: absolute;
	left: 48%;
}
.about-us .timeline .end-arrow-1 {
	bottom: -3px;
}
.about-us .timeline .end-arrow-2 {
	bottom: 4px;
}
.about-us .timeline .year.start {
	width: 90%;
	margin: auto;
}
.about-us .timeline .year {
	display: flex;
	justify-content: center;
	background-color: white;
}

.about-us .timeline .year h1 {
	font-size: 60px;
	margin: 15px;
	font-family: 'Garamond-Italic', serif;
	font-weight: 300 !important;
	font-style: italic !important;
	letter-spacing: 0.5px;
}

.about-us .feature img {
	width: 100%;
	height: auto;
}
.about-us .work {
	padding: 5%;
}
.about-us a {
	color: #acb7c0;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
}
.about-us img {
	max-width: 100%;
}
.about-us h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}
.about-us h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}
.about-us .cd-container {
	width: 90%;
	max-width: 1170px;
	margin: 0 auto;
}
.about-us .cd-container::after {
	content: '';
	display: table;
	clear: both;
}
.about-us header {
	height: 200px;
	line-height: 200px;
	text-align: center;
	background: #303e49;
}
.about-us header h1 {
	color: #ffffff;
	font-size: 18px;
	font-size: 1.125rem;
}
.about-us #cd-timeline {
	position: relative;
	padding: 2em 0 8em;
	margin-top: 2em;
	margin-bottom: 2em;
}
.about-us #cd-timeline::before {
	content: '';
	position: absolute;
	top: 0;
	left: 18px;
	height: 100%;
	width: 2px;
	background: black;
}
.about-us .cd-timeline-block {
	position: relative;
}
.about-us .cd-timeline-block:first-child {
	margin-top: 0;
}
.about-us .cd-timeline-block:last-child {
	margin-bottom: 0;
}
.about-us .cd-timeline-img {
	position: absolute;
	top: 31%;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about-us .cd-timeline-img img {
	display: block;
	position: relative;
}
.about-us .cd-timeline-content {
	position: relative;
	margin-left: 60px;
	background: #ffffff;
	border-radius: 0.25em;
	padding: 1em;
}
.about-us .cd-timeline-content h2 {
	color: #303e49;
}
.about-us .cd-timeline-content p {
	font-size: 13px;
	font-size: 0.8125rem;
	margin: 1em 0;
	line-height: 1.6;
}
.about-us .cd-timeline-content .cd-read-more {
	font-size: 13px;
	font-size: 0.8125rem;
	display: inline-block;
	float: right;
	padding: 0.8em 1em;
	background: #acb7c0;
	color: #ffffff;
	border-radius: 0.25em;
}
.about-us .cd-timeline-content .cd-text {
	font-family: 'Suisse', sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	display: flex;
	align-items: center;
	padding: 0.8em 0;
	opacity: 0.7;
	top: 0;
	height: 100%;
}
.about-us .cd-timeline-content::before {
	content: '';
	position: absolute;
	top: 16px;
	right: 100%;
	height: 0;
	width: 0;
	border: 7px solid transparent;
	border-right: 7px solid #ffffff;
}

.no-touch .about-us .cd-timeline-content .cd-read-more:hover {
	background-color: #bac4cb;
}

.designer-tiles {
	margin-top: 32px;
}
.designer-tiles img {
	width: 100%;
	height: auto;
}
.designer-tiles h3 {
	text-align: center;
	font-size: 25px;
	width: 100%;
	font-family: 'Garamond-Italic', serif !important;
	font-weight: 400 !important;
	font-style: italic !important;
}
.designer-tiles p {
	font-family: 'Suisse', sans-serif !important;
	text-align: center;
	width: 100%;
}
.designer-tiles .tile {
	margin-bottom: 10px;
}
.designer-tiles .tile .content {
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	padding: 5%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	/*background-color: #ebebeb;*/
}
.designer-tiles .tile .content > div {
	width: 100%;
}

.designer-tiles .submit-button-1 {
	margin-bottom: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.designer-tiles .submit-button-1:hover {
	color: white;
	/*opacity: 0.5;*/
}

.brand-description {
	padding: 22px 0;
	/*border-bottom: 1px solid;*/
}
.brand-description .text {
	padding-bottom: 22px;
}
.brand-description .text h1 {
	margin-bottom: 12px;
	line-height: normal;
}
.brand-description img {
	max-width: 100%;
}

.featured-products {
	padding: 20px 0;
}
.featured-products h2 {
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	margin: 0;
}

.tax-product_brand .main-content {
	margin-top: 0 !important;
}
.tax-product_brand .single-post {
	margin-top: 0 !important;
}
.tax-product_brand .single-post .page-title .content {
	justify-content: center;
}
.tax-product_brand .single-post .page-title .content #breadcrumbs {
	position: absolute;
}
.tax-product_brand .woocommerce-ordering {
	display: none;
}
.tax-product_brand .term-description {
	display: none;
}

.page-template-template-designers #contain {
	height: auto !important;
	display: block;
}
.page-template-template-designers #contain .designer-tiles {
	position: relative !important;
}

.contact-map {
	margin-top: 32px;
}
.contact-map iframe {
	width: 100%;
	height: 450px;
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(99%);
	-webkit-backface-visibility: hidden;
}

.contact-bar {
	margin-top: 32px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-left: 0;
}
.contact-bar .tile {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 32px 0;
}
.contact-bar .tile .heading {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
.contact-bar .tile .heading img {
	margin-right: 12px;
}
.contact-bar .tile .heading h1 {
	margin: 0;
}

.contact {
	padding-top: 32px;
}
.contact form p {
	color: #000000;
}
.contact form .wpcf7-text,
.contact form .wpcf7-confirm_email {
	width: 100%;
	margin-bottom: 20px;
	background: white;
	border: 1px solid !important;
}
.contact form .wpcf7-textarea {
	width: 100%;
	margin-bottom: 20px;
	background: white;
	border: 1px solid !important;
}
.contact form .wpcf7-confirm_email {
	padding: 12px 10px;
	margin-top: 10px;
	color: #7c7c7c;
}
.contact .submit-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 32px 0;
}
.contact .submit-wrapper .consent .small-text-check {
	margin: 0 !important;
}
.contact .submit-wrapper .wpcf7-submit {
	margin: 0;
	width: 100%;
	font-size: 12px;
	color: white !important;
	background-color: #000000 !important;
	padding: 10px 22px;
	text-align: center;
	font-family: 'Suisse', sans-serif !important;
	font-weight: 400 !important;
	font-style: normal !important;
}
.contact .submit-wrapper .wpcf7-submit:hover {
	color: white;
	opacity: 0.5;
}
.contact .submit-wrapper .ajax-loader {
	display: none;
}

.image-post2 img {
	height: 380px;
	object-fit: cover;
}

.next-prev-posts {
	margin-bottom: 32px;
}

.single-post .page-title .content {
	justify-content: flex-start;
}
.single-post .page-title #breadcrumbs {
	position: relative;
	display: block;
}
.single-post .post-wrap h1 {
	font-family: 'Suisse', sans-serif !important;
	font-weight: 400 !important;
	font-style: normal !important;
}
.single-post .post-wrap h2 {
	font-family: 'Suisse', sans-serif !important;
	font-weight: 400 !important;
	font-style: normal !important;
}
.single-post .post-wrap h3 {
	font-family: 'Suisse', sans-serif !important;
	font-weight: 400 !important;
	font-style: normal !important;
}
.single-post .post-wrap h4 {
	font-family: 'Suisse', sans-serif !important;
	font-weight: 400 !important;
	font-style: normal !important;
}
.single-post .wp-caption {
	margin-top: 50px;
	margin-bottom: 50px;
}
.single-post .post-banner img {
	width: 100%;
	height: auto;
}

.cxecrt-button-holder {
	display: none;
}

.woocommerce-cart table.cart img {
	width: 100% !important;
	max-width: 100px;
	height: auto;
}

nav.woocommerce-MyAccount-navigation ul {
	list-style-type: none;
	padding-left: 0;
	max-width: 200px;
	font-size: 17px;
	line-height: 26px;
}
nav.woocommerce-MyAccount-navigation ul li {
	padding: 8px 20px;
	background-color: rgba(0, 0, 0, 0.05);
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	list-style: none;
}
nav.woocommerce-MyAccount-navigation ul li a {
	color: black;
	text-decoration: none !important;
	font-weight: 600;
	cursor: pointer;
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
	background-color: rgba(0, 0, 0, 0.07);
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after {
	content: '';
	height: 0;
	width: 0;
	border-top: 20px solid transparent;
	border-left: 14px solid rgba(0, 0, 0, 0.07);
	border-bottom: 20px solid transparent;
	float: right;
	margin-right: -34px;
	margin-top: -7px;
}
nav.woocommerce-MyAccount-navigation ul li.is-active {
	background-color: rgba(0, 0, 0, 0.1);
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
	cursor: pointer;
}
nav.woocommerce-MyAccount-navigation ul li.is-active:after {
	content: '';
	height: 0;
	width: 0;
	border-top: 20px solid transparent;
	border-left: 14px solid rgba(0, 0, 0, 0.1);
	border-bottom: 20px solid transparent;
	float: right;
	margin-right: -34px;
	margin-top: -7px;
}

.woocommerce-checkout #payway-credit-card iframe {
	display: block;
}

.search-results .inner-wrap {
	padding-top: 5px;
	padding-bottom: 25px;
}
.search-results .search-result {
	margin-bottom: 20px;
	border-bottom: 1px solid;
	padding-bottom: 10px;
}

.instagram-social-btn-bottom {
	margin-bottom: 42px;
	margin-top: 32px;
}

@media (min-width: 1341px) {
	#nav-icon {
		display: none;
	}

	.navbar .navbar-logo {
		float: left;
	}

	.menu-popup {
		display: none !important;
	}

	.menu-main-menu-container {
		width: 100%;
		position: absolute;
		margin: auto;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		display: flex;
		align-items: flex-end;
		justify-content: center;
	}

	#menu-main-menu-1 {
		display: flex;
		margin-bottom: 6px;
	}
	#menu-main-menu-1 > li {
		margin: 0 18px;
	}

	#menu-main-menu-1 > li > a {
		font-weight: 500;
	}

	#menu-main-menu-1 > li .sub-menu {
		display: none;
	}

	#menu-main-menu-1 > li .sub-menu::before {
		content: '';
		position: absolute;
		height: 100%;
		width: 1920px;
		top: 0;
		left: 0;
		background: blue;
		opacity: 0.5;
		display: none;
	}

	#menu-main-menu-1 > li > .sub-menu {
		position: fixed;
		z-index: 999;
		width: 100%;
		left: 0;
		background-color: rgba(245, 245, 245, 0.7);
		top: 83px;
		padding: 0 calc((100% - 867px) / 2);
		justify-content: center;
	}

	#menu-main-menu-1 > li > .sub-menu > li {
		width: 25% !important;
	}
	#menu-main-menu-1 > li > .sub-menu > li .sub-menu {
		flex-direction: column;
		margin-top: 22px;
	}
	#menu-main-menu-1 > li > .sub-menu > li .sub-menu li {
		margin-bottom: 15px;
	}
	.logged-in #menu-main-menu-1 > li > .sub-menu {
		top: 84px;
	}
}
@media (max-width: 1340px) {
	.navbar {
		padding: 0 10px;
	}
	.navbar .navbar-logo {
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		align-items: center;
	}
	.navbar .navbar-logo img {
		margin-top: 5px;
	}

	.menu-main-menu-container {
		width: 100%;
		position: relative;
		margin-top: 40px;
	}

	#menu-main-menu {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#menu-main-menu > li {
		width: auto;
		flex-direction: column;
		align-items: center;
	}
	#menu-main-menu > li > a {
		margin-bottom: 15px;
	}
	#menu-main-menu > li > .sub-menu {
		position: relative;
		width: 100%;
		flex-wrap: wrap;
	}
	#menu-main-menu > li > .sub-menu > li {
		width: 100% !important;
		text-align: center;
		margin-bottom: 10px;
	}
	#menu-main-menu > li > .sub-menu > li > .sub-menu {
		margin-top: 10px;
		margin-bottom: 25px;
	}
}
@media (max-width: 1023px) {
	.navbar {
		height: 70px;
	}
	.navbar .navbar-icons {
		top: 26px;
	}

	.main-content {
		padding-left: 3%;
		padding-right: 3%;
	}

	.woocommerce nav.woocommerce-pagination {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
		float: left;
	}

	.designer-banner .brand-description .contact-panel .text {
		flex-direction: column;
	}
	.designer-banner .brand-description .contact-panel .text .title {
		margin-bottom: 24px;
		width: auto;
		padding: 0;
	}

	.designer-tiles {
		padding-left: 25px;
		padding-right: 25px;
	}

	.contact {
		padding-left: 25px;
		padding-right: 25px;
	}
}
@media (max-width: 1341px) {
	.menu-popup .menu-main-menu-container {
		display: block;
	}

	.logged-in .menu-popup .menu-main-menu-container {
		margin-top: 60px;
	}

	.menu-main-menu-container {
		display: none;
	}
}
@media (max-width: 475px) {
	.navbar > div #nav-icon {
		top: 0;
	}
	.navbar > div .navbar-icons {
		top: 27px;
	}
	.navbar > div .navbar-icons a:nth-child(1) {
		margin-right: 1px;
	}
	.navbar > div .navbar-icons a:nth-child(2) {
		margin-right: 1px;
	}
	.navbar > div .navbar-icons img {
		height: 18px;
	}
	.navbar > div .navbar-logo img {
		height: 30px;
	}
	.navbar > div .cart-contents-count {
		font-size: 11px;
		top: 3px;
		right: -7px;
		padding: 3px 7px;
	}

	.menu-popup .navbar-logo img {
		height: 45px;
	}
}
.portfolio .item img {
	height: auto !important;
}

@media (max-width: 875px) {
	.discover-banner img {
		width: 100% !important;
	}
}

@media (max-width: 1000px) {
	.contact-banner h2 {
		margin-bottom: 8px;
	}

	.woocommerce ul.products li.product {
		width: 48.5% !important;
		margin-bottom: 3% !important;
	}
	.woocommerce .related ul.products li.product {
		width: 48.5% !important;
		margin-bottom: 3% !important;
	}

	.woocommerce-page .upsells.products ul.products li.product {
		width: 48.5% !important;
		margin-bottom: 3% !important;
	}
	.woocommerce-page ul.products li.product {
		width: 48.5% !important;
		margin-bottom: 3% !important;
	}
}
@media (min-width: 1001px) {
	.contact-banner h2 {
		width: 40%;
	}
}
@media only screen and (max-width: 1200px) and (min-width: 768px) {
	.container .column {
		margin: 0;
	}
	.container .columns {
		margin: 0;
	}
}
@media (max-width: 959px) {
	.footer-down .footer-logo {
		width: 180px;
	}

	.about-us .identity {
		margin-top: 50px;
	}
	.about-us .identity .text {
		margin-bottom: 32px;
	}
	.about-us .history {
		margin-top: 50px;
	}
	.about-us .work {
		margin-top: 50px;
		margin-bottom: 50px;
	}
}
@media (max-width: 480px) {
	.page-title .content {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
		justify-content: space-around;
	}
	.page-title .content h1 {
		margin-top: 8px;
	}
	.page-title .content #breadcrumbs {
		position: relative;
	}
}
@media (max-width: 991px) {
	.woocommerce div.product .flex-product .images {
		float: none;
		width: 100%;
	}
	.woocommerce div.product .flex-product .summary {
		float: none;
		width: 100%;
		padding-left: 0 !important;
	}
}
@media (min-width: 1024px) {
	.woocommerce nav.woocommerce-pagination {
		margin-top: -164px !important;
	}

	.brand-description .text {
		/*padding-right: 25%;*/
	}
}

@media (max-width: 620px) {
	.woocommerce .woocommerce-ordering {
		display: none;
	}
}

@media (max-width: 1300px) {
	.discover-banner {
		display: flex;
		flex-direction: column;
		margin-left: 0;
		margin-right: 0;
	}

	.discover-banner img {
		width: 100%;
		height: auto;
		margin: 0;
	}

	.discover-banner__right {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.category-banner > div {
		margin-bottom: 25px;
	}
}
@media only screen and (max-width: 500px) {
	.masonry {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}

	.discover-page .masonry {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
}
@media only screen and (min-width: 501px) and (max-width: 768px) {
	.masonry {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}

	.discover-page .masonry {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
	.masonry {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
	}

	.discover-page .masonry {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media only screen and (min-width: 1201px) {
	.masonry {
		-moz-column-count: 4;
		-webkit-column-count: 4;
		column-count: 4;
	}

	.discover-page .masonry {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
		padding-left: 80px;
		padding-right: 80px;
	}
}
@media (max-width: 1169px) {
	.about-us .timeline .start-arrow {
		left: -3px;
	}
	.about-us .timeline .end-arrow {
		left: -3px;
	}
	.about-us .timeline .year {
		justify-content: flex-start;
	}
	.about-us .timeline .year h1 {
		margin-left: 0;
	}
	.about-us .cd-timeline-block {
		display: flex;
		flex-direction: column;
	}
}
@media only screen and (min-width: 1170px) {
	.about-us header {
		height: 300px;
		line-height: 300px;
	}
	.about-us header h1 {
		font-size: 24px;
		font-size: 1.5rem;
	}
	.about-us #cd-timeline {
		margin-top: 3em;
		margin-bottom: 3em;
	}
	.about-us #cd-timeline::before {
		left: 50%;
		margin-left: -2px;
	}
	.about-us .cd-timeline-block:first-child {
		margin-top: 0;
	}
	.about-us .cd-timeline-block:last-child {
		margin-bottom: 0;
	}
	.about-us .cd-timeline-block:nth-child(even) .cd-timeline-content {
		width: 100%;
		display: flex;
		justify-content: flex-end;
		z-index: -1;
		align-items: center;
	}
	.about-us .cd-timeline-block:nth-child(even) .cd-timeline-content img {
		width: 43%;
	}
	.about-us .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-text {
		left: 0;
		padding-right: 55%;
		text-align: right;
		justify-content: flex-end;
	}
	.about-us .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-text .text-container {
		padding: 1.6em;
	}
	.about-us .cd-timeline-img {
		width: 60px;
		height: 60px;
		left: 50%;
		margin-left: -31px;
		-webkit-transform: translateZ(0);
		-webkit-backface-visibility: hidden;
	}
	.about-us .cd-timeline-content {
		margin-left: 0;
		padding: 1.6em;
		width: 45%;
	}
	.about-us .cd-timeline-content::before {
		top: 24px;
		left: 100%;
		border-color: transparent;
		border-left-color: #ffffff;
	}
	.about-us .cd-timeline-content .cd-read-more {
		float: left;
	}
	.about-us .cd-timeline-content .cd-text {
		position: absolute;
		width: 100%;
		left: 125%;
		font-size: 16px;
		font-size: 1rem;
	}
	.about-us .cd-timeline-content .cd-text.no-image {
		position: relative !important;
	}
	.about-us .cd-timeline-content .cd-text.no-image .text-container {
		padding: 2.6em;
	}
	.about-us .cd-timeline-content .cd-timeline-block:nth-child(even) {
		background-color: blue;
	}

	.cssanimations .about-us .cd-timeline-img.is-hidden {
		visibility: hidden;
	}
	.cssanimations .about-us .cd-timeline-img.bounce-in {
		visibility: visible;
	}
	.cssanimations .about-us .cd-timeline-content.is-hidden {
		visibility: hidden;
	}
	.cssanimations .about-us .cd-timeline-content.bounce-in {
		visibility: visible;
	}

	.cd-timeline-block:nth-child(even) .about-us .cd-timeline-content .cd-timeline-content {
		float: right;
	}
	.cd-timeline-block:nth-child(even) .about-us .cd-timeline-content .cd-timeline-content::before {
		top: 24px;
		left: auto;
		right: 100%;
		border-color: transparent;
		border-right-color: #ffffff;
	}
	.cd-timeline-block:nth-child(even)
		.about-us
		.cd-timeline-content
		.cd-timeline-content
		.cd-read-more {
		float: right;
	}
	.cd-timeline-block:nth-child(even)
		.about-us
		.cd-timeline-content
		.cd-timeline-content
		.cd-text {
		left: auto;
		right: 122%;
		text-align: right;
	}
}
@media only screen and (min-width: 768px) {
	.about-us .cd-timeline-content h2 {
		font-size: 20px;
		font-size: 1.25rem;
	}
	.about-us .cd-timeline-content p {
		font-size: 16px;
		font-size: 1rem;
	}
	.about-us .cd-timeline-content .cd-read-more {
		font-size: 14px;
		font-size: 0.875rem;
	}
	.about-us .cd-timeline-content .cd-text {
		font-size: 14px;
		font-size: 0.875rem;
	}
}
@media (min-width: 550px) {
	.page-title.brand #breadcrumbs {
		display: block;
	}
}
@media (max-width: 992px) {
	.contact .submit-wrapper {
		flex-direction: column;
	}
	.contact .submit-wrapper .wpcf7-submit {
		margin-top: 20px;
	}
}
@media only screen and (min-width: 769px) {
	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 22%;
	}
	.woocommerce-account .woocommerce-MyAccount-content {
		width: 75%;
	}
}
@media only screen and (max-width: 768px) {
	.mtsnb-container {
		font-size: 14px !important;
		padding: 10px 30px !important;
	}
}
.bundled_product.bundled_product_summary.product {
	padding-left: 20px;
}
.bundled_product.bundled_product_summary.product .bundled_product_images {
	margin-left: 0;
	display: none;
}

.bundle_availability .stock {
	display: none !important;
}

#dialog .dialog-flex {
	display: flex;
}
#dialog .dialog-flex img {
	max-width: 400px;
	max-height: 400px;
	margin-top: 10px;
}

@media (max-width: 761px) {
	#dialog .dialog-flex {
		flex-direction: column-reverse;
	}
	#dialog .dialog-flex img {
		max-width: 300px;
		max-height: 300px;
		margin: 0 auto;
	}
}
#dialog select {
	border: 1px solid #e6e6e6;
	color: #7c7c7c;
	background: #fafafa;
	/* margin-top: 10px; */
	width: 96.6%;
	padding: 12px 10px;
	display: block;
	font-size: 15px;
	font-family: futura-pt, sans-serif !important;
}
#dialog p {
	margin-top: 10px;
}

/*# sourceMappingURL=weka.css.map */
.hidden-cart-data {
	display: none;
}
.mtsnb {
	left: 0;
}
.mtsnb-custom-content {
	line-height: 12px;
}
.mtsnb-custom-content b {
	font-family: 'Suisse', serif !important;
	font-size: 12px;
}
.woocommerce div.product form.cart .variations label,
.legend-item {
	font-weight: 400 !important;
	text-transform: uppercase;
}

.woocommerce-cart .cart-collaterals .cart-subtotals td,
.woocommerce-cart .cart-collaterals .woocommerce-shipping-totals td,
.woocommerce-cart .cart-collaterals .order-total td {
	padding-right: 18px;
	text-align: right;
}
.top-banner {
	background-color: #242424;
	color: #fff;
	width: 100vw;
	position: relative;
	left: -20px;
	top: -20px;
	padding: 16px;
	text-align: center;
	font-weight: bold;
	display: none;
}
@media (max-width: 1023px) {
	.top-banner {
		top: 0;
		left: 0;
	}
	.menu-popup {
		top: 70px;
	}
}
