@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@font-face {
    font-family: 'Gogh';
    src: url('../fonts/Gogh-Medium.eot');
    src: url('../fonts/Gogh-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gogh-Medium.woff2') format('woff2'),
        url('../fonts/Gogh-Medium.woff') format('woff'),
        url('../fonts/Gogh-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gogh';
    src: url('../fonts/Gogh-Regular.eot');
    src: url('../fonts/Gogh-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gogh-Regular.woff2') format('woff2'),
        url('../fonts/Gogh-Regular.woff') format('woff'),
        url('../fonts/Gogh-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bikham Cyr Script';
    src: url('../fonts/BikhamCyrScript.eot');
    src: url('../fonts/BikhamCyrScript.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BikhamCyrScript.woff2') format('woff2'),
        url('../fonts/BikhamCyrScript.woff') format('woff'),
        url('../fonts/BikhamCyrScript.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.rtl {
	direction: rtl;
}
html {
	margin: 0 !important;
}
body {
/*	font-family: 'Gogh';
	font-weight: normal;*/
	font-family: "Cormorant Infant", serif !important;
	font-weight: 400 !important; 
	font-style: normal;
	font-size: 16px;
	color: #1E1E1E;
}
main {
	padding-top: 3rem;
}
p,
ul li,
ol li{
	font-size: 1.2rem;
}
p a,
.entry-content a,
.additional-info a{
	color: #B48200 !important;
	text-decoration: none !important;
	font-weight: 500;
}
.additional-info a.additional-info-item:after {
	content: ', ';
}

h1 {
	font-size: 4.0rem !important;
	font-weight: 400 !important;
	letter-spacing: -2px;
}
.subtitle p {
	margin-bottom: 1rem;
}
.separator {
	height: 1px !important;
	width: 100%;
	vertical-align: bottom;
}
.wp-block-separator {
	border: none;
	background: linear-gradient(90deg, #B48200 51.59%, rgba(180, 130, 0, 0) 85.66%);
	height: 1px;
	opacity: 0.7;
}
/* GRAPHICS */
body.category,
body.page-id-63,
body.page-id-3,
body.single-post,
body.tax-designer,
body.tax-collection{
	position: relative;
}
body.category:before,
body.page-id-63:before,
body.page-id-3:before,
body.single-post:before,
body.tax-designer:before,
body.tax-collection:before{
	content: '';
	position: absolute;
	width: 10%;
	height: 300px;
	background-image: url('../images/flower-right.png');
	background-repeat: no-repeat;
	background-size: contain;
	top: 130px;
}

header {
	background-color: #fff;
}

header nav ul#menu-main-menu,
footer .footer-menu{
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	text-align: center;
}
header nav ul#menu-main-menu li,
footer .footer-menu li{
	margin: 0;
	display: inline-block;
}
header nav ul#menu-main-menu li a,
footer .footer-menu li a{
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	color: #1E1E1E;
	font-size: 1.25rem;
	text-decoration: none;
	padding: 0 25px;
	position: relative;
	left: 0;
	transition: all 300ms ease-in-out;
}
header nav ul#menu-main-menu li a:after,
footer .footer-menu li a:after{
	content: '\f062';
	color: #fff;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 100;
	font-size: 0.9rem;
	position: absolute;
	right: 5px;
	top: 2px;
	transform:rotate(45deg);
}
header nav ul#menu-main-menu li a:hover:after,
header nav ul#menu-main-menu li.current-menu-item a:after,
header nav ul#menu-main-menu li.current-menu-parent a:after,
footer .footer-menu li a:hover:after,
footer .footer-menu li.current-menu-item a:after{
	content: '\f062';
	color: #B48200;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 100;
	font-size: 0.9rem;
	position: absolute;
	right: 5px;
	top: 2px;
	transform:rotate(45deg);
}
header nav ul#menu-main-menu li a:hover,
header nav ul#menu-main-menu li.current-menu-item a,
header nav ul#menu-main-menu li.current-menu-parent a,
footer .footer-menu li a:hover,
footer .footer-menu li.current-menu-item a{
	color: #B48200;
	left: -10px
}

.btn-primary,
.wp-element-button,
input[type="submit"].ninja-forms-field{
	border: 1px solid #B48200;
	border-radius: 50px;
	padding: 10px 45px 10px 25px !important;
	display: inline-block;
	color: #B48200;
	text-decoration: none;
	transition: all 300ms;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1;
	text-transform: uppercase;
	position: relative;
	background-color: #fff;
	height: auto !important;
}
.btn-primary:hover,
.wp-element-button:hover,
input[type="submit"].ninja-forms-field:hover{
	background-color: #B48200 !important;
	color: #fff !important;
}
.btn-primary:after,
.wp-element-button:after,
input[type="submit"].ninja-forms-field:after{
	content: '\f062';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 100;
	font-size: 0.9rem;
	position: absolute;
	right: 20px;
	top: 11px;
	transform:rotate(45deg);
}

/* BLOG PAGE */
.blog-list .blog-item a {
	display: block;
	transition: all 300ms;
	text-decoration: none;
}
.blog-list .blog-item .post-thumbnail{
    position: relative;
    transition: all 300ms ease-in-out;
    overflow: hidden;
    border-radius: 30px;
}
.blog-list .blog-item .post-thumbnail:before {
    content: '';
    transition: all 300ms ease-in-out;
    border-radius: 30px;
}
.blog-list .blog-item a:hover .post-thumbnail:before {
/*    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #B482005F;
    z-index: 2; */
}
.blog-list .blog-item .post-thumbnail img{
	border-radius: 30px;
    transition: 300ms all ease-in-out;
}
.blog-list .blog-item a:hover .post-thumbnail img {
	transform: scale(1.1);
}
.blog-list .blog-item a h2 {
	color: #B48200;
    display: block;
    font-size: 1.8rem;
	font-weight: 300;
    text-decoration: none;
    padding: 1rem 0;
    transition: all 300ms ease-in-out;
}
.blog-list .blog-item a:hover span.btn-primary {
	background-color: #B48200 !important;
	color: #fff !important;
}

.social a {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	border: 1px solid #B48200;
	border-radius: 100%;
	text-decoration: none;
	color: #B48200;
	line-height: 50px;
	position: relative;
	margin: 0 0.4rem;
	transition: all 300ms;
}
.social a span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 1.75rem;
	width: auto;
	height: auto;
	transition: all 300ms;
}
.social a:hover {
	background-color: #B48200;
}
.social a:hover span {
	color: #fff;	
}

.page-template-page-contacts header {
	padding-bottom: 0 !important;
}
.page-template-page-contacts header .row {
	margin-bottom: 0 !important;
}
.page-template-page-contacts header .row .separator {
	vertical-align: bottom;
}

#map {
	height: 500px;
	width: 100%;
}

/* ContactForm */
.ninja-forms-field {
	background: transparent !important;
	border: 1px solid #E3D09F !important;
	border-radius: 50px !important;
	padding: 25px !important;
	color: #B48200 !important;
	font-size: 1.2rem !important;
}
.nf-error.field-wrap .nf-field-element:after {
	border-radius: 50px !important;
	height: 50px !important;
}
.nf-field-element .pikaday__container {
	width: 45% !important;
	margin-right: 5%;
	float: left;
}
.nf-field-element .extra {
	position: relative;
    background: transparent !important;
    border: 1px solid #E3D09F !important;
    border-radius: 50px !important;
    padding: 0 25px !important;
    color: #B48200 !important;
    font-size: 1.2rem !important;
    height: 50px !important;
    
    /* Additional cross-browser compatibility */
    -webkit-border-radius: 50px !important; /* Safari, Chrome */
    -moz-border-radius: 50px !important; /* Firefox */
    -webkit-appearance: none; /* Removes default styling on input elements for better cross-browser consistency */
    -moz-appearance: none; /* Firefox */
    appearance: none; /* Modern browsers */
}
.nf-field-element .extra.hour {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.nf-field-element .extra.minute {
	border-radius: 0 !important;
	border-left: none !important;
}
.nf-field-element .extra.ampm {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-left: none !important;
}
.nf-field-element select.extra {
	position: relative;
}
.nf-field-element select.extra::after {
	content: '&darr;';
}
.products-list {
	padding-top: 4rem;
}
.products-list .left-menu .item {
	margin-bottom: 1rem;
}
.products-list .left-menu .item h3 {
	font-size: 1.5rem;
	color: #1E1E1E;
	text-transform: uppercase;
	padding: 1.2rem 0;
	position: relative;
}
.products-list .left-menu .item h3:before,
.products-list .left-menu .item h3:after{
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	background: linear-gradient(90deg, #B48200 51.59%, rgba(180, 130, 0, 0) 85.66%);
}
.products-list .left-menu .item h3:before {
	top: 0;
}
.products-list .left-menu .item h3:after {
	bottom: 0;
}
.products-list .left-menu .item ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.products-list .left-menu .item ul li a {
	display: block;
	padding: 0.5rem 0;
	color: #1E1E1E;
	text-decoration: none;
	transition: all 300ms;
	position: relative;
}
.products-list .left-menu .item ul li a:before {
	content: '';
	width: 0;
}
.products-list .left-menu .item ul li a:hover,
.products-list .left-menu .item ul li.current-menu-item a{
	font-weight: 700;
	padding-left: 20px;
}
.products-list .left-menu .item ul li a:hover:before,
.products-list .left-menu .item ul li.current-menu-item a:before{
	content: '\f062';
	color: #B48200;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 100;
	font-size: 0.9rem;
	position: absolute;
	left: 0px;
	top: 4px;
	transform:rotate(45deg);
}
.products-list .product-item a {
	display: block;
	transition: all 300ms ease-in-out;
	text-decoration: none;
	position: relative;
	max-height: 500px;
}
.products-list .product-item a h2 {
	display: block;
	color: #1E1E1E;
	font-size: 1.5rem;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	padding: 1rem 0 0.5rem;
	transition: all 300ms ease-in-out;
	margin-bottom: 0;
}
.products-list .product-item a:hover h2 {
}
.products-list .product-item a .post-thumbnail{
	position: relative;
	transition: all 300ms ease-in-out;
	overflow: hidden;
	border-radius: 30px;
	height: auto;
}
.products-list .product-item a .post-thumbnail img {
	transition: all 0.3s ease;
	position: relative;
}
.products-list .product-item a:hover .post-thumbnail img {
	transform: scale(1.05);
	margin-top: -25px;
}
.products-list .product-item a .see-more {
	text-align: center;
	color: #B48200;
	font-size: 1.2rem;
	font-weight: 400;
	position: relative;
	transition: 300ms all ease-in-out;
	opacity: 0;
	display: block;
}
.products-list .product-item a .see-more .w-arrow {
	position: relative;
}
.products-list .product-item a .see-more .w-arrow:after {
    content: '\f062';
    color: #B48200;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 100;
    font-size: 1rem;
    position: absolute;
    right: -20px;
    top: 0px;
    transform: rotate(45deg);
}
.products-list .product-item a:hover .see-more {
	opacity: 1;
}
.product-gallery .main-product-image {
	position: relative;
}
.product-gallery .main-product-image:before {
	content: '';
	position: absolute;
	width: 50%;
	height: 300px;
	background-image: url('../images/flower-left.png');
	background-repeat: no-repeat;
	background-size: contain;
	top: 20%;
	left: -25%;
	z-index: -1;
}
.product-gallery .main-product-image img {
	border-radius: 20px;
}
.product-gallery-list-container {
	position: relative;
	width: 100%;
}
.product-gallery .product-gallery-custom-arrows {
	position: absolute;
	width: 100%;
	height: 100%;
}
.product-gallery .product-gallery-custom-arrows .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.product-gallery .product-gallery-custom-arrows .slick-prev {
	left: 0;
}
.product-gallery .product-gallery-custom-arrows .slick-next {
	right: 0;
}
.product-gallery .product-gallery-list .item {
	margin: 0 5px;
}
.product-gallery .product-gallery-list .item a {
	display: block;
	border-radius: 10px;
	position: relative;
}
.product-gallery .product-gallery-list .item a span,
.related-products-list a span,
.related-products-list-from-cat a span,
.related-products-list-from-cat-rtl a span{
	opacity: 0;
	position: absolute;
	bottom: 20%;
	left: 50%;
	transform: translate(-50%,20%);
	transition: 300ms all ease-in-out;
}
.product-gallery .product-gallery-list .item a span h2{
	color: #fff;
	font-size: 1.0rem;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
}
.related-products-list a span h3,
.related-products-list-from-cat a span h3,
.related-products-list-from-cat-rtl a span h3{
	color: #fff;
	font-size: 1.4rem;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
}
.product-gallery .product-gallery-list .item a:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #B482008F;
	border-radius: 10px;
	opacity: 0;
	transition: 300ms all ease-in-out;
}
.related-products-list a:before,
.related-products-list-from-cat a:before,
.related-products-list-from-cat-rtl a:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #B482008F;
	border-radius: 20px;
	opacity: 0;
	transition: 300ms all ease-in-out;
}
.product-gallery .product-gallery-list .item a img {
	border-radius: 10px;
}
.product-gallery .product-gallery-list .item a:hover:before,
.related-products-list a:hover:before,
.related-products-list-from-cat a:hover:before,
.related-products-list-from-cat-rtl a:hover:before{
	opacity: 1;
}
.product-gallery .product-gallery-list .item a:hover span,
.related-products-list a:hover span,
.related-products-list-from-cat a:hover span,
.related-products-list-from-cat-rtl a:hover span{
	display: block;
	opacity: 1;
}

.post-thumbnail img{
	border-radius: 30px;
	transition: 300ms all ease-in-out;
}

.single-products .additional-info .label {
	text-transform: uppercase;
	font-size: 1.1rem;
	font-weight: 600;
}
.single-products .price {
	font-size: 1.5rem;
	color: #B48200;	
}
.single-products .price span {
	font-size: 1.1rem;
	text-transform: uppercase;
	margin-right: 0.8rem;
}
.custom-arrows-container {
	padding: 0.7rem 0 0.9rem 0;
}
.custom-arrows-container button {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	display: inline-block;
	vertical-align: middle;
}
.custom-arrows-container button.slick-arrow:before,
.product-gallery .product-gallery-custom-arrows .slick-arrow:before{
	font-family: 'Font Awesome 5 Pro';
	color: #191919;
	font-size: 0.9rem;
}
.custom-arrows-container button.slick-prev:before,
.product-gallery .product-gallery-custom-arrows button.slick-prev:before{
	content: '\f060';
}
.custom-arrows-container button.slick-next:before,
.product-gallery .product-gallery-custom-arrows button.slick-next:before{
	content: '\f061';
}
.custom-simple-gallery .item {
	margin-right: 20px;
	border-radius: 15px;
}
.custom-simple-gallery .item img {
	border-radius: 15px;
}

.custom-gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.custom-gallery .large-image img {
    width: 100%;
    max-width: 600px;
    margin-bottom: 20px;
}

.custom-gallery .thumbnails {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.custom-gallery .thumbnails .thumbnail {
    width: 100px;
    cursor: pointer;
}

.custom-gallery .thumbnails .thumbnail img {
    width: 100%;
    height: auto;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
}
.custom-gallery .thumbnails .thumbnail img:hover {
    border-color: #0073aa;
}
.related-products-list-from-cat-rtl {
	right: 10%;
}
.related-products-list-from-cat.left {
	left: -10%;
	right: 0;
}
.related-products-list a,
.related-products-list-from-cat a,
.related-products-list-from-cat-rtl a{
	display: block;
	margin: 0 8px;
	position: relative;
	border-radius: 20px;
}
.related-products-list a img,
.related-products-list-from-cat a img,
.related-products-list-from-cat-rtl a img{
	width: 100%;
	height: auto;
	border-radius: 20px;
}

.pagination {
	margin: 3rem 0 0 0;
	display: block !important;
	width: 100%;
	text-align: center;
}
.pagination ul.page-numbers {
	display: inline-block;
	list-style: none;
	width: 100%;
}
.pagination li {
	display: inline-block;
}
.pagination li .page-numbers {
    display: inline-block;
    margin: 0 10px;
    padding: 10px;
    background-color: #fff;
    color: #B48200;
    text-decoration: none;
    border-radius: 50%;
	width: 50px;
	height: 50px;
	line-height: 30px;
	border: 1px solid #B48200;
	font-size: 1.2rem;
	transition: all 300ms;
	position: relative;
	z-index: 2;
}
.pagination li .page-numbers:after {
	content: '';
	width: 60px;
	height: 60px;
	position: absolute;
	top: -6px;
	left: -6px;
	border: 1px solid rgba(180, 130, 0, 0.2);
	border-radius: 50%;
	z-index: 1;
}

.pagination li .page-numbers:hover,
.pagination li .page-numbers.current{
    background-color: #B48200;
	color: #fff;
}

.post-single-page .post-main-image img {
	border-radius: 50px;
}
.post-single-page h1 {
	font-size: 2.5rem !important;
	letter-spacing: -1px;
	margin-bottom: 1rem;
}
#nf-field-6-wrap .nf-field-element .pikaday__container {
	width: 100% !important;
	float: none !important;
	margin-right: 0 !important;
}
.nf-form-content {
	padding: 50px 0 0 0 !important;
}
.date-and-time.datepicker {
	text-align: center;
}
#contact-us nf-fields-wrap {
	column-count: 2;
	column-gap: 2.4rem;
	display: block;
}
#contact-us nf-fields-wrap nf-field {
	margin-bottom: 1rem;	
}
#ninja_forms_required_items, .nf-field-container {
	margin-bottom: 0 !important;
	padding-bottom: 25px !important;
}

