:root {
    --yellow: #F6F1EB;
    --white: #ffffff;
	--brown: #403A34;
    --base-padding: 90px 0;
}
@font-face {
    font-family: 'Circular book';
    src: url('../webfonts/CircularStd-Book.woff2') format('woff2'),
        url('../webfonts/CircularStd-Book.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Circular medium';
    src: url('../webfonts/CircularStd-Medium.woff2') format('woff2'),
        url('../webfonts/CircularStd-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: var(--yellow);
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    counter-reset: contentSection;
    background-color: var(--yellow);
}
.wpml-ls-legacy-list-horizontal {
	position:absolute;
	right:0;
	top:-5px;
}
main {
    background-color: var(--yellow);
}

section {
    padding: var(--base-padding);
}

/* Fonts */
h1,h2,h3,h4,h4,h5, .shop_table th {
		font-family: 'Circular medium'!important;
		text-transform:uppercase!important;
		color:var(--brown);
		font-weight:500!important;
}
p, .shop_table tbody {
	font-family: 'Circular book'!important;
			color:var(--brown);
			font-size:14px!important;

}
h1 {
    font-size: 34px;
    color: var(--blue);
}

li a,
p a {
	color:var(--brown)!important;
}

.logo {
	max-width:200px!important;
}

.navbar-brand {
			font-family: 'Circular medium'!important;
		text-transform:uppercase!important;
		color:var(--brown)!important;
}

.btn,
.woocommerce-message {
	font-family: 'Circular medium'!important;
}
.red,
.checkout-button,
#place_order,
.single_add_to_cart_button,
.wpforms-submit,
.wc-forward{
background-color: #DF7C64 !important;
    color: white !important;
    text-transform: uppercase!important;
    font-size: 12px !important;
    font-family: 'Circular medium' !important;
    line-height: auto !important;
    padding: 12px !important;
    font-weight: 500 !important;
}

.red:hover,
.checkout-button:hover,
#place_order:hover,
.single_add_to_cart_button:hover,
.wpforms-submit:hover,
.wc-forward:hover {
background-color: #d95a3b !important;
}

section.breadcrumbs {
	padding:15px 0;
}
#breadcrumbs {
	margin:0!important;
}
body.page-id-2 .breadcrumbs {
	display:none!important;
}

.title_wrapper {
    max-width: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 60px;
    margin: 0 auto;
}


/* Navigation */
header {
    position: relative;
    z-index: 999;
	border-bottom: 1px solid #e4d6c1;
}

.nav-link {
		text-transform:uppercase;
	font-size:12px!important;
	font-family: 'Circular medium'!important;
	color:var(--brown)!important;
}

#menu-item-179 {
    background-color: #DF7C64 !important;
    color: white !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
#menu-item-179 a {
    color: white !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    line-height: normal;
    padding: 0 12px;
    margin: 0;
}
/* USP */
.usp-home {
	padding:10px 0;
	background-color: var(--brown) !important;
}
.usp-home p {
	font-size:11px!important;
	color:white!important;
	margin:0!important;
}
/* Hero */
.hero_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0 60px 0;
	position:relative;
}

.hero_content h1 {
    padding-right: 120px;
    font-size: 30px;
}
.hero_content p {
   font-style:italic;
}
.hero-shop,
.hero-category {
	padding:0 0 30px 0;
}
.hero-category .hero_content,
.hero-shop .hero_content {
	min-height:355px;
	padding:0 90px;
}
.hero-shop .hero_content h1,
.hero-shop .hero_content p,
.hero-category .hero_content h1,
.hero-category .hero_content p {
	color:white;
}
body.single-product .hero-shop,
body.tax-product_cat .hero-shop {
	display:none!important;
}
.relative {
position:relative;	
}


/* Intro home */
.intro_content {
    padding: 30px 45px;
}

.pad_top {
	margin-top:45px;
}

/* Products */
.container_products_fixed,
.fixed-container {
	max-width:1100px!important;
}
.product_img_wrapper {
    position: relative;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    border-radius: 30px;
	min-height:210px;
}

.product_img_wrapper p,
ul.products li.product .price {
    position: absolute;
    z-index: 10;
    bottom: 30px;
    left: 30px;
    padding: 8px;
    text-align: center;
    display: flex;
    background-color: #F6F1EB;
    color: #DF7C64!important;
    border-radius: 20px;
    font-weight: bold!important;
}

.product-item a {
    text-decoration: none;
    color: black;
}

.product-item h2,
.woocommerce-loop-product__title {
    margin-top: 30px;
    color: black;
    text-decoration: none;
    font-size: 16px !important;
    text-align: center;
    text-transform: none !important;
}

.woocommerce span.onsale {
    min-height: 10px!important;
    min-width: 60px!important;
    padding: 0!important;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 20px!important;
    background-color: #df7c64 !important;
    color: #fff;
    font-size: .857em;
    z-index: 9;
}
.woocommerce-message,
.woocommerce-info{
    border-top-color: #df7c64!important;
}
.woocommerce-info,
.woocommerce-info span,
.showcoupon {
	    font-family: 'Circular book' !important;
    color: var(--brown) !important;
    font-size: 14px !important;
}
.woocommerce-info::before {
    color: #272727!important;
}
.woocommerce form .form-row select {
	background-color: #e8ded2!important;
}
.woocommerce-products-header {
	margin-top:30px;
	margin-bottom:30px;
}

