/** Generated by FG **/
/*@font-face {
        font-family: 'Crimson Text', serif;
        src: url('fonts/MinionPro-Regular.eot');
        src: local('☺'), url('fonts/MinionPro-Regular.woff') format('woff'), url('fonts/MinionPro-Regular.ttf') format('truetype'), url('fonts/MinionPro-Regular.svg') format('svg');
        font-weight: normal;
        font-style: normal;
}*/


body {
    margin: 0;
    padding: 0;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
}
* {
    box-sizing: border-box;
}
*:focus {
    outline: none;
}
ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}
h1, h2, h3 {
    font-weight: normal;
    padding: 0;
    margin: 0;
}
p {
    padding: 0;
    margin: 0;
}
.clearfix:after {
    content: " "; /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
.mobile-only {
    display: none;
}
@media only screen and (max-width: 720px) {
    body {
        font-size: 14px;
    }
    .mobile-only {
        display: block;
    }
    .desktop-only {
        display: none;
    }
}
.ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url('../images/ajax-loader.gif');
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
}

.ajax-loader.is-active {
    visibility: visible;
}
/******************* HEADER *******************/
/******************* HEADER *******************/
/******************* HEADER *******************/
.header {
    background: #ffffff;
}
.header-inner {
    margin: 0 auto;
    padding: 38px 0 0;
    width: 1170px;
    position: relative;
}
.hamburger {
    display: none;
}
.logo {
    float: left;
}
.search-outline {
    float: right;
    padding: 50px 0 0;
    width: 375px;
}
.search-inner {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #ffc222;
    height: 45px;

    position: relative;
} 
.search-inner input {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    height: 43px;
    width: 100%;
    font-family: 'Crimson Text', serif;
    font-size: 20px;
    border: none;
    text-indent: 16px;
    color: #7f7f7f;
}
.search-inner span.error {
    color: #ff0000;
    font-size: 12px;
    padding: 5px 0;
    display: block;
}
.search-inner button {
    background: none;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 45px;
    padding: 0;
    cursor: pointer;
}

ul.nav {
    clear: both;
    padding: 15px 0 0;
    width: 100%;
}
ul.nav > li {
    float: left;
    margin: 0 0 0 57px;
    position: relative;
}
ul.nav > li:first-child {
    margin: 0;
}
ul.nav > li:before {
    position: absolute;
    width: 57px;
    left: -57px;
    text-align: center;
    background: url('../images/dot.jpg') no-repeat center 29px;
    content: ' ';
    height: 16px;
    padding: 20px 0;
}
ul.nav > li:first-child:before {
    display: none;
}
ul.nav > li > a {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    padding: 20px 0;
    display: block;
}
ul.nav > li:hover ul.level-2 {
    display: block;
}
ul.level-2 {
    position: absolute;
    z-index: 200;
    background: #ffffff;
    width: 200px;
    -webkit-box-shadow: 6px 8px 5px -6px #666666;
    box-shadow: 6px 8px 5px -6px #666666;
    display: none;
}
ul.level-2 li {
    border-top: 1px solid #ebebeb;
}
ul.level-2 li a {
    color: #999999;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 10px;
    display: block;
    text-decoration: none;
}
ul.level-2 li a:hover {
    background: #ffc222;
    color: #ffffff;
}

@media only screen and (max-width: 1170px) {
    .header-inner {
        margin: 0;
        width: auto;
    }
    a.logo {
        margin: 0 0 0 20px;
    }
    .search-outline {
        margin: 0 20px 0 0;
    }
    ul.nav {
        margin: 0 20px;
        width: auto;
    }
    ul.nav > li {
        margin: 0 0 0 50px;
    }
    ul.nav > li:before {
        width: 50px;
        left: -50px;
    }

}
@media only screen and (max-width: 1140px) {
    ul.nav > li {
        margin: 0 0 0 40px;
    }
    ul.nav > li:before {
        width: 40px;
        left: -40px;
    }
}
@media only screen and (max-width: 1024px) {
    ul.nav > li > a {
        font-size: 14px;
    }
}
@media only screen and (max-width: 960px) {
    ul.nav > li > a {
        font-size: 13px;
    }
}
@media only screen and (max-width: 768px) {
    .header-inner {
        position: relative;
        padding: 80px 0 20px;
    }

    .hamburger {
        display: block;
        height: 30px;
        width: 30px;
        background: url('../images/icon-hamburger.jpg') no-repeat;
        background-size: 30px;
        margin: 20px 0 0 20px;
        float: left;
    }
    a.logo {
        position: absolute;
        left: 50%;
        margin-left: -75px;
        top: 20px;
    }
    a.logo img {
        width: 150px;
        height: 49px;
    }
    .search-outline {
        width: 75%;
        padding: 10px 0 0;
    }
    ul.nav {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 154px;
        border-bottom: 1px solid #7f7f7f;
        display: none;
        z-index: 100;
        width: 100%;
    }
    ul.nav > li {
        width: auto;
        margin: 0;
        float: none;
        background: #f7f7f7;
        border-top: 1px solid #7f7f7f;
    }
    ul.nav > li:before {
        display: none;
    }
    ul.nav > li > a {
        font-size: 13px;
        display: block;
        padding: 0 20px;
        height: 40px;
        line-height: 40px;
    }
    ul.level-2 {
        position: static;
        width: 100%;
        display: block;
    }
    ul.level-2 li a {
        padding: 10px 20px;
    }
}

/************************** END - HEADER **************************/
/************************** END - HEADER **************************/
/************************** END - HEADER **************************/