/* MODALS */
.modal-content {
	border-radius: 30px !important;
}
.modal-header {
	padding: 1rem 2.5rem !important;
	border-color: #E3D09F !important;
}
.modal-body {
	padding: 2.5rem !important;
}

.related-title {
	font-size: 2rem;
}

#accordionFAQs h4 {
	color: #B48200;
	font-weight: 400;
	font-size: 2rem;
}
.accordion-item {
	border-top: 1px solid #B48200 !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: none !important;
	border-radius: 0 !important;
}
.accordion-item h2 {
	margin-bottom: 0 !important;
}
.accordion-item:last-child {
	border-bottom: 1px solid #B48200 !important;
}
.accordion-button h5 {
	font-size: 1.2rem;
	font-weight: 400;
}
.accordion-button {
	padding-top: 12px !important;
	padding-bottom: 12px !important;
	transition: all 300ms;
}
.accordion-button.collapsed {
	color: #1E1E1E !important;
}
.accordion-button.collapsed:hover {
	color: #B48200 !important;
}
.accordion-button:not(.collapsed) {
	background: none !important;
	box-shadow: none !important;
	color: #B48200 !important;
}
.accordion-button:focus {
	box-shadow: none !important;
}
.accordion-button::after {
	background-image: url('../images/arrow-turn-down.svg') !important;
	background-repeat: no-repeat !important;
	background-size: auto !important;
}

