/*#region Reset CSS */

*, *::before, *::after {
	box-sizing: border-box;
}

* {
	margin: 0;
  	padding: 0;
  	border: 0;
  	font-size: 100%;
}

html, body {
	height: 100%;
	font-family: 'Open Sans', sans-serif;
}

body {
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
	display: block;
	max-width: 100%;
}

input, button, textarea, select {
	font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
	overflow-wrap: break-word;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
}

a {
	font-family: 'Open Sans', sans-serif;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out !important;
    text-decoration: none;
}

#root, #__next {
	isolation: isolate;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*#endregion Reset CSS */

.header .header-logo {
    width: 150px;
}

.header-top {
	position: relative;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
	min-height: 40px;
	background-color: rgba(35,35,35,1);
	padding: 10px 0;
}

.header-top .flex-row {
	-js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.header-top .flex-col {
	max-height: 100%;
}

.header-top .flex-left {
	margin-right: auto;
}

.header-top .flex-right {
	margin-left: auto;
}

.header-top .nav {
	width: 100%;
    position: relative;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
	-webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	text-align: center;
}

.header-top .flex-right .nav {
	-webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-top .flex-start .nav {
	-webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.header-top .nav li:first-child {
    margin-left: 0 !important;
}

.header-top .nav li:last-child {
    margin-right: 0 !important;
}

.header-top .nav > li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    margin: 0 7px;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    vertical-align: middle;
}

.header-top .nav > li i {
	font-size: 1.2rem;
	color: #fff;
}

.header-top .nav > li a {
	color: #fff;
	text-decoration: none;
}

.header-top .nav > li a:not(:last-child) {
	margin-right: 15px;
}

.header.sticky .header-main .navbar {
	padding: 40px 0;
}

.header.sticky.enable .header-main .navbar {
	padding: 25px 0;
}

.header.sticky .header-main .nav-link {
	font-weight: 800;
}

.header.sticky .header-main .nav-item:not(:last-child) {
	margin-right: 30px;
}

.header.sticky .header-main button.navbar-toggler {
    color: #fff;
    border: none;
}

.header.sticky .header-main button.navbar-toggler:focus {
    box-shadow: none;
}

.header.sticky .header-main button.navbar-toggler {
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
    padding: 12px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;

    border: 1px solid #f7b035;
    color: #fff;
    background-color: #f7b035;
}

.header.sticky .header-main button.navbar-toggler:hover {
    border: 1px solid #f7b035;
    color: #f7b035;
    background-color: #fff;
}

.header.sticky .header-main .header-button button {
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
    padding: 12px 24px;
    border: 1px solid #f7b035;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    background-color: #f7b035;
}

.header.sticky .header-main .header-button:hover button {
    border-color: #f7b035;
    background-color: #fff;
    color: #f7b035;
}

.header.sticky .header-main .header-button.mini-cart-wc-custom button {
    padding: 12px;
    margin-right: 10px;
    border: 1px solid #f7b035;
    color: #fff;
    background-color: #f7b035;
}

.header.sticky .header-main .header-button.mini-cart-wc-custom:hover button {
    border: 1px solid #f7b035;
    color: #f7b035;
    background-color: #fff;
}

.header.sticky .navbar-dark .navbar-nav .nav-link {
    position: relative;
    color: #232323;
    padding: 5px 20px;
}

.header.sticky .navbar-dark .navbar-nav .nav-link .item-flag {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}

.header.sticky .navbar-dark .navbar-nav .nav-link .item-flag svg {
    width: 100%;
    height: 100%;
    fill: #f7b035;
}

.header.sticky .navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}
.header.sticky .navbar-dark .navbar-nav .nav-link.active .item-flag {
    opacity: 1;
    visibility: visible;
}

.header.sticky .navbar-dark .navbar-nav .nav-link:focus, 
.header.sticky .navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}

.header.sticky .navbar-dark .navbar-nav .nav-link:focus .item-flag, 
.header.sticky .navbar-dark .navbar-nav .nav-link:hover .item-flag {
    opacity: 1;
    visibility: visible;
}

.header.sticky {
    position: relative;
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 7%);
}

.header.sticky.enable {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 7%);
    background-color: #FFFFFFED;
}

.header.sticky.enable .header-top {
    display: none;
}

.header.sticky.enable .navbar-dark .navbar-nav .nav-link {
    color: #232323;
}

.header.sticky.enable .navbar-dark .navbar-nav .nav-link.active, 
.header.sticky.enable .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
}

.header.sticky.enable .navbar-dark .navbar-nav .nav-link:focus, 
.header.sticky.enable .navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}

.header.sticky.enable .navbar-dark .navbar-nav .nav-link .item-flag svg {
    fill: #f7b035;
}

.header.sticky.enable .header-main .header-button button {
    border: 1px solid #f7b035;
    color: #fff;
    background-color: #f7b035;
}

.header.sticky.enable .header-main .header-button:hover button {
    border-color: #f7b035;
    background-color: #fff;
    color: #f7b035;
}

.header.sticky.enable .header-main .header-button.mini-cart-wc-custom button {
    border: 1px solid #f7b035;
    color: #fff;
    background-color: #f7b035;
}

.header.sticky.enable .header-main .header-button.mini-cart-wc-custom:hover button {
    border: 1px solid #f7b035;
    color: #f7b035;
    background-color: #fff;
}

.header.sticky.home-page .header-main .navbar {
	padding: 40px 0;
}

.header.sticky.home-page.enable .header-main .navbar {
	padding: 25px 0;
}

