/*
Embed fonts families:
-------------------
font-family: 'Cormorant', serif;
font-family: 'Mulish', sans-serif;

possible weights:
-------------------
Cormorant: 400,500,600,700;
Mulish: 200,300;400;900;

animation:
-------------------
transition: all 0.5s;

Content:
1. Main styles override
2. Contact form 7 
3. Navbar bootstrap
4. ACF elements
5. Theme styles  
6. Responsive fixes
*/

/* ============================================= */
/* 1. Main styles override                       */
/* ============================================= */

body {
	font-family: 'Mulish', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
}

body.admin-bar .navbar.fixed-top {
	margin-top: 32px;
}
html {
	scroll-behavior:smooth;
	font-display: swap
}
strong {
	font-weight: 700;
}
/* Links */
a {
	color: #464646;
	text-decoration: none;
}
a:focus, a:hover {
	color: #464646;
	text-decoration: none;
	outline: 0;
}
a:focus {
	outline: 0;
	outline-offset: -2px;
}
button, button:focus, button:active {
	outline: 0;
	box-shadow: 0
}


/* /Links */

/* Image responsive fix */
img {
	width: initial;
	max-width: 100%;
	height: auto;
}
/* /Image responsive fix */

/* Headers */
h1, h2, h3, h4, h5 {
	font-family: 'Cormorant', serif;
	font-weight: 700;
	text-transform: uppercase;
}
h1 {
	font-size: 42px;
	font-weight: 600;
}
h2 {
	font-size: 38px;
	font-weight: 500;
}
@media only screen and (max-width : 768px) {
	h2 {
		font-size: 30px;
	}
}
h2 strong {
	color:#bc9b5c;
	font-weight: 500;
}
h3 {
	font-size: 26px;
	font-weight: 500;
}
h4 {
	font-size: 24px;
	font-weight: 500;
}
h5 {
	font-size: 19px;
	font-weight: 500;
}
h6 {
	font-size: 16px;
}
header span {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0.360em;
	color:#c19f5f;
}


/* /Headers */

/* Bootstrap extra spaces */
.pt-6,
.py-6 {
	padding-top: 5rem !important;
}

.pe-6,
.px-6 {
	padding-right: 5rem !important;
}

.pb-6,
.py-6 {
	padding-bottom: 5rem !important;
}

.ps-6,
.px-6 {
	padding-left: 5rem !important;
}
.mt-6,
.my-6 {
	margin-top: 5rem !important;
}

.mr-6,
.mx-6 {
	margin-right: 5rem !important;
}

.mb-6,
.my-6 {
	margin-bottom: 5rem !important;
}

.ms-6,
.mx-6 {
	margin-left: 5rem !important;
}
.py-6-fixed {
	padding-top: 4rem !important;
	padding-bottom: 7rem !important;
}
@media only screen and (max-width : 768px) {
	.py-6-fixed {
		padding-top: 4rem !important;
		padding-bottom: 7rem !important;
	}
	.pt-6,
	.py-6 {
		padding-top: 4rem !important;
	}

	.pr-6,
	.px-6 {
		padding-right: 4rem !important;
	}

	.pb-6,
	.py-6 {
		padding-bottom: 4rem !important;
	}

	.pl-6,
	.px-6 {
		padding-left: 4rem !important;
	}
	.mt-6,
	.my-6 {
		margin-top: 4rem !important;
	}

	.me-6,
	.mx-6 {
		margin-right: 4rem !important;
	}

	.mb-6,
	.my-6 {
		margin-bottom: 4rem !important;
	}

	.ms-6,
	.mx-6 {
		margin-left: 4rem !important;
	}
}
/* /Bootstrap extra spaces */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: transparent;
  box-shadow: none;
  outline: 0 none;
}
/* Buttons */
.btn-default {
	font-family: 'Mulish', sans-serif;
	background-color: #bc9b5c;
	border:1px solid #bc9b5c;
	border-radius: 35px;
	color:#fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0.36em;
	padding:15px 60px 15px 40px;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23ffffff" class="bi bi-arrow-right-short" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z"/></svg>');
	background-repeat: no-repeat;
	background-position: right 20px center;
	transition: all 0.5s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
	background-color:rgb(190, 145, 59);
	color: #fff;
	transition: all 0.5s;
}
a.cn-button {
	font-family: 'Mulish', sans-serif !important;
	background-color: #bc9b5c !important;
	border:1px solid #bc9b5c !important;
	border-radius: 35px !important;
	color:#fff !important;
	text-transform: uppercase !important;
	font-size: 12px !important;
	font-weight: 300 !important;
	letter-spacing: 0.36em !important;
	padding:15px 40px 15px 40px !important;
}
a.cn-button:hover {
	background-color:rgb(190, 145, 59) !important;
	color: #fff !important;
	transition: all 0.5s !important;
}
.btn-dark-big {
	font-family: 'Mulish', sans-serif;
	background-color: #2d2929;
	border:1px solid #2d2929;
	border-radius: 35px;
	color:#fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0.36em;
	padding:25px 30px 25px 30px;
	transition: all 0.5s;
}
.btn-dark-big:hover,
.btn-dark-big:focus,
.btn-dark-big:active {
	background-color:rgb(190, 145, 59);
	color: #fff;
	transition: all 0.5s;
}
.btn-default-big {
	font-family: 'Mulish', sans-serif;
	background-color: #bc9b5c;
	border:1px solid #bc9b5c;
	border-radius: 35px;
	color:#fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0.36em;
	padding:25px 30px 25px 30px;
	transition: all 0.5s;
}
.btn-default-big:hover,
.btn-default-big:focus,
.btn-default-big:active {
	background-color:rgb(190, 145, 59);
	color: #fff;
	transition: all 0.5s;
}
.btn-default.btn-search {
	padding-top: 16px;
	padding-bottom: 17px;
	background-image: none;
	padding:18px 20px 18px 20px;
	margin-left: -30px;
	z-index: 100;
}
.btn-text-gold,
.btn-read-more {
	color:#c19f5f !important;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0.36em;
	padding-left: 0;
	padding-right:30px;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23c19f5f" class="bi bi-arrow-right-short" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z"/></svg>');
	background-repeat: no-repeat;
	background-position: right;
	transition: all 0.5s;
	margin-right: 5px;
}

.btn-text-gold:hover,
.btn-text-gold:focus,
.btn-text-gold:active,
.btn-read-more:hover,
.btn-read-more:focus,
.btn-read-more:active {
	color:#e0ba73 !important;
	padding-right:35px;
	margin-right: 0px;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23e0ba73" class="bi bi-arrow-right-short" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z"/></svg>');
}

