/*
    Theme Name: ETERNITY 2025 Theme Woo Update
    Theme URI: https://malachisimonyan.com
    Description: HTML5 Blank WordPress Theme
    Version: 5
    Author: Malachi Simonyan
    Author URI: http://toddmotto.com
    Tags: Blank, HTML5, CSS3

    License: MIT
    License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*\
    GENERAL MAIN/ROOT 
\*------------------------------------*/
/* global box-sizing */
*, *:after, *:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    /* font-smooth: antialiased; */
    text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
    font-size: 62.5%;
}

body {
    font: 400 16px 'Montserrat', Helvetica, Arial, sans-serif;
    color: #444;
    /*    font-family: "Open Sans", sans-serif;*/
}

/* clear */
.clear:before, .clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom:1; }

img {
    max-width: 100%;
    vertical-align: bottom;
}

a {
    color: #444;
    text-decoration: none;
}

a:hover {
    color: #444;
}

a:focus {
    outline: 0;
}

a:hover, a:active {
    outline: 0;
}

input:focus {
    /* outline:0; */
    /* border:1px solid #04A4CC; */
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text, .gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {
}

.bypostauthor {
}

/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/
@font-face {
    /* font-family: 'Font-Name';
    src: url('fonts/font-name.eot');
    src: url('fonts/font-name.eot?#iefix') format('embedded-opentype'), url('fonts/font-name.woff') format('woff'), url('fonts/font-name.ttf') format('truetype'), url('fonts/font-name.svg#font-name') format('svg');
    font-weight: normal;
    font-style: normal; */
}

.great-vibes-regular {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
}

/*=============================================*/
/*==============================================

########  #######  ########   ##     ##  ######  
##       ##     ## ##     ##  ###   ### ##    ## 
##       ##     ## ##     ##  #### #### ##       
######   ##     ## ########   ## ### ##  ######  
##       ##     ## ##   ##    ##     ##       ## 
##       ##     ## ##    ##   ##     ## ##    ## 
##        #######  ##     ##  ##     ##  ###### 

===============================================*/
/*=============================================*/
.form-control:focus {
    /*color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #dea80980;*/
}

/*.iframe-border {
    margin-top: 20px;
    border: 15px solid var(--jar-gold);
    background: black;
}*/
.zform {

}

.zcontact-form {
    font-family: "Quicksand";
}
.zcontact-form input{
    padding: 10px;
    margin-top: 10px;
    width: 100%;
}

.zcontact-form label{
    width: 100%;
}

.zform input[type=submit]{
    display: block;
    flex-wrap: nowrap;
    justify-content: center;
    font-size: 1.25em;
    color: white;
    text-decoration: none;
    /* text-shadow: 0px 3px 7px black; */
    padding: .75em 1.5em;
    /* display: flex; */
    background: #000000;
    /* border-radius: 10px; */
    cursor: pointer;
    border: 0px;
    font-weight: 300;
    text-transform: uppercase;
    transition: all .25s ease;
    letter-spacing: 5px;
}

textarea.wpcf7-form-control.wpcf7-textarea.textarea-fix {
    width: 100%;
    margin-top: 10px;
    max-width: 100%;
    padding: 5px 10px;
}


.wp-block-column.contact-form-block.is-layout-flow.wp-block-column-is-layout-flow {
    background-color: rgba(246,246,247,1) !important;
    box-shadow:rgba(0,0,0,0.3) 0 3px 11px 0 !important;
    -moz-box-shadow:rgba(0,0,0,0.3) 0 3px 11px 0 !important;
    -webkit-box-shadow:rgba(0,0,0,0.3) 0 3px 20px 5px !important;
    padding: 30px;
    margin-top: -260px;
    border-radius: 4px;
}

.wp-block-column.contact-left-block.is-layout-flow.wp-block-column-is-layout-flow {
    margin-top: 20px;
}

.wp-block-column.contact-left-block.is-layout-flow.wp-block-column-is-layout-flow p{
    margin-bottom: 30px;
    border-bottom: 1px solid #162d414f;
    padding-bottom: 21px;
    max-width: 68%;
}

.page-template-page-contact-wide-wrapped-php {

}

.page-template-page-contact-wide-wrapped-php h2{
    font-family: "Merriweather", serif;
    font-size: 1.5em;
    margin-bottom: 20px;
}

/*============================================================*/
/*=============================================================

########  ##     ## ######## ########  #######  ##    ##  ######  
##     ## ##     ##    ##       ##    ##     ## ###   ## ##    ## 
##     ## ##     ##    ##       ##    ##     ## ####  ## ##       
########  ##     ##    ##       ##    ##     ## ## ## ##  ######  
##     ## ##     ##    ##       ##    ##     ## ##  ####       ## 
##     ## ##     ##    ##       ##    ##     ## ##   ### ##    ## 
########   #######     ##       ##     #######  ##    ##  ######  

==============================================================*/
/*============================================================*/
.btn {
}
.button-light {
    display: block;
    flex-wrap: nowrap;
    justify-content: center;
    font-size: 1.75em;
    color: 000000;
    text-decoration: none;
    padding: .75em 1.5em;
    background: white;
    cursor: pointer;
    border: 0px;
    font-weight: 300;
    text-transform: uppercase;
    transition: all .25s ease;
    letter-spacing: 5px;
    font-family: "Open Sans", sans-serif;
}

.button-light:hover {
    background: #e31f25;
    transition: all .25s ease;
    color: white;
}

.button-dark {
    display: block;
    flex-wrap: nowrap;
    justify-content: center;
    font-size: 1.25em;
    color: white;
    text-decoration: none;
    /* text-shadow: 0px 3px 7px black; */
    padding: .75em 1.5em;
    /* display: flex; */
    background: #000000;
    /* border-radius: 10px; */
    cursor: pointer;
    border: 0px;
    font-weight: 300;
    text-transform: uppercase;
    transition: all .25s ease;
    letter-spacing: 5px;
    font-family: "Open Sans", sans-serif;
}

.button-dark:hover {
    background: #e31f25;
    transition: all .25s ease;
}

.button-50 {
    max-width: 50%;
}
.button-center {
    margin-left: auto;
    margin-right: auto;
}

/* .contact-link a{
    background-color: white;
    color: black;
    padding: 8px 25px!important;
    font-weight: 800!important;
} */

/*============================================================*/
/*=============================================================

##     ##    ###    #### ##    ## 
###   ###   ## ##    ##  ###   ## 
#### ####  ##   ##   ##  ####  ## 
## ### ## ##     ##  ##  ## ## ## 
##     ## #########  ##  ##  #### 
##     ## ##     ##  ##  ##   ### 
##     ## ##     ## #### ##    ##

==============================================================*/
/*============================================================*/

/*------------------------------------*\
  Colors: USE var(--dark-blue) in css
\*------------------------------------*/
:root {
    --dark-blue: #2e3192;
}

h1 {
    font-family: "Quicksand";
    font-family: "Montserrat", sans-serif;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper !OLD DONT USE SOON */
.wrapper {
    max-width: 1280px;
    width: 95%;
    margin: 0 auto;
    position: relative;
}

/* container NEW USE THIS*/
.container {
    max-width: 1280px;
    width: 95%;
    margin: 0 auto;
    position: relative;
}

/* header */
.header {
    padding: 10px 15px;
}

/* logo */
.logo {
    /* text-align: center; */
    /* align-self: center; */
    /* margin-right: auto; */
    margin-left: auto;
    margin-top: 5px;
    padding-left: 10px;
}

.logo img {
    max-width: 165px;
    filter: brightness(1.15);
    /* filter: contrast(1.25); */
    /* padding-left: 15px; */
}

/* nav */
.nav {
}

.header-top-right {
    text-align: right;
    padding-top: 5px;
    color: white;
}

.header-top-right a {
    color: #21c29c;
}

.store-icons {
    text-align: right;
    display: flex;
    /* align-content: center; */
    /* align-items: center; */
    /* flex-wrap: nowrap; */
    /* justify-content: flex-end; */
    margin-left: 17px;
}

.store-icons .bi {
    color: white;
    font-size: 32px;
    /* margin-top: 10px; */
    position: relative;
    top: 4px;
}

/* sidebar */
.sidebar {
    /* padding: 15px; */
    /* background: red; */
}

.sidebar-parent {
    border-right: 1px solid #ececec;
    padding-right: 25px;
    padding-top: 15px;
}

/*------------------------------------*\
    MAIN PARENTS
\*------------------------------------*/
.main-parent {
    /* background: url(img/reg-pg-bg2-min.jpg) no-repeat; */
    /* background: 100% 99vh; */
    /* background-size: contain; */
    overflow-x: hidden;
    /* box-shadow: inset 0px 110px 100px 0 #00000078; */
}

.page-template-page-home-wide-wrapped-hero .main-paren{
    ackground: none;
}

.wide-wrapped-row {
    background: #c7c7c7;
}

.page-wide-wrapper {
    background: #e9e9e9;
}

.header-wide-row {
    background: #dbdbdb;
    background: #000000;
    min-height: 160px;
}

.header-wide-wrapper {
    background: #f3f3f3;
    background: #000000;
}

.footer-wide-row {
    background: #dbdbdb;
    padding-top: 1.35em;
    z-index: 2;
    position: relative;
}

.footer-wide-wrapper {
    background: #f3f3f3;
    padding: 20px 15px;
    margin-top: 40px;
}

.page-template-page-wide-wrapped  .main-parent, .page-template-product-page-wide-wrapped .main-parent {
    background-color: #182d41;
    color: #FFF;
    background-image: url(img/pattern-3.webp);
    background-size: auto;
}

.page-template-page-wide-wrapped .container-fluid, .page-template-product-page-wide-wrapped .container-fluid {
    background: white;
    margin-top: 70px;
    position: relative;
    z-index: 0;
    padding: 0px;
}

.page-template-page-wide-wrapped .top-tear, .page-template-product-page-wide-wrapped .top-tear{
    background-image:url(img/Tear-Top.png);
    display: block;
    height: 40px;
    position: absolute;
    /* margin-top: 10px; */
    width: 100%;
    bottom: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
    top: -38px;
}
.page-template-product-page-wide-wrapped .top-tear {
    /* display:none; */
}

.container-heading {

}


.container-heading h1{
    /*color: white;*/
}

.page-heading {
    padding: 0px 25px;
}

.page-heading h1{
    color: white !important;
    font-family: "Merriweather", serif;
}

.page-template-page-contact-wide-wrapped .page-heading h1{
    position: absolute;
    top: 300px;
    position: absolute;
    font-size: 40px;
}
.default-page {
    
}

.default-page {
    
}

.default-page main{
    padding: 20px 25px 40px;
}
.default-page h2{
    color: #162d41 !important;
    font-size: 1.5em;
    margin: 10px 0 20px;
    font-family: "Merriweather", serif;
    text-align: left;
}

.default-page h5{
    color: #162d41 !important;
    font-size: .85em;
    text-transform: uppercase;
    text-align: left;
}
.default-page p{
    text-align: left;
    margin-bottom: 20px;
}
figure.wp-block-gallery {
    margin-top: 20px;
}

/*=========================*//*=========================*/
/*=========================*//*=========================*/
/*HOMEAPGE*/
/*=========================*//*=========================*/
.homepage-new-fix {
/*    background: url(img/topbg.jpg) no-repeat;*/
}

.homepage-bg-fix {
    background: url(img/temp-top-bg.jpg) no-repeat;
    height: 800px;
    position: absolute;
    width: 100%;
    background-size: cover;
    top: 0;
    /* background: #cfcfcf; */
    /* box-shadow: inset 0px 110px 100px 0 #00000063; */
    z-index: -2;
    overflow: hidden;
}


section {
    /* padding: 15px; */
}

main {
    padding-top: 20px;
    padding: 20px 15px;
}

.container-fluid.welcome-row {
    min-height: 350px;
    /* background-image: url(img/wild-chick-1.jpg), url(img/wild-chick-2.jpg); */
    background-position: 102% 50%, -3% 48%;
    background-repeat: no-repeat, no-repeat;
    background-size: 21%;
    position: relative;
    top: 0px;
}
.welcome-row {

}
.welcome-row .page-wide-wrapper {
    background: none;
}
.hp-welcome-row{
    margin-bottom: 80px;
}

.hp-welcome-row img{
    border: 15px solid #f0f0ef;
    /* border-radius: 15px; */
    padding: 30px;
}
.hp-welcome-row h1{
    margin: 20px auto 15px;
    font-size: 1.25em!important;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #182d41!important;
}
.hp-welcome-row p{
    font-size: 0.95em;
    line-height: 1.5;
    padding-right: 3%;
    text-align: center;
}


.wide-wrapped-row.with-hero {
    /* min-height: 640px; */
    position: relative;
    position: relative;
    z-index: 1;
}

.hp-new-products{

}


h1.page-title {
    /* padding-left: 15px; */
    font-family: 'Quicksand';
    font-family: "Open Sans", sans-serif;
    font-size: 3em;
    /* color: #e31f25; */
}

.header {
    /* padding-left: 15px; */
}
main {
    padding: 40px 30px;
}

/*NEW ETERNITY HOMEPAGE CODE==>*/
.top-shadow-fix {
    box-shadow: inset 0px 130px 110px -50px #072942cc;
    box-shadow: inset 0px 220px 80px -110px #01101ac2;
    z-index: 2;
    position: absolute;
    height: 500px;
    width: 100%;
}
.page-template-page-contact-wide-wrapped .top-shadow-fix {
    z-index: 0;
}

.slider-container-home h1{
    text-align: center;
    position: absolute;
    margin: auto auto;
    display: block;
    left: 0;
    right: 0;
    bottom: 24%;
    color: white;
    font-optical-sizing: auto;
    font-family: "Merriweather", serif;
    font-style: italic;
    letter-spacing: 1.5px;
    line-height: 1.5;
}

.home-row-fluid {
    /* border-bottom: 3px solid grey; */
    /* margin-top: 60px; */
}

.fluid-div-fix-1 {
    padding: 120px 30px;
    display: flex;
    flex-direction: column;
    max-width: 590px;
    /* align-items: flex-end; */
    margin-top: 0px;
}
.fluid-div-fix-1.div-fix-flex-right {
    /* align-items: flex-end; */
    float: right;
}

.home-row-fluid h4{
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 600;
    color: #687886;
    color: #727272;
}

.home-row-fluid h2{
    font-family: "Merriweather", sans-serif;
    border-bottom: 2.5px solid #d9ae73;
    line-height: 1.5;
    padding-bottom: 20px;
    font-size: 2.25em;
    color: #182d41;
}

.home-row-fluid p{
    font-size: 1em;
    margin-top: 20px;
    line-height: 1.5;
    font-weight: 500;
}

.home-product-slider a.button, .home-row-fluid a.button{
    background-color: white;
    color: black;
    width: fit-content;
    padding: 8px 20px;
    font-weight: 600;
    margin-top: 20px;
    transition: all .25s ease;
    border: 2px solid white;
}

.home-product-slider a.button:hover, .home-row-fluid a.button:hover{
    background: #d9ae73;
    color: white;
    border: 0px;
    border: 2px solid #d9ae73!important;
}


.fluid-image {

}

.color-background {

}

.color-eternity-blue-bg {
    background-color: #182d41;
    color: #FFF;
    background-image: url(img/pattern-3.webp);
    /* background-size: 100%; */
    /* opacity: .5; */
}
.color-eternity-blue-bg h2{
    color: #FFF;
}

#fluid-image-pro{
    background-image:url(img/pro-img.jpg);
    background-position: left;
    background-size: cover;
    min-height: 380px;
}
.on-white {
    border: 2px solid #162d41!important;
}


.home-row-bg {
    min-height: 600px;
    position: relative;
    overflow-x: hidden;
}

@keyframes bg-slide {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}


.home-moving-bg {
    background-image:url(img/craft-bg-w.jpg);
    background-repeat: repeat-x;
    background-position: left;
    background-size: 45%;
    min-height: 600px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    animation: bg-slide 20s linear infinite;
    width: 200%;
}

.craft-bg {
    background: #fffffff0;
    margin-top: 80px;
    margin-right: 19px;
    /* padding-right: 20px; */
    padding: 50px 30px;
}

.home-row-fluid a.button.eternity-blue-button {
    background-color: #182d41;
    color: white;
/*    border: 0px solid black;*/
}
.home-row-fluid a.button.eternity-blue-button:hover {
    background-color: #d9ae73;
    color: white;
/*    border: 2px solid black;*/
}

.handcrafted-text {
    position: absolute;
    top: -70px;
    right: 0;
}

.handcrafted-text img{
    max-width: 350px;
}

/*Utilities*/
/*===================================*/
.top-tear {
    background-image:url(img/Tear-Top.png);
    display: block;
    height: 40px;
    position: absolute;
    /* margin-top: 10px; */
    width: 100%;
    bottom: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
}

.bottom-tear {
    background-image:url(img/Tear-Footer.png);
    display: block;
    height: 30px;
    position: absolute;
    /* margin-top: 10px; */
    width: 100%;
    top: -1px;
}


/*------------------------------------*\
    NAVIGATION  
\*------------------------------------*/
.nav {
    z-index: 2;
    position: relative;
}

.nav .menu {
}

header .nav ul {
    /* margin-top: 15px; */
    text-align: right;
}

.nav ul {
    list-style: none;
    padding-left: 0;
}

.nav ul li {
    list-style: none;
    display: inline-block;
    margin: 0px 15px;
}

.nav ul li:last-child {
    margin-right: 0px;
    /* margin-left: 50px; */
}

.nav ul li a {
    transition: all .25s ease;
    position: relative;
    top: 0px;
}
.nav ul li a:hover {
    top: 0;
}
.header-wide-row .nav ul li a, .store-icons .bi, svg.wc-block-mini-cart__icon {
    transition: all .25s ease;
    font-weight: 400;
    /* color: grey!important; */
}

.header-wide-row .nav ul li a:hover, .store-icons .bi:hover, svg.wc-block-mini-cart__icon:hover {
    /* color: white; */
}


header.header.mobile-nav.show-mobile {
    margin-bottom: 40px;
    z-index: 4;
    /* box-shadow: inset 0px 110px 100px 0 #00000063; */
}

.desktop-menu-with-dropdown {
    margin-top: 40px;
    margin-bottom: 10px;
}
.current-menu-item a{
    /* background-image: url(img/cart-bg.svg); */
    background-size: 101%;
    display: block;
    background-position: 1px 8px;
    /* background-color: #e32126; */
    /* padding: 10px 10px!important; */
    background-repeat: no-repeat;
    /* border-bottom: 2px solid #d9ae73; */
    box-shadow: 0 2px #d9ae73;
}

ul.sub-menu .current-menu-item a{
    padding-bottom: 10px!important;
}

.about-link.current-menu-item a, .catering-link.current-menu-item a {
    background-size: 100%;
    background-image: url(img/medium-link-bg.svg);
    background-position: 1px 8px;
}
.events-link.current-menu-item a, .contact-link.current-menu-item a {
    /* background-size: 100%; */
    /* background-image: url(img/medium-link-bg2.svg); */
    /* background-position: 1px 8px; */
}
.events-link.current-menu-item a{
    background-position: 1px 9.5px;
}
/* ------------------ */
/* Dropdown CSS */
.desktop-menu-with-dropdown ul li a {
    position: relative;
    letter-spacing: -0.25px;
    /* color: grey!important; */
}

.desktop-menu-with-dropdown ul li ul.sub-menu {
    margin-top: 6px;
    display: none;
    position: absolute;
    background: #ffffff;
    padding: 20px 10px 20px 20px;
    box-shadow: 0px 15px 17.64px 0.36px rgb(18 55 89 / 8%);
    z-index: 15;
}

.desktop-menu-with-dropdown ul li:hover ul.sub-menu {
    display: block;
}

ul.sub-menu li a {
    padding: 10px 20px 10px 20px;
    width: 100%;
    color: grey!important;
    /* border-bottom: 2px solid #d9ae73; */
    /* padding-bottom: 10px!important; */
}

ul.sub-menu li:first-child a {
    padding-top: 0px;
}

ul.sub-menu li:last-of-type a {
    padding-bottom: 0px;
}

ul.sub-menu li {
    list-style: none;
    display: flex;
    margin-right: 0px;
    margin-bottom: 5px;
    /* border-bottom: 1px solid; */
    font-size: 85%;
    font-weight: 600;
}

.main-menu-desktop {
    font-size: 110%;
    /* text-align: right; */
    flex-direction: row;
    justify-content: flex-end;
}

.main-menu-desktop ul li a{
    font-weight: 600!important;
    /* text-transform: uppercase; */
    /* letter-spacing: 1px; */
    font-size: 96%;
    font-family: Quicksand;
    font-family: "Montserrat", sans-serif;
    /* text-shadow: 3px 3px black; */
    padding: 5px 10px;
}

.nav-blue-strip {
    background-image: -moz-linear-gradient( 0deg, rgb(146 92 46) 0%, rgb(233 167 51) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(146 92 46) 0%, rgb(233 167 51) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(146 92 46) 0%, rgb(233 167 51) 100%);
    /* position: absolute; */
    top: 0;
    height: 4px;
    width: 100%;
    display: none;
}


.main-menu-desktop ul .contact-link a{
    background-color: white;
    color: black!important;
    padding: 12px 29px!important;
    font-weight: 600!important;
    font-size: .85em;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.main-menu-desktop ul .contact-link a:hover{
    background-color: #fac884;
    color: #ffffff!important;
}

/* -------------------------- */
/*BREADCRUMBS*/
/* -------------------------- */
.breadcrumbs {
    color: white;
    text-align: left;
    /* font-size: 70%!important; */
    margin-bottom: 0px;
}

.breadcrumbs span{
    color: white;
}

.breadcrumbs .fbc-page .fbc-wrap .fbc-items li:first-child {
    padding-left: 0px;
}

.breadcrumbs .fbc-page .fbc-wrap .fbc-items li {
    margin-right: 5px;
    font-size: 14px;
}
.breadcrumbs .fbc-page .fbc-wrap .fbc-items {
    padding:0;
}
.breadcrumbs .fbc-page .fbc-wrap .fbc-items li span {
    font-size: 90%!important;
}

.breadcrumbs .fbc-page .fbc-wrap .fbc-items li.active span {
    color:#fac884!important;
}
/* -------------------------- */
div#woofc-area {
    /* display: none; */
}

div#woofc-count {
    display: none;
}
.user-account {

}