.header.sticky.home-page .header-main .nav-link {
	font-weight: 800;
}

.header.sticky.home-page .header-main .nav-item:not(:last-child) {
	margin-right: 30px;
}

.header.sticky.home-page .header-main button.navbar-toggler {
    color: #fff;
    border: none;
}

.header.sticky.home-page .header-main button.navbar-toggler:focus {
    box-shadow: none;
}

.header.sticky.home-page .header-main button.navbar-toggler {
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
    padding: 12px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;

    border: 1px solid #f7b035;
    color: #fff;
    background-color: #f7b035;
}

.header.sticky.home-page .header-main button.navbar-toggler:hover {
    border: 1px solid #f7b035;
    color: #f7b035;
    background-color: #fff;
}

.header.sticky.home-page .header-main .header-button button {
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
    padding: 12px 24px;
    border: 1px solid #fff;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s;
    color: rgba(206,134,43,1);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    background-color: #fff;
}

.header.sticky.home-page .header-main .header-button:hover button {
    border-color: rgba(206,134,43,1);
    background-color: rgba(206,134,43,1);
    color: #fff;
}

.header.sticky.home-page .header-main .header-button.mini-cart-wc-custom button {
    padding: 12px;
    margin-right: 10px;
    border: 1px solid rgba(206,134,43,1);
    color: #fff;
    background-color: rgba(206,134,43,1);
}

.header.sticky.home-page .header-main .header-button.mini-cart-wc-custom:hover button {
    border: 1px solid #fff;
    color: rgba(206,134,43,1);
    background-color: #fff;
}

.header.sticky.home-page .navbar-dark .navbar-nav .nav-link {
    position: relative;
    color: #fff;
    padding: 5px 20px;
}

.header.sticky.home-page .navbar-dark .navbar-nav .nav-link .item-flag {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}

.header.sticky.home-page .navbar-dark .navbar-nav .nav-link .item-flag svg {
    width: 100%;
    height: 100%;
    fill: rgba(206,134,43,1);
}

.header.sticky.home-page .navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}
.header.sticky.home-page .navbar-dark .navbar-nav .nav-link.active .item-flag {
    opacity: 1;
    visibility: visible;
}

.header.sticky.home-page .navbar-dark .navbar-nav .nav-link:focus, 
.header.sticky.home-page .navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}

.header.sticky.home-page .navbar-dark .navbar-nav .nav-link:focus .item-flag, 
.header.sticky.home-page .navbar-dark .navbar-nav .nav-link:hover .item-flag {
    opacity: 1;
    visibility: visible;
}

.header.sticky.home-page {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: transparent;
    box-shadow: none;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.header.sticky.home-page.enable {
    position: fixed;
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 7%);
    background-color: #FFFFFFED;
}

.header.sticky.home-page.enable .header-top {
    display: none;
}

.header.sticky.home-page.enable .navbar-dark .navbar-nav .nav-link {
    color: #232323;
}

.header.sticky.home-page.enable .navbar-dark .navbar-nav .nav-link.active, 
.header.sticky.home-page.enable .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
}

.header.sticky.home-page.enable .navbar-dark .navbar-nav .nav-link:focus, 
.header.sticky.home-page.enable .navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}

.header.sticky.home-page.enable .navbar-dark .navbar-nav .nav-link .item-flag svg {
    fill: #f7b035;
}

.header.sticky.home-page.enable .header-main .header-button button {
    border: 1px solid #f7b035;
    color: #fff;
    background-color: #f7b035;
}

.header.sticky.home-page.enable .header-main .header-button:hover button {
    border-color: #f7b035;
    background-color: #fff;
    color: #f7b035;
}

.header.sticky.home-page.enable .header-main .header-button.mini-cart-wc-custom button {
    border: 1px solid #f7b035;
    color: #fff;
    background-color: #f7b035;
}

.header.sticky.home-page.enable .header-main .header-button.mini-cart-wc-custom:hover button {
    border: 1px solid #f7b035;
    color: #f7b035;
    background-color: #fff;
}

.offcanvas {
    transition: transform .3s ease-in-out;
}

.offcanvas#miniCartWC {
    padding: 20px;
    background-color: transparent;
    border: none;
    height: 100%;
}

.offcanvas#miniCartWC .close-mini-cart {
    text-align: right;
    display: none;
}

.offcanvas#miniCartWC .close-mini-cart button {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
}

.offcanvas#miniCartWC .offcanvas-header,
.offcanvas#miniCartWC .offcanvas-body {
    padding: 2rem;
    background-color: #fff;
    border-radius: 10px;
}

.offcanvas#miniCartWC .offcanvas-body {
    height: 100%;
    overflow: unset;
}

.offcanvas#miniCartWC .mini-cart-content-wrapper {
    display: grid;
    height: 100%;
    grid-template-columns: 100%;
    grid-template-rows: 1fr auto;
}

.offcanvas#miniCartWC .mini-cart-content-top {
    overflow: auto;
}

.offcanvas#miniCartWC .mini-cart-content-bottom {
    padding-top: 30px;
}

.offcanvas#miniCartWC .mini-cart-content-top::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0,0,0,0);
    background-color: #fff;
}

.offcanvas#miniCartWC .mini-cart-content-top::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.offcanvas#miniCartWC .mini-cart-content-top::-webkit-scrollbar-thumb {
    background-color: lightgrey;
    border: 2px solid #fff;
}

#miniCartWC .mini-cart-custom {
    padding-left: 0;
    margin-bottom: 0;
}