.btn-light {
	font-family: 'Mulish', sans-serif;
	background-color: #f6f2e9;
	border:1px solid #bc9b5c;
	border-radius: 35px;
	color:#bc9b5c;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0.36em;
	padding:15px 40px 15px 40px;
	background-repeat: no-repeat;
	background-position: right 20px center;
	transition: all 0.5s;
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active {
	background-color:#bc9b5c;
	color: #fff;
	transition: all 0.5s;
}
.btn-light.current {
	background-color: #1b1919;
	color:#fff;
	border-color:#1b1919;
}
.cn-button.bootstrap {
	background-color: #c19f5f !important;
	text-transform: uppercase !important;
}
.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none !important;
}
/* /Buttons */

section {
	position: relative;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}

/* Vertical align */
.vertical-a {
	display: flex;
	justify-content: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* IE10+ CSS styles go here */
	.vertical-align {
		display: block;
	}
}
.vertical-b {
	align-self: center;
	width: 100%;
}
/* /Vertical align */

/* Placeholder  */
::-webkit-input-placeholder {
	color:#888;
}
:-moz-placeholder {
	color:#888;
}
::-moz-placeholder {
	color:#888;
}
:-ms-input-placeholder {
	color:#888;
}
/* /Placeholder  */

/* Selection  */
::selection {
	background: #c19f5f; /* WebKit/Blink Browsers */
	color:#fff;
}
::-moz-selection {
	background: #c19f5f; /* Gecko Browsers */
	color:#fff;
}
/* /Selection */

/* Box links (often used)  */
.box-link {
	position:absolute;
	height:100%;
	width:100%;
	left:0px;
	top:0px;
}
/* /Box links (often used)  */

.bg-test {
	background-color: rgba(255,0,0,0.5);
}
.bg-dark {
	background-color: #1b1919 !important;
}
.bg-beige {
	background-color: #f6f2e9;
}
.dark, .dark p, .dark a, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
	color: #fff;
}