.user-account a{
    display: block;
    width: 35px;
    /* margin-top: 12px; */
    position: relative;
    left: 7px;
}

.user-account img{
    display: block;
    filter: drop-shadow(2px 2px 0px black);
}

/* NEW CART */
.new-minicart {
    list-style: none;
    display: flex;
    /* justify-content: flex-start; */
    position: relative;
    top: 7px;
    left: 2px;
}

.new-minicart ul {
    list-style: none;
    padding-left: 0;
    /* background: url(img/cart-bg.svg); */
}

.new-minicart span.woocommerce-Price-amount.amount {
    margin: 0;
    display: none;
    width: 0px;
    font-size: 0;
}

.new-minicart li.menu-item.woofc-menu-item.menu-item-type-woofc {
    list-style: none;
}

.new-minicart .woofc-menu-item .woofc-menu-item-inner i {
    font-size: 30px;
    position: relative;
    top: 7px;
    color: #ffffff;
    filter: drop-shadow(2px 2px 0px black);
}

.new-minicart .woofc-menu-item .woofc-menu-item-inner:after {
    background: #F44336;
    left: 8px;
}

.woofc-area.woofc-style-02 .woofc-area-top {
    height: 48px;
    line-height: 48px;
    padding: 0 60px 0 20px;
    position: relative;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    background-color: #e31f25;
    font-family: 'Open Sans';
    font-size: 2.0em;
    letter-spacing: 1.5px;
    text-shadow: 3px 2px black;
}

