/*
	Theme Name: artbyjays
	Theme URI: https://artbyjays.com
	Author: Renne Ang
	Author URI: https: //renneang.com
	Description: Custom Wordpress Wordpress theme built for Art by Jays
	Version: 4.3.1
	Text Domain: boilerplate_ 
*/

/*--------------------------------------------------------------
# Normalize
# Typography
# Elements
# Header
## Main Navigation
# Footer
# Forms
# Navigation
## Links
## Menus
## Product Navigation
## Pagination
# Accessibility
# Clearings
# Content
## Flexslider
## Fancybox
# Posts and pages
## Default Page
## Home Page
## About Page
## Terms Page
## Contact Page
## Search Page
## template-products
## 404
## FAQ
## Woocommerce
## Product Archive
## WooCommerce Product Page
## WooCommerce Single Product Page
### Checkout Page
### Login
### Payment
### Form Pay
### Cart Page
### Thank You Page
### Customer Details
## Woocommerce My Account
## Custom
# Responsive
# Custom Table
# Fonts
# Print
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: "EB Garamond", serif;
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	font-size: 15px;
	font-family: "EB Garamond", serif;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, textarea {
	color: #000;
	font-size: 15px;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: "EB Garamond";
}
p {
	margin-bottom: 1.5em;
}
blockquote {
	padding-left: 30px;
	font-style: italic;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: justify;
	margin: 0px;
	letter-spacing: 1px;
}
.mt-0 {
	margin-top: 0;
}
.mt-10 {
	margin-top: 10px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mb-0 {
	margin-bottom: 0;
}
.mb-5 {
	margin-bottom: 5px;
}
.mb-15 {
	margin-bottom: 15px;
}
.ml-0 {
	margin-left: 0;
}
.mr-a {
	margin-right: auto;
}
.pb-8 {
	padding-bottom: 8px;
}
.lh-1 {
	line-height: 1;
}
.lh-2 {
	line-height: 2;
}
.lh-3 {
	line-height: 3;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.d-right {
	text-align: right;
}
.m-right {
	text-align: left;
}
.center {
	text-align: center;
}
.valign-top {
	vertical-align: top;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior;
    see http: //css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
body {
	background: #fafafa;
	/* Fallback for when there is no custom background color defined. */
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: """";
	font-weight: 500;
	line-height: 1.5;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}
table {
	margin: 0 0 1.5em;
	width: 100%;
	border-collapse: collapse;
}
fieldset {
	background: #fafafa;
	padding: 20px;
	box-sizing: border-box;
	margin: 0;
}
legend {
	font-variant: all-small-caps;
	letter-spacing: 1px;
	color: #000;
}
.site-info {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.product img {
	width: 100%;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header.header-sticky {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	background: #fff;
	border-bottom: 1px solid #ededed;
}
#masthead {
	padding: 10px 10px 0;
	width: 100%;
	max-width: 1560px;
	margin: 0 auto;
}
img.custom-logo {
	max-width: 200px;
}
.woocommerce-store-notice.demo_store {
	display: block;
	width: 100%;
	clear: both;
	height: auto;
	background-color: #dbdbdb;
	color: #000;
	line-height: 1.5;
	margin: 0;
	padding: 5px;
	text-align: center;
	font-family: 'Verlag', sans-serif;
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
}
.woocommerce-store-notice.demo_store button.close {
	margin: 0 0 0 15px;
}
.site-header {
	transition: all 0.3s linear;
}
.site-branding {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	-ms-grid-row-align: auto;
	align-self: auto;
	width: 25%;
	display: inline-block;
	float: left;
	padding-left: 10px;
}
/*--------------------------------------------------------------
## Main Navigation
--------------------------------------------------------------*/
#site-navigation {
	width: 70%;
	display: inline-block;
	float: right;
	text-align: right;
	padding: 0;
	height: 50px;
	top: 0;
	right: 0;
	margin-top: -3px;
}
.main-navigation {
	display: block;
	float: left;
	z-index: 999999;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	-ms-grid-row-align: auto;
	align-self: auto;
	width: 50%;
	height: 50px;
}
.main-navigation ul {
	text-align: right;
	list-style: none;
	margin: 0;
	padding-left: 0;
	white-space: nowrap;
}
.main-navigation li {
	display: inline-block;
	position: relative;
	background: #fff;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 5px 10px;
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a {}
/* Small menu. */
.main-navigation.toggled ul {
	display: block;
}
.main-navigation {}
.main-navigation ul {
	padding-bottom: 1px solid #2b2b2b;
}
.main-navigation li {
	list-style: none;
	font-family: "EB Garamond", serif;
	font-style: normal;
	font-weight: 400;
}
.main-navigation li a {
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	outline: none;
	display: block;
	text-decoration: none;
	padding: 16px;
}
.main-navigation li a:hover, .main-navigation li a:active {
	color: #000;
	font-weight: 600;
}
.menu-my-account svg,
.menu-cart svg {
	margin-bottom: -2px;
	margin-right: 4px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
	background-color: #fff;
}
.site-footer {
	width: 100%;
	height: auto;
	margin: 5px auto 0px auto;
	padding: 2px 0;
	background-color: rgba(255, 255, 255, 0.95);
	border-top: 1px solid #000;
	position: fixed;
	bottom: 0;
	z-index: 9999999;
}
.footer-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 100%;
	max-width: 1560px;
	margin: 0 auto;
	padding: 10px;
	font-size: 14px;
}
.footer-nav {
	text-align: left;
}
.footer-nav ul, .social-nav ul {
	margin: 0;
	padding: 0;
}
.footer-nav li, .social-nav li {
	list-style: none;
	float: left;
	margin: 0 15px 0 0;
}
.footer-info {
	margin: 0;
	text-align: right;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input, textarea, button {
	outline: 0;
	max-width: 100%;
	margin: 0;
	border-radius: 0;
	font-size: 14px;
}
input[type=textarea], input[type=text], input[type=email], input[type=tel], textarea, input[type=password] {
	font-family: "EB Garamond", serif;
	font-size: 14px;
}
input[type=checkbox] {
	margin-right: 10px;
}
input, textarea {
	padding: 4px 8px;
	border: 1px solid #ccc;
	background-color: transparent;
}
textarea {
	vertical-align: top;
	width: 100%;
}
button, input[type=button], input[type=reset], input[type=submit], input.submit {
	cursor: pointer;
	color: #000;
	padding: 6px 8px;
	border: 1px solid #272B2F;
	border-radius: 0;
	box-sizing: border-box;
	background: #ededed;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-left: auto;
	margin-right: auto;
	font-family: "EB Garamond", serif;
}
button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover, input#searchsubmit:hover, button:active, input[type=button]:active, input[type=reset]:active, input[type=submit]:active, input#searchsubmit:active, button:focus, input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus, input#searchsubmit:focus {
	background: #272B2F;
	color: #fff;
	transition: none;
}
span.field-label {
	font-family: "Verlag", sans serif;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	margin-right: 10px;
}
.select2-container--default .select2-selection--single {
	background-color: transparent !important;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #000;
	transition: color 0.3s ease-in;
	outline: none;
	text-decoration: none;
}
a:visited {}
a:hover, a:focus, a:active {
	color: #000;
}
a:focus {
	outline: none;
}
a:hover, a:active {
	outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Product Navigation
--------------------------------------------------------------*/
.back-to-shop-wrapper {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-transform: lowercase;
	font-size: 15px;
	padding: 0 0 30px;
	background: #fff;
}
.back-to-shop-wrapper a {
	letter-spacing: -0.5px;
}
.prev_next_buttons {
	/*lor: #000; */
	display: none;
}
ul.page-numbers {
	list-style: none;
	display: block;
	clear: both;
}
ul.page-numbers li {
	display: inline;
}
/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
/* Pagination */
.page-navigation {
	width: 100%;
	max-width: 1440px;
	margin: 50px auto 30px;
}
.page-navigation ul.page .page-numbers li, .page-navigation ul.page-numbers li .page-numbers {
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
}
.page-navigation li a, .page-navigation li a:hover, .page-navigation li.active a, .page-navigation li.disabled {
	cursor: pointer;
}
.page-navigation li a:hover, .page-navigation li.active a {}
.page-navigation ul {
	line-height: 3;
	padding-left: 0;
	text-align: center;
	border-top: 1px solid #d8d8d8;
	margin: 0px;
}
.page-navigation ul > a.active > li, .page-navigation ul > span.current > li, .page-navigation ul > a:hover.active > li {
	color: #464e54;
	cursor: default;
	border-top: 2px solid #464e54;
	padding-top: 12px;
}
.page-navigation ul > li .current {
	color: #464e54;
	cursor: default;
	border-top: 2px solid #464e54;
	padding-top: 12px;
}
.page-navigation ul li {
	margin-left: 0;
	margin-right: 0;
}
.current {
	color: #000;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
	clear: both;
}
.site-content:before, .site-content:after {
	line-height: 0.5;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Flexslider
--------------------------------------------------------------*/
.product-slider .flexslider .slides .img {
	max-height: 60vh;
	width: auto !important;
	height: auto !important;
}
.product-slider .flexslider {
	height: auto;
	width: 100%;
}
.product-slider .flexslider {
	border: 0 !important;
	background-color: #fafafa !important;
	margin: 0 auto !important;
}
.product-slider .flex-viewport {
	max-height: 500px;
	height: auto;
	width: 100%;
}
.product-slider .flexslider .slides img {
	max-height: 500px;
	width: auto !important;
	height: auto !important;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.flex-control-nav {
	display: none;
}
.flexslider .flex-direction-nav .flex-prev, .flexslider .flex-direction-nav .flex-next {
	text-align: center;
	padding-top: 10px;
	background-color: rgba(255, 255, 255, 0.9)
}
.flex-direction-nav a:before {
	font-size: 15px !important;
}
.clearfix:before, .clearfix:after {
	content: "" !important;
	display: table !important;
	clear: both;
}
/*--------------------------------------------------------------
## Fancybox
--------------------------------------------------------------*/
.fancybox-bg {
	background: #000 !important;
}
.fancybox-inner {
	margin: 60px 20px !important;
}
.fancybox-thumbs > ul {
	padding: 60px 0 0 0 !important;
}
.fancybox-button:focus, .fancybox-button:hover {
	color: #848484 !important;
}
.fancybox-is-open .fancybox-bg {
	opacity: 0.7;
}
.fancybox-is-open .fancybox-stage {
	margin-top: 60px !important;
}

/*--------------------------------------------------------------
# Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.hentry {
	margin: 0 0 1.5em;
}
.page-content, .entry-content, .entry-summary {
	margin: 1.5em 0 0;
	width: 100%;
}
.desktop-only {
	display: block !important;
}
.desktop-only-inline {
	display: inline-block !important;
}
.mobile-only,
.mobile-only-inline {
	display: none !important;
}
article .entry-header h1.entry-title {
	margin-left: 0 !important;
}
/*--------------------------------------------------------------
## Default Page
--------------------------------------------------------------*/
.wrapper-content {
	max-width: 1560px;
	margin: 25px auto;
	padding: 10px 50px;
	background: #fff;
	min-height: 70vh;
}
/*--------------------------------------------------------------
## Home Page
--------------------------------------------------------------*/
.fullwidth-slider {
	width: 100vw;
	position: relative;
	height: 768px;
}
.dg {
	background-color: #dbdbdb;
}
.home-slider .flexslider {
	display: block;
	position: relative;
	height: auto !important;
	overflow: hidden !important;
	width: 100% !important;
}
.home-slider .flexslider .slides, .home-slider .flexslider .slides li {
	width: 100% !important;
	height: auto !important;
}
.home-slider .flexslider .slides img {
	
}
.woocommerce-page ul.products li.product {
	float: left;
	margin: 0 3.8% 3.8% 0;
	padding: 0;
	position: relative;
	width: 315px;
	list-style: none;
}
.page-template-template-home .woocommerce-Price-currencySymbol, .page-template-template-home .woocommerce-Price-amount, .page-template-template-home .amount {
	font-size: 12px;
	font-weight: 600;
}
.page-template-template-home del, .woocommerce ul.products li.product .price del, .page-template-template-home .woocommerce ul.products li.product .price del {
	display: none;
}
.home ul.products {
	margin: 30px;
	padding: 20px;
	list-style: none;
}
.home-gc {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-column-gap: 20px;
}
.home-gi .woocommerce .product-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
.home-gi {
	box-sizing: border-box;
	margin: 20px;
}
.lg {
	background: #f4f4f4;
}
.home-gi ul {
	margin: auto;
}
.lg h1.section-title {
	text-align: center;
	font-size: 21px;
	line-height: 23px;
	letter-spacing: 4px;
	text-transform: uppercase;
	margin: 50px auto 20px;
	font-weight: 500;
}
.home-navigation-wrap {
	padding: 0 50px;
	margin: 40px auto 20px;
}
.home-nav-gc {
	display: grid;
	grid-template-columns: 200px 1fr 200px;
	line-height: 2;
	color: #000;
}
.home-nav-text {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.home-nav-gi {
	border-top: 1px solid #d8d8d8;
	padding: 10px 0;
}
.nav-left a,
.nav-right a {
	color: #000;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	outline: none;
	display: block;
	text-decoration: none;
	font-weight: 600;
}
.nav-right {
	text-align: right;
}
.nav-left {
	text-align: left;
}
.dg h1.section-title {
	text-align: center;
	font-size: 21px;
	line-height: 23px;
	letter-spacing: 4px;
	text-transform: uppercase;
	margin: 50px auto 20px;
	font-weight: 500;
}
.home-gc .dg p {
	margin: 0 30px 60px;
}
.page-template-template-home .columns-4 .product-grid .type-product a.woocommerce-LoopProduct-link h2.woocommerce-loop-product__title {
	letter-spacing: 0;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 0;
	border-bottom: 0;
	text-transform: none;
	display: inline;
	vertical-align: top;
}
/*--------------------------------------------------------------
## About Page
--------------------------------------------------------------*/
.wrapper-about {
	max-width: 1200px;
	margin: 25px auto;
	padding: 10px 50px;
	background: #fff;
}
.grid-container-about {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 30px;
}
.grid-container-about .section-title {
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 4px;
	text-transform: uppercase;
	margin: 30px 0;
	font-weight: 500;
}
.content-about p {
	margin: 10px;
	text-align: justify;
}
.grid-item-about img {
	margin-bottom: 30px;
}
/*--------------------------------------------------------------
## Terms Page
--------------------------------------------------------------*/
.wrapper-terms {
	max-width: 1200px;
	margin: 25px auto;
	padding: 10px 50px;
	background: #fff;
}
.content-terms h2 {
	margin-top: 25px;
}
.content-terms p {
	margin: 10px 0 25px;
	text-align: justify;
}
.content-terms ul, .content-terms ol {
	padding-left: 10px;
	margin: 0 0 1.5em 10px;
}
.page-template-template-terms h2, .page-template-template-terms h3, .page-template-template-terms h4, .page-template-template-terms h5, .page-template-template-terms h6 {
	clear: both;
	font-family: Verlag;
	letter-spacing: 3px;
}
.page-template-template-terms h2, .page-template-template-terms h3 {
	font-size: 14px;
}
.page-template-template-terms h4, .page-template-template-terms h1 {
	font-weight: 700;
}
.page-template-template-terms h5, .page-template-template-terms h2 {
	font-weight: 600;
}
.page-template-template-terms h6, .page-template-template-terms h3 {
	font-weight: 500;
}
.page-template-template-terms h4, .page-template-template-terms h5, .page-template-template-terms h6 {
	font-size: 12px;
}
.page-template-template-terms .indent-1 {
	padding: 0 0 0 20px;
}
/*--------------------------------------------------------------
## Contact Page
--------------------------------------------------------------*/
.grid-container-contact2 {
	display: grid;
	grid-template-columns: 2fr 3fr;
	grid-column-gap: 40px;
	padding: 30px 50px 20px;
	background: #fff;
	margin: 0 auto;
}
.grid-container-contact2 .section-title {
	text-align: left;
	margin: 0 0 70px;
}
h1.section-title {
	text-align: center;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 6px;
	text-transform: uppercase;
	margin: 50px auto 40px;
	font-weight: 500;
}
.grid-item-contact2 {
	margin-top: 0;
}
.grid-item-contact2 .instagram .icon {
	background: url("img/instagram-logo.svg");
	width: 15px;
	height: 15px;
	background-size: cover;
	display: inline-block;
	margin: 0 15px 0 0;
}
.grid-item-contact2 .facebook .icon {
	background: url("img/facebook-logo.svg");
	width: 15px;
	height: 15px;
	background-size: cover;
	display: inline-block;
	margin: 0 15px 0 0;
}
.grid-item-contact2 .messenger .icon {
	background: url("img/iconmonstr-facebook-messenger-1.svg");
	width: 15px;
	height: 15px;
	background-size: cover;
	display: inline-block;
	margin: 0 15px 0 0;
}
.grid-item-contact2, .grid-item-contact a {
	color: #000;
	line-height: 20px;
	font-size: 15px;
}
.grid-item-contact2 {
	text-align: justify;
}
.contact {
	height: 28px;
}
.contact-form-name input, .contact-form-email input, .contact-form-subject input {
	width: 100%;
}
.contact-first-row-wrap {
	clear: both;
	padding: 0 0 20px;
}
.contact-form-name, .contact-form-email {
	width: 50%;
	float: left;
	margin-bottom: 15px;
}
.contact-form-name {
	padding: 0 20px 0 0;
}
.contact a {
	color: #000;
}
.content-contact2 ul {
	margin: 10px 0 0 0;
	padding: 0;
}
.contact-social li {
	display: inline-block;
}
/*--------------------------------------------------------------
## Search Page
--------------------------------------------------------------*/
.search-results a.post-thumbnail img {
	width: 100%;
	max-width: 250px;
}
.search-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	grid-column-gap: 40px;
	grid-row-gap: 20px;
	margin: 30px 10px 60px;
	height: auto !important;
}
.search-grid-item {
	width: 100%;
	margin: 10px 0 10px 0;
	left: initial !important;
	top: initial !important;
	position: relative !important;
}
.product-title {
	letter-spacing: 1px;
	font-size: 18px;
	font-weight: 400;
	text-transform: none;
	display: inline;
	vertical-align: top;
	font-variant: all-small-caps;
}
/*--------------------------------------------------------------
## template-products
--------------------------------------------------------------*/
.page-template-template-products .product-title,
.page-template-template-products-never-apart .product-title {
	display: block;`
}
/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
.page-header h1.page-title-larger {
	font-size: 48px;
}
.wrapper-404 {
	max-width: 1200px;
	margin: 25px auto;
	padding: 10px 50px;
	background: #fff;
	height: 70vh;
}
.wrapper-404-title {
	margin: 50px auto 30px;
}
input#search-submit {
	padding: 6px 8px;
}
button#searchsubmit {
	margin-left: 10px;
}
.content-404 {
	padding: 60px 50px;
}
.title-404 {
	font-size: 26px !important;
}
.error-404 .page-content, .error404 .wrapper-content {
	text-align: center;
	height: 70vh;
}
.no-results .wrapper-content {
	text-align: center;
}

/*--------------------------------------------------------------
## FAQ
--------------------------------------------------------------*/
h3.qe-faqs-group-title {
	letter-spacing: 2px;
	font-weight: 500;
	margin: 60px 0 20px;
}
.qe-toggle-title h4 i.fa {
	font-size: 16px;
	color: #666;
}
.qe-toggle-title {
	background: #fff !important;
}
.qe-faq-toggle .qe-toggle-title h4, .qe-faq-list .qe-list-title h4 {
	font-family: 'EB Garamond', serif;
	letter-spacing: 2px;
	font-weight: 500;
	color: #666;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 20px;
}
.qe-faq-toggle .qe-toggle-title i.fa { 
	float: right;
}
.qe-faq-toggle .qe-toggle-title {
	padding: 0 0 10px;
	margin: 10px 0;
	border: 0;
	border-bottom: 1px solid #bdbdbd;
}
.qe-faq-toggle .qe-toggle-content { 
	padding: 0 0 30px;
	margin: 0;
	border: 0;
	display: none;
	color: #000;
}
.qe-faq-toggle .qe-toggle-content p, .qe-faq-list .qe-list-content p {
	margin: 5px 0 0;
	text-align: justify;
}
.qe-faq-toggle.active .qe-toggle-title h4,
.qe-faq-toggle:hover .qe-toggle-title h4,
.qe-faq-toggle.active .qe-toggle-title h4 i.fa,
.qe-faq-toggle:hover .qe-toggle-title h4 i.fa {
	color: #000;
}
.qe-faq-toggle.active .qe-toggle-title h4 {
	font-weight: 600;
}
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce .custom-woocommerce-button, a.wc-forward {
	display: inline;
	padding: 6px 8px;
	font-size: 11px;
	box-sizing: border-box;
	border: 1px solid #272B2F;
	letter-spacing: 1px;
	background: #ededed;
	text-transform: uppercase;
	color: #000;
}
a.wc-forward {
	margin-right: 10px;
}
.woocommerce .custom-woocommerce-button:hover, .woocommerce .custom-woocommerce-button:active, .woocommerce .custom-woocommerce-button:focus, a.wc-forward:hover, a.wc-forward:active, a.wc-forward:focus {
	background: #272B2F;
	color: #fff;
	transition: none;
}
.woocommerce button {
	font-family: "EB Garamond", serif;
}
tr.custom-table-border-bottom th, tr.custom-table-border-bottom td {
	border-bottom: 1px solid #ddd;
}
tr.custom-table-border-top th, tr.custom-table-border-top td {
	border-top: 1px solid #ddd;
}
ul.woocommerce-error {
	list-style: none;
	margin: 0;
}
.woocommerce-MyAccount-content p {
	font-size: 15px;
	max-width: 75%;
	line-height: 1.7;
}
.woocommerce-MyAccount-content p a {
	text-decoration: none;
	border-bottom: 1px solid #2b2b2b;
	padding-bottom: 3px;
	color: #2b2b2b;
	transition: 300ms all ease-in-out;
}
.woocommerce-MyAccount-content p a:hover {
	border-color: grey;
	color: grey;
}
.woocommerce-MyAccount-content p:first-of-type {
	margin-top: 0;
}
.woocommerce-MyAccount-content p:first-of-type strong {
	font-weight: normal;
}
.boilerplate-wrap .shop_table .shop-label {
	font-family: "Verlag", sans serif;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
}
.woocommerce-button--next, .woocommerce-button--previous {
	text-decoration: underline;
	margin-top: 30px;
	text-transform: lowercase;
}
.woocommerce-button--next {
	text-align: right;
}
.woocommerce-button--previous {
	text-align: left;
}
.woocommerce-notices-wrapper li, .woocommerce-notices-wrapper .woocommerce-message {
	background: #f0f0f0;
	padding: 10px;
	margin-bottom: 15px;
}
/*--------------------------------------------------------------
## Product Archive
--------------------------------------------------------------*/
.wrapper-archives, .wrapper-archive {
	max-width: 1560px;
	margin: 25px auto;
	padding: 10px 50px;
	background: #fff;
	min-height: 65vh;
}
.product-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	grid-column-gap: 40px;
	grid-row-gap: 20px;
	margin: 30px auto 60px;
	height: auto !important;
}
.product-grid-item {
	width: 100%;
	margin: 10px 0 10px 0;
	left: initial !important;
	top: initial !important;
	position: relative !important;
}
.archive .product-grid img {
	margin-top: 30px;
}
table.product-attribute {
	margin: 0;
}
table.product-attribute tr.product-info {
	line-height: 0.8;
}
table.product-attribute .woocommerce-Price-amount {
	font-weight: 600;
}
table.product-attribute .in_series {
    font-size: 13px;
    font-style: italic;
}
table.product-attribute .in_series:hover {
    text-decoration: underline;
}
.product-text {
	font-family: Verlag;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 9px;
	font-weight: 700;
}
.product-number {
	font-family: Verlag;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight: 500;
}
.product-categories {
	margin: 0 auto 20px;
	font-family: Verlag;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: 500;
	text-transform: uppercase;
	font-weight: 600;
	max-width: 800px;
}
.product-categories ul.cat li a {
	text-decoration: none;
	line-height: 2;
}
.product-categories ul.cat li a:hover, .product-categories ul.cat li a:active {
	color: #000;
	text-decoration: underline;
}
.archive .columns-3 .products .product .woocommerce-LoopProduct-link span.price {
	/* float: right; */
}
/*--------------------------------------------------------------
## WooCommerce Product Page
--------------------------------------------------------------*/
.post-type-archive-product ul.products {
	padding: 0 !important;
	margin: 10px;
}
span.onsale {
	display: none;
}
.columns-3 .type-product .woocommerce-LoopProduct-link h2.woocommerce-loop-product__title,
.columns-4 .type-product .woocommerce-LoopProduct-link h2.woocommerce-loop-product__title {
	letter-spacing: 1px;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
	border-bottom: 0;
	text-transform: none;
	display: inline;
	vertical-align: top;
	font-variant: all-small-caps;
}
/*------Cat ----*/
ul.cat li {
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 0;
}
ul.cat {
	width: auto;
	margin: 0 auto;
	text-align: center;
	padding: 0;
}

.tax-product_cat .term-description p {
	max-width: 800px !important;
	margin: auto;
	text-align: justify;
	margin-bottom: 10px;
}
/* page wrap */
.boilerplate-wrap {
	max-width: 1560px;
	margin: 25px auto;
	padding: 10px 40px;
	background: #fff;
}
.woocommerce .boilerplate-wrap, .woocommerce-page .boilerplate-wrap {
	max-width: 1440px;
	margin: 25px auto;
	padding: 10px 40px;
	background: #fff;
	min-height: 70vh;
}
.woocommerce-checkout .boilerplate-wrap {
	max-width: 1560px;
}
/*--------------------------------------------------------------
## WooCommerce Single Product Page
--------------------------------------------------------------*/
.grid-container-product {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-column-gap: 20px;
	background: #fff;
	width: 100%;
	max-width: 1200px;
	margin: 50px auto 0;
	height: auto;
}
.product-two .product-title {
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 3px;
	text-transform: uppercase;
	line-height: 1;
	margin-top: 0 !important;
	margin-bottom: 15px;
}
.product-two .product-attribute ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 10px 0 0 0;
}
.post-type-archive-product .woocommerce-Price-currencySymbol, .post-type-archive-product .woocommerce-Price-amount, .post-type-archive-product .amount {
	font-size: 14px;
	font-weight: 500;
}
.columns-3 .type-product a.woocommerce-LoopProduct-link span.price span.woocommerce-Price-amount, 
.columns-3 .type-product a.woocommerce-LoopProduct-link span.price span.amount,
.columns-4 .type-product a.woocommerce-LoopProduct-link span.price span.woocommerce-Price-amount, 
.columns-4 .type-product a.woocommerce-LoopProduct-link span.price span.amount{
	font-size: 15px;
}
.columns-3 .type-product a.woocommerce-LoopProduct-link span.price span.woocommerce-Price-amount, 
.columns-3 .type-product a.woocommerce-LoopProduct-link span.price span.amount,
.columns-4 .type-product a.woocommerce-LoopProduct-link span.price span.woocommerce-Price-amount, 
.columns-4 .type-product a.woocommerce-LoopProduct-link span.price span.amount {
	font-size: 15px;
}
.product-two .product-meta h6 {
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 2;
	margin-top: 0px;
	margin-bottom: 5px !important;
	font-family: 'Verlag', sans serif;
	font-size: 10px;
	font-weight: 600;
}
.product-meta .tagged_as {
	/*	display: none; */
}
.product-two .product-meta h6 .in_series {
	font-family: "EB Garamond", serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: capitalize;
}
.product-meta h6 .in_series a {
	font-style: italic;
}
.product-meta h6 .in_series a:hover {
	text-decoration: underline !important;
}
.product-two .product-description {
	margin: 15px auto 20px;
}
.product-two .product-description blockquote {
	padding: 10px 0 10px 30px;
	text-transform: uppercase;
	color: #333;
	font-style: italic;
	font-size: 12px;
	letter-spacing: 1px;
}

.woocommerce div.product form.cart .button:hover {
	background-color: rgb(57, 57, 57);
	color: #fff;
}
.grid-item-product form.cart button.single_add_to_cart_button {
	display: block;
	margin-left: 0;
	margin-right: auto;
}
.up-sells ul.products {
padding: 0!important;
}
/*--------------------------------------------------------------
### Cart Page
--------------------------------------------------------------*/
.custom-cart-wrapper {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-column-gap: 40px;
}
.custom-cart-wrapper .cart-collaterals {
	background: #fafafa;
	padding: 0 20px;
}
.woocommerce h2.section-title, .woocommerce h2, .woocommerce-account h2, .woocommerce h3 {
	font-size: 18px;
	font-family: "EB Garamond", serif;
	font-weight: 600;
	letter-spacing: 1px;
	font-variant: all-small-caps;
	margin-bottom: 0;
}
.woocommerce .coupon {
	display: inline-grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 20px;
}
.woocommerce .coupon input {
	box-sizing: border-box;
}
.woocommerce .after-cart-table-wrapper {
	display: grid;
	grid-template-columns: 2fr 1fr;
}
.cart_totals th {
	text-align: left;
}
.cart_totals td {
	text-align: right;
}
.woocommerce input[type=radio] {
	margin-right: 10px;
}
tr.shipping th {
	vertical-align: top;
}
img.attachment-product-thumb {
	height: 80px;
}
/*--------------------------------------------------------------
### Checkout Page
--------------------------------------------------------------*/
.woocommerce .grid-container-checkout {
	display: grid;
	grid-template-columns: 3fr 1fr;
	grid-gap: 30px;
	padding: 0;
	margin: 0;
}
.woocommerce .grid-container-checkout .col-1 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
	padding: 0;
	margin: 0;
}
.woocommerce .grid-container-checkout .col-2 {
	background: #fafafa;
	padding: 25px 20px;
}
.woocommerce-billing-fields span, .woocommerce-shipping-fields span, .woocommerce-account-fields span {
	display: block;
}
.woocommerce-checkout #billing_first_name_field, .woocommerce-checkout #billing_postcode_field, .woocommerce-checkout #shipping_first_name_field, .woocommerce-checkout #account_username_field {
	width: 47%;
	float: left;
}
.woocommerce-checkout #billing_last_name_field, .woocommerce-checkout #billing_phone_field, .woocommerce-checkout #account_password_field, .woocommerce-checkout #shipping_last_name_field {
	width: 47%;
	float: right;
}
p.form-row-wide, .woocommerce-checkout #order_comments_field {
	width: 100%
}
.woocommerce-billing-fields span.optional, .woocommerce-shipping-fields span.optional, .woocommerce #ship-to-different-address span {
	display: inline;
}
.woocommerce-checkout .woocommerce-billing-fields input.input-text, .woocommerce-checkout .woocommerce-shipping-fields input.input-text, .woocommerce-checkout .woocommerce-account-fields input.input-text {
	width: 100%;
}
.woocommerce-checkout #billing_first_name_field, .woocommerce-checkout #billing_postcode_field, .woocommerce-checkout #shipping_first_name_field, .woocommerce-checkout #account_username_field {
	margin-right: 10px;
}
.woocommerce-checkout p.woocommerce-shipping-destination {
	margin-top: 40px;
}
.woocommerce-cart p.custom-woocommerce-shipping-destination {
	padding-top: 30px;
}
.woocommerce .grid-container-checkout .col-2 th, .woocommerce .grid-container-checkout .col-2 td.product-name {
	text-align: left;
}
.woocommerce .grid-container-checkout .col-2 td, .woocommerce .grid-container-checkout .col-2 th.product-total {
	text-align: right;
}
.woocommerce .woocommerce-checkout-payment {
	background: #ededed;
	padding: 20px;
	font-size: 13px;
}
.woocommerce #payment ul.wc_payment_methods {
	margin: 0;
	padding: 0;
	list-style: none;
}
.woocommerce-checkout .place-order button {
	margin-left: 0;
}
label[for=payment_method_ppec_paypal], label[for=payment_method_braintree_credit_card] {
	font-family: "Verlag", sans serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 10px;
}
/*--------------------------------------------------------------
### Login
--------------------------------------------------------------*/
.login-grid-row, .login-grid-row-2 {
	display: grid;
	grid-template-columns: 2fr 3fr;
	vertical-align: middle;
}
.login-grid-row input[type=password], .login-grid-row input[type=text], .login-grid-row input[type=email] {
	width: 100%;
}
.custom-login-page-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin: auto;
	grid-gap: 15px;
}
.woocommerce form.login, .woocommerce form.register {
	margin: 2em 0;
	text-align: left;
	border-radius: 5px;
	max-width: 400px;
	border: 0;
	padding-left: 0;
	padding-top: 0;
}
.page-id-9527 span.required {
	display: none !important;
}
label.inline {
	font-size: 12px !important;
	font-family: inherit !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
}
p.lost_password a {
	color: #2b2b2b;
	text-decoration: none;
	border-bottom: 1px solid #2b2b2b;
	font-size: 13px;
}
p.lost_password a:hover {
	color: grey;
	border-bottom: grey;
}
form.login label, form.register label {
	color: #555;
	text-transform: uppercase;
	font-family: "Verlag";
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	letter-spacing: 1px;
	margin: auto 0;
}
/*--------------------------------------------------------------
### Payment
--------------------------------------------------------------*/
iframe#braintree-hosted-field-number form input#credit-card-number {
	font-family: "EB Garamond", serif;
	font-size: 14px !important;
}
label[for=payment_method_braintree_credit_card] span img {
	margin-right: 5px;
}
label[for=payment_method_braintree_credit_card] span img:last-of-type {
	margin-right: 0;
}
/*--------------------------------------------------------------
### Form Pay
--------------------------------------------------------------*/
.custom-form-pay-container {
	width: 100%;
	max-width: 800px;
	margin: auto;
	display: grid;
	grid-template-columns: 3fr 2fr;
	grid-gap: 40px;
}
.custom-form-pay-container #payment {
	background: #ededed;
	padding: 20px;
}
.custom-form-pay-container .woocommerce-terms-and-conditions-wrapper {
	font-size: 13px;
}
/*--------------------------------------------------------------
### Thank You Page
--------------------------------------------------------------*/
.woocommerce-order-received .woocommerce-order ul.woocommerce-thankyou-order-details {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: "Verlag";
	letter-spacing: 1px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 3;
}
.woocommerce-order-received .woocommerce-order {
	display: grid;
	grid-template-columns: 1fr;
	width: 100%;
	max-width: 680px;
	margin: auto;
}
.woocommerce-order-received .boilerplate-wrap {
	max-width: 700px;
}
.woocommerce-order-received .woocommerce table.shop_table th, .woocommerce-order-received .woocommerce table.shop_table td {
	padding: 9px 9px 9px 0;
}
.woocommerce-order-received .woocommerce-table--order-details tfoot tr th, .woocommerce-order-details tfoot tr th {
	text-align: left;
}
.woocommerce-order-received .woocommerce-table--order-details tfoot tr td, .woocommerce-order-details tfoot tr td {
	text-align: right;
}
.woocommerce section.woocommerce-order-details {
	padding-top: 10px;
	width: 100%;
	margin: 0 auto;
}
.woocommerce .custom-order-details-item-ordernumber span {
	font-size: 25px;
	font-family: "EB Garamond", serif;
	font-weight: normal;
	display: block;
}
.woocommerce .custom-order-detail-table {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
address {
	font-style: normal;
	font-size: 14px;
	line-height: 1.5;
}
.font-weight-300 {
	font-weight: 400;
	font-family: "EB Garamond", serif;
	font-size: 13px;
	text-transform: none;
	letter-spacing: 0;
}
.woocommerce h4 {
	font-family: "EB Garamond", serif;
	font-size: 13px;
	letter-spacing: 2px;
	font-variant: small-caps;
	font-weight: 600;
}
.order-confirmation-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin-bottom: 30px;
}
.order-confirmation-grid .label, .order-payment-grid .label {
	font-family: "Verlag", sans serif;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
}
.order-payment-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 15px;
}
.woocommerce .custom-order-details-item-ordernumber {
	font-size: 20px;
	letter-spacing: 3px;
	margin-bottom: 10px;
}
/*--------------------------------------------------------------
### Customer Details
--------------------------------------------------------------*/
.woocommerce .woocommerce-custom-customer-details-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 100%;
	margin-bottom: 15px;
}
/*--------------------------------------------------------------
## Woocommerce My Account
--------------------------------------------------------------*/
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper #shipping_first_name_field, .woocommerce-address-fields .woocommerce-address-fields__field-wrapper #shipping_last_name_field {
	width: 47%;
	float: left;
	margin-right: 20px;
	margin-top: 0;
}
.woocommerce-view-order table.order-wrap {
	width: 60%;
	margin-right: 0;
	margin-left: auto;
}
.woocommerce-view-order table.order-wrap td {
	padding: 0 9px 0 0;
	width: 150px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
	font-family: 'Verlag', sans serif;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
	margin-bottom: 15px;
	list-style: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}
.woocommerce form .form-row label {
	font-family: 'Verlag', sans serif;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	color: #555;
}
.woocommerce-account form .form-row label, .woocommerce-account form .form-row input {
	display: block;
	width: 100%
}
.woocommerce-account h1 {
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 60px auto 30px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
	float: left;
	width: 15%;
}
.woocommerce-account .woocommerce-MyAccount-content {
	float: right;
	width: 80%;
	margin: auto;
}
.woocommerce-account h1 {
	text-align: left;
	display: inline-block;
}
.woocommerce-MyAccount-navigation ul {
	padding: 0;
	margin: 0;
	display: block;
}
.woocommerce-MyAccount-navigation ul li {
	list-style: none;
}
.woocommerce-MyAccount-navigation ul li a {
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: grey;
}
.woocommerce-MyAccount-navigation ul li a:hover {
	color: #2b2b2b;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
	color: #2b2b2b;
}
.woocommerce-account #main {
	min-height: 75vh;
	padding-bottom: 40px;
}
.woocommerce-account .post-edit-link {
	display: none;
}
.woocommerce table.shop_table td {
	padding: 15px 9px 15px 0;
	font-size: 14px;
}
.woocommerce table.shop_table th {
	font-size: 10px;
	font-family: "Verlag", sans serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 25px 9px 15px 0;
}
.woocommerce table.shop_table tfoot th {
	border-bottom: 0;
	padding: 8px 5px 8px 0;
}
.woocommerce table.shop_table tfoot td {
	padding: 8px 9px 8px 0;
	font-size: 14px;
}
td.order-number a {
	text-decoration: none;
	color: #2b2b2b;
	font-size: 12px;
}
.woocommerce table.my_account_orders .order-actions .button {
	margin: .125em 0 .125em .25em;
	border: 1px solid #4d4d4d;
	border-radius: 0;
	background: transparent;
	font-size: 8px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Verlag";
	font-style: normal;
	transition: 300ms all ease-in-out;
}
.woocommerce table.my_account_orders .order-actions .button:hover {
	background-color: #4d4d4d;
	color: white;
}
p mark {
	background-color: transparent;
	border-bottom: 1px solid #d9d9d9;
}
.woocommerce-view-order td.product-name a {
	font-size: 14px;
	letter-spacing: 0;
	text-decoration: none;
	color: #2b2b2b;
}
.woocommerce p.order-again a.button {
	background-color: transparent;
	border-radius: 0;
	border: 1px solid #2b2b2b;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 8px 14px;
	transition: 300ms all ease-in-out;
	margin-bottom: 40px;
}
.woocommerce p.order-again a.button:hover {
	background-color: #4d4d4d;
	color: white;
}
table.customer_details tbody tr th {
	border: 0px !important;
}
.col2-set.addresses h3 {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
	padding-bottom: 5px;
}
.woocommerce-account .addresses .title .edit, .woocommerce-account ul.digital-downloads li .count {
	float: none;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
	border: 1px solid #4d4d4d;
	display: inline-block;
	margin: 15px auto;
	padding: 5px 9px;
	color: #2b2b2b;
	transition: 300ms all ease-in-out;
}
.woocommerce-account .addresses .title .edit:hover {
	background: #4d4d4d;
	color: white;
}
.woocommerce-account .addresses .title h3 {
	float: none;
	font-weight: 700;
	margin-bottom: 0px;
}
.woocommerce-Address-title title .edit {}
.woocommerce-MyAccount-content h3 {
	margin-top: 0;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px !important;
	font-weight: 600;
	margin-bottom: 30px;
}
.woocommerce-MyAccount-content form p {
	font-size: 14px;
	max-width: 100%;
	line-height: 1.7;
}
.woocommerce-edit-address .woocommerce-MyAccount-content form {
	max-width: 680px;
}
.woocommerce-edit-address .woocommerce-MyAccount-content form .woocommerce-custom-address-field-grid p {
	margin: 0;
	padding: 0;
}
.woocommerce input.button:hover, .woocommerce input.button:hover {
	background-color: #4d4d4d;
	color: white;
	box-shadow: none !important;
}
.woocommerce-EditAccountForm.edit-account {
	max-width: 680px;
}
.woocommerce-cart #paypal-braintree-button-container {
	display: none !important;
}
.woocommerce-cart .coupon {
	display: block;
}
.woocommerce-error {
	border-bottom: 0px;
	border-top: 1px solid red !important;
	padding: 10px 0 !important;
	background-color: transparent;
	display: inline-block;
	width: 100%;
}
.woocommerce-info {
	border-top-color: #1e85be;
	border-top: 1px solid grey;
	width: 100%;
	background: transparent;
	padding-left: 0 !important;
}
.woocommerce-info:before {
	color: grey;
}
.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
	font-family: WooCommerce;
	content: none;
	display: inline-block;
	position: absolute;
	top: 1em;
	left: 1.5em;
}
.woocommerce-error:before {
	content: none;
}
.woocommerce-cart .woocommerce .quantity input.qty, .woocommerce-cart .quantity input.qty {
	height: 20px;
	border: none;
	font-size: 10px;
	width: 45px;
	text-align: left;
}
.wc-proceed-to-checkout a {
	background-color: transparent;
	font-size: 14px;
}
.post-type-archive-product ul.products {
	padding-bottom: 20px !important;
}
#ship-to-different-address label, p.create-account label {
	letter-spacing: 0;
	text-transform: none;
	font-size: 14px !important;
	margin-bottom: 30px;
	font-family: "EB Garamond", serif;
	font-weight: 400;
}
form.woocommerce-ResetPassword {
	max-width: 500px;
}
.arg-product-desc {
	font-size: 14px;
}
.button {
	box-shadow: none !important;
	display: block;
}
ins {
	background-color: transparent;
	text-decoration: none;
}
.woocommerce .woocommerce-custom-address-field-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
}
.woocommerce .woocommerce-custom-address-field-grid input {
	width: 100%;
}
.woocommerce .woocommerce-custom-address-field-grid p#billing_address_1_field, .woocommerce .woocommerce-custom-address-field-grid p#billing_address_2_field, .woocommerce .woocommerce-custom-address-field-grid p#shipping_address_1_field, .woocommerce .woocommerce-custom-address-field-grid p#shipping_address_2_field {
	grid-column: 1 / 3;
}
/*--------------------------------------------------------------
## Custom
--------------------------------------------------------------*/
#primary {
	padding: 0;
}
#main {
	width: 100%;
	max-width: 1560px;
	margin: 0px auto 50px;
	padding: 0 0 60px;
}
.home .menu-item a {
	color: #2b2b2b;
}
.current-post-parent a {
	color: black;
}
input#searchsubmit {
	display: inline;
	padding: 6px 8px;
	font-size: 11px;
	box-sizing: border-box;
	border: 1px solid #272B2F;
	letter-spacing: 1px;
	background: #ededed;
	text-transform: uppercase;
	color: #000;
	font-family: "EB Garamond", serif;
}
body {
	padding-top: 0;
}
.page-header {
	position: relative;
	min-height: 0px;
	opacity: 1;
	transition: opacity 0.4s ease-in;
	text-align: center;
}
.page-header h1 {
	text-align: center;
	font-size: 22px;
	line-height: 1.5;
	letter-spacing: 6px;
	text-transform: uppercase;
	margin: 50px auto 40px;
	font-weight: 600;
}
.page-header h1.section-title .pre-title {
	font-family: Verlag;
	font-size: 11px;
	line-height: 3;
	font-weight: 600;
	letter-spacing: 6px;
}
.entry-header li {
	list-style: none;
	display: inline-block;
}
.entry-header {
	width: 100%;
	max-width: 1100px;
	margin: auto;
}
.current-page-ancestor a, .current_page_item a, .current_page_parent a {
	color: black;
}
.product img {
	transition: all 0.3s ease-out;
}
.product img:hover {
	filter: brightness(90%);
	-webkit-filter: brightness(90%);
	-moz-filter: brightness(90%);
	-o-filter: brightness(90%);
	-ms-filter: brightness(90%);
}
.site-info {
	max-width: 1833px;
	margin: 0 auto;
	display: inline;
}
.woocommerce ul.products li.product:nth-child(3n+3), .woocommerce-page ul.products li.product:nth-child(3n+3), .home ul.products li.product:nth-child(3n+3) {
	margin-right: 0;
}
/**/
.woocommerce-ordering, .woocommerce-result-count, .products .ajax_add_to_cart, .products .add_to_cart_button {
	display: none !important;
}
.woocommerce ul.products li.product .price, div p.price {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 10px;
	font-family: "Verlag";
	font-style: normal;
	font-weight: 400;
	color: grey;
	margin: 0 0 7px;
}
.post-type-archive-product .products {
	margin-bottom: 60px;
}
.woocommerce-error {
	border-top-color: #b81c23;
}
.woocommerce-notices-wrapper ul.woocommerce-error li {
	list-style: none;
}
.woocommerce-notices-wrapper ul.woocommerce-error {
	margin: 0;
}
/* body:after {
	// preload icon images
	display: none;
	content: url(img/closeWhite.svg) url(img/logoWhite.svg) url(img/close.svg) url(img/arrowRight.svg)
} */
input {
	transition: 300ms border ease-in-out;
}
span.optional {
	display: none;
}
/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
}
/* max-width */
@media (max-width: 1440px) {
	#main {
		padding: 0 30px 60px;
	}
}
@media (max-width: 1200px) {
	body {
		overflow-x: hidden;
	}
	#billing_first_name_field, #billing_last_name_field, #billing_postcode_field, #billing_phone_field, #billing_company_field, #billing_country_field, #billing_address_1_field, #billing_address_2_field, #billing_city_field, #billing_state_field, #billing_email_field, #order_comments_field, #shipping_first_name_field, #shipping_last_name_field, #shipping_state_field, #shipping_postcode_field, #shipping_company_field, #shipping_country_field, #shipping_address_1_field, #shipping_address_2_field, #shipping_city_field {
		width: 100%;
		float: none;
	}
	.woocommerce .grid-container-checkout {
		grid-template-columns: 2fr 1fr;
	}
	.woocommerce .grid-container-checkout .col-1 {
		grid-template-columns: 1fr;
	}
	/*.woocommerce .grid-container-checkout .col-2 {
		width: 100%;
		max-width: 500px;
		margin-right: auto;
		margin-left: 0;
	} */
}
@media only screen and (max-width: 1300px) {
	.menu-toggle {
		display: block;
		float: right;
	}
	button[aria-expanded="false"] {
		border: 0;
		border-color: none;
		border-radius: 0px;
		box-shadow: none;
		background: none;
		background-image: url("img/mMenu.svg");
		background-repeat: no-repeat;
		background-position: center 45%;
		background-size: 17px 17px;
		display: block !important;
		padding: 16px;
		outline: none;
		text-align: left;
		text-indent: -999999px;
		-webkit-transition: background-image 0.3s linear;
		-moz-transition: background-image 0.3s linear;
		-ms-transition: background-image 0.3s linear;
		-o-transition: background-image 0.3s linear;
		transition: background-image 0.3s linear;
	}
	button[aria-expanded="true"] {
		border: 0;
		background: none;
		background-image: url("img/closeWhite.svg");
		background-repeat: no-repeat;
		background-position: center 45%;
		background-size: 17px 17px;
		display: block !important;
		padding: 16px;
		outline: none;
		text-align: left;
		text-indent: -999999px;
		-webkit-transition: background-image 0.3s linear;
		-moz-transition: background-image 0.3s linear;
		-ms-transition: background-image 0.3s linear;
		-o-transition: background-image 0.3s linear;
		transition: background-image 0.3s linear;
	}
	button.menu-toggle:hover {
		border-color: none;
		box-shadow: 0;
	}
	button.menu-toggle:focus {
		border-color: none;
		box-shadow: none;
	}
	.main-navigation ul {
		padding: 0;
		margin: 0;
		display: none;
	}
	.main-navigation.toggled ul {
		padding: 0;
		margin: 30px 0 0 0;
		display: block;
	}
	.main-navigation.toggled ul li {
		display: block;
		text-align: left;
		background: rgba(255, 255, 255, 0.95);
		border-bottom: 1px solid rgba(40, 40, 40, 0.2);
	}
	#site-navigation {
		width: 50%;
		padding-top: 15px;
	}
	.custom-cart-wrapper {
		grid-template-columns: 1fr;
		grid-row-gap: 60px;
	}
	.cart-collaterals {
		width: 100%;
		max-width: 500px;
		margin-left: 0;
		margin-right: auto;
	}
	.woocommerce .grid-container-checkout {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 980px) {
	.menu-main-menu-container {
		width: calc(100vw - 10px);
		right: 0;
		margin-left: calc(-100% - 10px);
		margin-top: 40px;
	}
	.desktop-only,
	.desktop-only-inline {
		display: none !important;
	}
	.mobile-only {
		display: block !important;
	}
	.mobile-only-inline {
		display: inline-block !important;
	}
	body {
		background: #fff;
	}
	.home ul.products {
		margin: 15px;
		padding: 0;
	}
	.grid-container-about {
		grid-template-columns: 1fr 1fr;
		max-width: 80vw;
		margin: 15px;
	}
	.wrapper-about {
		padding: 10px;
	}
	.grid-container-contact2 {
		grid-template-columns: 1fr;
		padding: 30px;
	}
	.wrapper-content, .footer-wrap, #masthead {
		padding: 20px;
	}
	.grid-container {
		grid-template-columns: 1fr 1fr;
	}
	.woocommerce-MyAccount-navigation ul li a {
		letter-spacing: 0;
	}
	.custom-login-page-grid {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 800px) {
	.boilerplate-wrap {
		padding: 30px 10px;
		margin: auto;
	}
	.grid-container-product {
		grid-template-columns: 1fr;
		grid-row-gap: 20px;
		margin: 15px 0;
		padding: 0;
	}
	.wrapper-archive, .wrapper-archives {
		padding: 30px 10px;
		margin: auto;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .home ul.products li.product {
		float: none;
		margin: 0 0 10px;
		padding: 0;
		position: relative;
		width: 100%;
	}
	.product-grid-item img {
		width: 100%;
	}
	.woocommerce .grid-container-checkout {
		grid-template-columns: 1fr;
	}
	.woocommerce-order-received .woocommerce-order {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 0;
	}
	.home-gc {
		grid-template-columns: 1fr;
	}
	.woocommerce-order-received .woocommerce-table th:last-of-type, .woocommerce-order-received .woocommerce-table td:last-of-type {
		text-align: right;
	}
	.woocommerce-order-received .woocommerce-table th:first-of-type {
		text-align: left;
	}
	.woocommerce-MyAccount-content p {
		max-width: 100%;
	}
	.order-confirmation-grid {
		grid-template-columns: 1fr 1fr;
		grid-gap: 20px;
		margin-bottom: 30px;
	}
	.d-right {
		text-align: left;
	}
	.m-right {
		text-align: right;
	}
	.woocommerce .woocommerce-custom-customer-details-wrap {
		grid-template-columns: 1fr;
	}
	.custom-form-pay-container {
		grid-template-columns: 1fr;
	}
	.columns-3 ul.product-grid,
	.columns-4 ul.product-grid{
		padding: 0;
	}
}
@media (max-width: 600px) {
	input[type=textarea], input[type=text], input[type=email], input[type=tel], input[type=password], textarea {
		-webkit-appearance: none;
	}
	.checkout-coupon-form input[type=text] {
		width: 100%;
	}
	.checkout-coupon-form button {
		margin-top: 10px;
	}
	.login-grid-row span {
		margin-bottom: 10px;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*=columns-] ul.products li.product, .woocommerce[class*=columns-] ul.products li.product {
		width: 100% !important;
	}
	.menu-toggle {
		right: 15px;
	}
	.home-gc {
		grid-template-columns: 1fr;
		grid-row-gap: 20px;
		grid-column-gap: 0;
	}
	.home-gi {
		margin: 0;
	}
	.home-navigation-wrap {
		padding: 0 15px;
	}
	.home-nav-gc {
		grid-template-columns: 1fr;
		/* line-height: 1.5; */
	}
	.nav-right,
	.nav-left {
		text-align: center;
		font-weight: 600;
	}
	.nav-centre {
		display: none;
	}
	.footer-wrap {
		grid-template-columns: 1fr;
		padding: 10px;
		margin: 0 auto;
	}
	#masthead {
		padding: 0 10px;
		margin: 0 auto;
	}
	.footer-nav, .footer-info {
		text-align: center;
		margin: 0 auto;
	}
	.wrapper-content {
		padding: 10px;
		margin: 0 auto 20px;
	}
	h1.section-title, .page-header h1 {
		margin: 20px auto;
		width: 200px;
	}
	.grid-container-about {
		grid-template-columns: 1fr;
		grid-row-gap: 20px;
		grid-column-gap: 0;
		margin: 0;
		max-width: 100%;
	}
	.grid-item-about {
		margin: 10px 0 0;
	}
	.wrapper-about {
		padding: 10px;
	}
	.content-about p {
		margin: 0;
	}
	.grid-container-contact2 {
		grid-row-gap: 20px;
		grid-column-gap: 0;
		margin: 0;
		padding: 0;
	}
	.grid-item-contact2 {
		margin: 0;
		padding: 0;
	}
	.product-two {
		margin-bottom: 40px;
	}
	.grid-container {
		grid-template-columns: 1fr;
		grid-row-gap: 20px;
		grid-column-gap: 0;
	}
	.post-type-archive-product ul.products {
		margin: 0;
	}
	.woocommerce .boilerplate-wrap, .woocommerce-cart .boilerplate-wrap, .woocommerce-page .boilerplate-wrap {
		padding: 10px;
		margin: 0 auto 20px;
	}
	.cart_totals {
		padding-bottom: 40px;
	}
	.wrapper-archive, .wrapper-archives {
		padding: 10px;
		margin: 0 auto 40px;
	}
	.product-categories {
		margin-top: 30px;
	}
	ul.cat {
		padding: 0 0 0 15px;
		margin: 0;
	}
	ul.cat li {
		margin: 0 15px 0 0;
	}
	.contact-first-row-wrap {
		clear: both;
		padding: 0;
	}
	.contact-form-name, .contact-form-email {
		width: 100%;
		float: none;
		margin-bottom: 20px;
		padding: 0;
	}
	.tel {
		margin-left: 0;
	}
	.woocommerce-checkout table.woocommerce-checkout-review-order-table th.product-total {
		text-align: right;
	}
	input#searchsubmit {
		padding: 12px 8px;
	}
	.woocommerce-store-notice.demo_store {
		padding: 10px;
	}
	.woocommerce-store-notice.demo_store button.close {
		display: block;
		margin: 10px auto 3px;
	}
}
@media (max-width: 500px) {
	#main, #main-contact {
		padding: 0 10px 10px;
	}
	.login-grid-row {
		grid-template-columns: 1fr;
		row-gap: 0;
	}
}
@media (max-width: 320px) {
	.site-content {
		width: 100%;
		margin: 0;
	}
	button#searchsubmit {
		margin: 10px auto;
		width: 100%;
		max-width: 190px;
	}
	.woocommerce .grid-container-checkout .col-1, .woocommerce .grid-container-checkout .col-2 {
		max-width: calc(100% - 45px);
	}
	.wc_ppec_medium_payment_buttons {
		max-width: 100%;
	}
}
/*--------------------------------------------------------------
# Custom Table
--------------------------------------------------------------*/
@media (max-width: 600px) {
	.custom-responsive-table table#custom-table, .custom-responsive-table tbody#custom-tbody, .custom-responsive-table thead#custom-thead, .custom-responsive-table td#custom-td, .custom-responsive-table tr#custom-tr, .custom-responsive-table tr#custom-thead-tr {
		display: block;
	}
	.custom-responsive-table table#custom-table thead#custom-thead tr#custom-thead-tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.custom-responsive-table tr#custom-tr {
		border-top: 1px solid #eee;
	}
	.custom-responsive-table td#custom-td:first-of-type {
		background: #fafafa;
	}
	.custom-responsive-table td#custom-td:last-of-type {
		margin-bottom: 15px;
		border-bottom: 1px solid #eee;
	}
	.custom-responsive-table td#custom-td {
		border: none;
		position: relative;
		padding-left: 50%;
		text-align: right;
	}
	.custom-responsive-table td#custom-td:before {
		position: absolute;
		top: 12px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align: left;
		font-family: "Verlag", sans serif;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-size: 10px;
		vertical-align: middle;
		font-weight: 600;
	}
	.custom-responsive-table td#custom-td:nth-of-type(1):before {
		content: "Order";
	}
	.custom-responsive-table td#custom-td:nth-of-type(2):before {
		content: "Date";
	}
	.custom-responsive-table td#custom-td:nth-of-type(3):before {
		content: "Status";
	}
	.custom-responsive-table td#custom-td:nth-of-type(4):before {
		content: "Total";
	}
	.custom-responsive-table td#custom-td:nth-of-type(5):before {
		content: "Actions";
	}
	.custom-responsive-table td#custom-td {
		padding: 5px 9px 5px 0;
		font-size: 14px;
	}
}
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
	font-family: 'EB Garamond';
	src: url('fonts/EBGaramond/EBGaramond-Regular.ttf');
	src: url('fonts/EBGaramond/EBGaramond-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'EB Garamond';
	src: url('fonts/EBGaramond/EBGaramond-Italic.ttf');
	src: url('fonts/EBGaramond/EBGaramond-Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: 'EB Garamond';
	src: url('fonts/EBGaramond/EBGaramond-Medium.ttf');
	src: url('fonts/EBGaramond/EBGaramond-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'EB Garamond';
	src: url('fonts/EBGaramond/EBGaramond-MediumItalic.ttf');
	src: url('fonts/EBGaramond-MediumItalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}
@font-face {
	font-family: 'EB Garamond';
	src: url('fonts/EBGaramond/EBGaramond-SemiBold.ttf');
	src: url('fonts/EBGaramond/EBGaramond-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'EB Garamond';
	src: url('fonts/EBGaramond/EBGaramond-Bold.ttf');
	src: url('fonts/EBGaramond/EBGaramond-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Verlag';
	font-style: normal;
	font-weight: normal;
	src: url('fonts/verlag/Verlag-Book.woff') format('woff');
}
@font-face {
	font-family: 'Verlag';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/verlag/Verlag-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Verlag';
	font-style: normal;
	font-weight: 900;
	src: url('fonts/verlag/Verlag-Black.ttf') format('truetype');
}
@font-face {
	font-family: 'Verlag';
	font-style: normal;
	font-weight: 300;
	src: url('fonts/verlag/Verlag-Light.otf') format('truetype');
}


/*--------------------------------------------------------------
# Print
--------------------------------------------------------------*/
@media print {
	header, footer, #site-navigation {
		display: none !important;
	}
	.woocommerce-store-notice.demo_store {
		display: none !important;
	}
}