/* ============================================= */
/* 2. Contact form 7                             */
/* ============================================= */
.wpcf7 input[type="text"],
.wpcf7 input[type="date"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7-select,
.wpcf7 textarea {
	font-family: 'Mulish', sans-serif;
	margin-top: 5px;
	background-color: transparent;
	border-radius: 30px;
	border:1px solid #bc9b5c;
	padding: 13px 30px;
	font-size: 15px;
	width: 100% !important;
	min-width: 100% !important;
	display: block;
	color:#1b1919;
}
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7-select:focus {
	background-color: #fff;
	color: #303338;
	box-shadow: none;
	outline: 0 none;
}
.wpcf7-form select {
	padding: 0px;
	line-height: 40px;
}

.wpcf7-list-item {
	display: block;
}

.wpcf7-list-item-label {
	font-family: 'Mulish', sans-serif;
	color:#1b1919; 
	font-size: 15px;
	line-height: 18px;
	margin-left: 20px;
}
.wpcf7-form label {
	font-family: 'Cormorant', serif;
	font-size: 17px;
}
.wpcf7-list-item-label a {
	color:#1b1919; 
	font-weight: 500;
}

.wpcf7-form-control.wpcf7-acceptance label {
	display: flex;
	line-height: 1.2;
}

.wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {
    width: auto;
    margin-top: 5px;
    margin-right: 5px;
    align-self: start;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0;
}
.wpcf7-submit{
	font-family: 'Mulish', sans-serif;
	background-color: #bc9b5c;
	border:1px solid #bc9b5c;
	border-radius: 35px;
	color:#fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0.36em;
	padding:15px 60px 15px 40px;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23ffffff" class="bi bi-arrow-right-short" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z"/></svg>');
	background-repeat: no-repeat;
	background-position: right 20px center;
	transition: all 0.5s;
}
.wpcf7-form.invalid .wpcf7-submit {
	background-color: #bc9b5c !important;
	border:1px solid #bc9b5c !important;
	border-radius: 35px;
	color:#fff !important;
}
.wpcf7-form.submitting .wpcf7-submit,
.wpcf7-form.invalid .wpcf7-submit {
	background-color: #bc9b5c !important;
	border:1px solid #bc9b5c !important;
	border-radius: 35px;
	color:#fff !important;
}

.wpcf7-submit:disabled {
	opacity:0.7;
}
/* Placeholder  */
::-webkit-input-placeholder {
 color:#1b1919;
 opacity: 0.7;
}
:-moz-placeholder {
 color:#1b1919;
 opacity: 0.7;
}
::-moz-placeholder {
 color:#1b1919;
 opacity: 0.7;
}
:-ms-input-placeholder {
 color:#1b1919;
 opacity: 0.7;
}
:active::-webkit-input-placeholder,
:focus::-webkit-input-placeholder {
 color:#b5b5b5;
 opacity: 1;
}
:active::-moz-placeholder,
:focus::-moz-placeholder {
 color:#b5b5b5;
 opacity: 1;
}
:active::-moz-placeholder,
:focus::-moz-placeholder {
 color:#b5b5b5;
 opacity: 1;
}
:active::-ms-input-placeholder,
:focus::-ms-input-placeholder {
 color:#b5b5b5;
 opacity: 1;
}
/* /Placeholder  */

/* ============================================= */
/* 3. Navbar (bootstrap)                         */
/* ============================================= */
.navbar {
	font-family: 'Cormorant', serif;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
}

.navbar-brand {
	padding-bottom: 0;
	padding-top: 0;
}
.navbar-brand img {
	transition: all 0.5s;
	min-width: 110px; 
}
.navbar-brand-centered {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.navbar-dark .navbar-nav .nav-link {
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 500;
	padding:38px 15px;
	transition: all 0.5s;
	border-bottom: 1px solid transparent;
}
.language-menu-wrapper {
	position: absolute;
	right: 15px;
	top:-5px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #000;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	transition: all 0.5s;
}
.sticky .language-menu-wrapper {
	top:-50px;
}
.language-menu-wrapper .wpml-ls-legacy-list-horizontal {
	padding-top:0;
	padding-bottom:0;
}
.language-menu-wrapper .wpml-ls-legacy-list-horizontal .wpml-ls-link {
	padding-left: 5px;
	padding-right: 5px;
}
.sticky.navbar-dark .navbar-nav .nav-link {
	padding:15px 15px;
}
@media only screen and (min-width : 991px) { 
	.sticky.navbar-dark .navbar-brand img {
		transform: scale(0.6, 0.6);
	}
}
@media only screen and (max-width : 991px) { 
	.language-menu-wrapper {
		right:auto;
		top:-10px;
		left:50%;
		transform: translateX(-50%);
	}
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.show {
	color: #c19f5f;
	transition: all 0.5s;
	border-bottom: 1px solid #c19f5f;
}
.navbar-dark .navbar-nav .current-menu-item .active > .nav-link,
.navbar-dark .navbar-nav .current-menu-item .nav-link.active {
	color: #c19f5f;
}
.navbar-toggler {
	border-radius: 0px;
	transition: all 0.5s;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}
.navbar-toggler span {
	display: block;
	background-color: rgba(255,255,255,0.6);
	height: 2px;
	width: 24px;
	margin-top: 6px;
	margin-bottom: 6px;
	position: relative;
	left: 0;
	opacity: 1;
	transition: all 0.35s ease-out;
	transform-origin: center left;
}
.navbar-toggler span:nth-child(1) {
	transform: translate(0%, 0%) rotate(0deg);
}
 
.navbar-toggler span:nth-child(2) {
	opacity: 1;
}
 
.navbar-toggler span:nth-child(3) {
	transform: translate(0%, 0%) rotate(0deg);
}
.navbar-toggler span:nth-child(1) {
	margin-top: 0.3em;
}
 
.navbar-toggler:not(.collapsed) span:nth-child(1) {
	transform: translate(15%, -33%) rotate(45deg);
}
 
.navbar-toggler:not(.collapsed) span:nth-child(2) {
	opacity: 0;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
	transform: translate(15%, 33%) rotate(-45deg);
}

.navbar .contact a.nav-link {
	background: #00465e;
	/*background: linear-gradient(0deg, rgba(33,37,41,1) 0%, rgba(0,62,83,1) 100%);*/
}
.search-activator {
	cursor: pointer;
}

.search-activator a.nav-link {
	text-indent: -9999px;
	background-image: url(../img/icon-main-menu-search.png);
	background-repeat: no-repeat;
	background-position: center;
}

.dropdown-menu {
	margin-top: -2px;
	border-radius: 0px;
	background-color: #ffffff;
	border:0px;
	padding:15px 15px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.08);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.08);
}
.dropdown-menu[data-bs-popper] {
	margin-top: -1px;
	border-top:1px solid #00465e;
}
.dropdown-menu li a.dropdown-item {
	font-family: 'Mulish', sans-serif;
	font-size: 15px;
	line-height: 30px;
	color: #000;
	transition: all 0.5s;
}


.dropdown-menu li a.dropdown-item:hover {
	color:#c19f5f;
	transition: all 0.3s;
}
.dropdown-menu li a.dropdown-item:hover,
.dropdown-menu li a.dropdown-item:focus,
.dropdown-menu li a.dropdown-item:active {
	background-color: transparent;
	transition: all 0.3s;
	border-left-color: #c19f5f;
}
.dropdown-item.active {
	background-color: transparent;
	color:#c19f5f !important;
}
/* Search window */
#search-container {
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.9);
	top:0px;
	left:0px;
	max-height: 100vh;
	z-index: 999999999;
}
#search-container .d-flex {
	height: 100%;
}
#search-close {
	position: absolute;
	right: 40px;
	top:25px;
	background-image: url(../img/search-close.png);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 41px;
	width: 41px;
	z-index: 100000;
	cursor: pointer;
}
#search-close span {
	position: absolute;
	right: 50px;
	top:10px;
	width: 100px;
	text-align: right;
	color: #fff
}
#search-container .vertical-align {
	height: 100%;
}
#title .form-control {
	border:0;
}
.search-btn {
	background-image: url(../img/icon-search.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.search-input {
	border-top-left-radius: 35px;
	border-bottom-left-radius: 35px;
	border:0;
	line-height: 56px;
	height: 56px;
	padding-left: 25px;
}
/* /Search window */

/* Open on hover for desktops only */
ul.nav li.dropdown:hover > ul.dropdown-menu {
	display: block;    
}
@media (min-width: 979px) {
	ul.nav li.dropdown:hover > ul.dropdown-menu {
		display: block;
	}
}
/* /Open on hover for desktops only */


/* ============================================= */
/* 4. ACF elements                               */
/* ============================================= */
.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 
.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.acf-map {
	width: 100%;
	height: 680px;
	margin-bottom: 0px;
	position: relative;
	background-color: #1b1919;
}
.acf-map>div {
	background-color: #1b1919 !important;
}
.curtine {
	position: absolute;
}
.curtine-t {
	height: 100px;
	width: 100%;
	background: rgb(27,25,25);
	background: linear-gradient(0deg, rgba(27,25,25,0) 0%, rgba(27,25,25,1) 75%);
	top:0;
	left: 0;
}
.curtine-e {
	height: 100%;
	width: 5%;
	background: rgb(27,25,25);
	background: linear-gradient(90deg, rgba(27,25,25,0) 0%, rgba(27,25,25,1) 75%);
	top:0;
	right: 0;
}
.curtine-b {
	height: 100px;
	width: 100%;
	background: rgb(27,25,25);
	background: linear-gradient(180deg, rgba(27,25,25,0) 0%, rgba(27,25,25,1) 75%);
	bottom:0;
	left: 0;
}
.curtine-s {
	height: 100%;
	width: 5%;
	background: rgb(27,25,25);
	background: linear-gradient(270deg, rgba(27,25,25,0) 0%, rgba(27,25,25,1) 75%);
	top:0;
	left: 0;
}
div[role=menubar]{
	top:90px !important;
	left:15% !important;
}
.gm-fullscreen-control {
	top:90px !important;
	right:15% !important;
}
.gm-bundled-control {
	left:15% !important;
	bottom:240px !important;
}
/* fixes potential theme css conflict */
.acf-map img {
	max-width: inherit !important;
}
.acf-map h4 {
	color:#1b1919;
}
.acf-map p {
	color:#1b1919;
}


/* ============================================= */
/* 5. Theme styles                               */
/* ============================================= */

/* Tiny Slider Banner */
.slider-item {
	background-size: cover;
	background-position: center;
}
.slider-item::after {
	content:"";
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	background-color: rgba(27,25,25,0.7);
}
.banner-slider-container .scene-desc {
	z-index: 10;
	position: relative;
}
.banner-slider-container .height-keeper {
	left: 12px;
	top: 0;
	width: 100%;
	min-height: 80vh;
	overflow:hidden;
	padding-bottom: 50px;
}
.banner-slider-container .slider-controls {
	padding: 0;
	list-style: none;
	position: absolute;   
	bottom: 20%;
	display: flex;
	align-items: center;    
	justify-content: space-between;
	width: 500px;
	left:50%;
	transform: translateX(-50%);
	z-index: 40;
	max-width:90%;
}
.banner-slider-container .slider-controls::before {
	content:"";
	position: absolute;
	width: 359px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #c19f5f;
	height: 1px;
}
@media only screen and (max-width : 991px) {
	.banner-slider-container .slider-controls { 
		bottom: 10px;
		transform: translateX(-50%);
	}
}
@media only screen and (max-width : 580px) {
	.banner-slider-container .slider-controls::before {
		display: none;
	}
}
.arrow {
	height: 51px;
	width: 72px;
	background-image: url(../img/arrows.webp);
	cursor: pointer;
	opacity: 0.8;
}
.arrow:hover {
	opacity: 1;
}
.arrow.arrow-right {
	background-position: 72px 0;
}
.tns-nav {
	font-family: 'Cormorant', serif;
	font-size: 21px;
	font-weight: 600;
	position: absolute;
	z-index: 10;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20%;
	height: 10px;
}
.tns-nav button {
	background-color:rgba(255,255,255,0);
	border:0;
	margin: 0;
	width: 35px;
	height: 12px;
}
.tns-nav {
	counter-reset:slidercount;
}
.tns-nav > button {
	counter-increment:slidercount;
}
.tns-nav > button:hover:before,
.tns-nav > button:hover:after {
	color:#c19f5f;
}
.tns-nav > button:after {
	content:counter(slidercount);
	color:#fff;
}
.tns-nav > button:before {
	content:"0";
	color:#fff;
}
.tns-nav > button.tns-nav-active:before {
	color:#c19f5f;
}
.tns-nav > button.tns-nav-active:after {
	content:counter(slidercount);
	color:#c19f5f;
}
#product-slider-controls {
	position: absolute;
	top:120px;
	width: 100%;
	list-style-type: none;
	padding: 0;
}
#product-slider-controls li {
	float: left;
}
#product-slider-controls .prev {
	position: absolute;
	left: -66px;
}
#product-slider-controls .next {
	position: absolute;
	right: -66px;
}
@media only screen and (max-width : 991px) { 
	#product-slider-controls {
		display: none;
	}
}