/******************* CAROUSEL ************************/
/******************* CAROUSEL ************************/
/******************* CAROUSEL ************************/
.carousel-outline {
    background: #000000;
}
.carousel-inner {
    width: 1170px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.carousel-inner.full {
    width: auto;
}
.carousel-inner img {
    vertical-align: bottom;
    width: 100%;
}
.carousel-inner .carousel {
    /*width: 5000px;*/
}
.carousel-inner .carousel .carousel-item {
    float: left;
}
.icon-left, .icon-right {
    position: absolute;
    top: 50%;
    margin-top: -17px;
}
.icon-left {
    left: 0;
}
.icon-right {
    right: 0;
}
.carousel-inner .slick-dots {
    text-align: center;
    position: absolute;
    bottom: 45px;
    width: 100%;
}
.carousel-inner .slick-dots li {
    display: inline-block;
    padding: 10px;
}
.carousel-inner .slick-dots li button {
    border: 2px solid #ffffff;
    background: none;
    width: 17px;
    height: 17px;
    padding: 0;
    font-size: 0;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    cursor: pointer;
}
.carousel-inner .slick-dots li.slick-active button {
    background: #ffffff;
}

@media only screen and (max-width: 1170px) {
    .carousel-inner {
        width: 100%;
    }
}
@media only screen and (max-width: 720px) {
    .carousel-inner .slick-dots {
        bottom: 10px;
    }
}
/******************* END - CAROUSEL ************************/
/******************* END - CAROUSEL ************************/
/******************* END - CAROUSEL ************************/



/******************* HOMEPAGE ************************/
/******************* HOMEPAGE ************************/
/******************* HOMEPAGE ************************/
.wrapper {
    background: url('../images/bg.jpg') repeat center top;
    padding: 30px 0 45px;
    background-attachment: fixed!important;
}
.container {
    background: #ffffff;
    width: 1032px;
    margin: 0 auto;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    padding: 40px 0 0;
}
.container.inside-page {
    border-radius: 10px ;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 40px 0 60px;
}
h1 {
    font-family: 'Crimson Text', serif;
    font-weight: bold;
    font-size: 40px;
    color: #ff9900;
    text-align: center;
}
.info {
    text-align: center;
    padding: 20px 40px 40px;
    line-height: 25px;
}
.video {
    margin: 0 auto;
}
.video img {
    width: 100%;
}
.video-overlay {
    position: relative;
}
.video-overlay:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url('../images/play-icon-hover.png') no-repeat center center; 	
    background-size: 100px;
    cursor: pointer;
}
.product-list {
    margin: 45px 0 0;
}
.product-item {
    margin: 0 0 58px;
    padding: 30px;
    color: #ffffff;
}
.product-left {
    width: 48.5%;
    float: left;
    background: #ffffff;
}
.product-left > img {
    width: 100%;
}
.product-left iframe {
    height: 300px!important;
}
.product-right {
    width: 51.5%;
    padding: 50px 0 0 30px;
    float: right;
}
.slider-outline {
    background: #ffffff;
    position: relative;
}
.slider-inner {
    margin: 0 25px;
    overflow: hidden;
}
.slider-inner .slider {
    /*width: 420px;*/
}
.slider-inner .slider .slider-item {
    width: 140px;
    float: left;
    padding: 10px;
}
.slider-inner .slider .slider-item img {
    width: 100%;
    cursor: pointer;
}
.arrow-left, .arrow-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 100;
}
.arrow-left {
    left: 10px;
}
.arrow-right {
    right: 10px;
}
.product-right h3 {
    font-family: 'Crimson Text', serif;
    font-size: 30px;
    padding-bottom: 15px;
}
.product-right h3 a{
    color: #fff;
    text-decoration: none;
}
.product-right p {
    line-height: 25px;
}
.recipe  {
    position: relative;
}
.recipe img {
    width: 100%;
}
.button-yellow {
    -webkit-box-shadow: 3px 3px 3px 3px #121212;
    box-shadow: 3px 3px 3px 3px #121212;
    display: block;
    position: absolute;
    height: 66px;
    line-height: 66px;
    font-family: 'Crimson Text', serif;
    font-size: 28px;
    border: none;
    bottom: 87px;
    width: 352px;
    text-align: center;
    left: 50%;
    margin-left: -176px;
    border-radius: 10px;
    padding: 0;
    color: #ffffff;
    text-decoration: none;
}
.button-yellow * {
    width: 100%;
    height: 66px;
    position: absolute;
    left: 0;
    top: 0;
}
.button-yellow div {
    opacity: 0.7;
    background: #ffc222;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

@media only screen and (max-width: 1032px) {
    .container {
        width: auto;
        margin: 0 20px;
    }

}
@media only screen and (max-width: 768px) {
    .product-right {
        padding-top: 0;
    }
    .video {
        width: 560px;
        height: auto;
    }
    .video iframe,
    .video-player-outline iframe {
        width: 560px!important;
        height: 320px!important;
    }
}
@media only screen and (max-width: 720px) {
    .wrapper {
        padding-top: 20px;
		padding-bottom: 30px;
    }
    .container,
    .container.inside-page {
        padding-top: 20px;
    }
    h1 {
        font-size: 25px;
    }
    .video {
        width: 460px;
    }
    .video iframe,
    .video-player-outline iframe {
        width: 460px!important;
        height: 280px!important;
    }

    .product-item {
        margin: 0 0 30px;
        padding: 20px;
    }
    .product-left {
        float: none;
        width: 100%;
    }
    .product-right {
        padding: 0;
        float: none;
        width: 100%;
        padding: 20px 0 0;
    }
    .product-right h3 {
        font-size: 25px;
    }
    .button-yellow {
        height: 45px;
        line-height: 45px;
        font-size: 20px;
        bottom: 50px;
        width: 280px;
        margin-left: -140px;
    }
    .button-yellow * {
        height: 45px;

    }
}
@media only screen and (max-width: 560px) {
    .video {
        width: 380px;
    }
    .video iframe,
    .video-player-outline iframe {
        width: 380px!important;
        height: 240px!important;
    }
    .video-overlay:after {	
        background-size: 40px;
    }
}
@media only screen and (max-width: 480px) {

    .button-yellow {
        height: 35px;
        line-height: 35px;
        font-size: 16px;
        bottom: 20px;
        width: 200px;
        margin-left: -100px;
    }
    .button-yellow * {
        height: 35px;

    }
}
@media only screen and (max-width: 414px) {
    .video {
        width: 280px;
    }
    .video iframe,
    .video-player-outline iframe {
        width: 280px!important;
        height: 140px!important;
    }
}
@media only screen and (max-width: 320px) {
    .video {
        width: 100%;
    }
    .video iframe,
    .video-player-outline iframe {
        width: 100%!important;
        height: 140px!important;
    }
}
/******************* END - HOMEPAGE ************************/
/******************* END - HOMEPAGE ************************/
/******************* END - HOMEPAGE ************************/


/*******************  FOOTER ************************/
/*******************  FOOTER ************************/
/*******************  FOOTER ************************/
.footer {
    background: url('../images/bg-footer.jpg') no-repeat center bottom #000000;
    padding: 60px 0 360px;
    color: #ffffff;
}
.footer-inner {
    width: 1170px;
    margin: 0 auto;
}
.footer-left {
    width: 48%;
    float: left;
}
.footer-right {
    width: 34%;
    float: right;
}
.footer-left h3 {
    font-family: 'Crimson Text', serif;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.footer-row {
    /*padding: 35px 0 0;*/
}
.footer-group {
    width: 50%;
    float: left;
    text-align: center;
    background: url('../images/dash.jpg') no-repeat left center;
    font-size: 16px;
    line-height: 25px;
    padding: 0 10px;
}
.footer-group:first-child {
    background: none;
}
.footer-right h3 {
    font-family: 'Crimson Text', serif;
    font-size: 20px;
    font-weight: bold;
    color: #ffc222;
    padding-top: 10px;
    text-align: center;
}
.footer-right .search-outline {
    width: 100%;
    padding: 30px 0;	
}
.footer-right .search-inner {
    border: none;
}
.footer-right .search-inner input {
    font-family: 'Nunito Sans', sans-serif;
    font-style: italic;
}
.footer-right .search-inner button {
    height: 30px;
    border-left: 1px solid #cccccc;
    top: 7px;
}

.footer-right ul {
    padding: 23px 0 0;
    width: 211px;
    margin: auto;
}
.footer-right ul li {
    float: left;
    margin: 0 20px 0 0;
}
.footer-right ul li:last-child {
    margin: 0;
}
@media only screen and (max-width: 1170px) {
    .footer-inner {
        width: auto;
        margin: 0 20px;
    }
    .footer-right .search-outline {
        margin: 0;
    }
}
@media only screen and (max-width: 768px) {
    .footer-left {
        width: 55%;
    }
    .footer-right {
        width: 40%;
    }
}
@media only screen and (max-width: 720px) {
    .footer {
        padding-bottom: 150px;
        background-size: 720px;
    }
    .footer-left {
        width: 100%;
        float: none;
    }
    .footer-right {
        width: 100%;
        float: none;
        padding-top: 40px;
        text-align: center;
    }
    .footer-right ul {
        margin: 0 auto;
    }
}
@media only screen and (max-width: 480px) {
    .footer-left h3 {
        font-size: 24px;
    }
    .footer-group {
        font-size: 14px;
    }
    .footer-right h3 {
        font-size: 18px;
    }
}
/******************* END - FOOTER ************************/
/******************* END - FOOTER ************************/
/******************* END - FOOTER ************************/




/*******************  BOTTOM SECTION ************************/
/*******************  BOTTOM SECTION ************************/
/*******************  BOTTOM SECTION ************************/
.bottom-section {

}
.bottom-inner {
    width: 1170px;
    margin: 0 auto;
    padding: 18px 0 10px;
}
.bottom-inner p {
    float: left;
    width: 48%;
    font-family: 'Crimson Text', serif;
    font-size: 14px;
    color: #666666;
    padding: 0 0 0 50px;
}
.bottom-inner ul {
    float: right;
    width: 48%;
    text-align: right;
}
.bottom-inner ul li {
    display: inline-block;
    margin: 0 0 0 30px;
}
.bottom-inner ul li a {
    font-family: 'Crimson Text', serif;
    font-size: 14px;
    color: #666666;
    text-decoration: none;
}
@media only screen and (max-width: 1170px) {
    .bottom-inner {
        width: auto;
        margin: 0 20px;
    }
    .bottom-inner p {
        padding: 0;
    }
    .bottom-inner ul li {
        margin: 0 0 0 10px;
    }
}
@media only screen and (max-width: 768px) {
    .bottom-inner p {
        float: none;
        width: 100%;
        text-align: center;
    }
    .bottom-inner ul {
        float: none;
        width: 100%;
        text-align: center;
        padding: 20px;
    }
    .bottom-inner ul li {
        margin-bottom: 10px;
    }
}
/*******************  END - BOTTOM SECTION ************************/
/*******************  END - BOTTOM SECTION ************************/
/*******************  END - BOTTOM SECTION ************************/





/*******************   POPUP ************************/
/*******************   POPUP ************************/
/*******************   POPUP ************************/
.fancybox-close-small {
    top: -20px;
    height: 14px;
    width: 79px;
    font-size: 0;
    background: url('../images/close.png') no-repeat;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.fancybox-close-small:hover {
    background: url('../images/close.png') no-repeat;
}
.fancybox-slide > * {
    padding: 7px;
    /*background: url('../images/bg.jpg') repeat center top;*/
    text-align: center;
    overflow: visible;
}
.fancybox-slide img {
    width: 100%;
}
.fancybox-slide h1 {
    padding: 10px 0;
}
.fancybox-slide h1.thanks-you {
    display: none;
    padding: 80px 0px;
}
.fancybox-slide p {
    font-size: 23px;
}
.fancybox-slide input {
    width: 70%;
    clear: both;
    border: 1px solid #555555;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    height: 52px;
    text-indent: 25px;
    font-size: 20px;
    color: #7f7f7f;
    font-style: italic;
    margin: 30px auto 0;
    font-family: 'Nunito Sans', sans-serif;
}
.fancybox-slide input.error {
    font-size: 20px;
}
.fancybox-slide input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #7f7f7f;
}
.fancybox-slide input::-moz-placeholder { /* Firefox 19+ */
    color: #7f7f7f;
}

.fancybox-slide input:-ms-input-placeholder { /* IE 10+ */
    color: #7f7f7f!important;
}
.fancybox-slide input:-moz-placeholder { /* Firefox 18- */
    color: #7f7f7f;
}
.fancybox-slide .error {
    display: block;
    color: #ff0000;
    font-size: 12px;
    padding-top: 5px;
}


.fancybox-slide .button-popup {
    -webkit-box-shadow: 3px 3px 3px 3px #cccccc;
    box-shadow: 3px 3px 3px 3px #ccccccc;
    display: block;
    position: relative;
    height: 57px;
    line-height: 57px;
    font-size: 30px;
    border: none;
    font-weight: bold;
    width: 254px;
    text-align: center;
    border-radius: 10px;
    padding: 0;
    color: #ffffff;
    text-decoration: none;
    margin: 30px auto 10px;
    cursor: pointer;
}
.fancybox-slide .button-popup * {
    width: 100%;
    height: 57px;
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Nunito Sans', sans-serif;

}
.fancybox-slide .button-popup div {
    opacity: 0.7;
    background: #ffc222;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.fancybox-slide .thanks {
    color: #000000;
    font-size: 18px;
    display: block;
    margin: 20px 0 40px;
}
@media only screen and (max-width: 720px) {
    .fancybox-slide h1 {
        font-size: 16px;
    }
    .fancybox-slide p {
        font-size: 14px;
    }
    .fancybox-slide input {
        width: 90%;
        height: 40px;
        text-indent: 20px;
        font-size: 14px;
    }


    .fancybox-slide .button-popup {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        width: 160px;
        text-align: center;
    }
    .fancybox-slide .button-popup * {
        height: 40px;
    }
    .fancybox-slide .thanks {
        font-size: 14px;
    }
}
/*******************  END - POPUP ************************/
/*******************  END - POPUP ************************/
/*******************  END - POPUP ************************/





/*******************  RECIPE ************************/
/*******************  RECIPE ************************/
/*******************  RECIPE ************************/
.banner {
    background: #000000;
    text-align: center;
}
.banner img {
    width: 100%;
}
.recipe-list {
    margin: 0 30px;
    padding: 60px 0 0;
}
.recipe-list li {
    margin: 0 0 50px;
}
.recipe-list li .recipe-image {
    width: 50%;
    float: left;
    padding: 0 15px 0 0;
}
.recipe-list li .recipe-image img {
    width: 100%;
}
.recipe-list li .recipe-image .info {
    background: #f7f7f7;
    text-align: left;
    padding: 15px;
    color: #000000;
}
.recipe-list li .recipe-info {
    width: 50%;
    float: right;
    padding: 0 0 0 15px;
}
.recipe-list li .recipe-info h3 {
    font-family: 'Crimson Text', serif;
    font-size: 30px;
    color: #ff9900;
    font-weight: bold;
}
.recipe-list li .recipe-info h3 a{
    color: #ff9900;
    text-decoration: none;
}
.recipe-list li .recipe-info h3 + p {
    padding: 10px 0 20px;
    font-weight: bold;
    font-size: 18px;
}
.recipe-list li .recipe-info ul {
    padding: 0 0 10px;
}
.recipe-list li .recipe-info ul li {
    background: url('../images/dot.jpg') no-repeat left center;
    font-size: 18px;
    padding: 0 0 0px 23px;
    margin: 0 0 8px;

}
a.view-more {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    text-align: right;
    display: block;
    padding-top: 20px;
}
ul.paging {
    text-align: center;
}
ul.paging li {
    display: inline-block;
    font-size: 20px;
}
ul.paging li a {
    text-decoration: none;
    color: #000000;
    display: block;
    padding: 5px 10px;
}
ul.paging li a:hover {
    text-decoration: underline;
}
ul.paging li a.active {
    font-weight: bold;
}
ul.paging li a img {
    width: 13px;
}
@media only screen and (max-width: 720px) {
    .banner iframe {
        height: 320px!important;
    }
    .recipe-list li .recipe-image {
        width: auto;
        float: none;
        padding: 0;
    }
    .recipe-list li .recipe-info {
        width: auto;
        float: none;
        padding: 20px 0 0;
    }
}
@media only screen and (max-width: 480px) {
    .banner iframe {
        height: 280px!important;
    }
    .recipe-list {
        margin: 0 15px;
        padding: 30px 0 0;
    }
    .recipe-list li .recipe-info h3 {
        font-size: 20px;
    }
    .recipe-list li .recipe-info p {
        font-size: 16px;
    }
    .recipe-list li .recipe-info ul li {
        font-size: 16px;
    }
    ul.paging li {
        font-size: 16px;
    }
    ul.paging li a {
        padding: 5px;
    }
}
/*******************  END - RECIPE ************************/
/*******************  END - RECIPE ************************/
/*******************  END - RECIPE ************************/


/*******************  LISTING PAGE ************************/
/*******************  LISTING PAGE ************************/
/*******************  LISTING PAGE ************************/
ul.breadscrum {
    font-size: 14px;
    color: #666666;
    padding: 0 30px 50px;
}
ul.breadscrum li {
    display: inline-block;
    position: relative;
}

ul.breadscrum li a {
    color: #666666;
    text-decoration: none;
}
.listing-outline {
    margin: 0 30px;
}
.listing-outline .secondary {
    width: 24%;
    float: left;
}
.listing-outline .primary {
    width: 68%;
    float: right;
}
.listing-outline .secondary-heading {
    color: #ff9900;
    font-size: 24px;
    border-bottom: 1px solid #cccccc;
    padding: 10px 0;
}
.listing-outline .secondary-heading h3 {
    font-weight: bold;
    float: left;
    line-height: 33px;
    width: 90%;
}
.listing-outline .secondary-heading a {
    float: right;
    background: url('../images/icon-open.jpg') no-repeat left center;
    width: 19px;
    text-decoration: none;
    display: block;
    height: 33px;
}
.listing-outline .secondary-heading a.active {
    background: url('../images/icon-dash.jpg') no-repeat left center;
}
ul.filter {
    padding: 10px 0 0;
}
ul.filter li {
    padding: 10px 0;
}
ul.filter li a {
    color: #000000;
    font-size: 16px;
    text-decoration: none;
}
ul.filter li.active a {
    font-weight: bold;
}

.listing-outline .primary ul.primary-listing li {
    float: left;
    width: 30%;
    margin: 0 5% 0 0;
    padding: 0 0 40px;
}
.listing-outline .primary ul.primary-listing li:nth-child(3n) {
    margin: 0;
}
.product-image {
    padding-bottom: 20px;
}
.product-image a {
    display: block;
    text-align: center;
}
.product-image img {
    max-width: 100%;
}
.listing-outline .primary ul.primary-listing li h3 {
    font-weight: bold;
    font-size: 16px;
    height: 70px;
    padding: 0 10px 0 0;
    border-bottom: 1px solid #cccccc;
}
.listing-outline .primary ul.primary-listing li h3 a {
    text-decoration: none;
    color: #000000;
}
.product-price {
    padding: 8px 0;
    font-size: 16px;
}

@media only screen and (max-width: 768px) {
    ul.breadscrum {
        padding: 0 20px 20px;
    }
    .listing-outline {
        margin: 0 20px;
    }
    .listing-outline .secondary {
        width: 29%;
    }
    .listing-outline .secondary-heading {
        font-size: 20px;
    }
    ul.filter li {
        padding: 5px 0;
    }
    ul.filter li a {
        font-size: 14px;
    }
    .listing-outline .primary ul.primary-listing li h3 {
        font-size: 14px;
        height: 80px;
    }
    .product-price {
        font-size: 14px;
    }
}

@media only screen and (max-width: 720px) {
    ul.breadscrum {
        margin: 0;
    }
    .listing-outline .secondary {
        width: 100%;
        float: none;
        padding-bottom: 30px;
    }
    .listing-outline .primary {
        width: 100%;
        float: none;
    }

    .listing-outline .primary ul.primary-listing li {
        width: 48%;
        margin: 0 4% 0 0;
    }
    .listing-outline .primary ul.primary-listing li:nth-child(3n) {
        margin: 0 4% 0 0;
    }
    .listing-outline .primary ul.primary-listing li:nth-child(2n) {
        margin: 0!important;
    }
}
@media only screen and (max-width: 414px) {
    .listing-outline .primary ul.primary-listing li {
        width: 100%;
        margin: 0;
    }
    .listing-outline .primary ul.primary-listing li:nth-child(3n) {
        margin: 0;
    }
    .listing-outline .primary ul.primary-listing li:nth-child(2n) {
        margin: 0!important;
    }
    .listing-outline .primary ul.primary-listing li h3 {
        height: auto;
        padding-bottom: 20px;
    }
}
/*******************  END - LISTING PAGE ************************/
/*******************  END - LISTING PAGE ************************/
/*******************  END - LISTING PAGE ************************/



/*******************  CONTACT PAGE ************************/
/*******************  CONTACT PAGE ************************/
/*******************  CONTACT PAGE ************************/
.contact-content {
    padding: 10px 100px 0;
    text-align: center;
}
.contact-content p {
    padding: 10px 0;
    line-height: 25px;
}
.contact-form {
    padding: 40px 0;
}
.contact-form-inner {
    width: 605px;
    margin: 0 auto;
}
.form-row {
    padding: 0 0 50px;
}
.form-row label {
    width: 130px;
    float: left;
    font-size: 20px;
    display: block;
}
.form-row .field {
    width: 475px;
    float: left;

    border: none;

}
.form-row input {
    width: 100%;
    border: none;
    font-size: 20px;
    border-bottom: 1px solid #000000;
}
.form-row.full-field label {
    width: 100%;
    padding-bottom: 10px;
}
.form-row.full-field .field {
    width: 100%;
}
.form-row.full-field .field textarea {
    width: 100%;
    height: 273px;
    font-size: 20px;
    font-family: 'Nunito Sans', sans-serif;
    padding: 15px;
}
.button-row {
    text-align: center;
}
.button-row button {
    min-width: 175px;
    height: 55px;
    background: #ffcb43;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: none;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Nunito Sans', sans-serif;
    cursor: pointer;
}

.form-row.error input {
    color: #ff0000;
    border-bottom: 1px solid #ff0000;
}
.error-msg {
    color: #ff0000;
    display: none;
    font-size: 14px;
}
.form-row.error .error-msg {
    display: block;
}
/* Hide contact form 7 error message */
div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok { display: none !important; }

.success-message {
    width: 100%;
    float: left;
    border: solid 2px green;
    padding: 10px 0;
    margin-bottom: 20px;
    text-align: center;
    color: green;
    display: none;
}
@media only screen and (max-width: 720px) {
    .contact-content {
        padding: 10px 30px 0;
    }
    .contact-form-inner {
        width: 480px;
    }
    .form-row {
        padding: 0 0 20px;
    }
    .form-row .field {
        width: 350px;
    }
    .form-row label {
        font-size: 14px;
    }
    .form-row input {
        font-size: 14px;
    }
    .error-msg {
        font-size: 12px;
    }
    .form-row.full-field .field textarea {
        height: 170px;
        font-size: 14px;
    }
    .button-row button {
        font-size: 18px;
        height: 40px;
    }
	
	.info {
		padding-bottom: 30px;
		}
		
	.product-list {
		margin: 30px 0 0;
	}
}
@media only screen and (max-width: 560px) {
    .contact-form-inner {
        width: 360px;
    }
    .form-row .field {
        width: 240px;
    }
    .form-row label {
        width: 100px;
    }
}
@media only screen and (max-width: 414px) {
    .contact-content {
        padding: 10px 10px 0;
    }
    .contact-form-inner {
        width: auto;
        margin: 0 20px;
    }
    .form-row .field {
        width: 100%;
        float: none;
    }
    .form-row label {
        width: 100%;
        float: none;
    }
}
/*******************  END - CONTACT PAGE ************************/
/*******************  END - CONTACT PAGE ************************/
/*******************  END - CONTACT PAGE ************************/



/*******************  PDP ************************/
/*******************  PDP ************************/
/*******************  PDP ************************/
.detail-outline {
    margin: 0 30px;
    position: relative;
}
.detail-main {
    border-bottom: 1px solid #cccccc;
    padding: 0 0 15px;
}
.detail-left {
    float: left;
    width: 44%;
    position: relative;
}
.detail-left .slick-slider img {
    width: 100%;
}
.detail-left.product-item {
    padding: 0;
    margin: 0;
}
.detail-left .arrow-left {
    left: 0;
}
.detail-left .arrow-right {
    right: 0;
}

.detail-left  .logo-brand {
    position: absolute;
    top: 0px;
    left: 20px;
    z-index: 2;
}

.detail-left .logo-brand img{
    width: 100px;
}

.detail-left .slick-slider img {
	width: auto;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.detail-right {
    float: right;
    width: 48.5%;
}
.detail-right h1 {
    font-size: 24px;
    font-weight: bold;
    color: #ff9900;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #cccccc;
    text-align: left;
}
.detail-right .price {
    font-size: 24px;
    padding: 10px 0 30px;
}
.detail-right b {
    font-size: 18px;
}
.detail-right ul {
    padding: 20px 0 0;
}
.detail-right ul li {
    background: url('../images/dot.jpg') no-repeat 13px 10px; 
    padding: 0 0 0 30px;
    margin: 0 0 8px;
    font-size: 18px;
}

.detail-info {
    padding: 70px 0 50px;
}

.detail-info .tabs li {
    float: left;
    padding: 0 40px;
    border-left: 1px solid #cccccc;
}
.detail-info .tabs li:first-child {
    border: none;
}
.detail-info .tabs li a {
    font-weight: bold;
    font-size: 20px;
    color: #666666;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 28px;
}
.detail-info .tabs li a span {
    display: block;
    font-size: 0;
    border-bottom: 3px solid #ffffff;
    height: 3px;
    width: 53px;
    margin: 0 auto;
}
.detail-info .tabs li.active a {
    color: #000000;
}
.detail-info .tabs li.active a span {
    border-bottom: 3px solid #000000;
}
.detail-info .tabs-extend {
    padding: 40px 0 0;
}
.detail-info .tabs-extend > div {
    display: none;
}
.detail-info .tabs-extend > div.active {
    display: block;
}
.detail-info .tabs-extend li {
    margin: 0 0 20px;
    background: url('../images/dot.jpg') no-repeat 18px 10px; 
    padding: 0 0 0 40px;
    font-size: 18px;
}


.bottom-info .tabs {
    width: 470px;
    margin: 0 auto;
    text-align: center;
}
.bottom-info .tabs li {
    display: inline-block;
    padding: 0 30px;
}
.bottom-info .tabs li a {
    font-weight: bold;
    font-size: 20px;
    color: #666666;
    text-decoration: none;
    line-height: 28px;
}
.bottom-info .tabs li.active a {
    color: #000000;
    text-decoration: underline;
}
.bottom-info .tabs-extend {
    padding: 30px 0;
}
.bottom-info .tabs-extend > .view {
    display: none;
    width: 640px;
    margin: 0 auto
}
.bottom-info .tabs-extend > .view.active {
    display: block;
}
.tabs-extend .slick-dots {
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.tabs-extend .slick-dots li {
    display: inline-block;
    padding: 10px;
}
.tabs-extend .slick-dots li button {
    border: 1px solid #666666;
    background: none;
    width: 11px;
    height: 11px;
    padding: 0;
    font-size: 0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    cursor: pointer;
}
.tabs-extend .slick-dots li.slick-active button {
    background: #000000;
    border: 1px solid #000000;
}
.thumb-video {
    position: relative;
}
.thumb-video:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url('../images/play-icon-hover.png') no-repeat center center; 	
    background-size: 40px;
    cursor: pointer;
}


.detail-info .tabs-extend .overview-section ul li{
    background: transparent;
    padding: 0 0 0 0px;
    float: left;
    width: 45%;
}

.detail-info .tabs-extend .overview-section ul li:nth-child(even) {
    float: right;
}

.detail-info .tabs-extend .overview-section ul li:nth-child(odd) {
    clear: left;
}

.overview-section li .overview-section-img{
    float: left;
    width: 100px;
    margin-right: 30px;
}

.overview-section li .overview-section-img img{
    width: 100%;
}

.overview-section li .overview-section-txt{
   width: auto;
   text-align: left;
   height: 100px;
   display: table-cell;
   vertical-align: middle;
}

.overview-section li .overview-section-txt p{
    font-size: 16px;
}


@media only screen and (max-width: 768px) {
    .detail-outline {
        margin: 0 20px;
    }
    .detail-right h3 {
        font-size: 20px;
        padding-right: 0;
    }
    .detail-right .price {
        font-size: 20px;
        padding-bottom: 20px;
    }
    .detail-right b {
        font-size: 16px;
    }
    .detail-right ul {
        padding: 10px 0 0;
    }
    .detail-right ul li {
        font-size: 16px;
        margin: 0 0 5px;
        background-position: 13px 7px;
    }

    .detail-info .tabs li a {
        font-size: 19px;
    }

    .bottom-info .tabs-extend > .view {
        width: 540px;
    }

    .overview-section li .overview-section-img{       
        width: 90px;
    }

    .overview-section li .overview-section-txt{
        height: 90px;
     
    }

    .detail-left .logo-brand img{
        width: 70px;
    }
}

@media only screen and (max-width: 670px) {
     .detail-info .tabs {
        text-align: center;
    }
    .detail-info .tabs li {
        float: none;
        display: inline-block;
        padding: 0 10px;
    }
    .detail-info .tabs li a {
        font-size: 16px;
    }

    .detail-info .tabs-extend .overview-section ul li{
        float: none;
        width: 100%;
    }

    .detail-info .tabs-extend .overview-section ul li:nth-child(even) {
        float: none;
    }

    .detail-left .logo-brand{        
        width: 25%;
    }

    .detail-left .logo-brand img{        
        width: 100%;
    }
}



@media only screen and (max-width: 640px) {
    .detail-left {
        width: 100%;
        float: none;
    }
    .detail-right {
        width: 100%;
        float: none;
    }
    .detail-info {
        padding: 30px 0;
    }
    .detail-info .tabs {
        text-align: center;
    }
    .detail-info .tabs li {
        float: none;
        display: inline-block;
        padding: 0 10px;
    }
    .detail-info .tabs li a {
        font-size: 16px;
    }
    .detail-info .tabs-extend {
        padding: 20px 0 0;
    }
    .detail-info .tabs-extend li {
        background-position: 10px 8px; 
        padding: 0 0 0 20px;
        font-size: 16px;
    }
    .bottom-info .tabs {
        width: 100%;
    }
    .bottom-info .tabs li {
        padding: 0 10px;
    }
    .bottom-info .tabs li a {
        font-size: 16px;
    }
    .bottom-info .tabs-extend > .view {
        width: 100%;
    }
    .bottom-info .tabs-extend > .view .slider-inner .slider .slider-item {
        padding: 10px 10px 30px;
    }


}
@media only screen and (max-width: 375px) {
     .detail-info .tabs li {
        padding: 0px 5px;
    }
    .detail-info .tabs li a {
        font-size: 12px;
    }
    .detail-info .tabs-extend li {
        background-position: 10px 6px; 
        font-size: 13px;
    }
    .bottom-info .tabs li {
        padding: 0 3px;
    }
    .bottom-info .tabs li a {
        font-size: 13px;
    }
    .tabs-extend .slick-dots li {
        padding: 8px;
    }
}

@media only screen and (max-width: 320px) {   
     .detail-info .tabs li a {
        font-size: 9px;
    }
}
/*******************  END - PDP ************************/
/*******************  END - PDP ************************/
/*******************  END - PDP ************************/




/*******************  RECIPE DETAIL ************************/
/*******************  RECIPE DETAIL ************************/
/*******************  RECIPE DETAIL ************************/
.recipre-detail {

}
.recipe-detail-banner {
    position: relative;
    margin: 50px 0;
    text-align: center;
}
.recipe-detail-banner img {
    width: 100%;
}
.recipe-detail-banner .info {
    background: url('../images/bg-20.png') repeat; 
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #ffffff;
    text-align: left;
    padding: 15px 20px;
    line-height: normal;
}
.video-player-outline + .info {
    position: initial;
    display: flex;
    justify-content: center;
    margin: 10px 0;
}
.video-player-outline + .info p.time {
    margin-bottom: 0 !important;
    margin-right: 25px !important;
    border-bottom: none !important;
    padding: 0 0 10px 5px !important;
 }
 .video-player-outline + .info p {
 margin: 0 0 0px 25px !important;
 }
.recipe-detail-banner .info > * {
    display: block;
}
.recipe-detail-banner .info b {
    font-size: 32px;
    text-transform: uppercase;
}
.recipe-detail-banner .info p {
    font-size: 30px;
    padding: 5px 0 0px 5px;
    margin: 0 0 0px 50px;
    color: #f7f7f7;
}
.recipe-detail-banner .info p.time {
    border-bottom: 1px solid #9a9595;
    padding: 5px 0 10px 5px;
    margin-bottom: 20px;
}

.recipe-detail-content {
    padding-bottom: 120px;
}
.recipe-detail-content .recipe-left {
    width: 44%;
    float: left;
}
.recipe-detail-content .recipe-right {
    width: 55.5%;
    float: right;
}
.recipe-detail-content h3 {
    color: #ff9900;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    padding: 0 0 30px;
}
.recipe-detail-content .recipe-left ul li {
    padding: 0 0 0 20px;
    background: url('../images/dot.jpg') no-repeat left 10px; 
    margin: 0 0 10px;
    font-size: 18px;
}
.recipe-detail-content .recipe-right h3 {
    padding-left: 20%;
}
.recipe-detail-content .recipe-right ul {
    border-left: 1px solid #cccccc;
    padding-left: 10%;
    margin-left: 10%;
}
.recipe-detail-content .recipe-right ul li {
    margin: 0 0 20px;
    font-size: 18px;
}
.recipe-detail-content .recipe-right ul li b {
    padding-bottom: 8px;
    display: block;
}
.recipe-span {
    border-top: 1px solid #cccccc;
    width: 470px;
    margin: 0 auto;
    height: 60px;
}


.recipe-detail-heading {
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
}
.recipe-detail-heading span {
    border-bottom: 1px solid #3f3f3f;
    display: inline-block;
}
.view.recipe-bottom {
    display: block!important;
}
.recipe-bottom h3,
.recipe-bottom p {
    padding: 10px 0 0;
}
.recipe-bottom h3 a {
    font-weight: bold;
    font-size: 14px;
    color: #000000;
}
.recipe-bottom p a {
    font-size: 14px;
    color: #000000;
}
.tabs-extend .recipe-bottom .slick-dots {
    position: static;
}
.recipe-bottom .arrow-left, 
.recipe-bottom .arrow-right {
    top: 67px;
    margin-top: 0;
}
.btn-print {
    width: auto;
    height: auto;
    background: #ffcb43;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: none;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Nunito Sans', sans-serif;
    cursor: pointer;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: -80px;
}

.form-row input {
    width: auto;
}
.form-row label {
    font-size: 17px;
}
.form-row label a {
    color: #2196f3;
    text-decoration: none;
}
.form-row label a:hover {
    text-decoration: underline;
}
.button-row input[type=submit] {
    min-width: 175px;
    height: 55px;
    background: #ffcb43;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: none;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Nunito Sans', sans-serif;
    cursor: pointer;
}
.button-row input:disabled {
   background: #ccc;
   cursor: not-allowed;
}

.fancybox-slide .popup-agreement {
    width: 70%;
    margin: auto;
}
.fancybox-slide .popup-agreement span {
    font-size: 17px;
}
.fancybox-slide .popup-agreement span a {
    color: #2196f3;
    text-decoration: none;
}
.fancybox-slide .popup-agreement span a:hover {
    text-decoration: underline;
}
.fancybox-slide input[type=checkbox] {
    width: auto;
    height: auto;
}
.fancybox-slide .button-popup:disabled {
    background: #ccc;
    cursor: not-allowed;
}
.fancybox-slide .button-popup:disabled div{
    background: #ccc;
}
.fancybox-slide input[type=checkbox] {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
/*<button type="submit" id="contactSubmit">SUBMIT</button>*/
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .btn-print {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .recipe-detail-banner .info b {
        font-size: 20px;
    }
    .recipe-detail-banner .info p {
        font-size: 16px;
    }
    .recipe-bottom .arrow-left, 
    .recipe-bottom .arrow-right {
        top: 50px;
    }

}
@media only screen and (max-width: 720px) {
    .recipe-detail-content {
        padding-bottom: 50px;
    }
    .recipe-detail-content .recipe-left,
    .recipe-detail-content .recipe-right {
        width: auto;
        float: none;
    }
    .recipe-detail-content .recipe-right {
        padding: 30px 0 0;
    }
    .recipe-detail-content .recipe-right h3 {
        padding-left: 0;
    }
    .recipe-detail-content .recipe-right ul {
        border-left: none;
        padding-left: 0;
        margin-left: 0;
    }
    .recipe-detail-banner {
        margin: 20px 0;
    }
    .recipe-detail-banner .info {
        padding: 10px;
    }
    .recipe-detail-banner .info b {
        font-size: 14px;
    }
    .recipe-detail-banner .info p {
        font-size: 12px;
        margin: 0 0 0 20px;
    }
    .recipe-detail-banner .info p.time {
        margin-bottom: 5px;
        padding-bottom: 5px;
    }


    .recipe-detail-content h3 {
        font-size: 20px;
        padding-bottom: 10px;
    }
    .recipe-detail-content .recipe-left ul li,
    .recipe-detail-content .recipe-right ul li {
        font-size: 14px;
    }
    .recipe-detail-heading {
        font-size: 16px;
    }
    .recipe-bottom .arrow-left, 
    .recipe-bottom .arrow-right {
        top: 30%;
    }
    .recipe-span {
        width: 100%;
    }

}
@media only screen and (max-width: 375px) {
    .recipe-bottom .arrow-left, 
    .recipe-bottom .arrow-right {
        top: 25%;
    }
    .recipe-detail-banner .info {
        padding: 5px;
        bottom: 2px;
    }
    .recipe-detail-banner .info b {
        font-size: 12px;
    }
    .recipe-detail-banner .info p {
        font-size: 11px;
        margin: 0 0 0 10px;
    }
    .recipe-detail-banner .info p.time {
        
        padding: 2px;
    }
}

@media only screen and (max-width: 320px) {
    .recipe-bottom .arrow-left, 
    .recipe-bottom .arrow-right {
        top: 20%;
    }
}
/*******************  END - RECIPE DETAIL ************************/
/*******************  END - RECIPE DETAIL ************************/
/*******************  END - RECIPE DETAIL ************************/





@media print {
    .btn-print,
    .hamburger,
    .search-outline,
    .nav,
    .breadscrum,
    .recipe-span,
    .bottom-info,
    .footer,
    .bottom-section {
        display: none!important;
    }
    .recipe-detail-content {
        padding-bottom: 0!important;
    }
    .wrapper {
        background: none!important;
    }
}

/*******************  COMMON ************************/
/*******************  COMMON ************************/
/*******************  COMMON ************************/
.common-page {
    margin: 0 30px;
    padding: 20px 0 0;
}
.common-page ul, li{
    list-style: inherit;
}
.common-page ul{
    list-style: inherit;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 40px;
}
.common-page p {
    margin-top: 1em;
    margin-bottom: 1em;
}
.common-page img {
	width: 100%!important;
	height: auto!important;
}
@media only screen and (max-width: 768px) {
	.common-page {
	    margin: 0 0px;
        padding: 10px 0 0;
	}
}
.btn-link {
    font-family: Time New Roman;
    font-size: 16px;
    background: #fbc40f;
    border: none;
    border-radius: 8px;
    box-shadow: 2px 2px 2px #8b8b8b;
    text-transform: uppercase;
    color: #fff;
    padding: 2px 20px;
    line-height: 1.2;
    cursor: pointer;
    width: 150px;
    margin-right: 10px;
    margin-bottom: 10px;
}
/******************* END - COMMON ************************/
/******************* END - COMMON ************************/
/******************* END - COMMON ************************/