.customers-list-item .post-item {
	border: 1px solid #B48200;
	border-radius: 20px;
	padding: 20px 60px 80px 60px;
	text-align: center;
	position: relative;
	margin-bottom: 80px;
	background-color: #fff;
}
.customers-list-item .post-item h3:before {
	content: '“';
	display: block;
	font-size: 5.2rem;
	line-height: 4rem;
	font-weight: 500;
}
.customers-list-item .post-item h3 {
	position: relative;
	font-size: 1.2rem;
	color: #B48200;
	margin-bottom: 1.2rem;
	text-transform: uppercase;
}
.customers-list-item .post-item .post-content,
.customers-list-item .post-item .post-content p,
.customers-list-item .post-item .post-content a{
	color: #B48200;
	font-size: 1rem;
}
.customer-review-gallery {
	position: absolute;
    bottom: -25%;
    width: auto;
    left: 0;
    padding: 0 60px;
}
.customer-review-gallery img {
	border-radius: 10px;
}
.customer-list-arrows {
	position: relative;
	top: 20%;
	transform:translateY(-20%);
}
.customer-list-arrows:before {
	content: '';
	height: 1px;
	width: 160%;
	position: absolute;
	top: 50%;
	left: -30%;
	background-image: url('../images/line-separator.svg');
	background-position: top center;
	background-size: 160%;
}