#miniCartWC .mini-cart-custom .mini_cart_item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.1;
    text-align: left;
    list-style: none;
    clear: both;
}

#miniCartWC .mini-cart-custom .mini_cart_item:not(:last-child) {
    margin-bottom: 30px;
}

#miniCartWC .mini-cart-custom .mini_cart_item .cart-item-thumbnail-wrapper {
    flex: 0 auto;
}

#miniCartWC .mini-cart-custom .mini_cart_item .cart-item-details-wrapper {
    flex: 1;
}

#miniCartWC .mini_cart_item .cart-item-details-wrapper ul.variation {
    margin-bottom: 10px;
    padding-left: 0;
}

#miniCartWC .mini_cart_item .cart-item-details-wrapper ul.variation li {
    font-family: "Open Sans", Sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
}

#miniCartWC .mini_cart_item .cart-item-details-wrapper .cart-item-name {
    font-family: "Open Sans", Sans-serif;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1rem;
    color: #232323;
    margin-bottom: 10px;
}

#miniCartWC .mini-cart-custom .attachment-woocommerce_thumbnail {
    float: left;
    width: 80px;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    border: 0;
    border-radius: 10px;
}

#miniCartWC .mini-cart-custom .mini_cart_item .mini-cart-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: 0;
    z-index: -1;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#miniCartWC .mini-cart-custom .mini_cart_item .mini-cart-item-overlay.show {
    opacity: 0.8;
    z-index: 99;
}

#miniCartWC .mini-cart-custom .mini_cart_item a {
    font-family: "Open Sans", Sans-serif;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 23px;
    color: #232323;
}

#miniCartWC .mini-cart-custom .mini_cart_item .quantity {
    font-family: "Delius Unicase", "Open Sans", Sans-serif;
    color: #a5a5a5;
    display: block;
    font-size: 15px;
    font-weight: 400;
}

#miniCartWC .mini-cart-custom .mini_cart_item .quantity .amount {
    color: #f7b035;
    font-weight: 700;
}

#miniCartWC .woocommerce-mini-cart__total.total {
    font-weight: 700;
    font-size: 1.3rem;
    margin-bottom: 30px;
}

#miniCartWC .woocommerce-mini-cart__total.total .amount {
    font-family: "Delius Unicase", "Open Sans", Sans-serif;
    color: #f7b035;
    font-weight: 700;
    font-size: 1.3rem;
    margin-left: 5px;
}

#miniCartWC .mini-cart-custom .mini_cart_item a.remove {
    display: block;
    position: absolute;
    color: #a5a5a5;
    z-index: 2;
    top: 10px;
    right: 5px;
    margin: 0;
    margin-top: 0;
    padding: 0;
    line-height: 0;
    text-shadow: none;
    border: 0;
    width: auto;
    height: auto;
}

#miniCartWC .woocommerce-mini-cart__buttons.buttons {
    display: flex;
    justify-content: space-between;
}

#miniCartWC .woocommerce-mini-cart__buttons.buttons .button {
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
    padding: 12px 24px;
    border: 1px solid #f7b035;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s;
    color: #f7b035;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    background-color: #fff;
}

#miniCartWC .woocommerce-mini-cart__buttons.buttons .button:hover {
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
    padding: 12px 24px;
    border: 1px solid #f7b035;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    background-color: #f7b035;
}

#miniCartWC .woocommerce-mini-cart__buttons.buttons .button.checkout {
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
    padding: 12px 24px;
    border: 1px solid #f7b035;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    background-color: #f7b035;
}

#miniCartWC .woocommerce-mini-cart__buttons.buttons .button.checkout:hover {
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
    padding: 12px 24px;
    border: 1px solid #f7b035;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s;
    color: #f7b035;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    background-color: #fff;
}

.banner {
	position: relative;
	width: 100%;
	height: 1000px;
	background-color: #CFA670;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.banner .banner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    margin-top: 150px;
}

.banner .banner-textbox {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}

.banner .banner-textbox .textbox-wrapper {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 200px;
}

.banner .banner-textbox .subtitle-w-label {
    position: relative;
    width: fit-content;
    padding: 10px 35px;
    opacity: 0;
    animation-name: fadeInUp;
    animation-duration: 0.5s;
    animation-delay: 0.7s;
    animation-fill-mode: both;
    animation-timing-function: linear;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0,150px,0);
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.banner .banner-textbox .subtitle-w-label::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url('../images/label-bg.png');
}

.subtitle-w-label .subtitle {
    position: relative;
    font-family: 'Delius Unicase', 'Open Sans', Sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    z-index: 1;
}

.banner .banner-textbox .title {
    font-size: 75px;
    font-family: 'Open Sans', Sans-serif;
    font-weight: 800;
    color: #fff;
    margin-top: 15px;
    opacity: 0;
    animation-name: fadeInUp;
    animation-duration: 0.5s;
    animation-delay: 1.2s;
    animation-fill-mode: both;
    animation-timing-function: linear;
}

.banner .banner-textbox ul.ul-custom-style {
    margin-top: 30px;
    margin-bottom: 0;
}