/* a.woofc-action-cart {
    background-color: #2f3191!important;
    color: white!important;
} */
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div a:hover {
    background-color: #00765d;
}

i.woofc-icon-icon10 {
    color: white;
}

.woofc-action-inner a {
    border-radius: 5px!important;
}

/*================================================*/
/* Store Mini Cart Mobile */
.store-icons-mobile span.woocommerce-Price-amount.amount {
    display: none;
}

.store-icons-mobile li.menu-item.woofc-menu-item.menu-item-type-woofc {
    list-style: none;
}

.store-icons-mobile ul {
    padding-left: 0px;
}

.store-icons-mobile .woofc-menu-item .woofc-menu-item-inner i {
    width: 29px;
    top: 6px;
    position: relative;
    /* color: white; */
}

.store-icons-mobile .woofc-menu-item .woofc-menu-item-inner i:before {
    width: 30px;
    font-size: 32px;
    position: relative;
}

.store-icons-mobile .woofc-menu-item .woofc-menu-item-inner:after {
    background: #000000;
    top: -8px;
}

.cart-area-top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    /* background-image: url(img/cart-bg.svg); */
    background-repeat: no-repeat;
    background-position: 40px 0px;
    max-width: 170px;
    padding: 2px 30px 0 0;
    top: 10px;
    margin-top: 40px;
    background-size: 80%;
}



/*=============================================*/
/*==============================================

########     ###     ######   ########  ######  
##     ##   ## ##   ##    ##  ##       ##    ## 
##     ##  ##   ##  ##        ##       ##       
########  ##     ## ##   #### ######    ######  
##        ######### ##    ##  ##             ## 
##        ##     ## ##    ##  ##       ##    ## 
##        ##     ##  ######   ########  ###### 

===============================================*/
/*=============================================*/
/*------------------------------------*\
    HOME PAGE
\*------------------------------------*/
.hp-hero {
    position: relative;
    min-height: 640px;
    /* background: #21c29c; */
    /* background-image: url('./img/top-hero-desktop.jpg'); */
    margin-left: var(--bs-gutter-x,-.75rem);
    margin-right: var(--bs-gutter-x,-.75rem);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hp-hero a {
    border-radius: 4px;
    background: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    min-width: 200px;
    color: #162d41;
    max-width: 280px;
    border: 2.5px solid #ffffff;
    bottom: 10%;
    padding: 13px;
    text-align: center;
    letter-spacing: 0px;
    /* transition: all .25s ease; */
    font-size: 1.5em;
    font-weight: 700;
    box-shadow: 0px 10px 20px #0729427d;
}

.hp-hero a:hover {
    color: #d9ae73;
    /* color: black; */
}

.page-template-page-home-wide-wrapped h1 {
    color: #079b78;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    margin: 1vh 0 3vh;
    text-align: center;
    font-family: 'Quicksand';
}

.hp-cat-row {
    margin-top: 130px;
    /* border-bottom: 1px solid #f5f5f5; */
    padding-bottom: 10px;
    text-align: center;
}

.hp-cat-row ul {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    /* margin-bottom: 50px; */
}

.hp-cat-row ul li {
    list-style: none;
    display: flex;
    flex-direction: column;
    /* flex-wrap: nowrap; */
    justify-content: center;
    margin: 30px;
    align-items: center;
}

.hp-cat-row ul li a {
    /* border: 8px #009c78 solid; */
    /* display: block; */
    display: flex;
    justify-content: center;
}

.hp-cat-row ul li a img {
    max-width: 380px;
    transition: all .2s ease;
}

.hp-cat-row ul li a img:hover {
    opacity: .75;
}

.hp-cat-row h1{
    font-size: 3em;
    color: #000000;
    font-family: 'Quicksand';
    font-weight: 100;
    /* border-bottom: 11px solid #e31f25; */
    max-width: 60%;
    margin: 0 auto;
    margin-bottom: 25px;
    /* padding-bottom: 30px; */
    /* letter-spacing: 14px; */
    font-family: "Montserrat", sans-serif;
    margin-top: 40px;
}

.hp-cat-row p{
    font-size: 1.5em;
    color: #000000;
    line-height: 2;
}

.welcome-message {
    margin-top: 20px;
}

.welcome-message h1{
    font-size: 1.5em!important;
    border-bottom: 2.5px solid #d9ae73;
    padding-bottom: 20px;
    font-weight: 500;
}

.welcome-message p{font-size: 1.0em;margin-bottom: 20px;width: 69%;margin: auto;font-size: 115%;font-weight: 490!important;}
.welcome-message img{
    margin: 60px auto 60px;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #cf9b00;
}

.health-row{
    background: url(img/ing-bg.jpg);
    /* padding: 0.5em 0 8em; */
    background-position: center;
    background-size: cover;
    margin-bottom: 5em;
    padding-top: 0;
    /* padding-top: 10px; */
    overflow-y: hidden;
    display: block;
    /* min-height: 600px; */
    height: 1120px;
    background: black;
    overflow: hidden;
    overflow-x: hidden;
    max-width: 100%;
}
.health-row h1, .health-row p{
    color:white!important;
    margin: 10px auto;
    font-weight: 700;
}

.health-row .page-wide-wrapper{
    background-color: #ffffff00;
}

.health-row p, .health-row h1{
    color: white;
}

.hp-healthy {
    margin-top: 0px!important;
}

.hp-healthy img, .ingredient-slider img{
    
}

.hp-healthy h1{
    font-size: 1.75em;
    letter-spacing: 10px;
    font-weight: 500;
}

.hp-healthy p{
    font-size: 1.25em;
}
.ing-image-holder {
    min-height: 100px;
    display: block;
    margin-top: 20px;
}
.ing-image-holder img{
    max-width: 90px;
}
.hp-prod-row {

}

.health-row .hp-cat-row{
    margin-top: 40px;
}

.health-row h1{
    font-size: 2.5em;
    color: black;
    text-shadow: 2px 4px 1px black;
}
/* ================================ */

.hp-prod-row .hp-cat-row h1{
    max-width: 80%;
}

a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart {
    font-family: 'Quicksand';
    background: #000000;
    font-size: 1.25em;
}

.wc-block-grid__product-title {
    font-family: 'Quicksand'!important;
    font-size: 1.75em!important;
    /* margin-bottom: 30px; */
    font-weight: 400!important;
}

.wc-block-grid__product-price.price {
    margin-top: 10px!important;
    font-size: 1.2em;
}

.hp-new-products{
    margin-top: -20px;
}


/*------------------------------------*\
    NEW HOME EDITS
\*------------------------------------*/

.health-top {

}
.health-top h1{
    font-size: 2.50em!important;
    letter-spacing: 1px;
    margin-top: 30px;
    font-weight: 200;
}
.health-top p{
    font-size: 1.125em;
    margin-top: 15px;
    margin-bottom: 10px;}
.health-top .health-top-h1 {
    /* font-size: 3.75em!important; */
    margin: 25px auto 50px !important;
    letter-spacing: 11px!important;
}

/*------------------------------------*/

.three-points img{
    
}
.three-points p{
    font-size: 1.125em!important;
}
.three-points h1{
    font-size: 1.75em!important;
    letter-spacing: 4.25px;
    margin-bottom: 10px;
}

.health-row a {
    padding: 0.5em 0.75em;
    max-width: 32%;
}
video.heels-video {
    display: block;
    /* width: 110vw; */
    height: 1120px;
    position: relative;
    /* max-width: fit-content; */
    /* opacity: 0.75; */
}
.health-video-container {
    position: absolute;
    /* height: 100vh; */
    /* opacity: 0.30; */
    filter: contrast(1.15) saturate(1.15);
    /* filter: blur(3px); */
    overflow: hidden;
    /* filter: saturate(1.5); */
    overflow-x: hidden;
    display: block;
    /* width: 101%; */
    /* margin-left: -10px; */
    height: 800px;
    max-width: 100%;
    box-shadow: inset 0px 110px 100px 0 #00000063;
    z-index: -1;
    /* filter: grayscale(1); */
}
/*=======================================*/
/*------------------------------------*\
    CHIKEN ANIMATION V.1
\*------------------------------------*/
.chicken-walking-container {
    position: absolute;
    bottom: 10px;
    left: 0;
    overflow: hidden;
    width: 100%;
    z-index: 2;
}

.the-chicken {
    display: block;
    max-width: 120px;
    animation-name: chickenWalk;
    animation-duration: 45s;
    animation-iteration-count: infinite;
    transform: translateX(96vw) rotateY(0);
}
.the-chicken img{
    max-width: 120px;
}

@keyframes chickenWalk {
  0% {
    transform: translateX(96vw) rotateY(0);
  }
  49.99% {
    transform: translateX(0vw) rotateY(0);
  }
  50% { 
    transform: translateX(0vw) rotateY(180deg);
  }

  100% {
    transform: translateX(100vw) rotateY(180deg);
  }
}

/*=======================================*/
/*------------------------------------*\
    ABOUT PAGE
\*------------------------------------*/
.wide-wrapped-row.about-page {
    background: #ffffff00 !important;
    }
.about-page .page-wide-wrapper {
    background: #ffffff00 !important;
}

.page-template-page-about-wide-wrapped .welcome-message{
    margin-top: 0px;
}

.page-template-page-about-wide-wrapped .page-wide-wrapper {
    padding: 40px;
}

/*------------------------------------*\
    INGRIDIENTS PAGE
\*------------------------------------*/
.ingredients-page {
    
}

.ingredient-slider {

}

.ingredient-slider .swiper-slide img{
    width: inherit;
    max-width: 100%;
}

.ingredient-slider h1 {
    font-size: 1.75em;
    letter-spacing: 10px;
    border-bottom: 1px solid #cf9b00;
    text-align: center;
    margin-top: 50px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    /* font-size: 1.25em; */
}

.ingredient-slider p {
    font-size: 1.25em;
    line-height: 1.75;
    text-align: center;
}

/*------------------------------------*\
    GENERAL PAGES
\*------------------------------------*/
.page-template-page-wide-wrapped  h1 {
    color: black;
    font-size: 2.75em;
}
.page-wide-wrapper .main-parent{
    background-size: cover;
}
.page-wide-wrapper h1{
    font-size: 2.75em;
    color: black;
    /* text-shadow: 2px 4px 1px black; */
}

.page-wide-wrapper p{
    /* font-size: 1.25em; */
    color: black;
    /* font-size: 89%; */
    font-weight: 400;
}

.woocommerce-MyAccount-navigation .page-wide-wrapper ul li{
    font-size: 1.25em;
    color: black;
}
article {
    margin-top: 20px;
}
/*------------------------------------*\
    Regular Page BGs == PAGES
\*------------------------------------*/
.page-template-page-about-wide-wrapped .main-parent, 
.page-template-page-catering-wide-wrapped .main-parent,
.page-template-page-events-wide-wrapped .main-parent,
.page-template-page-contact-wide-wrapped .main-parent
{
    /* background: url(./img/reg-pg-bg2-min.jpg) no-repeat; */
    background-size: 100%;
  }

.wwc-pgae-row {

}

.wwc-pgae-row p{
    
}

.page-template-page-about-wide-wrapped .main-parent
{
    /* background: url(./img/reg-pg-bg2-min.jpg) no-repeat; */
    background-size: 100%;
  }

.page-template-page-contact-wide-wrapped .main-parent {
    background: url(./img/Header-Contact.jpg);
}
.page-template-page-contact-wide-wrapped .container-fluid {
    background: white;
    margin-top: 420px;
    position: relative;
    z-index: 0;
    /* backdrop-filter: drop-shadow(2px 4px 6px black); */
    /* overflow-x: hidden; */
}
.page-template-page-contact-wide-wrapped .top-tear {
    margin-bottom: 0px;
    position: static;
    top: -37px;
    position: absolute;
}
/*------------------------------------*\
    PRODUCT PAGE
\*------------------------------------*/
.product-page-top-section {

}

.product-page-top-section .product-page-left {
    
}

.product-page-top-section .product-page-left img{
    max-width: 510px;
}

.product-page-top-section .product-page-left h2{
    font-size: 3em;
    color: #f3c382 !important;
}


.product-page-top-section .product-page-right {
    padding-top: 20px;
}
.product-page-top-section .product-page-right p{
    
}
.product-page-top-section .product-page-right h2{
    font-size: 3em;
    border-bottom: solid 2px #f3c382;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.eternity-blue-button a{
    background-color: #182d41;
    color: white;
    width: fit-content;
    padding: 10px 25px;
    font-weight: 600;
    margin-top: 20px;
    transition: all .25s ease;
    border: 2px solid #182d41;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 1em;
}

.eternity-blue-button a:hover{
    background: #d9ae73;
    color: white;
    border: 0px;
    border: 2px solid #d9ae73!important;
}
/*------------------------------------*\
    PRODUCT PAGE BELOW
\*------------------------------------*/
.product-page-bottom {
    border-top: 1px solid #e8e8e8;
    padding-top: 40px;
}

.product-page-bottom h2{
    font-size: 1.75em;
    margin-bottom: 30px;
}

.product-page-bottom ul{
    padding-left: 0;
}
.product-page-bottom h3{
    color: black;
    margin: 10px;
}
.product-page-bottom ul li{
    text-align: center;
}
.product-page-bottom ul li img{
    max-width: 60%;
}

/*------------------------------------*\
    ACCOUNT PAGES
\*------------------------------------*/
/* .page-wide-wrapper .main-parent{
    background-size: cover;
}
.page-wide-wrapper h1{
    font-size: 2.75em;
    color: black;
} */

.page-template-account-page-wide-wrapped {
    
}

.page-template-account-page-wide-wrapped .desktop-menu-with-dropdown{
    margin-top: 48px;
}

.page-template-account-page-wide-wrapped .main-parent{
    background-size: cover;
}
.page-template-account-page-wide-wrapped .user-account {
    
}

.page-template-account-page-wide-wrapped .user-account a img{
    /* filter: invert(.5); */
    filter: drop-shadow(1px 3px 3px black) drop-shadow(1px 1px 3px black);
    filter: drop-shadow(1px 3px 1px black);
}

.woocommerce-MyAccount-navigation ul{
    list-style: none;
    padding-left: 0;
}

li.woocommerce-MyAccount-navigation-link {
    line-height: 2.25;
}

li.woocommerce-MyAccount-navigation-link a{
    line-height: 1.5;
    font-weight: 700;
    padding-left: 10px;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard.is-active {
    /* background: red;
    color: white; */
}

/* li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard.is-active a, li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders.is-active a{
    background: red;
    color: white;
    padding: 10px;
} */

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a{
    background: red;
    color: white;
    padding: 10px;
    /* box-shadow: 1px 1px 0px black; */
}
/*================================================*/
/*=================================================

##      ##  #######   #######         ######  
##  ##  ## ##     ## ##     ##       ##    ## 
##  ##  ## ##     ## ##     ##       ##       
##  ##  ## ##     ## ##     ## ##### ##       
##  ##  ## ##     ## ##     ##       ##       
##  ##  ## ##     ## ##     ##       ##    ## 
 ###  ###   #######   #######         ######  

===================================================*/
/*=================================================*/
/*ALL WOOCOMMERCE STYLE HER =>*/
/*.woocommerce-parent-wrapper {background: #ffffffc2;}
.woocommerce-parent-wrapper .page-wide-wrapper {
    background: #ededed;
}*/


.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 25%;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 72%;
}
/*================================================*/
/*=================================================

########  #######   #######  ######## ######## ########  
##       ##     ## ##     ##    ##    ##       ##     ## 
##       ##     ## ##     ##    ##    ##       ##     ## 
######   ##     ## ##     ##    ##    ######   ########  
##       ##     ## ##     ##    ##    ##       ##   ##   
##       ##     ## ##     ##    ##    ##       ##    ##  
##        #######   #######     ##    ######## ##     ## 

===================================================*/
/*=================================================*/
/* footer */
.footer {color: white;}

.footer-logo {
    margin-bottom: 20px;
    text-align: left;
}

.footer-logo img {
    max-width: 200px;
}

p.copyright {
    font-size: 80%;
}
p.copyright a{
    font-size: 80%;
    color: white;
}

.footer-nav {
    display: flex;
    flex-direction: row;
    color: white;
    text-align: left;
    width: 100%;
}
.footer-nav h2{
    /* font-family: "Open Sans", sans-serif; */
    font-size: 150%;
    font-family: "Merriweather", sans-ser;
}
.footer-nav h3{
    /* font-family: "Merriweather", serif; */
    /* font-size:140%; */
    color: white;
}
.footer-nav ul {
}

.footer-nav ul li {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    margin-bottom: 10px;
}

.footer-nav ul li a {
    color: grey;
    font-family: "Open Sans", sans-serif;
    font-size: 1.5em;
}

/*=======================================================================*/
/*========================================================================

 ######  ##      ## #### ########  ######## ########           ##  ######  
##    ## ##  ##  ##  ##  ##     ## ##       ##     ##          ## ##    ## 
##       ##  ##  ##  ##  ##     ## ##       ##     ##          ## ##       
 ######  ##  ##  ##  ##  ########  ######   ########           ##  ######  
      ## ##  ##  ##  ##  ##        ##       ##   ##      ##    ##       ## 
##    ## ##  ##  ##  ##  ##        ##       ##    ##     ##    ## ##    ## 
 ######   ###  ###  #### ##        ######## ##     ##     ######   ###### 

=========================================================================*/
/*=======================================================================*/

.slider-container-home {
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
}

.acf-slider {
    padding-top: 40px;
    /* margin-left: -75px; */
    /* margin-right: -75px; */
    max-width: 100vw;
    overflow-x: hidden;
}
.acf-slider .swiper {
    width: 100%;
    height: 75vh;
    /* position: relative; */
    overflow-x: hidden;
}
.acf-slider .swiper-wrapper {
    padding-left: 0;
}

.acf-slider .swiper-slide {
    background-size: cover;
}

.acf-slider .swiper-slide {
    position: relative;
}

/*.slide-content {
    position: absolute;
    right: 10%;
    display: flex;
    width: 30%;
    text-align: left;
    top: 15%;
    height: 35%;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
*/
.acf-slider .swiper-slide img {
    display: block;
    width: 39%;
    /* height: 100%; */
    /* object-fit: cover; */
    position: absolute;
    top: 3%;
    left: 10%;
}

/*.swiper-wrapper li:nth-child(2) img {
    width: 32%;
    left: 16%;
}*/

.acf-slider .swiper-wrapper li #image2 {
    width: 32%;
    left: 16%;
}