.customer-list-arrows .slick-arrow {
	display: inline-block;
    margin: 0 10px;
    padding: 10px;
    background-color: #fff;
    color: #B48200;
    text-decoration: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 30px;
    border: 1px solid #B48200;
    font-size: 1.2rem;
    transition: all 300ms;
    position: absolute;
    z-index: 2;
	text-indent: -100000px;
}
.customer-list-arrows .slick-arrow:after {
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    top: -6px;
    left: -6px;
    border: 1px solid rgba(180, 130, 0, 0.2);
    border-radius: 50%;
    z-index: 1;
}
.customer-list-arrows .slick-prev {
	left: -150px;
}
.customer-list-arrows .slick-arrow:before {
	content: '';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    text-indent: 0;
    color: #B48200;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    line-height: 48px;
}
.customer-list-arrows .slick-arrow:hover {
    background-color: #B48200;
    color: #fff;
}
.customer-list-arrows .slick-arrow:hover:before {
	color: #fff;
}
.customer-list-arrows .slick-prev:before {
	content: '\f060';
}
.customer-list-arrows .slick-next:before {
	content: '\f061';
}
.customer-list-arrows .slick-next {
	right: -150px;
}
#customers h2,
#blog-list-homepage h2.home-blog-list,
#products-from-cat h2,
.page-template-page-about-us article h2{
	font-size: 4.5rem;
	font-weight: 400;
	margin-bottom: 1rem;
}
.page-template-page-about-us .about-us-main-image,
.home-main-image{
	position: relative;
	top: -1.5rem;
	z-index: 1;
}
.page-template-page-about-us .about-us-main-image:before{
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/flower-down-left.svg);
    background-repeat: no-repeat;
    background-size: 50%;
    bottom: 0;
    left: -7%;
    z-index: -1;
    background-position: bottom left;
}
.page-template-page-about-us .about-us-main-image img,
.home-main-image img{
	border-bottom-left-radius: 70%;
}
.page-template-page-about-us .home-header-content {
	position: absolute;
	top: 20%;
	left: 10%;
}
.page-template-page-homepage .home-header-content {
	position: absolute;
	top: 10%;
	left: 15%;
}
.page-template-page-about-us .home-header-content h1,
.home-header-content h1{
	font-size: 4.8rem !important;
	font-weight: 300 !important;
	line-height: 1;
	position: relative;
}
.home-header-content h1 {
	font-size: 5rem !important;
}
.page-template-page-about-us .home-header-content h1 span,
.home-header-content h1 span{
    font-family: 'Bikham Cyr Script';
    font-size: 6rem;
    color: #B48200;
    position: relative;
    left: -115px;
    top: 0;
    line-height: 0;
	font-weight: 300;
	letter-spacing: normal;
}
.page-template-page-about-us .home-header-content h1 span:after {
	display: none;
}
.home-header-content h1 span {
	left: -40px !important;
	line-height: 0.7;
}
.home-header-content h1 span:after {
	content: '';
	position: absolute;
	top: 40%;
	right: -25%;
	width: 7rem;
	height: 7rem;
	background-image: url('../images/ellipse-arrow.svg');
	background-repeat: no-repeat;
	background-position: center;;
	background-size: contain;
}
.main-menu.about li a {
	padding: 0 10px !important;
}
.main-menu.about li a:after {
	right: -5px !important;
}

