/*navajowhite*/
body {
    font-family: 'Lato', sans-serif;
    /*font-family: 'Open Sans', sans-serif;*/
   background: #ffffff; 
   overflow-x: hidden;
}

.collapsing{
    transition: none;
}

.subheading_style {
    color: #593d32;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Patua One', cursive;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Alfa Slab One', cursive;
    /*font-family: 'Lato', sans-serif;*/
    /*font-family: 'Poppins', sans-serif;*/
    /*font-family: 'Patua One', cursive;*/
    /*font-family: 'Handlee', cursive;*/
}

div#main_nav_div {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
}

div#main_nav_div div.child_nav_div {
    padding: 15px 25px;
    font-weight: 700;
    font-size: 23px;
}

#navigation_menu {
 /*background: #f6f8f9;   */
}

/*#header_section.theme_style1 {*/
/*    background: #b8e4e2;*/
/*}*/

/*#header_section.theme_style1 a {*/
/*    color: #616161;*/
/*}*/

.swiper-slide img, #category_slide_img{
    max-width: 100%;
    height: 100vh;
    object-fit: cover;
}

#non_home_page_section a {
    text-decoration: underline;
    color: #593d32;
}

#non_home_page_section h1, #non_home_page_section h2, #non_home_page_section h3, #non_home_page_section h4, #non_home_page_section h5, #non_home_page_section h6 {
    color: #593d32;
    padding-bottom: 6px;
}

#non_home_page_section h1 b, #non_home_page_section h1 strong, #non_home_page_section h2 b, #non_home_page_section h2 strong,
#non_home_page_section h3 b, #non_home_page_section h3 strong, #non_home_page_section h4 b, #non_home_page_section h4 strong,
#non_home_page_section h5 b, #non_home_page_section h5 strong, #non_home_page_section h6 b, #non_home_page_section h6 strong {
    font-weight: 500 !important;
}

#top_header_section img.company_logo {
    width: 140px;
}

#navigation_menu a {
    text-decoration: none;
    position: relative;
}

#page_body #navigation_menu a{
    color: #ffffff;
}

#eat_what_you_love {
    background-color: #ffffff;
    /*background-color: #593d32;*/
    padding: 100px 0;
}

#taste_best_section {
    background: #ffffff; 
    /*background: #fff5f5; */
    padding: 100px 0;
    border-bottom: 1px solid #e4e4e4;
}

#return_to_top {
    position: fixed;
    z-index: 9999;
    /*border: 1px solid ;*/
    right: 26px;
    bottom: 18px;
    background-color: #593d32;
    border-radius: 50%;
    height: 50px;
    color: white;
    width: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    font-size: 27px;
}

#return_to_top:hover {
    background-color: #5bc6d0;
    color: #ffffff;
}

/*
#taste_best_section div.product_div {
    border: 1px solid #949494;
    border-radius: 13px;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    width: 100%;
    margin-bottom: 17px;
    padding: 16px;
    align-items: center;
    transition: box-shadow 0.3s ease-in-out;
    max-width: 100%;
    /*box-shadow: 3px -1px 6px 1px #c69b86;;
    box-shadow: 2px 2px 4px 0px #c69b86;
}*/

a:hover {
    color: #593d32;
}

#taste_best_section div.product_div {
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
    cursor: pointer;
}

#taste_best_section div.product_div div.product_image_div {
    margin: 20px;
    overflow: hidden;
    /*border: 1px solid #a0a0a0;*/
    border-radius: 50%;
    /*padding: 20px;*/
}

#taste_best_section div.product_div div.product_image_div > img {
    width: 100%;
    transition: transform 0.5s ease-in-out;
}

#taste_best_section div.product_div div.product_image_div:hover img {
    transform: scale(1.2, 1.2);
}

#taste_best_section div.product_div div.product_info_div div.category_name {
    color: #593d32;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Patua One', cursive;
}

#eat_what_you_love div.parent_image_div {
    overflow: hidden;
}

#eat_what_you_love div.parent_image_div div.image_div_child {
    width: 100%;
    position: relative;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    z-index: 11;
    padding: 20px;
}

#eat_what_you_love div.parent_image_div div.image_div_child div.product_info_div {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

