/**************** Font Face ****************/
/**************** Font Face ****************/
@font-face {
    font-family: 'biorhymeregular';
    src: local('Pacifico Regular'), local('Pacifico-Regular'), url('../fonts/BioRhyme/biorhyme-regular-webfont.woff2') format('woff2'),
        local('Pacifico Regular'), local('Pacifico-Regular'), url('../fonts/BioRhyme/biorhyme-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'source_sans_proregular';
    src: local('Pacifico Regular'), local('Pacifico-Regular'), url('../fonts/sanspro/sourcesanspro-regular-webfont.woff2') format('woff2'),
        local('Pacifico Regular'), local('Pacifico-Regular'), url('../fonts/sanspro/sourcesanspro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/**************** Font Face ****************/
/**************** Font Face ****************/
body{
    font-family: 'source_sans_proregular';
    font-size: 16px;
    background-color: #ffffff;
}
iframe{
    max-width: 100%;
}
h1, h2, h3, h4, h5, h6{
    color: #045e2d;
    font-family: 'biorhymeregular';
}
a, a:hover{
    color: #045e2d;
}
.wrapper-website{
    float: left;
    width: 100%;
}
.wrapper-header{
    float: left;
    width: 100%;
}
.wrapper-header-lang{
    float: left;
    width: 100%;
    color: #ffffff;
    background-color: #ba2025;
    padding: 5px 0px 7px 0px;
    text-align: right;
}
.wrapper-header-lang a{
    color: #efefef;
}
.wrapper-header-lang a.lang-active{
    color: #ffff00;
}
.wrapper-header-top{
    float: left;
    width: 100%;
    color: #0c713a;
    background-color: #cce7d4;
    padding: 7px 0px;
}
.wrapper-header-center{
    float: left;
    width: 100%;
    background-color: #e3e3e3;
    background-image: url('../images/header-center-bg.png');
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: center;
}
.logo{
    margin-top: 8px;
    display: inline-block;
}
.logo img{
    display: block;
}
.wrapper-menu{
    float: left;
    width: 100%;
    color: #ffffff;
    background-color: #0c713a;
}
.wrapper-menu .container{
    position: relative;
}
.wrapper-menu a{
    color: #ffffff;
}
.wrapper-menu nav .nav-link{
    text-transform: uppercase;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 15px;
    padding-left: 15px;
}
.wrapper-menu nav.bg-light{
    background-color: transparent !important;
}
.navbar-nav .nav-link.active, 
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:active,
.navbar-nav .show > .nav-link{
    color: #ffffff;
    background-color: #065a2c;
}
.social-links{
    margin: 14px 0px;
    padding: 0px;
    width: 100%;
    list-style: none;
    text-align: right;
}
.social-links li{
    display: inline-block;
    margin: 0px 8px;
}
.social-links li a{
    display: block;
    font-size: 18px;
}
.top-options{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: right;
}
.top-options li{
    display: inline-block;
}
.top-options li a{
    font-family: 'biorhymeregular';
    font-size: 18px;
    color: #0c713a;
    font-weight: bold;
    display: block;
    text-decoration: none !important;
}
.top-options li a i{
    color: #000;
    margin-right: 3px;
}
.hours-text{
    margin: 2px 0px 0px 0px;
    font-size: 16px;
    font-weight: bold;
}
.hours-text strong{
    color: #ba2025;
}
.wrapper-content{
    float: left;
    width: 100%;
}
.wrapper-slider{
    float: left;
    width: 100%;
    padding: 20px 0px;
}
.slider-container{
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.slider-content h2{
    color: #ffffff;
}
.cycle-slideshow{
    position: relative;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}
.item-slider{
    position: relative;
    width: 100%;
}
.item-slider img{
    width: 100%;
    height: auto;
}
.item-slider-overlay{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-image: url('../images/slider-overlay.png');
    background-size: 100% 100%;
}
#slider-detail{
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 92px;
    height: 100px;
    z-index: 1000;

    background-image: url('../images/slider-detail.png');
    background-size: 100% 100%;
}
#prev, #next{
    position: absolute;
    top: 50%;
    margin-top: -33px;
    width: 67px;
    height: 75px;
    cursor: pointer;
    background-position: center;
    z-index: 200;
}
#prev{
    left: -80px;
    background-image: url('../images/nav-left.png');
}
#next{
    right: -80px;
    background-image: url('../images/nav-right.png');
}
.relative{
    position: relative;
}
.wrapper-footer{
    float: left;
    width: 100%;
}
.wrapper-locations{
    float: left;
    width: 100%;
    padding: 20px 0px;
    color: #0c713a;
    background-color: #cce7d4;
}
.locations-img{
    position: absolute;
    width: 150px;
    top: -100px;
    right: 20px;
}
.footer-branch{
    float: left;
    width: 100%;
    margin: 10px 0px;
}
.wrapper-footer-menu{
    float: left;
    width: 100%;
    padding: 5px 0px;
    background-color: #0c713a;
}
.footer-menu{
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.footer-menu li{
    display: inline-block;
    margin: 0px 16px;
}
.footer-menu li a{
    font-size: 22px;
    display: block;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
}
.wrapper-copyright{
    float: left;
    width: 100%;
    text-align: center;
    padding: 15px 0px;
    color: #0c713a;
    font-size: 18px;
    font-weight: bold;

    background-color: #cce7d4;
}
.wrapper-footer-logo{
    float: left;
    width: 100%;
    text-align: center;
    padding: 18px 0px;

    background-color: #e3e3e3;
    background-image: url('../images/header-center-bg.png');
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: center;
}
.slider-information{
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 50%;
    padding: 20px;
    color: #ffffff;
    z-index: 100;

    display: flex;
    align-items: center;
}
.slider-button{
    display: inline-block;
    background-color: #ba2025;
    border: 1px solid #920b10;
    border-radius: 4px;
    color: #ffffff !important;
    padding: 8px 10px;
    width: 150px;
    max-width: 100%;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none !important;
}
.wrapper-home-specials{
    float: left;
    width: 100%;
    color: #045e2d;
    background-color: #cce7d4;
    padding: 20px 0px;
}
.promotion-box{
    display: inline-block;
    width: 381px;
    height: 124px;
    padding-top: 36px;
    padding-left: 122px;
    text-align: center;
    color: #ffffff;

    background-image: url('../images/promotion-box.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.promotion-box h4{
    color: #ffffff;
    margin-bottom: 0px;
}
.wrapper-departments{
    float: left;
    width: 100%;

    padding: 40px 0px;
    background-image: url('../images/departments-bg.png');
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-position: center;
}
.department-item{
    float: left;
    width: 100%;
    margin: 10px 0px;
    border-radius: 4px;
    overflow: hidden;
}
.header-box-color{
    float: left;
    width: 100%;
    height: 55px;

    background-color: #a1171c;
}
.department-item-content{
    float: left;
    width: 100%;
    padding: 5px 10px;
    min-height: 230px;

    background-color: #e5e5e5;
}
.wrapper-recipes{
    float: left;
    width: 100%;
    padding: 60px 0px 100px 0px;
    color: #045e2d;
    border-top: 14px solid #ba2025;

    background-image: url('../images/detail-recipes-side.png');
    background-position: left 40px center;
    background-repeat: no-repeat;
    background-size: 200px auto;
}
.wrapper-recipes-right{
    float: left;
    width: 100%;

    background-image: url('../images/detail-recipes-side.png');
    background-position: right 40px center;
    background-repeat: no-repeat;
    background-size: 200px auto;
}
.wrapper-recipes .container{
    background-color: #ffffff;
}
.recipe-item{
    float: left;
    width: 100%;
    margin: 10px 0px;
}
.recipe-item a{
    color: #045e2d;
}
.wrapper-box{
    float: left;
    width: 100%;
    padding: 20px 0px;
}
.contact-links{
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.contact-links li{
    margin: 0px 5px;
    display: inline-block;
}
.contact-links li a{
    display: block;
    font-size: 18px;
}
.wrapper-page{
    float: left;
    width: 100%;
}
.wrapper-page-header{
    float: left;
    width: 100%;
    background-color: #cce7d4;
    padding: 40px 0px 30px 0px;
}
.wrapper-page-header .container{
    min-height: 80px;
    background-image: url('../images/slider-detail.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto 80px;
}
.wrapper-page-content{
    float: left;
    width: 100%;
    padding: 60px 0px 100px 0px;
}
form label{
    font-weight: bold;
    margin-bottom: 5px;
}
form input[type="text"],
form input[type="text"]:focus,
form textarea,
form textarea.form-control,
form textarea.form-control:focus{
    border-radius: 0px;
    border: 1px solid #0c713a;
    background-color: #cce7d4;
}
form input[type='submit']{
    background-color: #ba2025;
    border: 0px;
    color: #ffffff;
    display: inline-block;
    padding: 10px 25px;
    width: 150px;
    max-width: 100%;
    text-align: center;
    font-weight: bold;
}
.error{
    color: #ff0000;
    margin-top: 3px;
}
#gmap_canvas{
    float: left;
    width: 100%;
    height: 250px;
    margin: 20px 0px 30px 0px;
    border: 1px solid #0c713a;
    background-color: #cce7d4;
}
.about-picture{
    float: left;
    width: 100%;
    margin-bottom: 30px;
    border: 5px solid #ffffff;
    box-shadow: 1px 1px 10px #000000;
}
.product-preview{
    float: left;
    width: 100%;
    margin: 20px auto;
    text-align: center;
}
.product-photo{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.product-photo img{
    max-width: 100%;
}
.product-preview h3{
    font-size: 20px;
}
.product-preview a.cart-trigger{
    background-color: #ba2025;
    border: 0px;
    color: #ffffff;
    display: inline-block;
    padding: 10px 25px;
    width: 150px;
    max-width: 100%;
    text-align: center;
    font-weight: bold;
    text-decoration: none !important;
}
#pagination{
    margin-top: 20px;
    display: block;
}
#pagination strong, #pagination a {
    border: 1px solid #0c713a;
    padding: 5px 12px;
    color: #ffffff;
    background-color: #0c713a;
    margin: 0px 2px;
}
#pagination strong{
    color: #0c713a;
    background-color: #ffffff;
    border: 1px solid #0c713a;
}
.row-recipe-info{
    margin-top: 30px;
}
.special-slider-box{
    position: relative;
    float: left;
    width: 100%;
}
#special-slider{
    float: left;
    width: 100%;
}
.item-special{
    position: relative;
    width: 100%;
}
.item-special img{
    width: 100%;
}
.specials-pdf-button{
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 100;

    color: #ffffff !important;
    background-color: #ba2025;
    border: 0px;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    padding: 10px 25px;
    width: 200px;
    max-width: 100%;
    text-align: center;
    font-weight: bold;
    text-decoration: none !important;
}
.specials-pdf-button i{
    margin-right: 5px;
}
.offer-detail {
    position: absolute;
    bottom: 20px;
    left: 0;
    color: #ffffff;
    max-width: 50%;
    padding: 40px 90px 65px 70px;
    background: rgba(0, 0, 0, 0.15);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(right, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
}
.offer-heading{
    font-size: 28px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}
.price-val-2{
    display: block;
    font-size: 65px;
    font-weight: bold;
}
.offer-detail em{
    font-size: 35px;
    font-weight: bold;
}
.specials-pager{
    float: left;
    width: 100%;
    text-align: center;
    padding: 15px 0px;
}
.specials-pager span{
    display: inline-block;
    overflow: hidden;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0px 4px;
    text-indent: -1000px;
    cursor: pointer;

    background-color: #0c713a;
}
.specials-pager span.cycle-pager-active{
    background-color: #ba2025;
}
a.read-more{
    color: #ba2025;
}
.radio-box{
    float: left;
    width: 100%;
    font-size: 20px;
    text-align: left;
}
.radio-box span{
    display: inline-block;
    margin-right: 10px;
}
.radio-box span i{
    margin-right: 5px;
}
.radio-box audio{
    float: left;
    max-width: 100%;
}
.footer-branch h3{
    font-size: 22px;
}
.footer-branch h4, .footer-branch h5{
    font-size: 18px;
}
img.lazy{
    max-width: 100%;
}
.instagram-media.instagram-media-rendered{
    display: inline-block !important;
}
.department-img-picture{
    min-height: 180px;
}