#aboutus .tns-nav {
	bottom:30px;
	height: 10px;
}
#aboutus .tns-nav > button:after {
	display: none;
	content:"";
}
#aboutus .tns-nav > button:before {
	display: none;
	content:"";
}
#aboutus .tns-nav > button {
	background-color:#1b1919;
	margin-left: 5px;
	margin-right: 5px;
	width: 8px;
	height: 8px;
	border-radius: 4px;
}
#aboutus .tns-nav > button.tns-nav-active {
	background-color:#c19f5e;
}
/* /Tiny Slider Banner */

.scene-desc span {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0.360em;
}
.scene-desc h2 {
	text-transform: uppercase;
	font-size: 42px;
}
@media only screen and (max-width : 768px) {
	.scene-desc h2 {
		font-size: 32px;
	}
} 
.scene-desc .btn-text-gold {
	margin-top: 50px;
}
.product-type {
	background-repeat: no-repeat;
	height: 662px;
	margin-top: -120px;
	position: relative;
	overflow: hidden;
}
@media only screen and (max-width : 991px) { 
	.product-type {
		margin-top: unset;
		height: 400px;
	}
}
.product-type span[itemprop="name"] {
	background-color: #1b1919;
	display: block;
	width: 100%;
	color:#fff;
	text-transform: uppercase;
	font-family: 'Cormorant', serif;
	z-index: 1;
}
.product-type span[itemprop="name"] strong {
	color:#c19f5f;
	font-weight: 500;
}
.product-type::before {
	content:"";
	background-size: cover;
	background-position: center;
	position: absolute;
	display: block;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .5s;
}
.product-type:hover::before {
   transform: scale(1.05);
}
#featured-products .woocommerce-Price-currencySymbol,
#related-products .woocommerce-Price-currencySymbol {
	display:none;
}
#enterance {
	background-image: url(../img/bg-baking-1.webp);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#enterance .bg {
	position: absolute;
	right: 0;
	bottom: 0;
	background-image: url(../img/bg-baking-2.webp);
	width: 255px;
	height: 200px;
}
.product-pos {
	text-align: center;
	font-family: 'Cormorant', serif;
	font-weight: 500;
	position: relative;
}
.product-pos:hover {
	padding-bottom: 0;
}
.product-pos [itemprop="name"] {
	text-transform: uppercase;
	margin-top: 20px;
	display: block;
	transition: all 0.5s;
}
.product-pos [itemprop="price"],
.product-pos [itemprop="priceCurrency"] {
	font-size: 18px;
}
.product-pos .btn-default {
	display: none;
	animation: fadeIn 0.5s;
	z-index: 100;
	position: relative;
}
.product-pos:hover .btn-default {
	display: inline-block;
	margin-top: 0;
}
.btn-default.btn-false {
	visibility: hidden;
}
.product-pos .btn-default.btn-false  {
	display: inline-block;
}
.product-pos:hover .btn-default.btn-false {
	display: none;
	margin-top: 0;
}
.product-pos [itemprop="name"] {
	color:#bc9b5c;
}

.product-pos:hover [itemprop="name"] {
	color:#bc9b5c;
}
.product-pos .box-link {
	z-index: 10;
}
.product-pos .product-image-wrapper {

	overflow: hidden;
}
.product-pos .product-image-wrapper [itemprop="image"] {
	object-fit: cover;
	transition: all 0.5s;
}
.product-pos:hover .product-image-wrapper [itemprop="image"] {
	transform: scale(1.1);
}
@media only screen and (max-width : 768px) {
	.industries-wrapper .nav {
		border-top:1px solid #bc9b5c;
		border-bottom:1px solid #bc9b5c;
	}
}
.industries-wrapper a.tab-link {
	font-family: 'Cormorant', serif;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	cursor: pointer;
	position: relative;
}
.industries-wrapper a.tab-link:hover,
.industries-wrapper a.tab-link.active {
	color: #bc9b5c;
}
.industries-wrapper a.tab-link::after {
	animation: fadeIn 0.5s;
}
.industries-wrapper a.tab-link:hover::after {
	content:"";
	position: absolute;
	width: 3px;
	height: 100%;
	background-color: #bc9b5c;
	top:0;
	right: -2px;
}
.categories-wrapper {
	border:1px solid #e0d9c9;
	border-radius: 25px;
	background-color: #f4f0e7;
}
.categories-wrapper ul {
	padding: 0;
}
.categories-wrapper ul li {
	list-style-type: none;
	display: inline-block;
	padding:6px;
}
.categories-wrapper ul li:first-of-type {
	padding-left: 0;
}
.categories-wrapper ul li:last-of-type {
	padding-right: 0;
}