#eat_what_you_love div.parent_image_div div.image_div_child div.product_info_div_wrapper {
    padding: 30px;
    height: 100%;
    overflow: hidden;
    opacity: 0.6;
}
#eat_what_you_love div.parent_image_div div.image_div_child div.product_info_div_wrapper div.product_info_div_inner_wrapper {
    height: 100%;
    width: 100%;
    background-color: white;
    padding: 8px;
}

#eat_what_you_love div.parent_image_div div.image_div_child div.product_info_div_wrapper div.product_info_div_innermost_wrapper {
    border: 1px solid #c19d56;
    height: 100%;
    width: 100%;
    padding: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 800;
    align-items: center;
    text-align: center;
}

button.order_now_btn {
    border: 1px solid #000000;
    outline: 1px solid #000000;
    outline-offset: 3px;
    border-radius: 0;
    transition: all 0.2s linear;
}

button.order_now_btn:hover {
    background-color: #593d32;
    color: white;
    outline-offset: 0;
    outline-color: #eae7de;
    border-color: #593d32;
    border-radius: 4px;
}

#play_btn, #pause_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

#video_section div.play_pause_icon {
    background-color: #5bc6d0;
    color: white;
    padding: 14px;
    border-radius: 50%;
    font-size: 22px;
    padding-left: 21px;
    cursor: pointer;
}

#main_footer {
    padding: 130px 0 0 0;
    background-color: black;
    color: #ffffffeb;
}

#main_footer div.fixed_logo_div {
    position: relative;
}

#main_footer div.fixed_logo_inner_div {
    position: absolute;
    top: -200px;
    left: 50%;
    transform: translateX(-50%);
}

#main_footer div.fixed_logo_inner_div img {
    width: 142px;
    border: 2px solid #5bc6d0;
    border-radius: 50%;
}

#main_footer div.social_icons_div a {
    color: #ffffffeb;
}

#main_footer div.social_icons_div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    padding: 40px 0 0 0;
}

#main_footer div.footer_heading {
    text-align: center;
}

#last_footer_section {
    padding: 20px 0;
    /*color: #ffffff;*/
    /*color: #180303;*/
    color: #181818;
    font-weight: 700;
    background-color: #5bc6d0;
}

#main_footer button.shop_button {
    background-color: #a06d5191;
    color: #ffffff;
    border-radius: 0;
    border-color: #ffffff;
    outline-offset: 3px;
    padding: 10px 17px;
    outline: 1px solid #ffffff;
    font-weight: 500;
}

#main_footer button.shop_button .shop_arrow {
    transform: translateX(0);
    transition: transform 0.3s ease-out;
}


#logo_bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
    background-image: url(/t/250/img//images/cookies3.jpg);
}

#logo_pan {
    /*position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 180px;
    transform: translateX(-50%);
    background-color: white;
    border-radius: 0% 0% 28% 28%;
    padding: 15px 0;*/
    
    position: absolute;
    height: 160px;
    width: 49%;
    top: -12px;
    left: 0px;
    z-index: -1;
    background-color: white;
    border-radius: 0px 0 28% 28%;
    display: none;
}

#main_footer div.social_icons_div div.social_icon_child {
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
    margin: 0 16px 0 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

#quick_links {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    text-align: center;
}

#quick_links a {
    color: white;
}

#quick_links > div {
    margin: 0 15px;
}


#main_footer div.social_icons_div div.social_icon_fb {
    background: #395b98;
    color: #fff;
}
#main_footer div.social_icons_div div.social_icon_instagram {
    background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
}


#top_header_section {
    transition: all .4s ease-in-out;
    font-family: 'Dancing Script';
    font-family: 'Handlee', cursive;
    font-size: 17px;
    padding: 10px;
    width: 100%;
    z-index: 99;
    /*background-color: #ffffff;*/
}
    
#about_us_section{
    background-image: url(/t/250/img/images2/_MG_6530.jpg);
    background-color: #000;
    object-fit: contain;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 80vh;
}


#about_us_div_wrapper {
    /*background-color: #00000099;*/
    background-color: #000000c2;;
    color: white;
    padding: 100px 0;
    height: 80vh;
}

@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

@media only screen and (max-width: 575px) {
    #footer_logo_row, #fixed_logo_inner_div {
        display: none;
    }
    
    #taste_best_section div.product_div {
        flex-direction: column !important;
        text-align: center;
    }
    
    #video_section {
        padding: 0 !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    div#main_nav_div div.child_nav_div {
        padding: 15px 15px !important;
    }
    
    .swiper-slide img{
        max-width: 100%;
        height: 60vh;
    }
}