#mission-values-aim .item h2 {
	font-size: 2rem;
	text-transform: uppercase;
    color: #B48200;
	font-weight: 600;
	margin-bottom: 0;
}

#about-us-main .image-rounded-right img {
	border-top-right-radius: 250px;
	border-bottom-right-radius: 250px;
}
#about-us-main .image-rounded-left img {
	border-top-left-radius: 250px;
	border-bottom-left-radius: 250px;
}

#about-us-main .with-love {
	color: #B48200;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.2;
	padding: 1rem 0;
}
.home-custom-post-list {
	position: relative;
	padding-bottom: 2rem;
	margin-top: -40%;
}
.home-custom-post-list .post-item a {
	display: block;
	position: relative;
}
.home-custom-post-list .post-item a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #B482008F;
	border-radius: 20px;
	opacity: 0;
	transition: 300ms all ease-in-out;
}
.home-custom-post-list .post-item a span {
	opacity: 0;
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%, 20%);
    transition: 300ms all ease-in-out;
}
.home-custom-post-list .post-item a span h2{
	color: #fff;
    font-size: 1.4rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
}
.home-custom-post-list .post-item a:hover span {
	display: block;
	opacity: 1;
}
.home-custom-post-list .post-item a:hover:before {
	opacity: 1;
}
.home-custom-post-list .post-item a img {
	border-radius: 20px;
}
.home-custom-post-list .post-item:first-child a img,
.home-custom-post-list .post-item:first-child a:before {
	border-top-left-radius: 50%;
}
.home-custom-post-list .post-item:last-child a img,
.home-custom-post-list .post-item:last-child a:before {
	border-top-right-radius: 50%;	
}