.banner .banner-textbox ul.ul-custom-style li {
    font-family: 'Delius Unicase', 'Open Sans', Sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.banner .banner-textbox ul.ul-custom-style li span {
    padding-left: 15px;
}

.banner .banner-textbox ul.ul-custom-style li::marker {
    margin-right: 10px;
}

.banner .banner-textbox ul.ul-custom-style li:not(:last-child) {
    margin-bottom: 25px;
}

.banner .banner-textbox ul.ul-custom-style li:nth-child(1) {
    list-style-image: url('../images/li-style-1.png');
    opacity: 0;
    animation-name: fadeInUp;
    animation-duration: 0.3s;
    animation-delay: 1.5s;
    animation-fill-mode: both;
    animation-timing-function: linear;
}

.banner .banner-textbox ul.ul-custom-style li:nth-child(2) {
    list-style-image: url('../images/li-style-2.png');
    opacity: 0;
    animation-name: fadeInUp;
    animation-duration: 0.3s;
    animation-delay: 1.8s;
    animation-fill-mode: both;
    animation-timing-function: linear;
}

.banner .banner-textbox ul.ul-custom-style li:nth-child(3) {
    list-style-image: url('../images/li-style-3.png');
    opacity: 0;
    animation-name: fadeInUp;
    animation-duration: 0.3s;
    animation-delay: 2.1s;
    animation-fill-mode: both;
    animation-timing-function: linear;
}

.banner .banner-textbox .btn-custom-outline {
    opacity: 0;
    animation-name: fadeInUp;
    animation-duration: 0.3s;
    animation-delay: 2.4s;
    animation-fill-mode: both;
    animation-timing-function: linear;
}

.banner .absolute-item {
    position: absolute;
    width: fit-content;
    height: auto;
    z-index: 1;
}

.banner .absolute-item.leaf-item-1 {
    top: 10%;
    right: 10%;
    animation: leaf1-move 15s infinite;
}
@keyframes leaf1-move {
    50% {transform: rotate(30deg);}
}

.banner .absolute-item.mushroom-item-1 {
    top: 10%;
    left: 5%;
    animation: mushroom1-move 15s infinite;
}
@keyframes mushroom1-move {
    50% {transform: rotate(30deg);}
}

.banner .absolute-item.leaf-item-2 {
    top: 20%;
    left: -100px;
    opacity: 0;
    animation-name: fadeInUp300px;
    animation-duration: 0.5s;
    animation-delay: 3.3s;
    animation-fill-mode: both;
    animation-timing-function: linear;
}

.banner .absolute-item.leaf-item-3 {
    top: 60%;
    left: -50px;
    opacity: 0;
    animation-name: fadeInUp300px;
    animation-duration: 0.5s;
    animation-delay: 3.6s;
    animation-fill-mode: both;
    animation-timing-function: linear;
}

.banner .absolute-item.points-item-1 {
    top: 40%;
    left: 0;
}

.banner .absolute-item.tomato-item-1 {
    top: 70%;
    left: 3%;
    animation: tomato1-move 15s infinite;
}
@keyframes tomato1-move {
    50% {transform: rotate(30deg);}
}

.banner .absolute-item.points-item-2 {
    top: 15%;
    left: 50%;
    transform: translate(-50%, 0);
}

.banner .absolute-item.leaf-item-6 {
    top: 65%;
    right: 7%;
    opacity: 0;
    animation-name: fadeInUp300px;
    animation-duration: 0.5s;
    animation-delay: 3s;
    animation-fill-mode: both;
    animation-timing-function: linear;
}

.banner .absolute-item.tomato-item-2 {
    top: 40%;
    right: 5%;
    opacity: 0;
    animation-name: fadeInUp300px;
    animation-duration: 0.5s;
    animation-delay: 2.7s;
    animation-fill-mode: both;
    animation-timing-function: linear;
}

.banner .absolute-item.mushroom-item-2 {
    top: 75%;
    right: 25%;
    animation: mushroom2-move 15s infinite;
}
@keyframes mushroom2-move {
    50% {transform: rotate(30deg);}
}

@keyframes fadeInUp300px {
    from {
        transform: scale(2.0) translate3d(0,300px,0);
    }

    to {
        transform: scale(1.0) translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp300px {
    from {
        transform: scale(2.0) translate3d(0,300px,0);
    }

    to {
        transform: scale(1.0) translate3d(0,0,0);
        opacity: 1
    }
}

#footer.footer {
    position: relative;
    background-image: url('../images/section-bg-7.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#footer .footer-top {
    padding: 130px 0 100px 0;
}

#footer .footer-bottom {
    padding: 20px 0;
    background-color: #1b1b1b;
    border-top: 1px solid #444;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.footer .footer-logo {
    width: 130px;
}

.footer .social-icons {
    display: flex;
}

.footer .social-icons .icon:not(:last-child) {
    margin-right: 15px;
}

.footer .icon i {
    color: #f7b035;
    font-size: 20px;
    line-height: 1.8;
}

.footer .footer-col-title {
    font-family: 'Delius Unicase', 'Open Sans', Sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #f7b035;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.footer .footer-list {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.footer .footer-list li:not(:last-child) {
    margin-bottom: 15px;
}

.footer .footer-list li p,
.footer .footer-list li a,
.footer .paragraph {
    font-family: 'Delius Unicase', 'Open Sans', Sans-serif;
    text-decoration: none;
    font-size: 0.85rem;
    line-height: 1.8;
    color: #fff;
}

.footer .footer-list li:hover a {
    color: #CFA670;
}

#btnScrollTop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #f7b035;
	color: #fff;
	cursor: pointer;
	padding: 0;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	line-height: inherit;
	text-align: center;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out !important;
}

#btnScrollTop:hover {
	background: #232323;
	color: #fff;
}

.blockUI.blockOverlay {
    position: relative! important;
    display: none! important;
}