@media only screen and (max-width: 767px) {
    #non_home_page_section{
        overflow-x: hidden;
    }
    #page_body:not(.is_home_page) .head-section .container{
        background: linear-gradient(to right, rgba(0,0,0,.8), rgba(0,0,0,.3)), url('/t/250/img/back/slides06.jpg'); /* rgba(255,255,255,.4) */
        background-attachment: fixed;
        background-position: top;
        background-repeat: no-repeat;
        background-size: 100% 30% ;
        position: relative !important;
    }

    #current_page_content{
        /*margin-top: 10vh;*/
    }
    .sm-nav-img{
        /*position: relative !important;*/
        /*top: 1rem !important;*/
        /*border-bottom: none !important;*/
    }
    #page.page{
        top: 0 !important;
        position: absolute;
        height: 100vh;
        width: 100%;
        background: rgba(0,0,0,.8);
        z-index: 11;
        transition: all .5s ease;
    }
    #main_nav_div{
        top: 0;
        position: fixed;
        display: block !important;
        left: -1000px;
        height: 100%;
        transition: all .5s ease;
        text-align: center;
    }
    #main_nav_div.overlay {
        width: 80%;
        height: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: white;
        /*background-color: rgba(0,0,0, 0.9);*/
        overflow-x: hidden;
        transition: all .5s ease;
    }
    
    #main_nav_div a {
        top: 4%;
        display: block;
        transition: 0.3s;
        position: relative;
        text-align: left;
        /*text-decoration: underline;*/
        border-bottom: .5px solid #5a3e33 ;
        width: ;
        color: #5a3e33 !important;
    }
    /*#main_nav_div a span {*/
    /*    position: relative;*/
    /*    padding-bottom: 5px;*/
    /*}*/
    /*#main_nav_div a span::after{*/
    /*    position: absolute; */
    /*    left: 0; */
    /*    bottom: 0; */
    /*    width: 100%; */
    /*    height: 1px; */
    /*    border-bottom: 2px solid #5a3e33 ; */
    /*    content: ""*/
    /*}*/

    .overlay a:hover, .overlay a:focus {
        color: #46070a !important;
    }
    
    .overlay .closebtn {
        /*width: 100%;*/
        position: fixed;
        top: -.5rem;
        right: 1rem;
        font-size: 4rem;
        padding: 0;
        margin: 0;
        z-index: 20;
        font-family: Sans-Serif !important;
        color: white;
    }

    #top_header_section {
        border-bottom: 1px solid #ccc;
        padding: 0px !important;
    }
    
    .swiper-slide img{
        width: auto;
        height: 40vh;
    }
    #category_slide_img{
        height: 40vh;
    }
    
    .margin_top_bottom {
        margin: 10px 0;
    }
    
    #mascot_div img {
        max-height: 220px;
    }
    
    #taste_best_section div.product_div > div {
        margin-bottom: 20px;
        margin-left: 0;
    }
    
    #about_us_section {
    /*    background: linear-gradient(138deg, #5c549b, #25223e);*/
    /*    background-position: center !important;*/
        /*background-size: 100% !important;*/
    }
    
    #about_us_div_wrapper
    
    #about_us_img_div {
        margin: 40px 0;
    }
    
    #main_footer div.footer_div_col {
        margin: 20px 0;
    }
    
    #menu_toggle_btn {
        border: .5px solid #fff;
        background-color: #46070a;
        /*color: #46070a ;*/
        color: #fff ;
        /*color: #5bc6d0 ;*/
        text-align: right;
        font-size: 1rem;
        font-weight: 700;
        /*letter-spacing: 2px;*/
        /*font-family: 'Handlee', cursive;*/
        /*border-bottom: 1px solid #fff;*/
        /*border-top: 1px solid #fff;*/
        /*margin: auto;*/
        top: 20px;
        right: 10px;
        /*text-shadow: .5px 0 0 #c0898b, -.5px 0 0 #c0898b, 0 .5px 0 #c0898b, 0 -.5px 0 #c0898b;*/
        /*text-shadow: .5px 0 0 #46070a, -.5px 0 0 #46070a, 0 .5px 0 #46070a, 0 -.5px 0 #46070a;*/
        /*text-shadow: .5px 0 0 #fff, -.5px 0 0 #fff, 0 .5px 0 #fff, 0 -.5px 0 #fff;*/
    }
     #menu_toggle_btn:before {
        background-color: #5bc6d0;
        content: "";
        height: calc(100% + 3px);
        position: absolute;
        right: -4px;
        top: -6px;
        transition: background-color 300ms ease-in;
        width: 100%;
        z-index: -1;
    }
    
    #collapse_menu {
        /*display: none;*/
        margin-bottom: 20px;
        margin-top: 30%;
        position: absolute;
        z-index: 12;
        background: white;
        width: 100%;
        left: 0;
    }
    
    div#main_nav_div {
        flex-direction: column;
        cursor: pointer;
        display: none;
    }
    
    #quick_links {
        flex-direction: column !important;
    }
    
    #quick_links > div {
        margin-bottom: 15px !important;
    }
}