#home-icons-info {
	padding-top: 5rem;
	padding-bottom: 5rem;
	position: relative;
}
#home-icons-info:before {
	content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    top: 45%;
    left: 00%;
    background-image: url(../images/line-separator.svg);
    background-position: top center;
    background-size: 100%;
	z-index: -1;
}
#home-icons-info .item {
	z-index: 1;
}
#home-icons-info .item img {
	background-color: #fff;
	max-width: 50%;
}
#home-icons-info .item h3 {
	font-size: 1rem;
	text-transform: uppercase;
	color: #B48200;
	text-align: center;
	margin-top: 1.2rem;
	font-weight: 500;
}
#products-from-cat {
	padding: 5rem 0;
}
#products-from-cat .cat-image.left {
	position: relative;
}
#products-from-cat .cat-image.right {
	position: relative;
}
#products-from-cat .cat-image.left:before {
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/flower-right.png);
    background-repeat: no-repeat;
    background-size: 20%;
	background-position: top right;
    top: 0px;
	right: 0;
	z-index: -1;
}
#products-from-cat .cat-image.left img {
	border-top-right-radius: 50%;
}
#products-from-cat .cat-image.right img {
	border-top-left-radius: 50%;
}
#products-from-cat .related-products-list-from-cat,
#products-from-cat .related-products-list-from-cat-rtl{
	position: relative;
	top: -300px;
	margin-bottom: -300px;
}
#products-from-cat .related-products-list-from-cat {
	right: -10%;
}
#products-from-cat .related-products-list-from-cat-rtl {
	right: 10%;
}