#aboutus {
	background-color: #1b1919;
	background-image: url(../img/bg-aboutus.webp);
	background-repeat: no-repeat;
}
.page-template-page-aboutus #aboutus {
	background-color: #1b1919;
	background-image: none;
}
#aboutus .bg {
	position: absolute;
	right: 0;
	top: 0;
	background-image: url(../img/bg-baking-3.webp);
	width: 683px;
	height: 408px;
}
#aboutus .bg-2 {
	position: absolute;
	bottom: 0;
	background-image: url(../img/bg-baking-4.webp);
	width: 1920px;
	height: 348px;
	max-width: 100%;
}
#aboutus .statement {
	font-family: 'Cormorant', serif;
	font-size: 32px;
	font-weight: 700;
	line-height:44px;
}
@media only screen and (max-width : 768px) {
	.employee {
		border-bottom:1px solid #bc9b5c;
	}
	.statement-wrapper {
		background-color: rgba(27, 25, 25, 0.90);
		padding:30px;
		font-size: 25px;
	}
	#aboutus .statement {
		font-size: 25px;
		line-height: 30px;
	}
}
.employee-name {
	font-size: 24px;
	line-height: 24px;
}
.employee-job {
	text-transform: uppercase;
	color:#c19f5e;
	letter-spacing: 0.36em;
	font-size: 12px;
	font-family: 'Mulish', sans-serif;
	font-weight: 300;
}
.border-top-1 {
	border-top:1px solid #5b4a29;
}
.testimonial-slider {
	color:#1b1919;
	font-family: 'Cormorant', serif;
	font-size: 34px;
	font-weight: 700;
	line-height:40px;
}
@media only screen and (max-width : 768px) {
	.testimonial-slider {
		font-size: 25px;
		line-height: 30px;
	}
	.testimonial-pos {
		font-size: 25px;
	}
}
.testimonial-author {
	text-transform: uppercase;
	color:#c19f5e;
	letter-spacing: 0.36em;
	font-size: 12px;
	font-family: 'Mulish', sans-serif;
	font-weight: 300;
}
.stars {
	background-image: url(../img/stars.webp);
	width: 108px;
	height: 14px;
}
.stars.star-5 {
	background-position: 0 0;
}
.stars.star-4 {
	background-position: 0 -14px;
}
.stars.star-3 {
	background-position: 0 -28px;
}
.stars.star-2 {
	background-position: 0 -42px;
}
.stars.star-1 {
	background-position: 0 -56px;
}
#aboutus-second-part {
	background-image: url(../img/bg-aboutus-2.webp);
	background-repeat: no-repeat;
	background-position: right top;
}
@media only screen and (max-width : 768px) {
	#aboutus-second-part {
		background-image: url(../img/bg-aboutus-2-transparent.webp);
		background-repeat: no-repeat;
		background-position: right top;
	}
}
.detail-points h4 {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom: 1px solid #5b4a29;
}
#mission-team .detail-points h4 {
	border-bottom: 1px solid #e0d9c9;
}
.detail-points h4 span,
.rule-pos h4 span {
	color:#c19f5e;
	font-size: 24px;
}
#bio-and-eco {
	background-image: url(../img/bg-bio-and-eco.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
}
footer {
	background-color: #1b1919;
}
.copyrights {
	font-size: 13px;
	background-color: #000;
}
.socials-wrapper a {
	background-color: #bc9b5c;
	padding:5px;
	border-radius: 25px;
	width: 38px;
	height: 38px;
	display: inline-block;
	text-align: center;
	transition: all 0.5s;
}
.socials-wrapper a:hover {
	background-color: #d4ac61;
}
.footer-info {
	background-image: url(../img/bg-baking-5.webp);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.footer-info .border-end-1 {
	border-right:1px solid #2f2a28;
}
.footer-info h3 {
	color: #bc9b5c;
	font-size: 24px;
	margin-bottom: 25px;
}
.footer-location-wrapper p {
	font-family: 'Cormorant', serif;
	font-size: 20px;
}
.footer-info-menus ul {
	padding:0;
}
.footer-info-menus ul li {
	list-style-type: none;
	padding:0;
}
.footer-info-menus ul li a{
	display: block;
	transition: all 0.5s;
	padding-top:5px;
	padding-bottom:5px;
}
.footer-info-menus ul li:hover a{
	color:#bc9b5c
}
#featured-products .btn-dark-big {
	margin-bottom: -35px;
	z-index: 100;
	position: relative;
}
#featured-products .btn-dark-big::after {
	content: "";
	position: absolute;
	background-image: url(../img/bg-btn-big.webp);
	width: 107px;
	height: 62px;
	top:-62px;
	left: 50%;
	transform: translateX(-50%);
}
#aboutus-desc .btn-dark-big {
	bottom:0;
	left:50%;
	z-index: 100;
	position: absolute;
	transform: translate(-50%, 50%);
}
#aboutus-desc .btn-dark-big::after {
	content: "";
	position: absolute;
	background-image: url(../img/bg-btn-big.webp);
	width: 107px;
	height: 62px;
	top:-62px;
	left: 50%;
	transform: translateX(-50%);
}
.otgs-development-site-front-end {
	display: none;
}
.breadcrumbs-wrapper {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0.36em;
}
.breadcrumbs-wrapper a {
	color:#bc9b5c;
}
.breadcrumbs-wrapper a:hover {
	color:#c0a77a;
}
#title {
	background-repeat: no-repeat;
	background-size: cover;
}
#title .container-fluid {
	background-color: #1b191998;
}

/* Tła typów dokumentów */
.page-template-page-contact #title {
	background-image: url(../img/bg-title-contact.webp);
}
.page-template-page-aboutus #title {
	background-image: url(../img/bg-title-aboutus.webp);
}
.error404 #title {
	background-image: url(../img/bg-title-404.webp);
}
.search #title {
	background-image: url(../img/bg-title-search.webp);
}
.single-post #title {
	background-image: url(../img/bg-title-single.webp);
}
.page-template-page-zamowienia #title {
	background-image: url(../img/bg-title-zamowienia.webp);
}
.post-type-archive-klient #title {
	background-image: url(../img/bg-title-clients.webp);
}
.single-klient #title {
	background-image: url(../img/bg-title-client.webp);
}
.woocommerce-shop #title,
.tax-product_cat #title,
.single-product #title {
	background-image: url(../img/bg-title-shop.webp);
}
.blog #title,
.category #title {
	background-image: url(../img/bg-title-blog.webp);
}
#title {
	background-image: url(../img/bg-title-shop.webp);
}
/* /Tła typów dokumentów */