@media only screen and (min-width: 768px) {
    #collapse_menu {
        display: block !important;
    }
    
    .home_page_section{
        /*background: linear-gradient(180deg, #0000007a, transparent);*/
    }

    #page_body:not(.is_home_page) #header_section {
        background-image: url('/t/250/img/back/pexels_mariana.jpg');
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    #page_body:not(.is_home_page) #top_header_section {
        background: linear-gradient(180deg, #0000007a, transparent);
        border-bottom: 1px solid #dedede;
    }

    #page_body.is_home_page #top_header_section {
        background: linear-gradient(180deg, #0000007a, transparent);
        /*font-family: 'Patua One', cursive;*/
        position: absolute;
        top: 0;
    }
    
    div#main_nav_div {
        height: 100%;
    }
    
    #navigation_menu a div.child_nav_div::before {
        content: '';
        height: 3px;
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        transition: width 0.3s linear, left 0.3s linear;
    }
    
    #navigation_menu a div.child_nav_div::before {
        background-color: white;
    }
    
    #navigation_menu a div.child_nav_div:hover::before {
        width: 100%;
        left: 0;
    }
}

@media only screen and (max-width: 991px) {
    div.image_absolute_div {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (min-width: 992px) {
    #image_absolute1 {
        position: absolute;
        left: -20%;
        z-index: 10;
        top: -68px;
        width: 90%;
    }
    #image_absolute2 {
        top: 189px;
        position: absolute;
    }
}

@media (hover) {
    #eat_what_you_love div.parent_image_div div.image_div_child:hover {
        transform: scale(1.08, 1.08);
        z-index: 12;
    }
    
    #eat_what_you_love div.parent_image_div div.image_div_child:hover div.product_info_div{
        opacity: 1;
    }
    
    #main_footer button.shop_button:hover .shop_arrow,
    #main_footer button.shop_button:focus .shop_arrow {
        transform: translateX(8px);
    }

    #main_footer button.shop_button:hover,
    #main_footer button.shop_button:focus{
        background-color: #5bc6d085;
        outline-color: #5bc6d085;
        border-color: #5bc6d085;
    }
    
    #taste_best_section div.product_div:focus-within div.product_order_button button{
        box-shadow: 0 0 0px 3px #000, 0 0 0 3px #ffffff;
    }
    
    #taste_best_section div.product_div div.product_order_button button:hover,
    #taste_best_section div.product_div div.product_order_button button:focus {
        box-shadow: 0 0 0px 3px #000, 0 0 0 3px #ffffff;
    }
    
    #taste_best_section div.product_div div.product_image_div:hover img {
        transform: scale(1.2, 1.2);
    }
    
    /*div#main_nav_div div.child_nav_div:hover {*/
    /*    background-color: #593d32;*/
    /*    color: white;*/
    /*}*/

    #main_footer div.social_icons_div div.social_icon_fb:hover,
    #main_footer div.social_icons_div div.social_icon_fb:focus {
        background: #2b4573;
    }
    #main_footer div.social_icons_div div.social_icon_instagram:hover,
    #main_footer div.social_icons_div div.social_icon_instagram:focus {
        background: radial-gradient(circle at 33% 100%, #ebc46b 4%, #df4c40 30%, #c72a74 62%, #8b31a5 85%, #4a56bd);
    }
}


@media only screen and (max-width: 576px) {
    
    /*#eat_what_you_love div.parent_image_div div.image_div_child {*/
    /*    max-width: 100% !important;*/
    /*}*/
}