#cookie-consent {
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	background-color:#000;
	color:#fff;
	padding:10px;
	text-align:center;
	z-index:1000;
}
#cookie-consent a {
	color: #fff;
}
.offcanvas-menu {
	padding: 2rem;
	border-left: 1px solid rgba(0, 0, 0, .2);
    right: 0;
    top: 0;
    transform: translateY(-100%);
    width: 100%;
	background-clip: padding-box;
    background-color: #fff;
    bottom: 0;
    outline: 0;
    position: fixed;
    transition: all 300ms;
    visibility: hidden;
    z-index: 1050;
	overflow-y: scroll;
}
.offcanvas-menu.show {
	visibility: visible;
	transform:translateY(0);
}
.mobile-menu-button {
	padding: 15px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	line-height: 51px;
	border: 1px solid #E3D09F;
	font-size: 2rem;
	color: #B48200;
	cursor: pointer;
	transition: all 300ms;
	position: absolute;
	top: 50%;
	right: 2rem;
	transform: translateY(-50%);
}
.mobile-menu-button-close {
	padding: 15px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	line-height: 51px;
	border: 1px solid #E3D09F;
	font-size: 2rem;
	color: #B48200;
	cursor: pointer;
	transition: all 300ms;
}
.mobile-menu-button span,
.mobile-menu-button-close span{
	display: block;
	height: 3px;
	border-radius: 3px;
	background-color: #B48200;
	margin-bottom: 6px;
	transition: all 300ms;
}
.mobile-menu-button span.first{
	margin-top: 3px;
	width: 30px;
}
.mobile-menu-button-close span {
	margin-top: 14px;
	width: 28px;
}
.mobile-menu-button span.second {
	width: 20px;
}
.mobile-menu-button span.third {
	width: 10px;
}
.mobile-menu-button:hover span {
	width: 30px;
}