.page-template-page-contact main {
	background-image: url(../img/bg-baking-6.webp);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.border-end {
	border-right-color: #e0d9c9 !important;
}
.border-start {
	border-left-color: #e0d9c9 !important;
}
.border-bottom {
	border-bottom-color: #e0d9c9 !important;
}
.contact-form,
.img-aboutus,
.img-orders-panel {
	margin-top: -120px;
	z-index: 10;
	position: relative;
}
.img-orders-panel {
	background-color: #1b1919;
	position: relative;
}
.img-orders-panel img {
	opacity: 0.3;
}
.img-orders-panel.logged img {
	opacity: 0.2;
}
@media only screen and (max-width : 991px) {
	.contact-form,
	.img-aboutus,
	.img-orders-panel {
		margin-top: 0;
	}
	.footer-location-wrapper .border-end {
		border-right:0;
	}
}
@media only screen and (min-width : 991px) {
	.border-bottom {
		border-bottom:0 !important;
	}
}
.team-foto,
.feature-foto {
	height: 420px;
	overflow: hidden;
}
@media only screen and (max-width : 991px) { 
	.team-foto {
		height: 350px;
		overflow: hidden;
	}
}
.team-pos img,
.feature-pos img {
	object-fit: cover;
	min-width: 100%;
	height: auto;
	min-height: 100%;
	transition: all .5s;
}
@media only screen and (max-width : 991px) { 

}
.team-pos:hover img,
.feature-pos:hover img {
	transform: scale(1.05);
}
.team-name,
.feature-name {
	background-color: #1b1919;
	color:#fff;
}
.feature-name strong {
	color:#bc9b5c;
}
.feature-name p {
	margin-bottom: 0;
}
#team-slider-controls {
	position: absolute;
	top:45%;
	width: 100%;
	list-style-type: none;
	padding: 0;
}
#team-slider-controls li {
	float: left;
}
#team-slider-controls .prev {
	position: absolute;
	left: -66px;
}
#team-slider-controls .next {
	position: absolute;
	right: -66px;
}
@media only screen and (max-width : 991px) { 
	#team-slider-controls {
		display: none;
	}
}
.page-template-page-aboutus .bg-beige {
	margin-top: -40px;
	z-index: 100;
	position: relative;
}
#error-404.bg-dark {
	background-color: #151414 !important;
}
#error-404 {
	background-image: url(../img/bg-404.webp);
	background-repeat: no-repeat;
	background-position: bottom center;
}
#search-results .search-form {
	margin-top:-50px;
}
#search-results .search-form .search-input{
	border:1px solid #bc9b5c;
}
.search-box:hover h4 {
	color:#bc9b5c;
}
.above_contents {
	text-transform: uppercase;
	font-family: 'Cormorant', serif;
	font-size: 38px;
	line-height: 45px;
}
.single-thumbnail-image {
	width: 50%;
	height: auto;
	margin-left: -12%;
	float: left;
}
blockquote {
	padding:30px 0px 25px 100px;
	background-image: url(../img/bg-blockquote.webp);
	background-repeat: no-repeat;
	background-position: 40px 40px;
	font-style: italic;
	font-size: 17px;
}
@media only screen and (max-width : 991px) { 
	.above_contents {
		font-size: 28px;
		line-height: 35px;
		text-align: center;
	}
	.single-thumbnail-image {
		width: 100%;
		height: auto;
		margin-left: 0;
		float: left;
	}
	blockquote {
		padding:30px 0px 25px 50px;
		background-position: 10px 40px;
	}
}
#single,
#single-aside {
	background-color: #f6f2e9;
}
#single-aside {
	background-color: #f6f2e9;
	background-image: url(../img/bg-baking-7.webp);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.news-box {
	background-color: #fff;
	display: block;
	transition: all 0.5s;
	height: 100%;
}
.news-box:hover {
	background-color: #1b1919;
}
@media only screen and (max-width : 1210px) { 
	.news-box h3 {
		font-size: 22px;
	}
}
.news-box:hover h3,
.news-box:hover p {
	color:#fff;
}
.news-box .news-date {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.36em;
	color:#bc9b5c;
}
.news-box .news-img {
	height: 320px;
	overflow: hidden;
	position: relative;
}
.news-box .news-img img {
	min-height: 100%;
	width: auto;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	transition: all .5s;
}
#blog {
	background-image: url(../img/bg-baking-8.webp);
	background-repeat: no-repeat;
}
#blog .bg {
	position: absolute;
	background-image: url(../img/bg-baking-9.webp);
	background-repeat: no-repeat;
	width: 344px;
	height: 367px;
	right:0;
	bottom:0;
	z-index: 0;
}
.pagination {
	font-family: 'Cormorant', serif;
	font-size: 21px;
	font-weight: 600;
	position: relative;
}
.pagination .page-numbers {
	padding-left: 8px;
	padding-right: 8px;
}
.pagination .page-numbers.current {
	color:#bc9b5c;
}
.pagination-side {
	width:45px;
	height: 45px;
	display: inline-block;
	border:1px solid #bc9b5c;
	border-radius: 25px;
	text-align: center;
	line-height: 38px;
	background-color: #f6f2e9;
}
#orders .bg-beige {
	background-image: url(../img/bg-baking-10.webp);
	background-position: left top;
	background-repeat: no-repeat;
}
#orders ul,
.client-desc-wrapper ul {
	padding-top:40px;
	padding-bottom:40px;
	padding-left: 0;
}
#orders ul li,
.client-desc-wrapper ul li {
	list-style-type: none;
	background-image: url(../img/li.webp);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 45px;
	padding-top:5px;
	padding-bottom:5px;
}
#orders ul li strong,
.client-desc-wrapper ul li strong {
	font-weight: 600;
}
.orders-panel-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.btn-light.btn-signup  {
	background-color: transparent;
	border-color: #fff;
	color:#fff;
	padding:15px 60px 15px 40px;
}
.btn-signin {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23ffffff" class="bi bi-person-check-fill" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15.854 5.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 .708-.708L12.5 7.793l2.646-2.647a.5.5 0 0 1 .708 0z"/><path d="M1 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H1zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"/></svg>');
}
.btn-signup {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23ffffff" class="bi bi-person-plus-fill" viewBox="0 0 16 16"><path d="M1 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H1zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"/><path fill-rule="evenodd" d="M13.5 5a.5.5 0 0 1 .5.5V7h1.5a.5.5 0 0 1 0 1H14v1.5a.5.5 0 0 1-1 0V8h-1.5a.5.5 0 0 1 0-1H13V5.5a.5.5 0 0 1 .5-.5z"/></svg>');

}
#orders .btn-light:hover {
	background-color: #bc9b5c;
	border-color: #bc9b5c;
	color:#fff;
}
#orders .bg {
	position: absolute;
	background-image: url(../img/bg-baking-11.webp);
	width: 312px;
	height: 457px;
	right: 0;
	bottom:0;
}