.acf-slider .swiper-wrapper li #image3 {
    width: 34%;
    left: 14%;
    top: 10%
}

.acf-slider .swiper-wrapper li #image4 {
    width: 33%;
    left: 14%;
    top: 4.5%
}
.acf-slider .slide-content h1 {
    font-size: 2.20em;
    color: white;
    font-weight: 700;
    margin: 5px 0;
    /* border-bottom: 1px solid white; */
    padding-bottom: 4px;
    /* text-transform: uppercase; */
    text-align: left;
    letter-spacing: 0;
    font-family: 'Quicksand';
}

.acf-slider .slide-content h1 span {
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 80%;
    text-transform: none;
}

.acf-slider .slide-content p {
    font-size: 1.20em;
    color: white;
    font-weight: 600;
    margin: 0px auto;
}

.acf-slider .slide-content a {
    font-size: 1.25em;
    color: white;
    text-decoration: none;
    padding: .75em 1.5em;
    background: #2e3192;
    border-radius: 10px;
    margin-top: 25px;
    cursor: pointer;
}


.acf-slider .swiper-button-next {
    right: 30px!important;
}

.acf-slider .swiper-button-prev {
    left: 30px!important;
}

.acf-slider .slide-content a i {
    font-size: 70%;
    margin-left: 20px;
}