.btn-custom {
    font-family: "Open Sans", Sans-serif;
    border-radius: 50rem;
    font-size: 1rem;
    font-weight: 700;
    padding: 17px 35px;
    text-transform: uppercase;
    height: auto;
    width: auto;
    letter-spacing: 1px;
    display: inline-block;
    line-height: 1;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    color: #ffffff;
    background-color: #f7b035;
    border: 1px solid #f7b035;
}

.btn-custom:hover {
    color: #f7b035;
    background-color: #fff;
}

.btn-custom-outline {
    font-family: "Open Sans", Sans-serif;
    border-radius: 50rem;
    font-size: 1rem;
    font-weight: 700;
    padding: 17px 35px;
    text-transform: uppercase;
    height: auto;
    width: auto;
    letter-spacing: 1px;
    display: inline-block;
    line-height: 1;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    color: #fff;
    background-color:transparent;
    border: 1px solid #fff;
}

.btn-custom-outline:hover {
    color: #f7b035;
    background-color: #fff;
}

.section-wrapper {
    position: relative;
    background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.section-wrapper {
    padding: 100px 0;
}

.section-wrapper.section-one {
    background-image: url('../images/section-bg-1.jpg');
    padding: 150px 0;
}

.section-wrapper.section-two {
    background-color: #fff;
}

.section-wrapper.section-three {
    background-color: #f0b452;
}

.section-wrapper.section-four {
    background-image: url('../images/section-bg-2.jpg');
    padding: 150px 0;
}

.section-wrapper.section-five {
    padding-bottom: 50px;
}

.section-wrapper.section-six {
    padding: 0;
}

.section-wrapper.section-seven {
    padding-bottom: 50px;
}

.section-wrapper.section-eight {
    background-image: url('../images/section-bg-3.jpg');
}

.section-wrapper.section-about-one,
.section-wrapper.section-about-three {
    background-color: #fff;
}

.section-wrapper.section-about-two {
    background-image: url('../images/section-bg-7.jpg');
}

.section-shape-top {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    pointer-events: none;
    top: -1px;
    z-index: 1;
}

.section-shape-bottom {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    pointer-events: none;
    bottom: -1px;
    z-index: 1;
}

.info-box-wrapper .info-box-img {
    width: auto;
    max-width: 100%;
    height: 200px;
    margin: 0 auto;
}

.info-box-wrapper .info-box-content {
    position: relative;
    width: fit-content;
    padding: 10px 50px;
    margin: 30px auto 0;
}

.info-box-wrapper .info-box-content:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    transition: all 0.45s ease;
    background-image: url('../images/label-bg-2.png');
}

.info-box-wrapper:hover .info-box-content:before {
    background-image: url('../images/label-bg-2-hover.png');
}

.info-box-content .info-box-title {
    position: relative;
    font-family: 'Delius Unicase', 'Open Sans', Sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    z-index: 1;
    word-break: break-word;
    transition: all 0.45s ease;
}

.normal-title {
    font-family: 'Open Sans', Sans-serif;
    font-size: 46px;
    line-height: 60px;
    font-weight: 800;
    color: #232323;
}

.normal-subtitle {
    font-family: 'Delius Unicase', 'Open Sans', Sans-serif;
    color: #f7b035;
    font-size: 18px;
    font-weight: bold;
}

.best-in-town-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 80px;
}

.divider {
    position: relative;
    width: 90px;
    height: 11px;
    margin: 1rem 0;
}

.divider:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/divider.png');
}

.paragraph {
    font-family: 'Open Sans', Sans-serif;
    color: #616161;
    font-size: 1rem;
    line-height: 2;
}

.counter-box {
    text-align: center;
    padding-top: 30px;
}

.counter-box .counter-value {
    font-family: 'Delius Unicase', 'Open Sans', Sans-serif;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.counter-box .counter-title {
    font-family: 'Open Sans', Sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    width: 100%;
    height: auto;
}

.title-w-label {
    position: relative;
    width: fit-content;
    padding: 30px 50px;
    margin: 0 auto 70px;
}

.title-w-label::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url('../images/label-bg-3.png');
}

.title-w-label .title {
    position: relative;
    font-family: 'Delius Unicase', 'Open Sans', Sans-serif;
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    z-index: 1;
}

.menu-wrapper {
    position: relative;
    width: 100%;
    padding: 30px;
}

.menu-wrapper .menu-list {
    position: relative;
    margin: 0px 0px 60px 0px;
    padding: 60px 30px 0px 30px;
    border: 2px solid #f7b035;
    border-radius: 25px;
}

.menu-wrapper .menu-list ul {
    padding-left: 0;
}

.menu-wrapper .menu-list.no-border {
    margin: 0px 0px 60px 0px;
    padding: 60px 30px 0px 30px;
    border: none;
    border-radius: 0;
}

.menu-list .menu-item {
    margin-bottom: 20px;
}

.menu-list .menu-item:hover .item-details .item-name {
    color: #f7b035;
}

.menu-list .menu-item .item-details {
    display: flex;
    align-items: baseline;
    margin-bottom: 5px;
    flex-wrap: wrap;

}

.menu-list .menu-item .item-details:after {
    content: "";
    width: 100%;
    height: 1px;
    flex: 1;
    order: 2;
    border-bottom: 3px dotted #fff;
    margin-left: 7px;
    margin-right: 7px;
}

.item-details .item-name {
    font-family: 'Open Sans', Sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    order: 1;
    /* margin-right: 7px; */
    line-height: 1.25;
    transition: 0.4s;
}

.item-details .item-price {
    font-family: 'Delius Unicase', 'Open Sans', Sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    order: 3;
    /* margin-left: 7px; */
    line-height: 1;
    margin-top: 10px;
}