#orders .btn-dark-big {
	bottom:0;
	left:50%;
	z-index: 100;
	position: absolute;
	transform: translate(-50%, 50%);
}
#orders .btn-dark-big::after {
	content: "";
	position: absolute;
	background-image: url(../img/bg-btn-big.webp);
	width: 107px;
	height: 62px;
	top:-62px;
	left: 50%;
	transform: translateX(-50%);
}
.column-md-2 {
	column-count:2;
	column-gap:40px;
}
@media only screen and (max-width : 768px) {
	.column-md-2 {
		column-count:1;
	}
}
.rule-pos h4 {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e0d9c9;
}
#rules {
	background-image: url(../img/bg-rules.webp);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.orders-panel-wrapper .woocommerce ul {
	padding-top: 20px !important;
	padding-top: 20px !important;
}
.orders-panel-wrapper .woocommerce ul li {
	background-image: none !important;
	padding-left: 0 !important;
}
.orders-panel-wrapper .woocommerce ul li a {
	font-family: 'Cormorant', serif;
	color:#fff;
	font-size: 19px;
	text-transform: uppercase;
	display: block;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
.orders-panel-wrapper .woocommerce ul li a:hover {
	color:#bc9b5c;
}
#single-client {
	background-image: url(../img/bg-baking-12.webp);
	background-repeat: no-repeat;
}

.content-cutted {
	position: relative;
 }
.content-cutted .btn {
	display: none;
}

.content-cutted.hasmore:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 300px;
	background: rgb(246, 242, 233);
	background: linear-gradient(0deg, rgba(246, 242, 233,1) 30%, rgba(246, 242, 233,0) 70%);
	left: 0;
	right: 0;
	bottom: 0;
}
.content-cutted.hasmore:before {
	content: "";
	height: 50px;
	width: 100%;
	background: #f6f2e9;
	position: absolute;
	bottom: 0;
}

.btn-read-more {
	border:0;
	display: none;
}
.btn-read-more:hover {
	color:#004723;
}
.content-cutted .btn-read-more {
	display: block;
	position: absolute;
	z-index: 10;
	display: block;
	bottom: 2px;
	left: 0;
}

.content-cutted.show {
	margin-bottom: 50px;
}
.content-cutted.show .btn-read-more {
	bottom:-50px;
}
h2.accordion-header button {
	font-size: 22px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
}
@media only screen and (max-width : 768px) {
	h2.accordion-header button {
		font-size:20px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
.accordion-item,
.accordion-button {
	background-color: #f4f0e7;
	border-color:#e0d9c9;
	outline: none !important;
	box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
	background-color: #f4f0e7;
	outline: none !important;
	box-shadow: none !important;
	color:#1b1919 !important;
}

.accordion-item {
	border-top:1px solid #e0d9c9 !important;
	border-top-left-radius: 15px !important;
	border-top-right-radius: 15px !important;
	border-bottom-left-radius: 15px !important;
	border-bottom-right-radius: 15px !important;
	margin-top:15px;
	margin-bottom:15px;
}
@media only screen and (max-width : 768px) {
	.accordion-item {
		margin-top:10px;
		margin-bottom:10px;
	}
}
.accordion-item .accordion-header,
.accordion-item .accordion-header button {
	border-top-left-radius: 15px !important;
	border-top-right-radius: 15px !important;
	border-bottom-left-radius: 15px !important;
	border-bottom-right-radius: 15px !important;
}
#solutions-and-products {
	background-image: url(../img/bg-solutions-and-products.webp);
	background-position: top right;
	background-repeat: no-repeat;
}
#solutions-and-products .bg1 {
	position: absolute;
	width: 786px;
	max-width: 80%;
	height: 408px;
	top:0;
	left: 0;
	background-image: url(../img/bg-baking-13.webp);
}
#solutions-and-products .bg2 {
	position: absolute;
	width: 563px;
	max-width: 100%;
	height: 229px;
	bottom:0;
	left: 0;
	background-image: url(../img/bg-solutions-and-products-2.webp);
}
@media only screen and (max-width : 1050px) {
	#solutions-and-products .bg1 {
		display: none;
	}
}

#solutions-and-products .btn-default-big {
	transform: translateX(-50%);
	position: absolute;
}
#solutions-and-products .btn-default-big::after {
	content: "";
	position: absolute;
	background-image: url(../img/bg-btn-big-default.webp);
	width: 107px;
	height: 62px;
	top:-62px;
	left: 50%;
	transform: translateX(-50%);
}
#features {
	background-image: url(../img/bg-features.webp);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#shop-main-wrapper .bg-beige {
	position: absolute;
	background: rgb(246,242,233);
	background: linear-gradient(180deg, rgba(246,242,233,1) 84%, rgba(255,255,255,1) 100%);
	width: 100%;
	min-height: 510px;
}
#shop-main-wrapper .bg-beige::before {
	content:"";
	position: absolute;
	width: 163px;
	height: 322px;
	bottom:0;
	background-image: url(../img/bg-baking-14.webp);
	background-repeat: no-repeat;
}
#shop-main-wrapper .bg-beige::after {
	content:"";
	position: absolute;
	right: 0;
	top: 0;
	width: 388px;
	height: 412px;
	background-image: url(../img/bg-baking-15.webp);
}
@media only screen and (max-width : 991px) { 
	#shop-main-wrapper .bg-beige::after {
		display: none;
	}
}
#shop-main-wrapper .bg-shop-header .row {
	position: relative;
	z-index: 1;
}