.acf-slider .slide1 {
    /*background: url(img/top-slider-bg.jpg);*/
    background: url(img/slide-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #618ac2;
}

.acf-slider .swiper-slide h1.slide-title {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    position: absolute;
    font-size: 3.5em;
    color: #ffffff;
    top: 10%;
    left: 49.5%;
    font-weight: 600;
    font-family: 'Quicksand';
    /* border-bottom: 10px solid #e31f25; */
    padding-bottom: 2px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: .75px;
    text-shadow: 3px 3px black;
    /* background: #e31f25; */
    padding: 8px 35px 10px;
    background-image: url(img/header-bg-top.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.swiper-slide p.slide-text {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    position: absolute;
    top: 27%;
    max-width: 603px;
    /*    background: #000000b5;*/
    padding: 10px;
    border-radius: 5px;
    font-size: 1.20em;
    color: black;
    font-weight: 600;
    left: 50.0%;
    line-height: 1.90;
    background: white;
    padding: 20px;
    box-shadow: 3px 4px 0 black;
}

.acf-slider .swiper-button{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    position: absolute;
    top: 56%;
    font-size: 1.75em;
    color: white;
    text-decoration: none;
    text-shadow: 0px 3px 0px black;
    padding: .75em 1.5em;
    /* display: flex; */
    background: #00765d;
    /* border-radius: 10px; */
    margin-top: 25px;
    cursor: pointer;
    left: 50.6%;
    border: 0px;
    font-weight: 300;
    text-transform: uppercase;
    transition: all .25s ease;
    letter-spacing: 5px;
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
    box-shadow: 3px 5px 0 black;
}
.acf-slider .swiper-button:hover, .swiper-button:focus {
    background: #e31f25;
    transition: all .25s ease;
}
.acf-slider .swiper-button .bi-chevron-right{
    margin-left: 10px;
}

/*------------------------------------*\
    HOMEPAGE PRODUCT SLIDER
\*------------------------------------*/
.home-product-slider {
    margin-bottom: 60px;
}
.home-product-slider .swiper {
  width: 100%;
  height: 100%;
  min-height: 640px;
}

.home-product-slider .swiper .swiper-wrapper{
    padding-left: 0;
}

.home-product-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #ffffff00;
  display: flex;
  flex-direction: column;
  width: 31.0%;
  height: 530px;
  text-align: center;
  align-content: center;
  align-items: center;
}

.home-product-slider .swiper-slide img {
  display: flex;
  width: 88%;
  height: inherit;
  object-fit: scale-down;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
}

.home-product-slider .swiper-slide h1{
    font-size: 1.05em;
    text-transform: uppercase;
    margin-top: -10px;
    margin-bottom: 10px;
    font-weight: 700;
}

.home-product-slider .swiper-slide p{
    font-size: 0.99em;
    padding: 0 5px;
    max-width: 98%;
    color: grey;
    font-weight: 420;
}

.home-product-slider .swiper-slide a{
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -60px;
    margin-left: auto;
    margin-right: auto;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    margin-top: 20px;
    bottom: 0px!important;
}

.swiper-button-next, .swiper-button-prev, .swiper-button-next {
    color: #a8a8a8 !important;
    /* font-weight: 400; */
}

.swiper-button-next, .swiper-button-prev {
    width: 15px;
    transform: scale(.75);
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/

/*------------------------------------*\
    Location Manager
\*------------------------------------*/
.hp-location-row {
    border-top: 1px solid black;
    margin-top: 20px;
    padding-top: 50px;
} 
.hp-location-row h1{
    text-align: center;
    /* background: red; */
    color: black;
    padding: 4px 35px 10px;
    /* background-image: url(img/header-bg-top.png);
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 460px;
    margin: 0 auto; */
    /* font-size: 3.75em; */
}
.hp-location-row h2{
    text-align: center;
    /* background: red; */
    /* color: white; */
    padding: 1px 35px 10px;
    /* background-image: url(img/header-bg-top.png); */
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    /* font-size: 2.25em; */
    margin-bottom: 20px;
}
.location-item h3 {
    font-size: 1.51em !important;
    line-height: 1.2em !important;
    border: none !important;
    margin: 0 0 0.5em 0 !important;
    padding: 0 !important;
}
.hp-location-row p{
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 40px;
    max-width: 90%;
    margin: 0 auto 40px;
}
.hp-location-row img{

}

/*------------------------------------*\
    CONTACT PAGE
\*------------------------------------*/
.page-template-page-contact-wide-wrapped .page-wide-wrapper, .page-template-page-catering-wide-wrapped .page-wide-wrapper
{
    /* box-shadow: -1px 3px 9px 11px #0000004a; */
    /* border: 4px dashed #00765d; */
    border-bottom: 0px;
    border-radius: 5px;
    /* margin-top: -20px; */
    /* background-clip: border-box; */
    /* border-style: dotted; */
    /* padding: 10px; */
    /* box-shadow: 0px 0px 0px 15px white; */
    background: none;
    z-index: 11;
}

.page-template-page-contact-wide-wrapped label {
    width: 100%;
}
input.wpcf7-form-control.wpcf7-text {
    max-width:100%;
    padding: 5px;
}
.page-template-page-contact-wide-wrapped{
    
}
.page-template-page-contact-wide-wrapped h3.wp-block-heading  {
    /* color: white; */
    /* padding: 7px 35px 10px; */
    /* background-image: url(img/header-bg-top.png); */
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 100%;
    font-size: 1.35em;
    margin-bottom: 10px;
}
.page-template-page-contact-wide-wrapped p  {
    line-height: 1.5;
    margin-bottom: 23px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-success {
    /* display: flex; */
    /* flex-wrap: nowrap; */
    justify-content: center;
    /* position: absolute; */
    top: 56%;
    font-size: 1.05em;
    color: white;
    text-decoration: none;
    /* text-shadow: 0px 3px 0px black; */
    padding: .75em 1.5em;
    /* display: flex
    background: #00765d;
    /* border-radius: 10px; */
    margin-top: 5px;
    cursor: pointer;
    left: 50.6%;
    border: 0px;
    font-weight: 300;
    text-transform: uppercase;
    transition: all .25s ease;
    letter-spacing: 5px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    /* box-shadow: 3px 5px 0 black; */
    padding: 0.60em 1.5em;
    background-color: #162d41;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-success:hover {
    background-color: #d8ad73;
}
.get-in-touch {

}

.get-in-touch p{
    font-size: 1.15em;
    line-height: 2;
}

.get-in-touch img{
    max-width: 45px;
}
.page-template-page-contact-wide-wrapped figure.wp-block-media-text__media {
    max-width: 40px;
}

.page-template-page-contact-wide-wrapped .wp-block-media-text__content {
    margin-left: -80px;
}

.page-template-page-contact-wide-wrapped figure.wp-block-media-text__media {
    position: relative;
    top: -11px;
}

.page-template-page-contact-wide-wrapped label select{
    width: 100%;
    padding: 7.5px;
}

/*------------------------------------*\
    CATERING PAGE
\*------------------------------------*/
.catering-row {

}
.page-template-page-catering-wide-wrapped .page-wide-wrapper {

}
.page-template-page-catering-wide-wrapped {

}
.page-template-page-catering-wide-wrapped h1{
    text-align: center;
}

.page-template-page-catering-wide-wrapped .has-x-large-font-size {
    font-size: 1.25em;

}
.page-template-page-catering-wide-wrapped p {
    font-size: 1.20em!important;
    line-height: 1.75;
}
.page-template-page-catering-wide-wrapped h2 {
    font-size: 1.25em!important;
    margin-bottom: 30px;
    margin-top: 20px;
}

.page-template-page-catering-wide-wrapped .wp-block-list{
    line-height: 2;
    font-size: 1.15em!important;
    margin-top: 0%;
    /* font-family: "Open Sans", sans-serif; */
    letter-spacing: 1px
    }
.page-template-page-catering-wide-wrapped ul li{font-weight: 600;}

p.spicy-large {
    font-family: "Open Sans", sans-serif;
    font-size: 2.75em!important;
    letter-spacing: 2px;
}
h2.banner-bg-heading {
    font-family: "Open Sans", sans-serif;
    color: white;
    padding: 7px 35px 10px;
    background-image: url(img/header-bg-top.png);
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 50%;
    text-align: center;
    margin-bottom: 10px;
    font-size: 2.75em!important;
    background-position:center;
    margin:0 auto;
    margin-bottom: 20px;
}
h2.banner-bg-heading.booking-banner {
    background-position: left;
    margin: 0;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 50px;
}
label {

} 
.wide-form-1 label{
    max-width: 86%;
    display: block;
}

/*------------------------------------*\
/*FIND US NOW LINK*/
/*------------------------------------*/
.find-uslink-top {
    position: absolute;
    top: 104px;
    width: 200px;
    left: 86%;
    z-index: 20;
}

.find-uslink-top h3{
    color: white;
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    text-shadow: 3px 3px 1px black;
}



/*------------------------------------*\
    MISC /UTILITIES
\*------------------------------------*/
::selection {
    background: #3c3c3c;
    color: #ffffff;
    text-shadow: none;
}

::-webkit-selection {
    background:#3c3c3c;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background:#3c3c3c;
    color: #FFF;
    text-shadow: none;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre,blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

/*body {
    background: red;
}
*/
/*=============================================*/
/*==============================================

##     ##  #######  ########  #### ##       ######## 
###   ### ##     ## ##     ##  ##  ##       ##       
#### #### ##     ## ##     ##  ##  ##       ##       
## ### ## ##     ## ########   ##  ##       ######   
##     ## ##     ## ##     ##  ##  ##       ##       
##     ## ##     ## ##     ##  ##  ##       ##       
##     ##  #######  ########  #### ######## ######## 

===============================================*/
/*=============================================*/
/*---------------------------------------------------------------*\
  || RESPONSIVE - USEFUL JUST IN CASE YOU NEED SPECIFIC SIZES ||
\*---------------------------------------------------------------*/
@media only screen and (min-width: 320px) {
}

@media only screen and (min-width: 480px) {
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 1024px) {
}

@media only screen and (min-width: 1140px) {
}

@media only screen and (min-width: 1280px) {
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution:144dpi) {
}

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}
/*=======================================*/
/* EXTRA LARGE SCREENS 1400PX MAX-WIDTH */
/*=======================================*/
@media only screen and (max-width: 1400px) {
    .acf-slider {
        padding-top: 25px;
    }
    .swiper-slide img {
        left: 4%!important;
        top: 1%;
        width: 40%;
    }
    .swiper-slide h1.slide-title {
        font-size: 4vw;
        left: 46%;
        top: 0%;
        padding: 6px 35px 8px;
    }
    .swiper-slide p.slide-text {
        font-size: 97%;
        width: 45vw;
        left: 46%;
        top: 16%;
        /* padding: 15px; */
    }
    .swiper-button {
        font-size: 1.25em;
        top: 33vh;
        left: 46%;
    }

    .main-menu-desktop ul li a {
        font-size: 124%;
    }

    .logo img {
        max-width: 200px;
    }

    .cart-area-top {
        background-position: 29px 0px;
        background-size: 81%;
    }
    .main-menu-desktop {
        
    }


}
/*=======================================*/
/*=======================================*/
/* EXTRA LARGE SCREENS 1400PX MAX-WIDTH */
/*=======================================*/
@media only screen and (max-width: 1100px) {
    .swiper-slide p.slide-text {
        font-size: 88%;
    }
/*---------------------------------------*/   
}



/*------------------------------------*\
  ||  MAIN QUERY  ||
\*------------------------------------*/
@media (max-width: 48em) {
    .show-desktop {
        display: none!important;
    }

    .show-mobile {
        display: block;
        position: relative;
    }

    body {
        /*width: 100vw;
        overflow-x: hidden;*/
    }

    .main-parent {
        /*overflow-x: hidden;*/
        box-shadow: inset 0px 110px 100px 0 #00000000;
    }

    .wide-wrapped-row {
        top: 0;
        /* padding-top: 68px; */
    }

    .container {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
    main {
        padding: 40px 0px;
    }

    /*----------------*/
    /* HOMEPAGE*/

    .hp-hero {
        position: relative;
        min-height: 500px;
        /* background: #21c29c; */
        /* background-image: url('./img/top-hero-mobile.jpg'); */
        margin-left: var(--bs-gutter-x,-.75rem);
        margin-right: var(--bs-gutter-x,-.75rem);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden;
    }

    .hp-hero a {
        border-radius: 4px;
        /* background: black; */
        max-width: 190px;
        bottom: auto;
        letter-spacing: 2px;
        font-size: .9em;
        bottom: 60px;
        text-transform: uppercase;
    }
    .hp-cat-row ul {
        padding-left: 0;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        /* margin-bottom: 50px; */
        align-items: center;
    }
    .hp-cat-row ul li a img {
        max-width: 95%;
    }
    .hp-cat-row h1 {
        font-size: 150%;
        max-width: 90%;
        /* letter-spacing: 10px; */
    }
    
    .hp-cat-row p{
        font-size: 1.05em;
        color: #202020;
        max-width: 100%;
        line-height: 1.5;
        margin: 0 auto;
        width: 88%;
        margin-bottom: 0px;
        z-index: 2;
        position: relative;
        font-weight: 500;
    }

    .health-row p, .health-row h1{
        color: white;
    }

    .ingredients-page {
        margin-top: 65px;
        background: url(img/ing-bg-mobile.jpg);
        background-size: contain;
    }
    .hp-healthy .col-md-4{
        margin-bottom: 30px;
    }
    .ing-image-holder {
        min-height: 90px;
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .health-row{
        background: url(img/ing-bg-mobile.jpg);
        padding: 0px;
        background-position: center;
        background-size: cover;
        margin-bottom: 5em;
        height: 176vh;
        position: relative;
    }
    .button-dark, .button-light {
        max-width: 70%;
        font-size: 90%;
    }
    .welcome-message h1{
        font-size: 1.15em!important;
        padding-bottom: 30px;
        font-weight: 650;
    }
    .hp-welcome-row h1{
        margin: 30px auto 20px;
        font-size: 1.5em!important;
    }

    /*------------------------------------*\
        MOBILE MENU ICON ANIMATION
    \*------------------------------------*/
    #hamburger-icon {
        width: 35px;
        height: 25px;
        position: fixed;
        display: block;
        margin: auto;
        z-index: 170;
        /* float: right; */
        cursor: pointer;
        /* background: #d4d4d4; */
        right: 15px;
        top: 38px;
        display: none;
        /* transform: scale(.70); */
        /* -webkit-transform: scale(.70); */
    }

    #hamburger-icon .line {
        display: block;
        background: #fac884;
        width: 30px;
        height: 0.15em;
        position: absolute;
        left: 0;
        border-radius: 0.025em;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        cursor: pointer;
        /* border-radius: 12px; */
    }

    #hamburger-icon .line.line-1 {
        top: 0;
    }

    #hamburger-icon .line.line-2 {
        top: 35%;
        height: .15em;
    }

    #hamburger-icon .line.line-3 {
        top: 70%;
        height: .15em;
    }

    #hamburger-icon:hover .line, #hamburger-icon:focus .line {
        background: #ffffff;
    }

    #hamburger-icon.active .line-1 {
        transform: translateY(0.75em) translateX(0) rotate(45deg);
        -webkit-transform: translateY(0.62em) translateX(0) rotate(45deg);
        -moz-transform: translateY(0.75em) translateX(0) rotate(45deg);
    }

    #hamburger-icon.active .line-2 {
        opacity: 0;
    }

    #hamburger-icon.active .line-3 {
        transform: translateY(-0.75em) translateX(0) rotate(-45deg);
        -webkit-transform: translateY(-0.5em) translateX(0) rotate(-45deg);
        -moz-transform: translateY(-0.75em) translateX(0) rotate(-45deg);
    }

    #hamburger-icon {
        display: block;
    }

    .mobile-nav {
        position: fixed!important;
        width: 100%;
        padding: 8px 15px 8px;
        top: 0;
        z-index: 10;
        background: inherit;
        max-height: 72px;
    }

    .mobile-nav .logo img {
        max-width: 56%;
        margin-top: 0px;
        /* min-width: 0px; */
        /* margin-left: -84px; */
        left: -8px;
        position: absolute;
    }

    .mobile-nav-right {
        display: flex;
        justify-content: flex-end;
        padding-right: 42px;
        /* background: url(img/mobiel-menu-bg.png); */
        background-repeat: no-repeat;
        background-size: 92% 102%;
        background-position: right -1px;
    }

    .store-icons-mobile i {
        color: #cf9b00;
        font-size: 32px;
    }

    .store-icons-mobile {
        display: flex;
        justify-content: flex-end;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        margin-right: 6px;
        margin-top: 2px;
    }

    .mobile-menu {
        visibility: hidden;
        opacity: 0;
        background: #182d41;
        height: 0;
        height: 100vh;
        top: 0px;
        position: absolute;
        transition: opacity .25s ease-in-out,visibility .25s ease-in-out;
        width: 100%;
        left: 0;
        padding-top: 50px;
        padding: 20px;
    }

    .open-nav {
        visibility: visible;
        z-index: 10;
        position: fixed;
        height: 100vh;
        padding-top: 50px;
        opacity: 1;
        left: 0;
        top: 0;
        transition: opacity .3s ease-in-out,visibility .3s ease-in-out;
    }

    .mobile-menu ul {
        margin: 0 0 30px;
        padding-left: 0;
        padding-bottom: 5px;
        /* border-bottom: 4px solid #ae0a0f; */
        /* text-align: center; */
        background-color: #182d41;
        z-index: 2;
        position: relative;
    }

    .mobile-menu ul li {
        list-style: none;
        /* margin: 0 10px; */
        text-align: center;
    }

    .mobile-menu ul li a {
        margin: 5px 0px;
        display: block;
        padding: 2px 0;
        font-size: 1.5em;
        color: white;
        /* background-size: contain; */
        /* background-position: 1px 8px; */
    }
    /* .current_page_parent:first-child a{
        padding-bottom: 20px!important;
    } */
    .current-menu-item a{
        /* background-image: url(img/cart-bg.svg); */
        background-size: contain;
        display: block;
        background-position: center;
        /* background-color: #e32126; */
        padding: 10px 15px!important;
        background-repeat: no-repeat;
        color: white!important;
    }
    .mobile-menu  .current-menu-item a {
        color: #d9ae73!important;
    }


    .mobile-menu ul.sub-menu {
        display: none;
        /* background: #e6e6e6; */
        padding-left: 25px;
        box-shadow: inset 0 0 25px rgb(0 0 0 / 10%);
        margin-left: -14%;
        margin-right: -14%;
        box-shadow: inset 0 15px 10px -7px #0000004d;
        padding-left: 0;
        padding-top: 15px;
    }

    ul.sub-menu li:first-child a {
        padding-top: 10px;
        /* font-size: 90%; */
    }

    ul.sub-menu li {
    }

    ul.sub-menu li:last-of-type a {
        padding-bottom: 5px;
    }
    
    .user-account a{
        display: block;
        width: 27px;
        margin-top: -5px;
        position: relative;
        left: 0px;
    }



