:root {
	--primary-background-color: #fcf7ed;
	--dark-red-color: #2a0d11;
	--yellow-color: #e2ae39;
	--red-text-color: #874a45;
	--accent-color: #a77e5b;
	--accent-color-2: #baaaad;
	--accent-color-3: #beb49b;
	--font-1: "Nunito Sans", sans-serif;
	--font-2: "Vollkorn", serif;
}


body {
	background-color: var(--primary-background-color);
	font-size: 18px;
	color: var(--dark-red-color);
	font-family: var(--font-1);
	font-weight: 300;

	/* min-width: 420px; */
}

body.style-dark {
	color: #fff;
	background-color: var(--dark-red-color);
}

body.show-modal {
	overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: var(--font-1);
	font-weight: 300;
	color: var(--red-text-color);
	margin-top: 0;
	text-transform: uppercase;
}

h1,
.h1 {
	color: var(--red-text-color);
	line-height: 1em;
	margin-bottom: 15px;

}

h1,
.h1 {
	font-size: 50px;
}

h2,
.h2 {
	font-size: 45px;
}

h2,
h3,
h4,
h5,
.h2,
.h3,
.h4,
.h5 {
	color: var(--dark-red-color);
	line-height: 1.2em;
	margin-bottom: 15px;
}

.page-template-template-about .page-body h2,
.page-template-template-gift h2,
.page-template-template-about .page-body h3,
.page-template-template-gift h3,
.page-template-template-about .page-body h4,
.page-template-template-gift h4,
.page-template-template-about .page-body h5,
.page-template-template-gift h5 {
	color: var(--red-text-color);
}

h3,
.h3 {
	font-size: 35px;
}

h4,
.h4 {
	font-size: 30px;
}

h5,
.h5 {
	font-size: 45px;
	font-family: var(--font-2);
	font-weight: 900;
	text-transform: none;
}

body.style-dark h3,
body.style-dark h4,
body.style-dark  h5,
body.style-dark .h3,
body.style-dark .h4,
body.style-dark .h5 {
	color: #fff;
}

@media (max-width: 992px) {

	h1,
	.h1 {
		font-size: 40px;
	}

	h2,
	.h2 {
		font-size: 35px;
	}

	h3,
	.h3 {
		font-size: 25px;
	}

	h4,
	.h4 {
		font-size: 20px;
	}

	h5,
	.h5 {
		font-size: 35px;
		font-family: var(--font-2);
	}
}

/* BUTTONS */

button,
.button,
.button:visited {
	background-color: var(--red-text-color);
	font-weight: 600;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	border: 0;
	border-radius: 10px;
	min-width: 170px;
	display: inline-block;
	text-align: center;
}

button:hover,
.button:hover,
button:active,
.button:active,
button:focus,
.button:focus {
	background-color: var(--accent-color);
	color: #fff;
	transition: all 200ms ease-in-out;
}

button.secondary,
.button.secondary,
.single_add_to_cart_button {
	background-color: var(--yellow-color);
}

.product-title {
	font-family: var(--font-2);
}

a:visited,
a:hover,
a {
	color: var(--dark-red-color);
}

.text-content a {
	color: #fff;
	text-decoration: underline;
}

strong {
	font-weight: 600;
}

/*.shape-variations-div .tm-attribute-disabled{
    opacity: 1 !important;
}
.size-variations-div .tm-attribute-disabled{
    display: none !important;
}
*/
.video-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

#customer_login h2 {
	margin-bottom: 30px;
	font-size: 30px;
}

#customer_login .woocommerce-form-login__rememberme {
	margin-bottom: 20px;
	margin-top: 20px;
}

#customer_login .woocommerce-button {
	margin-top: 20px;
}

.modal--quantity .modal__window,
.modal--shipping .modal__window {
	max-width: 600px;
}

.woocommerce-form-row em {
	font-size: 0.8em;
	line-height: 1.2;
	display: inline-block;
	margin-top: 10px;
}

.woocommerce-EditAccountForm label {
	font-weight: 700;
	font-size: 0.9em;
}

.tm-cart-edit-options {
	display: none !important;
}

#sb_instagram #sbi_images .sbi_item {
	padding: 0 50px !important;
	margin: 0 0 50px !important;
}

@media (max-width: 1200px) {

	#sb_instagram #sbi_images .sbi_item {
		padding: 0 15px !important;
		margin: 0 0 25px !important;
	}

	.seiler-posts #sbi_mod_error,
	.seiler-posts #sb_instagram {
		margin-bottom: 0;
	}
}

.scroll-down {
	cursor: pointer;
}

#sb_instagram #sbi_load .sbi_load_btn {
	background-color: transparent;
	font-size: inherit;
	box-shadow: none !important;
	padding: 0;
	outline: none !important;
}

#sb_instagram #sbi_load .sbi_load_btn .sbi_btn_text {
	text-decoration: underline;
}

#sb_instagram #sbi_load .sbi_load_btn::after {
	content: "\f322";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	display: block;
	text-decoration: none;
	font-size: 50px;
	transition: all 200ms ease-in-out;
}

#sb_instagram #sbi_load .sbi_load_btn:hover::after {
	transform: translateY(10px);
}

#order_comments_field label {
	font-family: var(--font-2);
	font-weight: 900;
	text-transform: none;
	font-size: 30px;
	color: var(--dark-red-color);
}

#order_comments_field label .optional {
	display: none;
}

textarea#order_comments {
	background-color: transparent;
}

.seiler-extra-shipping-text {
	display: none;
	color: #fff;
	font-weight: 700;
	font-size: 0.72em;
	padding: 1em;
	border-radius: 12px;
	background-color: #d2b324;
}

.woocommerce-shipping-methods > .active .seiler-extra-shipping-text {
	display: block;
}