.term-description p:last-of-type {
	margin-bottom: 0;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
	float: left;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	float: left;
}
.woocommerce .woocommerce-ordering {
	margin-right: 25px;
}
@media only screen and (max-width : 991px) { 
	.woocommerce .woocommerce-ordering {
		margin-right: 0;
		margin-bottom: 5px;
		float: none;
		text-align: center;
	}
	.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
		padding-bottom: 15px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
}
.woocommerce-ordering select {
	background-color: #fff;
	border:1px solid #e0d9c9;
	padding:10px 15px;
}
.woocommerce .woocommerce-result-count {
	margin-bottom: 0;
	line-height: 40px;
}
.term-description {
	margin-bottom: 48px;
}
.shop-sidebar-wrapper {
	border: 1px solid #e0d9c9;
	background-color: #f4f0e7;
	border-radius: 25px;
}
.shop-sidebar-wrapper h3 {
	padding-left: 20px;
	padding-right: 20px;
}
h1.woocommerce-products-header__title.page-title {
	margin-bottom: 25px;
}
.price_slider_wrapper {
	margin-left: 20px;
	margin-right: 20px;
}
ul.product-categories {
	padding: 20px 0px;
	list-style-type: none;
}
ul.product-categories li a {
	display: block;
	padding:8px 0px;
	font-family: 'Cormorant', serif;
	text-transform: uppercase;
	font-size: 19px;
	font-weight: 500;
	padding-left: 20px;
	padding-right: 20px;
}
ul.product-categories li a:hover {
	color:#c19f5e;
}
ul.product-categories li.current-cat a {
	color:#fff;
	background-color: #1b1919;
}
.woocommerce-loop-product__link {
	text-align: center;
}
.woocommerce ul.products li.product .price {
	font-family: 'Cormorant', serif;
	font-size: 19px;
	color:#1b1919;
}
.woocommerce ul.products li.product {
	text-align: center;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 19px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
	font-family: 'Mulish', sans-serif;
	background-color: #bc9b5c;
	border:1px solid #bc9b5c;
	border-radius: 35px;
	color:#fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0.36em;
	padding:15px 40px 15px 40px;
	background-repeat: no-repeat;
	background-position: right 20px center;
	transition: all 0.5s;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:active {
	background-color:rgb(190, 145, 59);
	color: #fff;
	transition: all 0.5s;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	padding: 5px 5px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.woocommerce div.product p.price {
	font-family: 'Cormorant', serif;
	font-size: 26px;
	color:#1b1919;
}
.summary p.price {
	margin-bottom: 40px;
}
.product_meta {
	border-top:1px solid #e0d9c9;
	padding-top: 25px;
}
.product_meta span {
	display: block;
	font-family: 'Cormorant', serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
}
.product_meta span a {
	color:#bc9b5c;
}

/*
@media (min-width: 420px) {
	.woocommerce-page div.product div.images {
		 display: -webkit-box;
		 display: -ms-flexbox;
		 display: flex;
		 -ms-flex-item-align: center;
		 align-self: center;
	}
	.woocommerce div.product div.images .flex-control-thumbs {
		 -webkit-box-ordinal-group: 0;
		 -ms-flex-order: -1;
		 order: -1;
		 display: -webkit-box;
		 display: -ms-flexbox;
		 display: flex;
		 -webkit-box-orient: vertical;
		 -webkit-box-direction: normal;
		 -ms-flex-direction: column;
		 flex-direction: column;
		 -webkit-box-flex: 1;
		 -ms-flex: 1 0 80px;
		 flex: 1 0 80px;
		 max-height: 425px;
		 overflow: auto;
	}
	.woocommerce div.product div.images .flex-control-thumbs li {
		 width: 100%;
		 padding: 0 10px 10px 0;
	}
}
*/
.woocommerce div.product form.cart div.quantity {
	line-height: 40px;
}
.summary form.cart {
	display: inline-block;
	background-color: #fff;
	border-radius: 25px;
	border:1px solid #e0d9c9;
}
.woocommerce div.product form.cart div.quantity input {
	line-height: 40px;
	border:1px solid #e0d9c9;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	border:0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background-color: transparent;
	border:0;
	font-family: 'Cormorant', serif;
	text-transform: uppercase;
	font-size: 19px;
	font-weight: 500;
	position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background-color: transparent;
	position: relative;
	display: inline-block;
	border-bottom:3px solid #bc9b5c;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	bottom:1px;
}
#product-main-wrapper {
	background-color: #f6f2e9;
	background-image: url(../img/bg-baking-14.webp);
	background-repeat: no-repeat;
}
.woocommerce-info {
	border-top-color: #8d6304;
	background-color: #f6f2e9;
}
.woocommerce-checkout #payment {
	background-color: #f6f2e9;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce button.button.alt {
	font-family: 'Mulish', sans-serif;
	background-color: #bc9b5c;
	border:1px solid #bc9b5c;
	border-radius: 35px;
	color:#fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0.36em;
	padding:15px 40px 15px 40px;
	background-repeat: no-repeat;
	background-position: right 20px center;
	transition: all 0.5s;
}
.woocommerce a.button.alt {
	background-color: #a18043;
	border:1px solid #a18043;
	border-radius: 35px;
	color:#fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0.36em;
	padding:15px 40px 15px 40px;
	background-repeat: no-repeat;
	background-position: right 20px center;
	transition: all 0.5s;
}
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce a.button:active,
.woocommerce a.alt button:hover,
.woocommerce a.alt button:focus,
.woocommerce a.alt button:active {
	background-color:rgb(190, 145, 59) !important;
	color: #fff;
	transition: all 0.5s;
}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea, 
.woocommerce-page form .form-row input.input-text, 
.woocommerce-page form .form-row text area {
	font-family: 'Mulish', sans-serif;
	margin-top: 5px;
	background-color: transparent;
	border-radius: 30px;
	border:1px solid #bc9b5c;
	padding: 13px 30px;
	font-size: 15px;
	width: 100% !important;
	min-width: 100% !important;
	display: block;
	color:#1b1919;
}
.woocommerce label {
	font-family: 'Cormorant', serif;
	font-size: 17px;
}
.woocommerce button.button:disabled {
	padding:15px 40px 15px 40px !important;
	color:#fff !important;
}
input#coupon_code {
	width: 130px;
	height: 45px;
	border-radius: 25px;
}
.select2-container--default .select2-selection--single {
	border-radius: 30px;
	border:1px solid #bc9b5c;
	height: 47px;
	padding: 10px 25px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top:12px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5b4a29;
}
h3#order_review_heading {
	margin-top: 40px;
}
/* ============================================= */
/* 6. Responsive fixes                           */
/* ============================================= */

@media only screen and (max-width : 1150px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) { 

	.navbar-dark .navbar-nav .nav-link {
		padding:15px 15px;
	}
	.sticky.navbar-dark .navbar-nav .nav-link {
		padding:15px 15px;
	}
	.navbar-brand img {
		max-height: 50px;
		min-width: unset;
		width: auto;
	}
	ul#menu-main-menu-przed-logo {
		margin-bottom: 0 !important;
	}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	/* WP image float fix */
	figure.alignleft, img.alignleft, figure.alignright, img.alignright {
		float:none;
	}
	/* /WP image float fix */

} 

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
}


/* Height */
@media only screen and (max-height : 730px) {
}