.menu-list .menu-item .item-desc {
    font-family: 'Open Sans', Sans-serif;
    color: #d7d7d7;
    font-size: 1rem;
    line-height: 24px;
}

.menu-wrapper .menu-name {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.menu-wrapper .menu-name h3 {
    position: relative;
    display: inline-block;
    font-family: 'Delius Unicase', 'Open Sans', Sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 7px 50px;
    z-index: 1;
    word-break: break-word;
    transition: all 0.45s ease;
}

.menu-wrapper .menu-name .menu-name-label {  
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    font-size: inherit;
    line-height: inherit;
}

.menu-wrapper .menu-name .menu-name-label svg {
    width: 100%;
    height: 100%;
    transition: all 0.45s ease;
    fill: #f7b035;
}

.product-list .product-post {
    position: relative;
    padding: 0px 15px 55px 15px;
}

.product-list .product-wrapper {
    position: relative;
    border: 2px dashed transparent;
    border-radius: 25px;
    transition: all 0.45s ease;
}

.product-list .product-wrapper:hover {
    border: 2px dashed #f7b035;
}

.product-list .product-wrapper .product-thumbnail {
    padding: 10px;
}

.product-list .product-wrapper .product-thumbnail img {
    width: 100%;
    height: auto;
}

.product-list .product-wrapper .product-details {
    padding-bottom: 40px;
}

.product-list .product-details .product-name {
    font-family: 'Open Sans', Sans-serif;
    font-weight: 700;
    font-size: 22px;
    margin-top: 18px;
    line-height: 32px;
    margin-bottom: 5px;
    text-align: center;
    color: #232323;
}

.product-list .product-details .product-desc {
    font-size: 14px;
    line-height: 24px;
    padding: 4px 23px 7px;
    text-align: center;
    color: #616161;
}

.product-list .product-price {
    font-family: 'Delius Unicase', 'Open Sans', Sans-serif;
    font-size: 25px !important;
    font-weight: 700;
    color: #f7b035;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    width: 100%;
}

.product-list .product-price del {
    margin-right: 5px;
    color: #a5a5a5;
    font-weight: 400;
}

.product-list .product-price .woocommerce-Price-currencySymbol {
    vertical-align: super;
    font-size: 0.55em;
    margin-right: 4px;
}

.product-list .btn-add-to-cart {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 50%;
    display: flex;
    transform: translate(-50%, 50%);
    justify-content: center;
    opacity: 0;
    transition: all 0.45s ease;
}

.product-list .product-wrapper:hover .btn-add-to-cart {
    opacity: 1;
}

.product-list .btn-add-to-cart .add_to_cart_link {
    position: relative;
    font-family: 'Delius Unicase', 'Open Sans', Sans-serif;
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
    border: 0;
    opacity: 1;
    visibility: visible;
    line-height: 24px;
    padding: 8px 28px;
    z-index: 2;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    text-transform: lowercase;
    background: transparent;
    color: #fff;
    letter-spacing: -0.8px;
}

.product-list .btn-add-to-cart .add_to_cart_link:before {
    border-color: #f7b035 transparent transparent transparent;
    content: "+";
    display: inline-block;
    margin-right: 4px;
    transition: all 0.45s ease;
}

.product-list .btn-add-to-cart .add_to_cart-svg svg {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.45s ease;
    fill: #f7b035;
}

.custom-prev {
    background-image: url('../images/left-arrow.png');
    width: 100px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    left: -100px;
    transition: all 0.45s ease;
}

.custom-prev:hover {
    background-image: url('../images/left-arrow-hover.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.custom-next {
    background-image: url('../images/right-arrow.png');
    width: 100px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    right: -100px;
    transition: all 0.45s ease;
}

.custom-next:hover {
    background-image: url('../images/right-arrow-hover.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.onsale-bubble {
    right: 15px;
    top: 35px;
    position: absolute;
    line-height: 0;
    background-color: #232323;
    border-radius: 50rem;
}

.onsale-bubble .onsale-text {
    font-family: 'Open Sans', Sans-serif;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    box-sizing: border-box;
    width: auto;
    height: auto;
    padding: 14px 8px 12px;
    min-width: 50px;
    min-height: 50px;
    text-transform: capitalize;
    color: #ffffff;
    position: relative;
    z-index: 9;
    background: transparent !important;
    border: 0;
    top: 0;
    left: 0;
}

.combo-menu-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #f0b452;
    padding: 100px 80px;
}

.combo-menu-wrapper .title {
    font-family: 'Delius Unicase', 'Open Sans', Sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 52px;
    color: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    word-break: break-word;
    transition: all 0.45s ease;
    display: inline-block;
}

.combo-menu-background {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.combo-menu-wrapper .combo-menu .menu-item {
    display: flex;
    align-items: center;
}

.combo-menu-wrapper .combo-menu .menu-item:not(:last-child) {
    margin: 0px 0px 25px 0px;
}

.combo-menu-wrapper .combo-menu .menu-item .item-thumbnail {
    margin: 0px 20px 0px 0px;
}

.combo-menu-wrapper .combo-menu .menu-item .item-thumbnail img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.combo-menu-wrapper .combo-menu .menu-item .item-content {
    flex: 1;
}

.combo-menu-wrapper .combo-menu .item-content .item-details {
    display: flex;
    align-items: baseline;
    margin-bottom: 5px;
}

.combo-menu-wrapper .combo-menu .item-content .item-details::after {
    content: "";
    width: 100%;
    height: 1px;
    flex: 1;
    order: 2;
    border-bottom: 3px dotted;
    border-color: #fff;
}

.combo-menu-wrapper .combo-menu .item-content .item-details .item-name {
    font-family: 'Open Sans', Sans-serif;
    font-weight: 700;
    color: #fff;
    order: 1;
    margin-right: 7px;
    font-size: 24px;
    line-height: 1.25;
    transition: all 0.45s ease;
}

.combo-menu-wrapper .combo-menu .item-content .item-details .item-price {
    font-family: 'Delius Unicase', 'Open Sans', Sans-serif;
    font-weight: 700;
    order: 3;
    margin-left: 7px;
    font-size: 30px;
    line-height: 1;
}

.combo-menu-wrapper .combo-menu .item-content .item-desc {
    font-family: 'Open Sans', Sans-serif;
    font-weight: 400;
    color: #a95f02;
    font-size: 1rem;
    line-height: 24px;
}

.combo-menu-wrapper .combo-menu .item-content .item-link:hover .item-name {
    color: #232323;
}

.testimonial {
    margin-top: 3rem;
    padding: 0 50px;
}

.testimonial-item .customer-avatar img {
    border-radius: 50rem;
    margin: 2.5rem auto 2.5rem;
}

.testimonial-item .customer-review-content {
    font-family: 'Open Sans', Sans-serif;
    color: #616161;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
}

.testimonial-item .customer-rating {
    padding: 0;
    background: transparent;
    color: #ffe435;
    text-align: center;
}

.testimonial-item .customer-name {
    line-height: 1.8;
    font-size: 20px;
    font-family: 'Delius Unicase', 'Open Sans', Sans-serif;
    font-weight: 700;
    margin-top: 10px;
    color: #1a1a1a;
    text-align: center;
    text-transform: uppercase;
}

.page-header {
    background-image: url(http://foodmood.wgl-demo.net/wp-content/uploads/2019/09/pagetitle-3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center bottom;
    background-color: transparent;
    height: 340px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-header .page-header-content {
    text-align: center;
}

.page-header .page-header-title {
    font-family: 'Open Sans', Sans-serif;
    color: #232323;
    font-size: 42px;
    line-height: 60px;
    text-transform: capitalize;
    font-weight: 700 !important;
}

.page-header .page-header-breadcrumb {
    margin-top: 15px;
    color: #a0a0a0;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Open Sans', Sans-serif;
    font-weight: 700 !important;
}

.page-header .page-header-breadcrumb a {
    color: #a0a0a0;
}

.page-header .page-header-breadcrumb .breadcrumb-arrow {
    margin: 0 10px;
    font-size: 10px;
}

.page-header .page-header-breadcrumb .current {
    color: #f7b035
}

.gallery-item {
    position: relative;
    width: 100%;
    cursor: pointer;
    border-radius: 10px;
}

.gallery-item:before {
    display: block;
    padding-top: 100%;
    content: "";
}

.gallery-item .gallery-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    border-radius: 10px;
}

.gallery-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    z-index: 2;
    background: rgba(247,176,53,0.8);
    box-sizing: border-box;
    float: none;
    line-height: initial;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0;
    border-radius: 10px;
    border: 2px dashed #f7b035;
}

.gallery-item:hover .overlay {
    opacity: 0.8;
}

.gallery-item .overlay .fill {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-item .icon-zoom {
    color: #fff;
    font-size: 3rem;
}

.gallery-filters {
    text-align: center;
}

.gallery-filters .nav-tabs {
    border: none;
    justify-content: center;
}

.gallery-filters .btn-filter {
    font-family: 'Open Sans', Sans-serif;
    padding: 5px 30px 5px 30px;
    margin: 0px 5px 15px 0px;
    text-transform: uppercase;
    color: #232323;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    transition: all 0.5s;
    position: relative;
    line-height: 22px;
    font-size: 14px;
    font-weight: 600;
    color: #232323;
    background-color: transparent;
    z-index: 1;
}

.gallery-filters .btn-filter:not(:last-child) {
    margin-right: 10px;
}

.gallery-filters .btn-filter .filter-bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    top: 0;
    height: 32px;
    line-height: 32px;
    display: block;
    transition: all 0.45s ease;
    opacity: 0;
    background-image: url('../images/filter-bg.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.gallery-filters .btn-filter.active,
.gallery-filters .btn-filter:hover {
    color: #fff;
}

.gallery-filters .btn-filter.active .filter-bg,
.gallery-filters .btn-filter:hover .filter-bg  {
    opacity: 1;
}

.section-about-two .info-wrapper {
    padding: 0 50px;
}

.section-about-two .image-icon {
    width: 100%;
    height: auto;
}

.section-about-two .image-icon img {
    width: 100px;
    height: auto;
    margin: 0 auto 20px;
}

.section-about-two .info-title {
    position: relative;
    width: 100%;
    font-family: 'Delius Unicase', 'Open Sans', Sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.4;
    word-break: break-word;
    transition: all 0.45s ease;
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
}

.section-about-two .info-content {
    font-family: 'Open Sans', Sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 1rem;
    line-height: 2.1;
    transition: all 0.45s ease;
    text-align: center;
}

.contact-info-wrapper .contact-info-box {
    display: flex;
    width: 100%;
    align-items: center;
}

.contact-info-wrapper .contact-info-box:not(:last-child) {
    margin-bottom: 20px;
}

.contact-info-box .contact-info-icon {
    margin-right: 20px;
}

.contact-info-box .contact-info-icon img {
    width: 70px;
    height: auto;
}

.contact-info-box .contact-info-content {
    flex: 1;
}

.contact-info-box .contact-info-content .contact-info-title {
    position: relative;
    font-family: 'Delius Unicase', 'Open Sans', Sans-serif;
    font-weight: 700;
    z-index: 1;
    font-size: 18px;
    line-height: 1.4;
    word-break: break-word;
    transition: all 0.45s ease;
    display: inline-block;
    color: #232323;
}

.contact-form-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url('../images/contact-form-bg.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-form-wrapper .contact-form {
    width: 100%;
    height: auto;
    padding: 0 80px;
}

.contact-form .form-control-wrap {
    display: block;
    margin-bottom: 10px;
}

.contact-form .contact-title {
    font-family: 'Open Sans', Sans-serif;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

.contact-form input {
    display: block;
    height: 52px;
    width: 100%;
    margin: 0;
    border: 1px solid #ddd;
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    font-family: inherit;
    outline: none;
    border-radius: 25px;
    transition: 0.3s;
    background: #fff;
}

.contact-form textarea {
    display: block;
    width: 100%;
    margin: 0;
    border: 1px solid #ddd;
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    font-family: inherit;
    outline: none;
    border-radius: 25px;
    transition: 0.3s;
    background: #fff; 
}

.main-drink-menus-wrapper {
    position: relative;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 15%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border: 5px solid #f7b035;
    border-radius: 100px;
    padding: 70px 70px 10px 70px;
}

.main-drink-menus-wrapper .title-w-label .title {
    color: #f7b035;
}

.main-drink-menus-wrapper .menu-wrapper .menu-list {
    position: relative;
    margin: 0px 0px 60px 0px;
    padding: 0;
    border: none;
    border-radius: 0;
}

.main-drink-menus-wrapper .menu-wrapper .menu-name {
    position: relative;
    text-align: left;
}

.main-drink-menus-wrapper .menu-wrapper .menu-name h3 {
    position: relative;
    display: inline-block;
    font-family: 'Delius Unicase', 'Open Sans', Sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-align: left;
    color: #f7b035;
    padding: 0;
    z-index: 1;
    word-break: break-word;
    transition: all 0.45s ease;
} 

.main-drink-menus-wrapper .item-details .item-name {
    color: #232323;
}

.main-drink-menus-wrapper .menu-list .menu-item .item-details:after {
    border-color:  #f7b035;
}

.main-drink-menus-wrapper .item-details .item-price {
    color: #f7b035;
}

.main-drink-menus-wrapper .item-details .item-price del {
    color: #a5a5a5;
    font-weight: 400;
}

.main-drink-menus-wrapper .menu-list .menu-item .item-desc {
    color: #a0a0a0;
}

.image-absolute {
    position: absolute;
    width: fit-content;
    height: auto;
    z-index: -1;
}

.image-absolute img {
    width: 100%;
}

.image-absolute.image-1 {
    top: 7%;
    left: -15%;
    width: 400px;
}

.image-absolute.image-2 {
    top: 20%;
    right: -14%;
}

.image-absolute.image-3 {
    bottom: 10%;
    left: -12%;
    width: 250px;
}

.image-absolute.image-4 {
    top: 20%;
    left: -20%;
    width: 600px;
}

.image-absolute.image-5 {
    top: -5%;
    right: -20%;
    width: 500px;
}

.image-absolute.image-6 {
    top: 40%;
    right: -20%;
    width: 600px;
}

.image-absolute.image-7 {
    top: 60%;
    left: -20%;
    width: 100%;
}

.image-absolute.image-8 {
    bottom: 3%;
    right: -20%;
    width: 600px;
}

.single-product-page .product-image-gallery-custom {
    opacity: 0; 
    transition: opacity .25s ease-in-out; 
    margin-bottom: 5rem !important;
 
}

.single-product-page .product-image-gallery-custom > div {
    border: 2px solid #f7b035;
    border-radius: 10px;
    margin-bottom: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    width: calc(100% - 5px);
    margin: auto;
    border: 2px solid #f7b035;
    border-radius: 10px;
    padding: 5px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    margin-bottom: 5px;
}

.woocommerce div.product .product_title {
    font-family: 'Open Sans', Sans-serif;
    font-weight: 800;
    font-size: 42px;
    line-height: 1.45;
    margin-top: 0;
    margin-bottom: 8px;
}

.woocommerce-tabs ul.tabs {
    position: relative;
    margin: 0;
    overflow: visible;
    display: inline-block;
    border: 1px solid #e4e6e9;
    border-radius: 25px;
    padding: 0 4px;
    list-style: none;
}

.woocommerce-tabs ul.tabs li {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 3px 0;
    /* float: left; */
    line-height: 1.7;
    text-align: center;
    cursor: pointer;
    transition: 0s;
    background: transparent;
    margin-right: 3px;
    border: 0;
    border-radius: 25px;
    min-width: 120px;
    transition: all 0.3s ease-in-out;
    color: #e4e6e9;
}

.woocommerce-tabs ul.tabs li:last-child {
    margin-right: 0;
}

.woocommerce-tabs ul.tabs li a {
    font-family: 'Open Sans', Sans-serif;
    padding: 11px 31px;
    display: block;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
    box-shadow: none;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: 0;
    border-radius: 25px;
    color: #232323;
}

.woocommerce-tabs ul.tabs li.active a {
    background: #232323;
    color: #fff;
}

.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel {
    margin: 40px 0;
}

.woocommerce-tabs.wc-tabs-wrapper #tab-description {
    font-family: 'Open Sans', Sans-serif;
    color: #616161;
    font-size: 1rem;
    line-height: 2;
}