.offcanvas-menu nav .main-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
.offcanvas-menu nav .main-menu li a {
	display: block;
	color: #1E1E1E;
	font-size: 1.4rem;
	font-weight: 600;
	text-decoration: none;
	padding: 0.3rem 0;
}
.offcanvas-menu nav .main-menu li.current-menu-item a,
.offcanvas-menu nav .main-menu li.current-menu-parent a{
	color: #B48200;
}
.offcanvas-menu .contact-info a {
	display: block;
	color: #B48200;
	text-decoration: none;
	padding: 0.3rem 0;
	font-size: 1.2rem;
}


@media only screen and (max-width: 1200px) {
	.page-template-page-about-us .home-header-content h1,
	.home-header-content h1	{
		font-size: 3.8rem !important;
	}
	.page-template-page-about-us .home-header-content h1 span,
	.home-header-content h1	span{
	    font-size: 5rem;
	}
	.page-template-page-about-us .home-header-content { 
		top: 15%;	
	}
	.header-phone {
		padding: 15px !important;
		font-size: 1.4rem;
	}
	.header-phone:after {
		display: none;
		
	}
}

@media only screen and (max-width: 991px) {
	footer .footer-menu li {
		display: block;
		margin: 0.8rem 0;
	}
	#contact-us nf-fields-wrap {
		column-count: 1;
	}
	.customer-review-gallery { 
		bottom: -15%;	
	}
	.customer-list-arrows {
		top: -10%;
	}
	.customer-list-arrows:before {
		width: 100%;
		left: 0%;
	}
	.customer-list-arrows .slick-prev {
		left: 15%;
	}
	.customer-list-arrows .slick-next {
		right: 15%;
	}
	.customers-list-item .post-item {
		padding: 20px 30px 60px 30px;	
	}
	.page-template-page-about-us h2 {
		font-size: 2.5rem;
	}
	.page-template-page-about-us .home-header-content h1{
		font-size: 3.2rem !important;
	}
	.page-template-page-homepage .home-header-content h1 {
		font-size: 4rem !important;
	}
	.page-template-page-about-us .home-header-content h1 span,
	.home-header-content h1	span{
	    font-size: 4.4rem;
	}
	.page-template-page-about-us .home-header-content { 
		top: 15%;
		left: 3%;
	}
	.home-custom-post-list {
		margin-top: 8%;
	}
	#contact-us .nf-field-element .pikaday__container {
		width: 100% !important;
		margin-right: 0;
	}
}
@media only screen and (max-width: 767px) {
	.page-template-page-about-us .about-us-main-image,
	.page-template-page-homepage .home-main-image {
		top: 0;
	}
	.home-header-content,
	.page-template-page-homepage .home-header-content{
		position: relative !important;
		left: 0 !important;	
	}
	.page-template-page-about-us .home-header-content h1 span,
	.home-header-content h1	span{
		left: -30px;
	}
	#home-icons-info:before {
		display: none;	
	}
	.products-list .product-item a {
		max-height: 600px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1370px) {
	header .btn-primary {
		font-size: 0.9rem;
		padding: 10px 35px 10px 20px !important;
	}
}
@media only screen and (max-width:1335px) {
	#products-from-cat .related-products-list-from-cat,
	#products-from-cat .related-products-list-from-cat-rtl{
		top: 0;
		margin-bottom: 0;	
	}
	#customers h2,
	#blog-list-homepage h2.home-blog-list,
	#products-from-cat h2,
	.page-template-page-about-us article h2{
		font-size: 3.5rem;
	}
}

@media only screen and (min-width: 991px) and (max-width: 1082px) {
	header nav ul#menu-main-menu li a {
		padding: 0 15px;
	}
	header nav ul#menu-main-menu li a:hover:after,
	header nav ul#menu-main-menu li.current-menu-item a:after,
	header nav ul#menu-main-menu li.current-menu-parent a:after {
		right: 0;
	}
	.home-custom-post-list {
		margin-top: -30%;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
	.home-custom-post-list {
		margin-top: -10%;
	}
}