.woocommerce-products-header h1 {
	font-size:24px!important;
}
ul.products {
	margin:30px 0!important;
}
.woocommerce .woocommerce-ordering {
    margin: 0 0 2em!important;
}
.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    font-size: 12px !important;
		font-family: 'Circular medium'!important;
		padding:12px!important;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
    opacity: 1 !important;
    visibility: visible !important;
}

.product_container {
    max-width: 1100px !important;
    margin: 90px auto 60px auto;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: none !important;
    width: 100% !important;
    clear: none;
}

.woocommerce div.product .product_title {
	font-size:28px!important;
}
.woocommerce div.product form.cart {
    margin-bottom: 2em;
    display: flex;
    flex-direction: column;
    align-items: self-start;
}
.single_add_to_cart_button {
	margin:30px 0 15px 0!important;
}
.woocommerce .quantity .qty {
	background:#F6F1EB!important;
	    outline: none;
    box-shadow: none;
    border: 1px solid black;
}
.summary .price {
	color:#DF7C64!important;
	font-size:18px!important;
}
.cart label {
		font-size:16px!important;
	font-family: 'Circular medium'!important;
}

.woocommerce-product-details__short-description {
	margin-bottom:30px;
}

.woocommerce-product-gallery {
    width: 100% !important;
}
.summary {
	padding-left:90px;
}
.related.products {
	padding:30px 0;
}
.container_small {
	max-width:940px!important;
}
.related_heading {
	font-size:24px!important;
	margin-bottom:30px!important;
}
.product_meta {
	display:none!important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block;
    margin: 15px 15px 0 0;
}

.woocommerce-notices-wrapper {
	max-width:1100px;
	margin:15px auto 0 auto!important;
}

/* Cart */
.cart_totals h2 {
	font-size:21px!important;
}

.shop_table a {
	color:var(--brown)!important;
}

/* Checkout */
.checkout  h3 {
	font-size:21px!important;
}
body.page-id-10 .hero-home,
body.page-id-9 .hero-home,
body.page-id-11 .hero-home {
	display:none!important;
}
#customer_details {
	margin-bottom:30px;
}
/* Blog */
.entry-content-page p:last-child {
	margin-bottom:45px;
}
body.single-post .hero-category {
	margin-top:60px;
}

body.single-post .hero-category .hero_content img {
	object-fit:cover;
	height:400px;
}
.single_blog_intro {
	position:absolute;
	max-width:620px;
	background:white;
	padding:30px;
	right:30px;
}
.single_blog_intro h1 {
	font-family: 'Circular book' !important;
    color: var(--brown) !important;
	font-weight:bold!important;
}
.single_blog_intro h3 {
	font-family: 'Circular book' !important;
    color: var(--brown) !important;
	font-weight:bold!important;
	font-size: 18px !important;
}
.single_blog_intro p,
.single_blog_intro ul li {
	font-family: 'Circular book' !important;
    color: var(--brown) !important;
    font-size: 14px !important;
}

.single_blog_intro ul {
	padding-left:15px;
}
.blog_image {
    margin-bottom: 30px;
}

.blog-item a {
    text-decoration: none;
    color: black;
}

.blog-item h3 {
	text-transform:none!important;
	font-size:21px;
}

.content-wrapper {
	padding:30px 0 90px 0;
}

.wpforms-field-required,
.input-text,
#billing_country {
	background-color: #e8ded2!important;
}

#faqAccordion {
	margin-top:45px;
}

.accordion-button:not(.collapsed) {
    color: black!important;
    background-color: #dbcdbd!important;
    box-shadow: none!important;
}

/* Footer */
footer {
    background-color: #403A34;
}

footer h2 {
	color:white!important;
	font-size:16px!important;
	text-transform:uppercase!important;
	font-family: 'Circular medium'!important;
}
footer p,
footer a {
	color:#B0A89F!important;
		font-size:12px!important;
}

footer ul {
	list-style:none;
	padding:0;
}
footer li,
footer li a,
footer li p {
		color:#B0A89F!important;
		font-size:12px;
}

.copy,
.copy p,
.copy a {
	color:#B0A89F!important;
		font-size:10px;
}

.copy p,
.copy a {
	margin:0!important;
}

.copy {
    padding: 15px 0;
	background-color:#171615;
}

.by {
	text-align:right;
}

@media (max-width: 768px) {
	#menu-item-179 {
    background-color: #DF7C64 !important;
    color: white !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
	.single_blog_intro {
    position: absolute;
    max-width: 100%;
    background: white;
    padding: 30px;
    right: 0;
    bottom: -1px;
    left: 0;
}
	.hero-category .hero_content, .hero-shop .hero_content {
    min-height: 355px;
    padding: 0;
}
 section {
    padding: 60px 0;
}
.hero_content h1 {
    padding-right: 0;
}
.hero_content {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0 60px 0;
    position: relative;
    flex-direction: column;
}
.product-item,
.blog-item {
	margin-bottom:30px;
}
.intro_content {
    padding: 30px 15px;
}
.by {
	text-align:left;
}
}