/*=======================================*/
/* SWIPER JS MOBILE */
/*=======================================*/
    .acf-slider {
        padding-top: 0px;
        min-height: 70vh;
        /* margin-bottom: 70px; */
        /* width: 106%; */
        /* margin-left: -3.25%; */
    }
    
    .acf-slider .swiper {
        width: 100%;
        height: 100%;
        height: 82vh;
    }
    
    .acf-slider .swiper-wrapper {
        padding-left: 0;
    }
    
    .acf-slider .swiper-slide {
        text-align: center;
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .acf-slider .swiper-slide img {
        display: block;
        width: 77%;
        height: auto;
        object-fit: cover;
        top: 12px;
        max-width: 350px;
        left: auto;
        left: 0% !important;
        top: 2%;
        right: 0;
        margin: 0 auto;
    }
    
    .acf-slider .swiper-slide h1.slide-title {
        padding-top: 8px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        position: absolute;
        font-size: 134%;
        /* color: black; */
        top: 36%;
        /* font-family: 'Quicksand'; */
        left: inherit;
        background-size: 100% 88%;
        letter-spacing: .25px;
        padding-top: 6px;
        max-width: 100%;
    }
    .acf-slider .swiper-slide p.slide-text {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-evenly;
        position: absolute;
        font-size: 69%;
        top: 46.5%;
        /* color: white; */
        max-width: 100%;
        /* background: #000000b5; */
        padding: 10px;
        border-radius: 5px;
        width: 89%;
        left: inherit;
        align-content: center;
        letter-spacing: -.25px;
    }
    
    .acf-slider .swiper-button{
        display: flex;
        justify-content: center;
        position: absolute;
        top: 65.5%;
        font-size: 120%;
        left: inherit;
        flex-direction: column;
        flex-wrap: nowrap;
        font-size: 146%;
        box-shadow: 3px 5px 0 black;
        padding: .20em 1em;
        letter-spacing: 1.5px;
    }
    .acf-slider .swiper-slide {
        ackground: #ffffff00!important;
    }

    /*=======================================*/
    /*=======================================*/
    button.wc-block-mini-cart__button {
        display: none;
    }
    .woocommerce ul.products li.product .button {
        font-size: 70%!important;
    }
    .header-wide-row .nav ul li a, .store-icons .bi, svg.wc-block-mini-cart__icon, .store-icons-mobile i, .mobile-menu ul li a {
        color: #ffffff !important;
        /* font-family: "Open Sans", sans-serif; */
        font-size: 130%;
        width: fit-content;
        margin: 0 auto;
        line-height: 2;
    }


    /*=======================================*/
    /*=======================================*/
    .contact-info {
        width: 100%;
        border-bottom: 3px solid #d9ae73;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .footer-logo {
        margin-bottom: 20px;
        /* text-align: center; */
        margin: 30px auto 50px;
        display:flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: center;
    }
    .footer-logo img {
        max-width: 200px;
    }

    .footer-nav {
        text-align:center
    }

    .footer-nav h3{
        /* font-family: "Merriweather", serif; */
        /* font-size:140%; */
    }


    .woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation {
        float: none;
        width: 100%
    }

    li.woocommerce-MyAccount-navigation-link {
        /* line-height: 2.25; */
        display: inline-block;
        padding: 5px 0px;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation .is-active a{
        border-radius: 20px;
        padding: 10px 25px;
    }

    .hp-cat-row {
        margin-top: 0px;
        /* border-bottom: 1px solid #f5f5f5; */
        /* padding-bottom: 30px; */
        text-align: center;
    }

    .store-icons-mobile .woofc-menu-item .woofc-menu-item-inner i {
        color: white!important;
        filter: drop-shadow(2px 2px 0px black);
    }
    
    .store-icons-mobile .woofc-menu-item .woofc-menu-item-inner i:before {
        width: 30px;
        font-size: 25px;
        position: relative;
    }
    .main-parent {
        /* background: url(img/top-bg-mobile.jpg) no-repeat; */
        background-size: contain;
        /* background-size: 62vh; */
    }

    
    .acf-slider .swiper-wrapper li #image1 {
        width: 81%;
        left: 0%!important;
        top: 0.5%;
    }
    
    .acf-slider .swiper-wrapper li #image2 {
        width: 73%;
        left: 0%!important;
        top: -9px;
    }
    
    .acf-slider .swiper-wrapper li #image3 {
        width: 78%;
        left: 0%!important;
        top: 2%;
        right: 0;
        margin: 0 auto;
    }
    
    .acf-slider .swiper-wrapper li #image4 {
        width: 77%;
        left: 0%!important;
        top: -0.5%;
    }


    /*------------------------------------*\
    CHIKEN ANIMATION V.1
    \*------------------------------------*/
    .chicken-walking-container {
        position: absolute;
        bottom: -16px;
        left: 0;
        overflow: hidden;
        width: 100%;
        z-index: 0;
    }
    
    .the-chicken {
        display: block;
        max-width: 100px;
        animation-name: chickenWalk;
        animation-duration: 45s;
        animation-iteration-count: infinite;
        transform: translateX(96vw) rotateY(0);
    }
    .the-chicken img{
        max-width: 100px;
    }
    
    @keyframes chickenWalk {
      0% {
        transform: translateX(96vw) rotateY(0);
      }
      49.99% {
        transform: translateX(-2vw) rotateY(0);
      }
      50% { 
        transform: translateX(-2vw) rotateY(180deg);
      }
    
      100% {
        transform: translateX(100vw) rotateY(180deg);
      }
    }
    /*=======================================*/


    video.heels-video {
        left: -60%;
        display: block;
        /* width: 330vw; */
        height: 500px;
        position: relative;
        /* max-width: fit-content; */
        /* opacity: 1.75; */
        /* padding-left: 0; */
    }
    .health-video-container {
        position: absolute;
        height: 500px;
        /* opacity: 0.75; */
        /* filter: contrast(1.10); */
        /* filter: blur(15px); */
        overflow: hidden;
        /* filter: saturate(1.5); */
        overflow-x: hidden;
        display: block;
        width: 100%;
        margin-left: 0px;
        top: 0px;
        padding-left: 0;
        z-index: 1;
    }

/*=======================================*/
/*=======================================*/
    
    .health-top {
    
    }
    .health-top h1{
        font-size: 1.85em!important;
        letter-spacing: 1px;
        margin-top: 30px;
        font-weight: 200;
    }
    .health-top p{
        font-size: .95em;
        margin-top: 15px;
        margin-bottom: 10px;
        line-height: 1.65;
        }
    .health-top .health-top-h1 {
        font-size: 2.25em!important;
        margin: 15px auto 35px !important;
        letter-spacing: 3px!important;
    }
    .health-row .hp-cat-row{
        margin-top: 60px;
    }
    .health-row .hp-cat-row img{
       max-width: 80px;
       margin: 0 auto;
    }

    .three-points img{
        
    }
    .three-points p{
        font-size: .85em!important;
        max-width: 74%;
        line-height: 1.75;
    }
    .three-points h1{
        font-size: 1.5em!important;
        letter-spacing: 4.25px;
        margin-bottom: 10px;
    }
    
    .health-row a {
        padding: 0.5em 0.75em;
        max-width: 32%;
    }

    /* MORE FIXES FROM OLD CODE REMOVE ONE DAY OLD CODE */
    .container-fluid.welcome-row {
        margin-top: 10px;
    }
    .swiper-button-next, .swiper-button-prev {
        top: 180px;
        color:white;
        /* font-size: 0px; */
        width: 20px;
    }
    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 28px;
    }

    .homepage-bg-fix {
        /* background: url(img/top-bg-mobile.jpg) no-repeat; */
        height: 500px;
        position: absolute;
        width: 100%;
        background-size: cover;
        top: 0;
        background-position: center;
    }
    .header-wide-row {
        background: #dbdbdb;
        background: #000000;
        min-height: 0px;
        position: relative;
        z-index: 5!important;
    }
    /*------------------------------------*\
    CONTACT PAGE
    \*------------------------------------*/
    .page-template-page-contact-wide-wrapped .page-wide-wrapper, .page-template-page-catering-wide-wrapped .page-wide-wrapper
    {
        /* box-shadow: -1px 3px 9px 11px #0000004a; */
        /* border: 4px dashed #00765d; */
        border-bottom: 0px;
        border-radius: 5px;
        margin-top: 80px;
        /* background-clip: border-box; */
        border-style: dotted;
        /* padding: 10px; */
        box-shadow: 0px 0px 0px 15px white;
        border: 0px;
    }
    
    .page-template-page-contact-wide-wrapped label {
        width: 100%;
    }
    input.wpcf7-form-control.wpcf7-text {
        max-width: 100%;
    }
    .page-template-page-contact-wide-wrapped{
        /* background-size: contain; */
    }
    .page-template-page-contact-wide-wrapped .is-layout-flex {
        flex-direction: column-reverse;
    }
    
    .page-template-page-contact-wide-wrapped .main-parent {
        background: url(./img/Header-Contact.jpg);
        background-size: 280%;
        background-repeat: no-repeat;
        background-position: top 0px right -300px;
    }
    .page-template-page-contact-wide-wrapped h3.wp-block-heading  {
        /* color: white; */
        /* padding: 7px 35px 10px; */
        background-image: url(img/header-bg-top.png);
        background-repeat: no-repeat;
        background-size: 85%;
        max-width: 100%;
        font-size: 1.5em;
        margin-bottom: 10px;
        background-position: left;
        text-align: left;
        font-family: 'Merriweather';
    }
    .page-template-page-contact-wide-wrapped p  {
        line-height: 1.5;
        margin-bottom: 23px;
        text-align: left;
        /* text-align: center; */
    }
    input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-success {
        /* display: flex; */
        /* flex-wrap: nowrap; */
        justify-content: center;
        /* position: absolute; */
        top: 56%;
        font-size: 1.25em;
        color: white;
        text-decoration: none;
        /* text-shadow: 0px 3px 0px black; */
        padding: 0.60em 1.5em;
        /* display: flex
        background: #00765d;
        /* border-radius: 10px; */
        margin-top: 5px;
        cursor: pointer;
        left: 50.6%;
        border: 0px;
        font-weight: 300;
        text-transform: uppercase;
        transition: all .25s ease;
        letter-spacing: 5px;
        font-weight: 800;
        font-family: "Open Sans", sans-serif;
        /* box-shadow: 3px 5px 0 black; */
        width: 100%;
    }
    .get-in-touch {
    
    }
    
    .get-in-touch p{
        font-size: 1.10em;
        line-height: 2;
        /* text-align: left; */
        /* padding-left: 7%; */
        letter-spacing: -0.5px;
    }
    
    .get-in-touch img{
        max-width: 45px;
    }
    .page-template-page-contact-wide-wrapped figure.wp-block-media-text__media {
        max-width: 40px;
    }
    
    .page-template-page-contact-wide-wrapped .wp-block-media-text__content {
        margin-left: 0px;
    }
    
    .page-template-page-contact-wide-wrapped figure.wp-block-media-text__media {
        position: relative;
        top: -11px;
    }

    .page-template-page-contact-wide-wrapped main, .page-template-page-catering-wide-wrapped main {
        padding: 2px;
        /* max-width: 100%; */
    }
    .page-template-page-contact-wide-wrapped .wp-block-media-text.is-stacked-on-mobile {
        display: flex;
        justify-content: space-between;
        justify-items: center;
        text-align: center;
        align-items: end;
        max-width: 170px;
    }
    .page-heading {
        padding: 0px 9px;
        /* margin-top: 20%; */
        position: relative;
        top: 110px;
        /* margin-bottom: 10px; */
    }
    
    .page-heading h1{
        color: white !important;
        font-family: "Merriweather", serif;
        font-size: 165%;
        text-align: left;
    }
    .page-template-page-contact-wide-wrapped .page-heading h1 {
        position: relative;
        top: 20px;
        font-size: 1.75em;
    }
    .wpcf7 .wpcf7-recaptcha iframe {
        margin-bottom: 0;
        transform: scale(0.85) translateX(-24px);
        /* transform: translateX(-17px); */
    }
    .page-template-page-contact-wide-wrapped .container-fluid {
        background: white;
        margin-top: 280px;
        position: relative;
        z-index: 0;
        /* backdrop-filter: drop-shadow(2px 4px 6px black); */
    }

    /*------------------------------------*\
        CATERING PAGE
    \*------------------------------------*/
    .catering-row {
    
    }
    .page-template-page-catering-wide-wrapped .page-wide-wrapper {
    
    }
    .page-template-page-catering-wide-wrapped {
    
    }
    .page-template-page-catering-wide-wrapped h1{
        text-align: center;
    }
    
    .page-template-page-catering-wide-wrapped .has-x-large-font-size {
        font-size: 1.25em;
    
    }
    .page-template-page-catering-wide-wrapped p {
        font-size: 1.20em!important;
        line-height: 1.75;
    }
    .page-template-page-catering-wide-wrapped h2 {
        font-size: 1.25em!important;
        margin-bottom: 30px;
        margin-top: 20px;
    }
    
    .page-template-page-catering-wide-wrapped .wp-block-list{
        line-height: 2;
        font-size: 1.15em!important;
        margin-top: 0%;
        /* font-family: "Open Sans", sans-serif; */
        letter-spacing: 1px;
        padding-left: 40px;
        }
    .page-template-page-catering-wide-wrapped ul li{font-weight: 600;max-width: fit-content;}
    
    p.spicy-large {
        font-family: "Open Sans", sans-serif;
        font-size: 2.75em!important;
        letter-spacing: 2px;
    }
    h2.banner-bg-heading {
        font-family: "Open Sans", sans-serif;
        color: white;
        padding: 7px 35px 10px;
        background-image: url(img/header-bg-top.png);
        background-repeat: no-repeat;
        background-size: contain;
        max-width: 100%;
        text-align: center;
        margin-bottom: 10px;
        font-size: 1.7em!important;
        background-position:center;
        margin:0 auto;
        margin-bottom: 20px;
    }
    h2.banner-bg-heading.booking-banner {
        background-position: left;
        margin: 0;
        text-align: center;
        margin-bottom: 20px;
        margin-top: 50px;
    }
    
    .page-template-page-catering-wide-wrapped form label{
        max-width: 100%;
        display: block;
    }
    .page-template-page-catering-wide-wrapped input.wpcf7-form-control.wpcf7-text {
        max-width: 100%;
    }
    /*------------------------------------*\
        Location Manager
    \*------------------------------------*/
    .hp-location-row {
        border-top: 1px solid black;
        margin-top: 20px;
        padding-top: 50px;
    } 
    .hp-location-row h1{
        text-align: center;
        /* background: red; */
        color: black;
        padding: 4px 35px 10px;
        /* background-image: url(img/header-bg-top.png);
        background-repeat: no-repeat;
        background-size: contain;
        max-width: 460px;
        margin: 0 auto; */
        font-size: 2.75em;
    }
    .hp-location-row h2{
        text-align: center;
        /* background: red; */
        color: white;
        padding: 1px 35px 10px;
        background-image: url(img/header-bg-top.png);
        background-repeat: no-repeat;
        background-size: contain;
        max-width: 350px;
        margin: 0 auto;
        text-align: center;
        font-family: "Open Sans", sans-serif;
        font-size: 2.25em;
        margin-bottom: 20px;
    }
    .location-item h3 {
        font-size: 1.51em !important;
        line-height: 1.2em !important;
        border: none !important;
        margin: 0 0 0.5em 0 !important;
        padding: 0 !important;
    }
    .hp-location-row p{
        font-size: 1.15em;
        text-align: center;
        margin-bottom: 40px;
        max-width: 90%;
        margin: 0 auto 40px;
    }
    .hp-location-row img{
    
    }
        
    /*=======================================*/
    /* HOME NEW PRODUCTS */
    /*=======================================*/
    .hp-new-products{
        margin-top: -20px;
    }
    
    .hp-new-products main{
        margin-top: -20px;
        padding: 0 20px 0;
    }

    /*------------------------------------*\
    /*FIND US NOW LINK*/
    /*------------------------------------*/
    .find-uslink-top {
        position: absolute;
        top: 49px;
        width: fit-content;
        right: 6%;
        z-index: 20;
        left: unset;
    }
    
    .find-uslink-top h3{
        color: white;
        font-family: "Open Sans", sans-serif;
        font-size: 24px;
        text-shadow: 3px 3px 1px black;
    }

    /* ============================== *//* ============================== */
    /* ============================== *//* ============================== */
    /* ============================== *//* ============================== */
    /* NEW ETERNITY MOBILE*/
    /* ============================== */
    .contact-link-mobile {
        background-color: #fac884;
        background: white;
        color: black!important;
        padding: 8px 20px!important;
        font-weight: 600!important;
        font-size: .85em;
        text-transform: uppercase;
        letter-spacing: 1px;
        position: absolute;
        right: 69px;
        top: 32px;
        /* color: white!important; */
    }

    .hp-welcome-row .col-md-3{
        margin-bottom: 40px;
    }

    .home-row-fluid  {
        margin-top: 30px;
    }
    .home-row-bg {
        margin-top: 0;
    }
    
    .fluid-div-fix-1 {
        padding: 40px 15px;
    }
    
    
    .craft-bg {
        /* align-items: flex-end; */
        float: none;
        margin-right: auto;
        margin-left: auto;
        max-width: 85%;
        right: 0;
        left: 0;
        display: block;
        position: absolute;
        padding-top: 30px;
        margin-top: 60px;
    }
    
    @keyframes bg-slide {
        from { transform: translateX(0); }
        to { transform: translateX(-50%); }
    }
    
    .home-moving-bg {
        background-image:url(img/craft-bg-w.jpg);
        background-repeat: repeat-x;
        background-position: left;
        background-size: 215%;
        min-height: 600px;
        position: absolute;
        left: 0;
        right: 0;
        z-index: -1;
        animation: bg-slide 20s linear infinite;
        width: 200%;
        overflow-x: hidden;
    }

    .home-row-fluid h4{

    }
    
    .home-row-fluid h2{

        font-size: 1.75em;

    }
    
    .home-row-fluid p {
    
    }
    
    .dad-mobile-fix{
        padding-top: 0px;
        padding-bottom: 60px;
    }

    .home-quote-mobile-fix {padding-bottom: 0px;}

    .handcrafted-text {
        position: absolute;
        top: -69px;
        right: 0;
    }
    
    .handcrafted-text img{
        max-width: 220px;
    }
    .footer-wide-row {
        margin-top: 25px;
    }
    .slider-container-home h1{
        bottom: 26%;
        text-shadow: 1px 2px #00000045;
        font-weight: 600;
        letter-spacing: 0px;
        font-size: 140%!important;
    }
    .page-template-page-contact-wide-wrapped .top-shadow-fix {
        box-shadow: inset 0px 220px 80px -110px #01101ac2;
        z-index: 2;
        position: absolute;
        height: 500px;
        width: 100%;
        z-index: 0;
    }

    .home-row-fluid a.button.eternity-blue-button {
        background-color: #182d41;
        color: white;
        margin-top: 0px;
        top: 10px;
        position: relative;
    }
    .wp-block-column.contact-left-block.is-layout-flow.wp-block-column-is-layout-flow p{
        margin-bottom: 30px;
        border-bottom: 1px solid #162d414f;
        padding-bottom: 21px;
        max-width: 95%;
        text-align: center;
        margin: 0 auto;
    }

    .wp-block-column.contact-form-block.is-layout-flow.wp-block-column-is-layout-flow {
        background-color: rgba(246,246,247,1) !important;
        box-shadow:rgba(0,0,0,0.3) 0 3px 11px 0 !important;
        -moz-box-shadow:rgba(0,0,0,0.3) 0 3px 11px 0 !important;
        -webkit-box-shadow:rgba(0,0,0,0.3) 0 3px 20px 5px !important;
        padding: 20px;
        margin-top: -100px;
        max-width: 100%;
        overflow-x: hidden;
        position: relative;
        /* top: -80px; */
        border-radius: 4px;
    }
    
    .wp-block-column.contact-left-block.is-layout-flow.wp-block-column-is-layout-flow {
        margin-top: 0px;
    }
        
    .page-template-page-contact-wide-wrapped-php h2{
        font-family: "Merriweather", serif;
        font-size: 1.5em;
        margin-bottom: 20px;
        margin-top: 20px;
        /* text-align: center; */
        /* border-bottom: 1px solid #e8bb7d; */
        /* padding-bottom: 10px; */
    }
    .page-template-page-contact-wide-wrapped .top-tear {
        left: 0;
        margin-bottom: 0px;
        position: static;
        top: -50px;
        position: absolute;
        max-width: 100%;
        overflow-x: hidden;
    }

    .page-template-page-contact-wide-wrapped .footer-wide-row {
        margin-top: 0px;
    }
    /*=======================================*/
    /* REGULAR PAGE TEMPLATE */
    /*=======================================*/
    /*=======================================*/
    .page-template-page-wide-wrapped  .main-parent {
        background-color: #182d41;
        color: #FFF;
        background-image: url(img/pattern-3.webp);
        background-size: 12%;
        top: 0;
        position: absolute;
    }
    .page-template-page-wide-wrapped .container-fluid {
        background: white;
        margin-top: 130px;
        position: relative;
        z-index: 0;
        /* background: none; */
    }
    
    .page-template-page-wide-wrapped .top-tear {
        background-image:url(img/Tear-Top.png);
        display: block;
        height: 40px;
        position: absolute;
        /* margin-top: 10px; */
        width: 100%;
        bottom: 0px;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 10;
        top: -38px;
        left: 0%;
        display: none;
    }

    .page-template-page-wide-wrapped .page-wide-wrapper {
        
    }

    .page-template-page-wide-wrapped .bottom-tear {
        top: -30px;
    }

    .default-page main {
        padding: 20px 12px 40px;
    }

    /*------------------------------------*\
    PRODUCT PAGE
    \*------------------------------------*/
    .page-template-product-page-wide-wrapped {
        
    }

    .page-template-product-page-wide-wrapped article{
        margin-top: -10px;
    }

    .page-template-product-page-wide-wrapped .container-fluid{
        margin-top: 170px;
    }

    
    .page-template-product-page-wide-wrapped  .bottom-tear {
        top: -31px;
    }
    .page-template-product-page-wide-wrapped .top-tear {
        /* display:none; */
    }
    .page-template-product-page-wide-wrapped main{
        
    }
    .product-page-top-section {
    
    }
    
    .product-page-top-section .product-page-left {
        
    }
    
    .product-page-top-section .product-page-left img{
        max-width: 96%;
        margin-bottom: -20px;
    }
    
    .product-page-top-section .product-page-left h2{
        font-size: 3em;
        color: #f3c382 !important;
    }
    
    
    .product-page-top-section .product-page-right {
        padding-top: 20px;
        z-index: 2;
    }
    .product-page-top-section .product-page-right p{
        
    }
    .product-page-top-section .product-page-right h2{
        font-size: 170%;
        border-bottom: solid 2px #f3c382;
        padding-bottom: 30px;
        margin-bottom: 30px;
        margin-top: -50px;
        /* text-align: center; */
    }
    
    .eternity-blue-button a{
        background-color: #182d41;
        color: white;
        width: fit-content;
        padding: 10px 25px;
        font-weight: 600;
        margin-top: 20px;
        transition: all .25s ease;
        border: 2px solid #182d41;
        border-radius: 0px;
        text-transform: uppercase;
        font-size: 1em;
    }
    
    .eternity-blue-button a:hover{
        background: #d9ae73;
        color: white;
        border: 0px;
        border: 2px solid #d9ae73!important;
    }
    /*------------------------------------*\
        PRODUCT PAGE BELOW
    \*------------------------------------*/
    .product-page-bottom {
        border-top: 1px solid #e8e8e8;
        padding-top: 40px;
        margin-top: -30px;
    }
    
    .product-page-bottom h2{
        font-size: 1.75em;
        margin-bottom: 30px;
    }
    
    .product-page-bottom ul{
        padding-left: 0;
    }
    .product-page-bottom h3{
        color: black;
        margin: 10px;
    }
    .product-page-bottom ul li{
        text-align: center;
    }
    .product-page-bottom ul li img{
        max-width: 80%;
    }
    
    /*=======================================*/
    /* HOMEPAGE SLIDER */
    .home-product-slider {
        margin-bottom: 50px;
    }
    .home-product-slider .swiper {
        min-height: 600px;
    }
    .swiper-wrapper {
        padding-left: 0;
    }
    .home-product-slider .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #ffffff00;
      display: flex;
      flex-direction: column;
      width: 100%;
      height: 420px;
      text-align: center;
      align-content: center;
      /* align-items: center; */
      padding: 0 10px;
    }
    .swiper-pagination {
        position: absolute;
        text-align: center;
        transition: .3s opacity;
        transform: translate3d(0, 0, 0);
        z-index: 10;
        margin-top: 20px;
        bottom: 30px!important;
    }
    .home-product-slider .swiper-slide a{
        margin-top: 0;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -105px;
        margin-left: auto;
        margin-right: auto;
    }
    .home-product-slider .swiper-slide p {
        max-width: 95%;
    }
    .home-product-slider .swiper-slide h1{
        font-size: 1.05em;
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 10px;
        font-weight: 700;
    }



/*=======================================*/
        
}

/*=======================================*/
/* ENDS MAIN MEDIA QUERY */
/*=======================================*/
/*=======================================*/
/*SHOW DESKTOP AND HIDE MOBILE STYLES*/
@media (min-width: 49em) {
    .show-desktop {
        display: block;
    }

    .show-mobile {
        display: none!important;
    }

    /*END MEDIA QUERY*/
}

/*=======================================*/
/* EXTRA LARGE SCREENS */
/*=======================================*/
@media only screen and (min-width: 1600px) {
    .hp-hero {
        position: relative;
        min-height: 640px;
        /* background: #e4e4e4; */
        /* background-image: url('./img/top-hero-desktop.jpg'); */
        margin-left: var(--bs-gutter-x,-.75rem);
        margin-right: var(--bs-gutter-x,-.75rem);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden;
    }
    
}



/*------------------------------------------*/
body {
    /*background: green;*/
}

/* =========== Temp COde for Menu test ============ */
.sprm-menu-left .sprm-menu-title {
    font-size: 1.5em;
    font-weight: 700;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    padding: 0.5em 0.8em;
    font-size: 150%;
}

.sprm-cart-item-title {
    font-size: 1.0em;
}

.sprm table td, .sprm table th {
    font-size: 1.1em;
}

td.sprm-cart-item-price {}



.header-wide-row, .header-wide-wrapper, .mobile-nav {
    background: #ffffff00!important;
    z-index: 2;
}

.wide-wrapped-row {
    background: #ffffff00!important;
}

.lightHeader-mobile {
    background-color: #182d41 !important;
    transition: all .35s ease;
    box-shadow: 0 2px 15px -3px #0000003d;
    min-height: 80px;
}

.mobile-nav {
    transition: all .35s ease;
    /* background-color: #ffffff00; */
    min-height: 80px;
}

.mobile-nav-brand {
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
    max-width: 45%!important;
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
}

.social-nav {
    padding-bottom: 5vh;
    margin-top: 0px;
}

.social-nav h3{
    /* font-size: 190%; */
    font-family: "Merriweather", serif;
    color: white;
    /* font-family: sans-serif; */
    margin-bottom: 20px;
}

.social-nav ul li{
    display: inline-block;
    margin-bottom: 5px;
}

.social-nav ul li a img{
    margin-right: 20px;
    display: block;
    max-width: 35px;
    width: 40px;
}

.footer-number {
    font-size: 150%!important;
}

/*=================================*/

.mobile-nav .logo img {
    
}


/*=================================*/
/*=================================*/

/*ANIMATE CSS*/
.animate__animated.delay-05s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s
}

.animate__animated.delay-075s {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s
}

.animate__animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animate__animated.delay-1-5s {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}


span.swiper-pagination-bullet {
    background: #728699;
    opacity: .75;
}
span.swiper-pagination-bullet-active {
    background: #0c3f8d;
}

.pswp__top-bar {
    background-color: #00765d!important;
}
