/*
Theme Name:  Divi Food Shop Child Theme
Theme URI:   https://divifood.diviinfinite.com
Description: Divi Food Shop Child Theme has been designed for all restaurants.This amazing food shop child theme can help you to build your own organic food shop, food store, food delivery, food business, food product and online food products.
Version:     1.0
Author:      Divi Professional
Author URI:  http://divi-professional.com/
Template:    Divi
Text Domain: dfds
*/

.food_section1_headertext span:before{
    content: "\35";
    font-family: 'ETmodules';
    position: relative;
    vertical-align: middle;
    margin: 0 5px;
    top: -2px;
    display: inline-block;
    color: var(--white);
  }
  
  .food_section1_headertext a{
    color: var(--golden);
  }
  
  .food_section1_headertext a:hover{
    color: var(--white);
  }
  
  .food_section1_headertext span{
    color: var(--white);
  }
  
  .food_divider .et_pb_divider_internal:before {
    content: "";
    width: 3px;
    height: 1px;
    border-top: 1px solid rgba(0,0,0,.1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    border-top-color: var(--golden) !important;
    border-top-width: 3px;
    margin-left: 49px;
  }
  
	.food_divider .et_pb_divider_internal:after{
    content: "";
    width: 3px;
    height: 1px;
    border-top: 1px solid rgba(0,0,0,.1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    border-top-color: var(--golden) !important;
    border-top-width: 3px;
    margin-left: 55px;
  }

	.food_divider .et_pb_divider_internal:before {
    content: "";
    width: 3px;
    height: 1px;
    border-top: 1px solid rgba(0,0,0,.1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    border-top-color: var(--golden) !important;
    border-top-width: 3px;
    margin-left: 49px;
  }
  
	.food_divider .et_pb_divider_internal:after{
    content: "";
    width: 3px;
    height: 1px;
    border-top: 1px solid rgba(0,0,0,.1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    border-top-color: var(--golden) !important;
    border-top-width: 3px;
    margin-left: 55px;
  }

/*-------- Home --------*/

  
  .foodhome_section1_slider .et-pb-slider-arrows .et-pb-arrow-prev, .foodhome_section1_slider .et-pb-slider-arrows .et-pb-arrow-next{
    position: absolute;
    cursor: pointer;
    z-index: 10;
    top: 50%;
    left: 0;
    margin-top: -26px;
    background-color: rgba(0, 0, 0, 0.3) !important;
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .foodhome_section1_slider .et-pb-slider-arrows .et-pb-arrow-next{
    left: auto;
    right: 0;
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
  
  .foodhome_section1_slider .et-pb-slider-arrows .et-pb-arrow-prev:hover, .foodhome_section1_slider .et-pb-slider-arrows .et-pb-arrow-next:hover{
    background-color: rgba(0, 0, 0, 0.6) !important;
  }
  
  .foodhome_section1_slider .et-pb-slider-arrows .et-pb-arrow-prev:before, .foodhome_section1_slider .et-pb-slider-arrows .et-pb-arrow-next:before{
    line-height: 50px;
    width: 34px;
    height: 52px;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%);
    font-size: 34px;
    text-align: center;
    margin-left: 0px;
  }
  
  .foodhome_section1_slider .et-pb-controllers a{
    width: 50px;
    height: 7px;
  }
  
  .foodhome_section3_person .et_pb_team_member_image:before{
    position: absolute;
    z-index: 2;
    background: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    content: "";
  }
  
  .foodhome_section3_person:hover .et_pb_team_member_image:before{
    border-radius: 10px;
    height: 100%;
  }
  
  .foodhome_section3_person:hover .et_pb_member_social_links{
    opacity: 1 !important;
    top: 35% !important;
  } 
  
  .foodhome_section3_person .et_pb_member_social_links li{
    margin-right: 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  
  .foodhome_section3_person .et_pb_member_social_links li:last-child{
    margin-right: 0;
  }
  
  .foodhome_section3_person:hover .et_pb_member_social_links li{
    margin-right: 28px;
  }
  
  .foodhome_section3_person:hover .et_pb_member_social_links li:last-child{
    margin-right: 0;
  }
  
  .foodhome_section4_product .product{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
  }
  
  .foodhome_section4_product ul.products li.product a img{
    margin-bottom: 0 !important;
  }
  
  .foodhome_section4_product .product .foodhome_section4_product_content{
    position: absolute;
z-index: 2;
background: rgba(0, 0, 0, 0.7);
overflow: hidden;
-webkit-transition: all 0.5s;
transition: all 0.5s;
border-radius: 10px;
-webkit-border-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 130px;
  }
  
  .foodhome_section4_product .product:hover .foodhome_section4_product_content{
    border-radius: 10px !important;
    height: 100% !important;
    padding-top: 70px;
  }
  
  .foodhome_section4_product .product .button {
    border-radius: 10%;
    width: 80px;
    height: 50px;
    text-align: center;
    font-size: 0 !important;
    transition: all .3s ease;
    border: none !important;
    background: transparent !important;
    margin-top: 20px !important;
    z-index: 9999;
    border: 2px solid var(--golden) !important;
}
  
  .foodhome_section4_product .product .button:hover{
    background: var(--golden) !important;
  }
  
  .foodhome_section4_product .product .button:after {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: 0 !important;
    text-align: center;
    margin: 0 auto !important;
    opacity: 1 !important;
    font-size: 18px;
    line-height: 55px;
    font-family: "ETmodules" !important;
    display: block;
    -webkit-transition: all, 0.2s, ease-in;
    -moz-transition: all, 0.2s, ease-in;
    -o-transition: all, 0.2s, ease-in;
    transition: all, 0.2s, ease-in;
    content: "\e015";
    line-height: 48px !important;
    color: var(--golden) !important;
}
  
  .foodhome_section4_product .product .button:hover:after{
     color: var(--white) !important;
  }
  
  .foodhome_section4_product .product .button.ajax_add_to_cart.loading:after {
    content: "\e02d";
    color: var(--white) !important;
}
  
  .foodhome_section4_product .product .button.added:after {
    content: "\4e" !important;
}
  
  .foodhome_section4_product .product .added_to_cart {
    color: var(--white);
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    display: block;
}
  
  .foodhome_section4_product .page-numbers, .foodhome_section4_product .page-numbers li {
    border: none !important;
}
  
  .foodhome_section4_product .page-numbers li .page-numbers:hover, .foodhome_section4_product .page-numbers li .page-numbers.current {
    color: var(--white) !important;
}
  
  .foodhome_section4_product .page-numbers li .page-numbers {
    background-color: transparent !important;
    height: 50px;
    z-index: 1;
    position: relative;
    width: 50px;
    display: block;
    text-align: center;
    overflow: visible;
    margin: 0 15px;
    transition: all 0.3s ease 0.1s !important;
    font-size: 15px;
    line-height: 30px;
    color: var(--black) !important;
}
  
  .foodhome_section4_product .page-numbers li .page-numbers:hover:before, .foodhome_section4_product .page-numbers li .page-numbers.current:before {
    opacity: 1;
    transform: scale(1) rotate(0);
}
  
  .foodhome_section4_product .page-numbers li .page-numbers:before {
    content: "";
    background: var(--golden) !important;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    transition: all 0.3s ease 0s;
}

  .foodhome_section6_blurb .et_pb_blurb_content .et_pb_blurb_container{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 18%;
    left: 0;
    bottom: 0%;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  } 
  
  .foodhome_section6_blurb:hover .et_pb_blurb_content .et_pb_blurb_container{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 50% 0;
    height: 100%;
    bottom: 0%;
  }
  
  .foodhome_section7_contact .et_pb_contact_form .et_contact_bottom_container{
    float: unset;
    text-align: center;
    display: block;
  }
  
  .foodhome_section7_contact .et_pb_contact .et_pb_contact_form .et_pb_contact_field[data-type=select]:after{
    border-color: var(--white) transparent transparent !important;
  }

  .foodhome_section7_contact .et_pb_contact_field .input option{
    color: var(--black) !important;
  }
  
  .foodhome_section8_blog .et_pb_post{
    padding: 0;
    position: relative;
  }
  
  .foodhome_section8_blog .et_pb_post .et_pb_image_container{
    margin: 0;
    position: reltaive;
  }
  
  .foodhome_section8_blog .et_pb_post .et_pb_image_container .entry-featured-image-url{
    margin: 0;
    position: reltaive;
  }
  
  .foodhome_section8_blog .et_pb_post .et_pb_image_container .entry-featured-image-url img{
    border-radius: 10px;
  }
  
  .foodhome_section8_blog .et_pb_post .foodhome_section8_blog_content{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 110px;
    left: 0;
    bottom: 0%;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  
  .foodhome_section8_blog .et_pb_post:hover .foodhome_section8_blog_content{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    padding-top: 5%;
    height: 100%;
    bottom: 0%;
  }
  
  .foodhome_section8_blog .et_pb_post .foodhome_section8_blog_content .category{
    font-family: 'Courgette',handwriting;
    font-size: 18px;
    line-height: 28px;
  }
  
  .foodhome_section8_blog .et_pb_post .foodhome_section8_blog_content .post-content{
    padding: 0 10px;
    margin-top: 20px;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  }
  
  .foodhome_section8_blog .et_pb_post:hover .foodhome_section8_blog_content .post-content{
    opacity: 1;
  }
  
  .foodhome_section8_blog .et_pb_post .foodhome_section8_blog_content .entry-title a:hover{
    color: var(--golden) !important;
  }
  
  .foodhome_section8_blog .et_pb_post .post-meta{
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: auto;
    background-color: var(--golden);
    border: 2px solid var(--golden);
    padding: 6px 25px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    text-transform: uppercase;
    height: 40px;
    line-height: 1.7;
    font-size: 13px !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif !important;
  }
  
  .foodhome_section8_blog .pagination a{
    border-color: var(--golden) !important;
    border-radius: 5px;
  	border: 1px solid;
    background-color: RGBA(255,255,255,0)!important;
    padding-top: 12px!important;
    padding-right: 40px!important;
    padding-bottom: 12px!important;
    padding-left: 40px!important;
    margin-top: 25px!important;
    margin-left: 0%!important;
    transition: background-color 300ms ease 0ms;
    display: block;
  }
  
  .foodhome_section8_blog .pagination a:hover{
    background-color: var(--golden) !important;
  }
  
  .foodhome_section10_row .et_pb_column:hover .et_pb_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_module_header{
    color: var(--golden) !important;
  }
  
  .foodhome_section10_row .et_pb_column:hover .et_pb_icon{
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
  
  .foodhome_section11_cta .et_pb_promo_description div h3{
    font-size: 60px;
    font-weight: 700;
    text-transform: capitalize;
    width: 100%;
    display: inline-block;
    position: relative;
    line-height: normal;
    border: 5px dashed;
    padding: 20px;
    margin-bottom: 20px;
    border-color: var(--golden);
  }
  
  .foodhome_section11_cta .et_pb_promo_description div h5{
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    padding-bottom: 20px;
    letter-spacing: 0.5px;
    color: var(--white);
  }
  
  .foodhome_section11_cta .et_pb_button:before{
    content: "" !important;
    visibility: visible !important;
    display: block !important;
    height: 2px;
    margin: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    background-color: var(--golden);
    opacity: 1 !important;
  }
  
  .foodhome_section11_cta .et_pb_button:hover:before{
    transition: width .5s cubic-bezier(.22, .61, .36, 1);
    width: 100%;
  }
  
  .foodhome_section11_cta .et_pb_button:after{
    content: "" !important;
    visibility: visible !important;
    display: block !important;
    height: 2px;
    margin: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
    transition: width .8s cubic-bezier(.22, .61, .36, 1);
    background-color: var(--golden);
    opacity: 1 !important;
  }
  
  .foodhome_section11_cta .et_pb_button:hover:after{
    background: transparent;
    transition: 0s;
    width: 100%;
  }
  
  .foodhome_section12_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
  }
  
  .foodhome_section12_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    margin-top: -5px;
  }
  
  .foodhome_section12_blurb.et_pb_blurb:hover .et_pb_module_header{
    color: var(--golden) !important;
  }
  
  .foodhome_section13_gallery .et_pb_gallery_item{
    position: relative;
  }
  
  .foodhome_section13_gallery .et_pb_gallery_item:before, .foodhome_section13_gallery .et_pb_gallery_item:after{
    content: "";
    background-color: var(--white);
    width: 112px;
    height: 2px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0px;
    display: inline-block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
  }
  
  .foodhome_section13_gallery .et_pb_gallery_item:after{
    width: 2px;
    height: 112px;
  }
  
  .foodhome_section13_gallery .et_pb_gallery_item:hover:before, .foodhome_section13_gallery .et_pb_gallery_item:hover:after{
     background-color: var(--black);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 1;
    visibility: visible;
  }
  
  .foodhome_section13_gallery .et_pb_gallery_item .et_pb_gallery_image img{
    width: 100%;
  }
  
  .foodhome_section14_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_module_header:before{
    clear: both;
    display: block;
    height: 2px;
    margin: 15px 0;
    text-align: center;
    width: 30px;
    background-color: var(--golden);
    content: "";
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .foodhome_section14_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description strong{
    font-size: 20px;
    color: var(--golden) !important;
  }
  
  .foodhome_section15_counter .percent:before, .foodhome_section15_counter .percent:after{
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  
  .foodhome_section15_counter .percent:before{
    width: 50px;
    height: 2px;
    background-color: #d4d4d4;
  }
  
  .foodhome_section15_counter .percent:after{
    width: 0;
    height: 2px;
    background: var(--golden);
  }
  
  .foodhome_section15_counter:hover .percent:before{
    width: 0;
  }
  
  .foodhome_section15_counter:hover .percent:after{
    width: 50px;
  }
  
  .foodhome_section16_barcounter .et_pb_counter_container .et_pb_counter_amount_number {
    position: absolute;
    top: -30px;
    right: 0;
    padding: 0;
  }
  
  @-webkit-keyframes progress-bar-stripes {
	  from {
		background-position: -20px 0;
	  }
	  to {
		background-position: 0 0;
	  }
	}
	@-moz-keyframes progress-bar-stripes {
	  from {
		background-position: -20px 0;
	  }
	  to {
		background-position: 0 0;
	  }
	}
	@-o-keyframes progress-bar-stripes {
	  from {
		background-position: 0 0;
	  }
	  to {
		background-position: -20px 0;
	  }
	}
	@keyframes progress-bar-stripes {
	  from {
		background-position: -20px 0;
	  }
	  to {
		background-position: 0 0;
	  }
	}
  
  .foodhome_section16_barcounter.et_pb_counters .et_pb_counter_amount:after{
    background-color: inherit;
    content: "";
    height: 20px;
    margin: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    width: 2px;
  }
  
  @media only screen and (max-width: 981px){
    .foodhome_section3_person:hover .et_pb_member_social_links{
    opacity: 1 !important;
    top: 50% !important;
  } 
    
    .foodhome_section8_blog .et_pb_post .foodhome_section8_blog_content .post-content {
    padding: 0 10px;
    margin-top: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}
    
    .foodhome_section8_blog .pagination .alignleft, .foodhome_section8_blog .pagination .alignright{
      float: none;
      text-align: center;
      display: inline-block;
    }
    
    .foodhome_section11_cta .et_pb_promo_description div h3{
    font-size: 30px;
  }
  }
  
  @media only screen and (max-width: 767px){
    .foodhome_section3_person:hover .et_pb_member_social_links{
    opacity: 1 !important;
    top: 35% !important;
  } 
    
    .foodhome_section4_product.et_pb_shop ul.products.columns-3 li.product{
      width: 100% !important;
      margin-right: 0 !important;
    }
    
    .foodhome_section11_cta .et_pb_promo_description div h3{
    font-size: 24px;
  }
  }

@media all and (min-width: 981px) and (max-width: 1080px) {
	.foodhome_section4_product.et_pb_shop .woocommerce ul.products li.product h2{
		padding-top: 20px !important;
	}
	
	.foodhome_section4_product .product:hover .foodhome_section4_product_content {
    padding-top: 50px;
}
	
	.foodhome_section4_product .woocommerce ul.products li.product .onsale{
		left: 0 !important;
		top: 0 !important;
	}
}

/*-------- About Us --------*/
  .foodaboutus_section4_person .et_pb_team_member_image:before{
    position: absolute;
    z-index: 2;
    background: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    content: "";
  }
  
  .foodaboutus_section4_person:hover .et_pb_team_member_image:before{
    border-radius: 10px;
    height: 100%;
  }
  
  .foodaboutus_section4_person:hover .et_pb_member_social_links{
    opacity: 1 !important;
    top: 35% !important;
  } 
  
  .foodaboutus_section4_person .et_pb_member_social_links li{
    margin-right: 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  
  .foodaboutus_section4_person .et_pb_member_social_links li:last-child{
    margin-right: 0;
  }
  
  .foodaboutus_section4_person:hover .et_pb_member_social_links li{
    margin-right: 28px;
  }
  
  .foodaboutus_section4_person:hover .et_pb_member_social_links li:last-child{
    margin-right: 0;
  }
  
  .foodaboutus_section5_cta .et_pb_promo_description div h3 span{
    color: var(--golden);
  }
  
  .foodaboutus_section5_cta .et_pb_promo_description div h3{
    font-size: 30px;
    line-height: 1.1em;
  }
  
  .foodaboutus_section6_gallery .et-pb-slider-arrows .et-pb-arrow-prev, .foodaboutus_section6_gallery .et-pb-slider-arrows .et-pb-arrow-next{
    position: absolute;
    cursor: pointer;
    z-index: 10;
    top: 50%;
    left: 0;
    margin-top: -26px;
    background-color: rgba(0, 0, 0, 0.3);
    margin-right: 0;
    margin-left: 0;
    width: 60px;
    height: 60px;
    border: 0;
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    opacity: 1;
    line-height: 50px;
    color: rgba(255, 255, 255, 0.8) !important;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%);
    font-size: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .foodaboutus_section6_gallery .et-pb-slider-arrows .et-pb-arrow-prev:hover, .foodaboutus_section6_gallery .et-pb-slider-arrows .et-pb-arrow-next:hover{
    background-color: rgba(0, 0, 0, 0.3);
    color: var(--white) !important;
  }
  
  .foodaboutus_section6_gallery .et-pb-slider-arrows .et-pb-arrow-next{
    left: auto;
    right: 0;
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
  
  .foodaboutus_section6_gallery .et-pb-controllers{
    opacity: 0;
  }
  
  @media only screen and (max-width: 981px){
    .foodaboutus_section4_person:hover .et_pb_member_social_links{
    opacity: 1 !important;
    top: 50% !important;
  } 
  }
  
  @media only screen and (max-width: 767px){
    .foodaboutus_section4_person:hover .et_pb_member_social_links{
    opacity: 1 !important;
    top: 35% !important;
  } 
    
    .foodaboutus_section5_cta .et_pb_promo_description div h3{
    font-size: 24px;
  }
  }

/*-------- Contact Us --------*/
.foodcontactus_section3_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    position: absolute;
    z-index: 9;
    width: auto;
    float: none;
    margin: 0px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 24px;
    margin: 0px auto;
    top: -25px;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0px 0px 0px 5px #fff;
    -moz-box-shadow: 0px 0px 0px 5px #fff;
    box-shadow: 0px 0px 0px 5px #fff;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    font-size: 25px;
    border-radius: 3px;
    background-color: var(--golden);
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
  }
  
  .foodcontactus_section3_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon:after{
    position: absolute;
    content: "";
    display: block;
    height: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 3px;
    background-color: var(--golden);
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
  }
  
  .foodcontactus_section3_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon:after{
    height: 100%;
  }
  
  .foodcontactus_section3_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header:after{
    position: absolute;
    content: "";
    display: block;
    width: 35px;
    height: 3px;
    bottom: -2px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-color: var(--golden);
  }
  
  .foodcontactus_section3_blurb:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header{
    color: var(--white) !important;
  }
  
  .foodcontactus_section3_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
    color: var(--body-color);
  }
  
  .foodcontactus_section3_blurb:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
    color: var(--white) !important;
  } 
  
  .foodcontactus_section3_blurb:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header:after{
    background: var(--white) !important;
  }
  
  .foodcontactus_section45_contact .et_pb_contact_form .et_contact_bottom_container {
    float: unset;
    text-align: center;
    display: block;
}

/*-------- Shop Grid Full Width --------*/
.foodproduct_section2_product ul.products li.product{
    margin-bottom: 30px !important;
  }
  
  .foodproduct_section2_product ul.products li.product:hover{
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
  }
  
  .foodproduct_section2_product .product .foodproduct_section2_product_content{
    padding: 20px 10px;
  }
  
  .foodproduct_section2_product .product .et_shop_image{
    position: relative;
    overflow: hidden;
  }
  
  .foodproduct_section2_product .product .et_shop_image:after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  
  .foodproduct_section2_product .product .et_shop_image:hover:after{
    background-color: rgba(255,255,255,.4);
  }
  
  .foodproduct_section2_product .product .button, .foodproduct_section2_product .product .added_to_cart{
    padding: 11px 45px 11px 10px !important;
    border-radius: 0 90px 90px 0;
    z-index: 1;
    width: 90%;
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px !important;
    border: 0 !important;
    background-color: var(--golden) !important;
    color: var(--white) !important;
    text-align: left;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: color .2s ease,background-color .2s ease,border-color .2s ease,opacity .2s ease;
    -moz-transition: color .2s ease,background-color .2s ease,border-color .2s ease,opacity .2s ease;
    -o-transition: color .2s ease,background-color .2s ease,border-color .2s ease,opacity .2s ease;
    transition: color .2s ease,background-color .2s ease,border-color .2s ease,opacity .2s ease;
    margin-left: -15px;
    position: relative;
  }
  
  .foodproduct_section2_product .product .added_to_cart{
    margin-top: 20px;
  }
  
  .foodproduct_section2_product .product .button:hover, .foodproduct_section2_product .product .added_to_cart:hover{
    background-color: var(--black) !important;
  }
  
  .foodproduct_section2_product .product .button:after, .foodproduct_section2_product .product .added_to_cart:after{
    position: absolute;
    top: 3px;
    left: auto;
    right: 3px;
    bottom: 3px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    margin: auto;
    text-align: center;
    background-color: var(--white) !important;
    color: var(--golden) !important;
    border-radius: 50%;
    font-size: 16px;
    content: "\e015" !important;
    font-family: ETmodules !important;
    opacity: 1;
  }
  
  .foodproduct_section2_product .product .added_to_cart:after{
    content: "\4e" !important;
  }
  
  .foodproduct_section2_product .product .button:hover:after, .foodproduct_section2_product .product .added_to_cart:hover:after{
    color: var(--black) !important;
  }
  
  .foodproduct_section2_product .product .button:before, .foodproduct_section2_product .product .added_to_cart:before{
    position: absolute;
    content: '' !important;
    visibility: visible !important;
    display: block !important;
    bottom: -8px;
    left: 0;
    border-top: 9px solid;
    border-left: 5px solid transparent;
    border-top-color: var(--golden);
    opacity: 1;
    margin: 0;
  }
  
  .foodproduct_section2_product .product .button.ajax_add_to_cart.loading:after {
    content: "\e02d" !important;
    color: var(--golden) !important;
    margin: 0 !important;
    top: auto !important;
    right: 3px !important;
}
  
  .foodproduct_section2_product .page-numbers, .foodproduct_section2_product .page-numbers li {
    border: none !important;
}
  
  .foodproduct_section2_product .page-numbers li .page-numbers:hover, .foodproduct_section2_product .page-numbers li .page-numbers.current {
    color: var(--white) !important;
}
  
  .foodproduct_section2_product .page-numbers li .page-numbers {
    background-color: transparent !important;
    height: 50px;
    z-index: 1;
    position: relative;
    width: 50px;
    display: block;
    text-align: center;
    overflow: visible;
    margin: 0 15px;
    transition: all 0.3s ease 0.1s !important;
    font-size: 15px;
    line-height: 30px;
    color: var(--black) !important;
}
  
  .foodproduct_section2_product .page-numbers li .page-numbers:hover:before, .foodproduct_section2_product .page-numbers li .page-numbers.current:before {
    opacity: 1;
    transform: scale(1) rotate(0);
}
  
  .foodproduct_section2_product .page-numbers li .page-numbers:before {
    content: "";
    background: var(--golden) !important;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    transition: all 0.3s ease 0s;
}

  @media only screen and (max-width: 767px){
    .foodproduct_section2_product.et_pb_shop ul.products.columns-4 li.product, .foodproduct_section2_product.et_pb_wc_related_products ul.products.columns-4 li.product, .et-db #et-boc .et-l .foodproduct_section2_product.et_pb_shop ul.products.columns-3 li.product{
      width: 100% !important;
      margin-right: 0 !important;
    }
    
    .foodproduct_section2_product.et_pb_shop .woocommerce-result-count, .foodproduct_section2_product.et_pb_shop .woocommerce-ordering {
    float: none;
    text-align: center;
}
  }

/*-------- Shop List Fullwidth --------*/
.foodlist_section2_product ul.products li.product{
    width: 100% !important;
    margin-right: 0 !important;
    background: var(--background);
  }
  
  .foodlist_section2_product ul.products li.product a{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .foodlist_section2_product ul.products li.product a img {
    margin-bottom: 0 !important;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
  
  .foodlist_section2_product ul.products li.product .foodlist_section2_product_content {
   	flex-basis: 60%;
    margin: 0 50px;
}
  
  .foodlist_section2_product ul.products li.product .foodlist_section2_product_content .price{
    padding-top: 13px;
    border-top: 1px dashed #888;
    margin-top: 15px !important;
    padding-bottom: 13px;
    border-bottom: 1px dashed #888;
    margin-bottom: 15px !important;
  }
  
  .foodlist_section2_product ul.products li.product .button, .foodlist_section2_product ul.products li.product .added_to_cart{
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px !important;
   	padding: 12px 40px;
    border: 0 !important;
    background-color: var(--golden) !important;
    color: var(--white) !important; 
    text-align: left;
    border-radius: 90px;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: color .2s ease,background-color .2s ease,border-color .2s ease,opacity .2s ease;
    -moz-transition: color .2s ease,background-color .2s ease,border-color .2s ease,opacity .2s ease;
    -o-transition: color .2s ease,background-color .2s ease,border-color .2s ease,opacity .2s ease;
    transition: color .2s ease,background-color .2s ease,border-color .2s ease,opacity .2s ease;
    margin-left: -5px;
    margin-right: -5px;
    width: 50%;
  }
  
  .foodlist_section2_product ul.products li.product .button:hover{
    background-color: var(--black) !important;
  }
  
  .foodlist_section2_product ul.products li.product .button:after, .foodlist_section2_product ul.products li.product .added_to_cart:after{
    position: absolute;
    top: 2px;
    bottom: 2px;
    right: 6px;
    width: 22%;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    border-left: 1px solid rgba(255,255,255,.8);
    margin: auto;
    content: "\e015" !important;
    font-family: ETmodules;
    opacity: 1;
    color: var(--white) !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .foodlist_section2_product ul.products li.product .added_to_cart:after {
    content: "\4e" !important;
}
  
  .foodlist_section2_product ul.products li.product .added_to_cart{
    margin-top: 10px;
    display: block;
  }
  
  .foodlist_section2_product ul.products li.product .button.ajax_add_to_cart.loading:after {
    content: "\e02d" !important;
    color: var(--white) !important;
    margin: 0 !important;
    top: auto !important;
    right: 3px !important;
    border: 0 !important;
    bottom: 4px !important;
}
  
  .foodlist_section2_product .page-numbers, .foodlist_section2_product .page-numbers li {
    border: none !important;
}
  
  .foodlist_section2_product .page-numbers li .page-numbers:hover, .foodlist_section2_product .page-numbers li .page-numbers.current {
    color: var(--white) !important;
}
  
  .foodlist_section2_product .page-numbers li .page-numbers {
    background-color: transparent !important;
    height: 50px;
    z-index: 1;
    position: relative;
    width: 50px;
    display: block;
    text-align: center;
    overflow: visible;
    margin: 0 15px;
    transition: all 0.3s ease 0.1s !important;
    font-size: 15px;
    line-height: 30px;
    color: var(--black) !important;
}
  
  .foodlist_section2_product .page-numbers li .page-numbers:hover:before, .foodlist_section2_product .page-numbers li .page-numbers.current:before {
    opacity: 1;
    transform: scale(1) rotate(0);
}
  
  .foodlist_section2_product .page-numbers li .page-numbers:before {
    content: "";
    background: var(--golden) !important;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    transition: all 0.3s ease 0s;
  }
  
  @media only screen and (max-width: 981px){
    .foodlist_section2_product.et_pb_shop ul.products.columns-4 li.product{
      width: 100% !important;
      margin-right: 0 !important;
    }
    
    .foodlist_section2_product ul.products li.product .foodlist_section2_product_content {
    flex-basis: 60%;
    margin: 0 50px;
}
    
    .foodlist_section2_product ul.products li.product .button, .foodlist_section2_product ul.products li.product .added_to_cart{
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px !important;
    padding: 12px 40px;
    border: 0 !important;
    background-color: var(--golden) !important;
    color: var(--white) !important;
    text-align: left;
    border-radius: 90px;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: color .2s ease,background-color .2s ease,border-color .2s ease,opacity .2s ease;
    -moz-transition: color .2s ease,background-color .2s ease,border-color .2s ease,opacity .2s ease;
    -o-transition: color .2s ease,background-color .2s ease,border-color .2s ease,opacity .2s ease;
    transition: color .2s ease,background-color .2s ease,border-color .2s ease,opacity .2s ease;
    margin-left: -5px;
    margin-right: -5px;
    width: 60%;
}
  }
    
    @media only screen and (max-width: 767px){
      .foodlist_section2_product ul.products li.product .foodlist_section2_product_content {
    flex-basis: 100%;
    margin: 15px;
}
      
      .foodlist_section2_product ul.products li.product .button, .foodlist_section2_product ul.products li.product .added_to_cart{
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px !important;
    padding: 12px 40px;
    border: 0 !important;
    background-color: var(--golden) !important;
    color: var(--white) !important;
    text-align: left;
    border-radius: 90px;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: color .2s ease,background-color .2s ease,border-color .2s ease,opacity .2s ease;
    -moz-transition: color .2s ease,background-color .2s ease,border-color .2s ease,opacity .2s ease;
    -o-transition: color .2s ease,background-color .2s ease,border-color .2s ease,opacity .2s ease;
    transition: color .2s ease,background-color .2s ease,border-color .2s ease,opacity .2s ease;
    margin-left: -5px;
    margin-right: -5px;
    width: 100%;
}
      
  .foodlist_section2_product ul.products li.product a {
    display: block;
}
  }

/*-------- Shop Left Sidebar --------*/
.foodside_section2_sidebar  .et_pb_widget{
    margin-bottom: 20px !important;
  }
  
  .foodside_section2_sidebar  .wc-block-product-categories-list--depth-0 li {
    color: var(--black);
    padding: 10px 0 10px;
    margin-bottom: 0;
}
  
  .foodside_section2_sidebar  .wc-block-product-categories-list--depth-0 li a{
    color: var(--black) !important;
    position: relative;
    margin-left: 0px;
  }
  
  .foodside_section2_sidebar  .wc-block-product-categories-list--depth-0 li a:hover{
    color: var(--golden) !important;
  }
  
  .foodside_section2_sidebar  .widget_products li img{
    width: 65px !important;
}

  .foodside_section2_sidebar  .wp-block-tag-cloud a {
    display: inline-block;
    font-size: 14px!important;
    line-height: 20px;
    padding: 3px 17px;
    border: 2px solid #e6e6e6;
    border-radius: 90px;
    margin: 0 5px 10px;
    color: var(--black);
    background: var(--white);
}
  
  .foodside_section2_sidebar  .wp-block-tag-cloud a:hover{
    color: var(--golden);
  }
  
  .foodside_section2_sidebar  .widget_products .star-rating span:before {
    color: var(--golden) !important;
}
  
  .foodside_section2_sidebar  .product_list_widget li a{
    color: var(--black) !important;
    font-weight: 500 !important;
  }
  
  .foodside_section2_sidebar  .product_list_widget li a:hover{
    color: var(--golden) !important;
  }

/*-------- Testimonial --------*/
.foodtestimonial_section2_testimonial .et_pb_testimonial_description .et_pb_testimonial_content p{
    padding-bottom: 0 !important;
  }

  .foodtestimonial_section2_testimonial .et_pb_testimonial_description .et_pb_testimonial_description_inner{
    margin-bottom: 27px;
  }
  
  .foodtestimonial_section2_testimonial .et_pb_testimonial_description .et_pb_testimonial_author:before{
    content: "\e033\e033\e033\e033\e032";
    font-family: ETmodules;
		font-size: 14px;
		display: block;
		margin-bottom: 0px;
		opacity: 1;
		color: var(--golden);
		visibility: visible;
  }

/*-------- Our Team --------*/
.foodteam_section2_person .et_pb_team_member_image:before{
    position: absolute;
    z-index: 2;
    background: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    content: "";
  }
  
  .foodteam_section2_person:hover .et_pb_team_member_image:before{
    border-radius: 10px;
    height: 100%;
  }
  
  .foodteam_section2_person:hover .et_pb_member_social_links{
    opacity: 1 !important;
    top: 35% !important;
  } 
  
  .foodteam_section2_person .et_pb_member_social_links li{
     margin: 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  
  @media only screen and (max-width: 981px){
    .foodteam_section2_person:hover .et_pb_member_social_links{
    opacity: 1 !important;
    top: 50% !important;
  } 
  }
  
  @media only screen and (max-width: 767px){
    .foodteam_section2_person:hover .et_pb_member_social_links{
    opacity: 1 !important;
    top: 35% !important;
  } 
  }

/*-------- Team Detail --------*/
.foodteamdeail_section2_social li a span {
    z-index: 1000;
    padding: 8px;
    width: 120px;
    color: var(--white);
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    border-radius: 5px;
    margin-left: -60px;
    bottom: 100%;
    left: 50%;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-webkit-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -moz-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-moz-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    transition: opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    pointer-events: none;
    display: block !important;
    background: var(--golden);
}
  
  .foodteamdeail_section2_social li a:hover span, .foodteamdeail_section2_social li a:hover span:after {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
    visibility: visible;
    opacity: 1;
}
  
  .foodteamdeail_section2_social li a span:after {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    border-top-color: var(--golden) !important;
    z-index: 1001;
    border: 6px solid transparent;
    background: 0 0;
    content: "";
    margin-left: -6px;
    margin-bottom: -24px;
    bottom: 0;
    left: 50%;
    -webkit-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-webkit-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -moz-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-moz-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    transition: opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    pointer-events: none;
}

/*-------- My Account --------*/
/***************** My Account ****************/
.food_myaccount .woocommerce-MyAccount-navigation ul li.is-active,.food_myaccount .woocommerce-MyAccount-navigation ul li:hover{
  background: var(--golden);
  }
  
.food_myaccount .woocommerce-MyAccount-navigation ul li{
  list-style-type: none;
  padding: 5px 50px;
  margin: 0 0 5px;
  background: var(--grey);
  border-radius: 5px;
  }
  
.food_myaccount .woocommerce-MyAccount-navigation ul li.is-active a,.food_myaccount .woocommerce-MyAccount-navigation ul li:hover a{
  color: var(--white);
  }
  
.food_myaccount .woocommerce-MyAccount-navigation ul li a{
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  display:block;
  position:relative;
  color: var(--golden);
  }
  
.food_myaccount .woocommerce-MyAccount-content{
  padding: 20px 30px;
  background: var(--grey);
  width:75% !important;
  }
  
.food_myaccount .woocommerce-MyAccount-navigation{
  width:22% !important;
  }
  
  .food_myaccount .woocommerce-MyAccount-navigation ul li.is-active a:before{
    color: var(--white) !important;
  }
  
.food_myaccount .woocommerce-MyAccount-navigation ul li a:before{
  content: "\e038";
  position:absolute;
  left:-25px;
  font-family: ETmodules;
  font-size: 14px;
  margin-right:-10px;
  color: var(--golden);
  }
  
  .food_myaccount .woocommerce-MyAccount-navigation ul li:hover a:before{
    color: var(--white);
  }
  
.food_myaccount .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before{
  content: "\e079";
  }
  
.food_myaccount .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before{
  content: "\e092";
  }
  
.food_myaccount .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before{
  content: "\e074";
  }
  
.food_myaccount .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before{
  content: "\e08a";
  }
  
.food_myaccount .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before{
  content: "\e03c";
  }
  
.food_myaccount .woocommerce .woocommerce-MyAccount-content .woocommerce-info{
  background:var(--golden) !important;
  line-height:2.5em;
  }
  
.woocommerce-account .food_myaccount .woocommerce form.login, 
  .woocommerce-account .food_myaccount .woocommerce form.register{
  border: 0 !important; /* you can add a border if you prefer */
	background: transparent; /* this is the main background color for all forms */
   padding: 30px !important;
  border-radius: 0;
  -webkit-box-shadow: 1px 1px 5px 5px rgb(0 0 0 / 10%);
    box-shadow: 1px 1px 5px 5px rgb(0 0 0 / 10%);
  }  
  
  .woocommerce-account .food_myaccount .woocommerce form .woocommerce-Input{
    background-color: transparent;
  }
  
.food_myaccount .woocommerce button.button:after,.food_myaccount .woocommerce-MyAccount-content .button:after{
  display:none !important;
  }  
  
.food_myaccount .woocommerce button.button,.food_myaccount .woocommerce-MyAccount-content .button{
  font-size: 16px !important;
  color:var(--white) !important;
  border:none !important;
  background:var(--black) !important;
  padding: 12px 40px !important;
  margin-top: 3px;
  }
  
.food_myaccount .woocommerce button.button:hover,.food_myaccount .woocommerce-MyAccount-content .button:hover{
  background:var(--golden) !important;
  }
  
  .food_myaccount{
    width: 90%;
		max-width: 1200px;
  }
  
  .food_myaccount .woocommerce-MyAccount-content p a, .food_myaccount .woocommerce-Address .title .edit {
    color: var(--golden);
}
  
  .food_myaccount .login .woocommerce-LostPassword a{
    color: var(--black);
  }
  
  .food_myaccount .woocommerce-orders-table .woocommerce-orders-table__cell a{
    color: var(--black);
  }

.food_myaccount .download-product a{
    color: var(--black);
  }

.food_myaccount .woocommerce-MyAccount-content .woocommerce-error{
    background: var(--golden);
  }

.food_myaccount .woocommerce-MyAccount-content .woocommerce-message{
    background: var(--golden);
  }

.food_myaccount .shop_table{
    text-align: center !important;
    border: 0 !important;
  }
  
  .food_myaccount .woocommerce-table .woocommerce-table__product-name a{
    color: var(--black);
  }
  
  .food_myaccount form .show-password-input{
    top: 50%;
		transform: translateY(-50%);
		display: flex;
		align-content: center;
		justify-content: center;
  }
  
  .food_myaccount .woocommerce form .form-row input.input-text{
    background: var(--white) !important;
	border: 1px solid var(--grey) !important;
  }
  
@media only screen and (max-width:981px){
  .food_myaccount .woocommerce-MyAccount-navigation,.food_myaccount .woocommerce-MyAccount-content{
    width:100% !important;
  }
  
	.food_myaccount .woocommerce-MyAccount-navigation ul{
    padding:0;
  }
  
	.food_myaccount .woocommerce-MyAccount-content{
    margin-top:50px;
  }
  
	.food_myaccount .woocommerce-MyAccount-content table tr{
    margin-bottom:15px;
  }
  
  .food_myaccount .u-column1.col-1, .food_myaccount .u-column2.col-2{
    width: 100% !important;
  }
  
  .woocommerce-account .food_myaccount .woocommerce form.login{
    margin-bottom: 4em !important;
    margin-top: 1em !important;
  }
  
  .woocommerce-account .food_myaccount .woocommerce form.register{
    margin-top: 1em !important;
  }
}
@media only screen and (max-width:767px){
	.food_myaccount .woocommerce-MyAccount-content{
    padding: 20px 20px;
  }
  
	.food_myaccount .woocommerce .woocommerce-MyAccount-content .woocommerce-info{
    line-height:1.5em;
    text-align:center;
  }
  
	.food_myaccount .woocommerce-MyAccount-content .woocommerce-Message--info .button{
    padding-right: 20px !important;
    padding-left: 20px !important;
    margin-bottom:10px;
    float: none;
    display: block;
  }
  
	.food_myaccount .woocommerce .woocommerce-MyAccount-content h3{
    font-size:20px;
  }
  
	.food_myaccount .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .button{
    margin-top:10px;
    width:100%;
  }
  
  .woocommerce-account .food_myaccount .woocommerce form.login, .woocommerce-account .food_myaccount .woocommerce form.register {
  border: 1px solid var(--grey) !important;
  background: transparent;
  padding: 20px !important;
  border-radius: 0;
}
}

/*-------- Reservation --------*/
.foodreservation_section2_column:hover .foodreservation_section2_text:before{
    width: 0;
  }
  
  .foodreservation_section2_column:hover .foodreservation_section2_text:after{
    width: 50px;
    background-color: var(--golden);
  }
  
  .foodreservation_section3_contact .et_pb_contact .et_pb_contact_form  .et_contact_bottom_container{
    float: unset;
    display: block;
    text-align: left;
  }
  
  .foodreservation_section_image .et_pb_image_wrap{
    position: relative;
    overflow: hidden;
  }
  
  .foodreservation_section_image .et_pb_image_wrap img{
    margin-left: 30px;
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		-webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    transition: all 0.9s ease;
  }
  
  .foodreservation_section_section .et_pb_row:hover .foodreservation_section_image .et_pb_image_wrap img{
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
    filter: grayscale(1);
    margin-left: 0;
  }
  
  .foodreservation_section_section .et_pb_row:hover .foodreservation_section_image:before{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  
  .foodreservation_section_section .et_pb_row:hover .foodreservation_section_image:after{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  
  .foodreservation_section_section .et_pb_row:hover .foodreservation_section_icon{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    filter: invert(100%);
    -webkit-filter: invert(100%);
  }
  
  @media only screen and (max-width: 981px){
    .foodreservation_section3_contact .et_pb_contact .et_pb_contact_form  .et_contact_bottom_container{
    float: unset;
    display: block;
    text-align: center;
  }
  }

/*-------- Gallery --------*/
.foodgallery_section2_gallery .et_pb_gallery_item  .et_pb_gallery_image{
    position: relative;
    overflow: hidden;
  }
  
  .foodgallery_section2_gallery .et_pb_gallery_item  .et_pb_gallery_image img{
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    will-change: transform;
  }
  
  .foodgallery_section2_gallery .et_pb_gallery_item  .et_pb_gallery_image img{
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    will-change: transform;
  }
  
  .foodgallery_section2_gallery .et_pb_gallery_item:hover  .et_pb_gallery_image img{
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
  }

/*-------- FAQ --------*/
.foodfaq_section2_faq .et_pb_toggle{
  border-style: solid !important;
    border-color: #e2e2e2 !important;
    border-width: 1px 0 0 !important;
  }
  
  .foodfaq_section2_faq .et_pb_toggle:last-child{
    border-bottom-width: 1px !important;
  }
  
  .foodfaq_section2_faq .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before{
    display: block;
    transform: rotate(180deg);
  }

/*-------- Pricing --------*/
.foodpricing_section2_price .et_pb_pricing_table .et_pb_pricing_content .et_pb_pricing li span:before {
    border-width: 0;
    content: "\4e";
    left: unset;
    position: relative;
    top: unset;
    border-radius: 0;
    font-family: 'ETmodules';
    margin-right: 10px;
    vertical-align: middle;
    color: var(--golden);
    font-weight: 600;
}
  
  .foodpricing_section2_price .et_pb_pricing_table .et_pb_pricing_content .et_pb_pricing .et_pb_not_available span:before {
    content: "\4d";
    color: var(--golden);
}
  
  .foodpricing_section2_price .et_pb_pricing_table .et_pb_pricing_content .et_pb_pricing li{
    padding-left: 0;
  }

/*-------- Menu List --------*/
.foodmenu_text h3 .menu-title{
    position: relative;
    color: var(--black);
  }
  
  .foodmenu_text h3 .lable{
    position: relative;
    font-size: 11px;
    background: var(--golden);
    padding: 5px 10px;
    color: #fff;
    border-radius: 10px;
    top: -20px;
    margin-left: 5px;
  }
  
  .foodmenu_text h3 .price{
    float: right;
  }
  
  @media only screen and (max-width: 767px){
    .foodmenu_text h3 .price{
    float: unset;
  	display: block;
    margin-top: 10px;
  }
  }

/*-------- Blog --------*/
.foodblog_section2_blog .et_pb_post{
    padding: 0;
  }
  
  .foodblog_section2_blog .et_pb_post .et_pb_image_container{
    margin: 0;
    position: relative;
    overflow: hidden;
    display: block;
  }
  
  .foodblog_section2_blog .et_pb_post .et_pb_image_container .entry-featured-image-url{
    margin: 0;
    position: relative;
    overflow: hidden;
    display: block;
  }
  
  .foodblog_section2_blog .et_pb_post .et_pb_image_container .entry-featured-image-url img{
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  }
  
  .foodblog_section2_blog .et_pb_post .et_pb_image_container:hover .entry-featured-image-url img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  
  .foodblog_section2_blog .et_pb_post .post-meta{
    margin: 0;
  }
  
  .foodblog_section2_blog .et_pb_post .foodblog_section2_blog_content{
    padding: 20px;
  }
  
  .foodblog_section2_blog .et_pb_post .post-meta .date{
    background: var(--white) none repeat scroll 0 0;
    color: var(--black);
    padding: 8px 10px;
    text-transform: uppercase;
    left: 10px;
    line-height: 18px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 55px;
  }
  
  .foodblog_section2_blog .et_pb_post .foodblog_section2_blog_content .post-content{
    padding-top: 10px;
  }
  
  .foodblog_section2_blog .et_pb_post .foodblog_section2_blog_content .post-content .post-content-inner{
    padding-bottom: 10px;
  }
  
  .foodblog_section2_blog .et_pb_post .foodblog_section2_blog_content .category{
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    color: var(--body-color) !important;
    position: relative;
    margin-right: 10px;
  }
  
  .foodblog_section2_blog .et_pb_post .foodblog_section2_blog_content .category:before{
    content: "\e07c";
    font-family: ETmodules;
    margin-right: 8px;
    font-size: 13px;
  }
  
  .foodblog_section2_blog .et_pb_post .foodblog_section2_blog_content .author{
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    color: var(--body-color) !important;
    position: relative;
  }
  
  .foodblog_section2_blog .et_pb_post .foodblog_section2_blog_content .author:before{
    content: "\e08a";
    font-family: ETmodules;
    margin-right: 8px;
    font-size: 13px;
  }
  
  .foodblog_section2_blog .et_pb_post .foodblog_section2_blog_content .entry-title a:hover{
    color: var(--golden) !important;
  }
  
  .foodblog_section2_blog .pagination a {
    border-color: var(--golden) !important;
    border-radius: 5px;
    border: 1px solid;
    background-color: RGBA(255,255,255,0)!important;
    padding-top: 12px!important;
    padding-right: 40px!important;
    padding-bottom: 12px!important;
    padding-left: 40px!important;
    margin-top: 0px!important;
    margin-left: 0%!important;
    transition: background-color 300ms ease 0ms;
}
  
  .foodblog_section2_blog .pagination a:hover {
    background-color: var(--golden) !important;
}
  
  @media only screen and (max-width: 981px){
    .foodblog_section2_blog .pagination .alignleft, .foodblog_section2_blog .pagination .alignright {
    float: none;
    text-align: center;
}
  }

/*-------- Event --------*/
.foodevent_section2_blurb .et_pb_blurb_content .et_pb_blurb_container{
    margin-top: 15px;
    position: relative;
    padding: 40px 30px 0px;
  }
  
  .foodevent_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h3{
		font-size: 25px;
    position: relative;
    padding-bottom: 25px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-weight: 600;
    color: var(--black) !important;
  }
  
  .foodevent_section2_blurb:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h3{
    color: var(--golden) !important;
  }
  
  .foodevent_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p{
    font-size: 15px;
    line-height: 1.8em;
    color: var(--body-color);
  }
  
  .foodevent_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description:before{
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    top: -15px;
    display: inline-block;
    background-color: rgba(51, 51, 51, 0.14);
    width: 77%;
    height: 20px;
    line-height: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  
  .foodevent_section2_blurb:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description:before{
    height: 0px;
  }
  
  @media only screen and (max-width: 767px){
    .foodevent_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h3{
		font-size: 24px;
    position: relative;
    padding-bottom: 25px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-weight: 600;
    color: var(--black) !important;
  }
  }

/*-------- Services --------*/
.foodservice_section2_blurb .et_pb_blurb_content .et_pb_blurb_container{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 18%;
    left: 0;
    bottom: 0%;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  } 
  
  .foodservice_section2_blurb:hover .et_pb_blurb_content .et_pb_blurb_container{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 50% 0;
    height: 100%;
    bottom: 0%;
  }
  
  .foodservice_section4_cta .et_pb_promo_description div h3 span{
    color: var(--golden);
  }
  
  .foodservice_section4_cta .et_pb_promo_description div h3{
    font-size: 30px;
    line-height: 1.1em;
    color: var(--black) !important;
  }
  
  @media only screen and (max-width: 767px){
    .foodservice_section4_cta .et_pb_promo_description div h3{
    font-size: 24px;
    line-height: 1.1em;
    color: var(--black) !important;
  }
  }

/*-------- Return Policy --------*/
.foodpolicy_section2_cta .et_pb_promo_description div p{
    padding: 0 !important;
  }
  
  .foodpolicy_section2_video .et_pb_video_overlay_hover .et_pb_video_play:after{
    position: absolute;
    border-radius: 100%;
    z-index: -1;
    -webkit-animation: video-icon-sonar 2s linear infinite;
    animation: video-icon-sonar 2s linear infinite;
    content: "";
    visibility: visible;
    display: inline-block;
    background-color: var(--white);
    width: 110px;
    height: 110px;
    top: -15px;
    left: -15px;
    opacity: 1;
}
  
  @-webkit-keyframes video-icon-sonar{0%{opacity:1;-webkit-transform:scale(.1);transform:scale(.1)}100%{opacity:0;-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes video-icon-sonar{0%{opacity:1;-webkit-transform:scale(.1);transform:scale(.1)}100%{opacity:0;-webkit-transform:scale(1.1);transform:scale(1.1)}}
 .foodpolicy_section3_accordion.et_pb_accordion_0.et_pb_accordion .et_pb_toggle_open h5.et_pb_toggle_title:hover{
    color: var(--golden) !important;
  }
   .foodpolicy_section3_accordion.et_pb_accordion_0.et_pb_accordion .et_pb_toggle_close h5.et_pb_toggle_title:hover{
     color: var(--golden) !important;
  }
  
  .foodpolicy_section3_blurb .et_pb_blurb_content .et_pb_blurb_container{
    padding-left: 30px;
  }
  
  @media only screen and (max-width: 981px){
    .foodpolicy_section3_blurb .et_pb_blurb_content .et_pb_blurb_container{
    padding-left: 0px;
  }
  }

/*-------- Privacy Policy --------*/
 .foodpolicy_section4_text li{
    margin-top: 15px;
  }

/*-------- Payment Policy --------*/
.foodpaymentpolicy_section3_blurb .et_pb_blurb_content .et_pb_blurb_container{
    width: 50%;
    padding: 0 30px;
  }
  
  .foodpaymentpolicy_section3_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
    font-size: 15px;
    color: var(--body-color);
    line-height: 24px;
  }
  
  .foodpaymentpolicy_section3_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h6{
    font-size: 15px;
    color: var(--body-color);
    margin-top: 15px;
    padding-bottom: 0;
    line-height: 24px;
    position: relative;
    padding-left: 15px;
  }
  
  .foodpaymentpolicy_section3_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h6:before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background-color: var(--golden);
  }
  
  @media only screen and (max-width: 767px){
    .foodpaymentpolicy_section3_blurb .et_pb_blurb_content .et_pb_blurb_container {
    width: 100%;
    padding: 30px;
}
  }

/*-------- Terms & Condition --------*/
.foodcondition_section4_blurb .et_pb_blurb_content .et_pb_blurb_container{
    background-color: var(--white);
    padding: 60px;
  }
  
  .foodcondition_section4_text ul{
    padding-left: 0;
  }
  
  @media only screen and (max-width: 767px){
    .foodcondition_section4_blurb .et_pb_blurb_content .et_pb_blurb_container{
    background-color: var(--white);
    padding: 30px;
  }
  }

/*-------- Slider Style1 --------*/
.foodslider_style1 .et_pb_slide .et_pb_container {
    width: 50%;
    margin: unset;
    padding: 12% 0;
}
  
  .foodslider_style1 .et_pb_slide .et_pb_container .et_pb_slide_description .et_pb_slide_content h3{
    font-size: 110px;
    font-weight: 600;
    color: var(--black) !important;
  }
  
  .foodslider_style1 .et_pb_slide .et_pb_container .et_pb_slide_description .et_pb_slide_content h4{
    font-size: 24px;
    line-height: 35px;
    color: var(--black) !important;
    padding-bottom: 15px;
  }
  
  .foodslider_style1 .et_pb_slide .et_pb_container .et_pb_slide_description .et_pb_slide_content h6{
    font-size: 15px;
    line-height: 24px;
    color: var(--black) !important;
  }
  
  .foodslider_style1 .et-pb-controllers{
    position: absolute;
    right: 25px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    width: auto;
    margin: 0;
    bottom: auto!important;
  }
  
  .foodslider_style1 .et-pb-controllers a{
    margin: 5px !important;
    padding: 5px;
    opacity: 1;
    margin: 0;
    opacity: 0.3;
  }
  
  .foodslider_style1 .et-pb-controllers a.et-pb-active-control{
    opacity: 1;
  }
  
  @media only screen and (max-width: 981px){
    .foodslider_style1 .et_pb_slide .et_pb_container {
    width: 100%;
    margin: unset;
    padding: 12% 0;
}
    
    .foodslider_style1 .et-pb-controllers{
      position: absolute;
    bottom: 20px !important;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
    top: auto;
    transform: unset;
    display: unset;
    margin: auto;
    }
    
    .foodslider_style1 .et_pb_slide .et_pb_container .et_pb_slide_description .et_pb_slide_content h3{
    font-size: 50px;
    font-weight: 600;
    color: var(--black) !important;
  }
  }

/*-------- Slider Style2 --------*/
.foodslider_style2 .et_pb_slide .et_pb_container {
    width: 50%;
    margin: unset;
    padding: 20% 0;
}
  
  .foodslider_style2 .et_pb_slide .et_pb_container .et_pb_slide_description .et_pb_slide_content{
    position: absolute;
    top: -35px;
    right: -35px;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background-color: var(--golden);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }
  
  .foodslider_style2 .et_pb_slide .et_pb_container .et_pb_slide_description .et_pb_button:after{
    transition: ease .3s;
  }
  
  .foodslider_style2 .et_pb_slide .et_pb_container .et_pb_slide_description .et_pb_button:hover:after{
    margin-left: 10px !important;
  }
  
  .foodslider_style2 .et-pb-controllers a{
    padding: 5px;
  }
  
  @media only screen and (max-width: 981px){
    .foodslider_style2 .et_pb_slide .et_pb_container {
    width: 100%;
    margin: unset;
    padding: 20% 0;
}
  }

/*-------- Slider Style3 --------*/
.foodslider_style3 .et_pb_slide .et_pb_container .et_pb_slide_description .et_pb_slide_content h3{
    font-size: 110px;
    font-weight: 600;
    line-height: 1em;
  }
  
  .foodslider_style3 .et_pb_slide .et_pb_container .et_pb_slide_description .et_pb_slide_content h4{
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 47px;
    line-height: 32px;
    padding-bottom: 0;
  }
  
  .foodslider_style3 .et-pb-slider-arrows .et-pb-arrow-prev, .foodslider_style3 .et-pb-slider-arrows .et-pb-arrow-next{
    font-size: 24px;
    background-color: var(--white);
    width: 50px;
    height: 50px;
    line-height: 52px;
    left: 0;
    opacity: 1;
    opacity: .5;
    transition: .5s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .foodslider_style3 .et-pb-slider-arrows .et-pb-arrow-prev:hover, .foodslider_style3 .et-pb-slider-arrows .et-pb-arrow-next:hover{
    opacity: 1;
  }
  
  .foodslider_style3 .et-pb-slider-arrows .et-pb-arrow-next{
    right: 0;
    left: auto;
  }
  
  @media only screen and (max-width: 981px){
    .foodslider_style3 .et_pb_slide .et_pb_container .et_pb_slide_description .et_pb_slide_content h3{
    font-size: 50px;
    font-weight: 600;
    line-height: 1em;
  }
  }

/*-------- Promotion Block Style1 --------*/
.foodblock_style1_cta .et_pb_button:after{
    transition: ease .3s;
  }
  
  .foodblock_style1_column:hover .foodblock_style1_cta .et_pb_button:after{
    margin-left: 10px !important;
  }
  
  .foodblock_style1_column .foodblock_style1_image .et_pb_image_wrap img{
    transform: scale(1.01);
    transition: .3s;
  }
  
  .foodblock_style1_column:hover .foodblock_style1_image .et_pb_image_wrap img{
    transform: scale(1.05);
  }

/*-------- Promotion Block Style2 --------*/
.foodblock_style2_cta .et_pb_button:after{
    transition: ease .3s;
  }
  
  .foodblock_style2_column:hover .foodblock_style2_cta .et_pb_button:after{
    margin-left: 10px !important;
  }
  
  .foodblock_style2_column .foodblock_style2_image .et_pb_image_wrap img{
    transform: scale(1.01);
    transition: .3s;
  }
  
  .foodblock_style2_column:hover .foodblock_style2_image .et_pb_image_wrap img{
    transform: scale(1.05);
  }
  
  .foodblock_style2_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
    transition: transform .3s ease;
  }
  
  .foodblock_style2_blurb .et_pb_blurb_content .et_pb_main_blurb_image:hover img{
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
  }

/*-------- Promotion Block Style3 --------*/
.foodblock_style3_cta .et_pb_button:after{
    transition: ease .3s;
  }
  
  .foodblock_style3_column:hover .foodblock_style3_cta .et_pb_button:after{
    margin-left: 10px !important;
  }
  
  .foodblock_style3_column .foodblock_style3_image .et_pb_image_wrap img{
    transform: scale(1.01);
    transition: .3s;
  }
  
  .foodblock_style3_column:hover .foodblock_style3_image .et_pb_image_wrap img{
    transform: scale(1.05);
  }

/*-------- Promotion Banner Style1 --------*/
.foodbanner_style1_cta .et_pb_button:after{
    transition: ease .3s;
  }
  
  .foodbanner_style1_cta .et_pb_button:hover:after{
    margin-left: 10px !important;
  }

/*-------- Promotion Banner Style2 --------*/
.foodbanner_style2_row .et_pb_button:after{
    transition: ease .3s;
  }
  
  .foodbanner_style2_row:hover .foodbanner_style2_cta .et_pb_button:after{
    margin-left: 10px !important;
  }
  
  .foodbanner_style2_row .et_pb_promo_description div{
    padding-bottom: 15px;
  }

/*-------- Promotion Banner Style3 --------*/
 .foodbanner_style3_cta .et_pb_button:after{
    content: "" !important;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid;
    transform-origin: left center;
    transition: all .2s ease-in-out;
    transition-property: transform;
    margin: 0 !important;
    opacity: 1 !important;
  }
  
  .foodbanner_style3_cta .et_pb_button:hover:after{
    transform-origin: right center;
    transform: scaleX(0);
  }
  
  .foodbanner_style3_cta .et_pb_promo_description div{
    padding-bottom: 15px;
  }

/*-------- Promotion Banner Style4 --------*/
.foodbanner_style4_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description h3{
    font-size: 60px;
    font-weight: 500;
    text-shadow: 0 0 10px rgb(0 0 0 / 30%);
    line-height: 60px;
    color: var(--white);
    padding-bottom: 20px;
  }
  
  .foodbanner_style4_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description h4{
    font-size: 28px;
    font-weight: 400;
    line-height: 1em;
    color: var(--white);
  }
  
  @media only screen and (max-width: 981px){
    .foodbanner_style4_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description h3{
    font-size: 40px;
    font-weight: 500;
    text-shadow: 0 0 10px rgb(0 0 0 / 30%);
    line-height: 40px;
    color: var(--white);
    padding-bottom: 20px;
  }
  }
  
  @media only screen and (max-width: 767px){
    .foodbanner_style4_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description h3{
    font-size: 30px;
    font-weight: 500;
    text-shadow: 0 0 10px rgb(0 0 0 / 30%);
    line-height: 30px;
    color: var(--white);
    padding-bottom: 20px;
  }
  
  .foodbanner_style4_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description h4{
    font-size: 24px;
    font-weight: 400;
    line-height: 1em;
    color: var(--white);
  }
  }

/*-------- Product Widget Style1 --------*/
.foodwidget_style1 .product{
    padding: 10px !important;
    box-shadow: 0 0 0 1px #e6e6e6;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: var(--white);
  }
  
  .foodwidget_style1 .product:hover{
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 20%);
  }
  
  .foodwidget_style1 .product .woocommerce-LoopProduct-link{
    display: flex;
    align-items: flex-start;
  }
  
  .foodwidget_style1 .product .et_shop_image{
   width: 35%;
    margin-right: 20px;
  }
  
  .foodwidget_style1 .product .et_shop_image:after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  
  .foodwidget_style1 .product .et_shop_image:hover:after{
    background-color: rgba(255,255,255,.4);
  }
  
  .foodwidget_style1 ul.products li.product a img{
    margin: 0 !important;
    display: block !important;
  }
  
  .foodwidget_style1 .product .foodwidget_style1_content{
    width: 65%;
  }
  
  .foodwidget_style1 .product .button, .foodwidget_style1 .product .added_to_cart{
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin: 5px -5px 7px 0 !important;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    padding: 11px 45px 11px 15px !important;
    border-radius: 90px 0 0 90px;
    z-index: 1;
    font-size: 14px;
    line-height: 24px;
    color: var(--white) !important;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    background: var(--golden) !important;
    border: 0 !important;
    width: 50%;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
  }
  
  .foodwidget_style1 .product .button:hover, .foodwidget_style1 .product .added_to_cart:hover{
    background: var(--black) !important;
  }
  
  .foodwidget_style1 .product:hover .button, .foodwidget_style1 .product:hover .added_to_cart{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  
  .foodwidget_style1 .product .button:after, .foodwidget_style1 .product .added_to_cart:after{
    position: absolute;
    top: 3px;
    left: auto;
    right: 3px;
    bottom: 3px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    margin: auto;
    text-align: center;
    background-color: var(--white) !important;
    color: var(--golden) !important;
    border-radius: 50%;
    font-size: 16px;
    content: "\e015" !important;
    font-family: ETmodules !important;
    opacity: 1;
  }
  
  .foodwidget_style1 .product .button:hover:after, .foodwidget_style1 .product .added_to_cart:hover:after{
    color: var(--black) !important;
  }
  
  .foodwidget_style1 .product .button.ajax_add_to_cart.loading:after {
    content: "\e02d" !important;
    color: var(--golden) !important;
    margin: 0 !important;
    top: auto !important;
    right: 3px !important;
}
  
  .foodwidget_style1 .product .button.ajax_add_to_cart.loading:hover:after{
    color: var(--black) !important;
  }
  
  .foodwidget_style1 .product .added_to_cart:after {
    content: "\4e" !important;
}

.foodwidget_style1 .product:hover .added{
	opacity: 0;
}
  
  .foodwidget_style1 .product .button:before, .foodwidget_style1 .product .added_to_cart:before{
    position: absolute;
   content: '' !important;
    visibility: visible !important;
    display: block !important;
    bottom: -8px;
    right: 0;
    border-top: 9px solid;
    border-right: 5px solid transparent;
    border-top-color: var(--golden);
    opacity: 1;
  }
  
  .foodwidget_style1 .product .button:hover:before, .foodwidget_style1 .product .added_to_cart:hover:before{
    border-top-color: var(--black);
  }
  
  .foodwidget_style1 .page-numbers, .foodwidget_style1 .page-numbers li {
    border: none !important;
}
  
  .foodwidget_style1 .page-numbers li .page-numbers:hover, .foodwidget_style1 .page-numbers li .page-numbers.current {
    color: var(--white) !important;
}
  
  .foodwidget_style1 .page-numbers li .page-numbers {
    background-color: transparent !important;
    height: 50px;
    z-index: 1;
    position: relative;
    width: 50px;
    display: block;
    text-align: center;
    overflow: visible;
    margin: 0 15px;
    transition: all 0.3s ease 0.1s !important;
    font-size: 15px;
    line-height: 30px;
    color: var(--black) !important;
}
  
  .foodwidget_style1 .page-numbers li .page-numbers:hover:before, .foodwidget_style1 .page-numbers li .page-numbers.current:before {
    opacity: 1;
    transform: scale(1) rotate(0);
}
  
  .foodwidget_style1 .page-numbers li .page-numbers:before {
    content: "";
    background: var(--golden) !important;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    transition: all 0.3s ease 0s;
}
  
  @media only screen and (max-width: 981px){
    .foodwidget_style1 .product .button, .foodwidget_style1 .product .added_to_cart {
    margin: 5px -5px 7px 0 !important;
}
  }
  
  @media only screen and (max-width: 767px){
    .foodwidget_style1.et_pb_shop ul.products.columns-3 li.product{
      width: 100% !important;
      margin-right: 0 !important;
    }
    
    .foodwidget_style1 .product .woocommerce-LoopProduct-link {
    display: block;
    align-items: unset;
}
    
    .foodwidget_style1 .product .et_shop_image {
    width: 100%;
    margin-right: 0;
}
    
    .foodwidget_style1 .product .foodwidget_style1_content {
    width: 100%;
    padding: 25px;
    padding-bottom: 60px;
}
  }

@media all and (min-width: 981px) and (max-width: 1100px) {
	.foodwidget_style1 .product .button, .foodwidget_style1 .product .added_to_cart{
		width: 65%;
	}
}

/*-------- Product Widget Style2 --------*/
.foodwidget_style2 .product{
    padding: 10px !important;
    box-shadow: 0 0 0 1px #e6e6e6;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: var(--white);
  }
  
  .foodwidget_style2 .product:hover{
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 20%);
  }
  
  .foodwidget_style2 .product .woocommerce-LoopProduct-link{
    display: flex;
    align-items: flex-start;
  }
  
  .foodwidget_style2 .product .et_shop_image{
   width: 35%;
    margin-right: 20px;
  }
  
  .foodwidget_style2 .product .et_shop_image:after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  
  .foodwidget_style2 .product .et_shop_image:hover:after{
    background-color: rgba(255,255,255,.4);
  }
  
  .foodwidget_style2 ul.products li.product a img{
    margin: 0 !important;
    display: block !important;
  }
  
  .foodwidget_style2 .product .foodwidget_style2_content{
    width: 65%;
  }
  
  .foodwidget_style2 .product .foodwidget_style2_content .foodwidget_style2_contentinner{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    -webkit-transform: translateY(11px);
    -moz-transform: translateY(11px);
    -ms-transform: translateY(11px);
    -o-transform: translateY(11px);
    transform: translateY(11px);
  }
  
  .foodwidget_style2 .product:hover .foodwidget_style2_content .foodwidget_style2_contentinner{
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  
  .foodwidget_style2 .product .foodwidget_style2_content .foodwidget_style2_contentinner .woocommerce-loop-product__title{
    order: 2;
  }
  
  .foodwidget_style2 .product .foodwidget_style2_content .foodwidget_style2_contentinner .star-rating{
    order: 1;
    margin-top: 0 !important;
  }
  
  .foodwidget_style2 .product .foodwidget_style2_content .foodwidget_style2_contentinner .price{
    order: 3;
  }
  
  .foodwidget_style2 .product .button, .foodwidget_style2 .product .added_to_cart{
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin: 5px -5px 7px 0 !important;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    padding: 11px 45px 11px 15px !important;
    border-radius: 90px 0 0 90px;
    z-index: 1;
    font-size: 14px;
    line-height: 24px;
    color: var(--white) !important;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    background: var(--golden) !important;
    border: 0 !important;
    width: 50%;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
  }
  
  .foodwidget_style2 .product .button:hover, .foodwidget_style2 .product .added_to_cart:hover{
    background: var(--black) !important;
  }
  
  .foodwidget_style2 .product:hover .button, .foodwidget_style2 .product:hover .added_to_cart{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  
  .foodwidget_style2 .product .button:after, .foodwidget_style2 .product .added_to_cart:after{
    position: absolute;
    top: 3px;
    left: auto;
    right: 3px;
    bottom: 3px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    margin: auto;
    text-align: center;
    background-color: var(--white) !important;
    color: var(--golden) !important;
    border-radius: 50%;
    font-size: 16px;
    content: "\e015" !important;
    font-family: ETmodules !important;
    opacity: 1;
  }
  
  .foodwidget_style2 .product .button:hover:after, .foodwidget_style2 .product .added_to_cart:hover:after{
    color: var(--black) !important;
  }
  
  .foodwidget_style2 .product .button.ajax_add_to_cart.loading:after {
    content: "\e02d" !important;
    color: var(--golden) !important;
    margin: 0 !important;
    top: auto !important;
    right: 3px !important;
}
  
  .foodwidget_style2 .product .button.ajax_add_to_cart.loading:hover:after{
    color: var(--black) !important;
  }
  
  .foodwidget_style2 .product .added_to_cart:after {
    content: "\4e" !important;
}

.foodwidget_style2 .product:hover .added{
	opacity: 0;
}
  
  .foodwidget_style2 .product .button:before, .foodwidget_style2 .product .added_to_cart:before{
    position: absolute;
   content: '' !important;
    visibility: visible !important;
    display: block !important;
    bottom: -8px;
    right: 0;
    border-top: 9px solid;
    border-right: 5px solid transparent;
    border-top-color: var(--golden);
    opacity: 1;
  }
  
  .foodwidget_style2 .product .button:hover:before, .foodwidget_style2 .product .added_to_cart:hover:before{
    border-top-color: var(--black);
  }
  
  .foodwidget_style2 .page-numbers, .foodwidget_style2 .page-numbers li {
    border: none !important;
}
  
  .foodwidget_style2 .page-numbers li .page-numbers:hover, .foodwidget_style2 .page-numbers li .page-numbers.current {
    color: var(--white) !important;
}
  
  .foodwidget_style2 .page-numbers li .page-numbers {
    background-color: transparent !important;
    height: 50px;
    z-index: 1;
    position: relative;
    width: 50px;
    display: block;
    text-align: center;
    overflow: visible;
    margin: 0 15px;
    transition: all 0.3s ease 0.1s !important;
    font-size: 15px;
    line-height: 30px;
    color: var(--black) !important;
}
  
  .foodwidget_style2 .page-numbers li .page-numbers:hover:before, .foodwidget_style2 .page-numbers li .page-numbers.current:before {
    opacity: 1;
    transform: scale(1) rotate(0);
}
  
  .foodwidget_style2 .page-numbers li .page-numbers:before {
    content: "";
    background: var(--golden) !important;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    transition: all 0.3s ease 0s;
}
  
  @media only screen and (max-width: 767px){
    .foodwidget_style2.et_pb_shop ul.products.columns-3 li.product{
      width: 100% !important;
      margin-right: 0 !important;
    }
    
    .foodwidget_style2 .product .woocommerce-LoopProduct-link {
    display: block;
    align-items: unset;
}
    
    .foodwidget_style2 .product .et_shop_image {
    width: 100%;
    margin-right: 0;
}
    
    .foodwidget_style2 .product .foodwidget_style2_content {
    width: 100%;
    padding: 25px;
    padding-bottom: 60px;
}
  }

@media all and (min-width: 981px) and (max-width: 1100px) {
	.foodwidget_style2 .product .button, .foodwidget_style2 .product .added_to_cart{
		width: 65%;
	}
}

/*-------- Product Widget Style3 --------*/
.foodwidget_style3 .product .woocommerce-LoopProduct-link {
    display: flex;
    align-items: center;
}
  
  .foodwidget_style3 .product .et_shop_image {
    width: 35%;
    margin-right: 20px;
}
  
  .foodwidget_style3 ul.products li.product a img{
    margin: 0 !important;
  }
  
  .foodwidget_style3 .product .foodwidget_style3_content {
    width: 65%;
}
  
  .foodwidget_style3 .product .button{
    font-size: 0;
    border-radius: 50%;
    background: var(--golden) !important;
    width: 40px;
    opacity: 0;
    height: 40px;
    border: none !important;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 2;
    transform: translateY(-50%);
  }
  
  .foodwidget_style3 .product:hover .button{
    opacity: 1;
  }
  
  .foodwidget_style3 ul.products li.product .button:after {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: 0 !important;
    text-align: center;
    margin: 0 auto !important;
    opacity: 1 !important;
    font-size: 17px;
    font-family: "ETmodules" !important;
    display: block;
    -webkit-transition: all, 0.2s, ease-in;
    -moz-transition: all, 0.2s, ease-in;
    -o-transition: all, 0.2s, ease-in;
    transition: all, 0.2s, ease-in;
    content: "\e015";
    color: var(--white);
    line-height: 41px !important;
}
  
  .foodwidget_style3 ul.products li.product .button.ajax_add_to_cart.loading:after {
    content: "\e02d";
}
  
  .foodwidget_style3 ul.products li.product .button.added:after {
    content: "\4e" !important;
}

.foodwidget_style3 .product:hover .added{
	opacity: 0;
}
  
  .foodwidget_style3 .product .added_to_cart{
    position: absolute;
    padding: 0;
    top: 0;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    color: var(--white);
    background: var(--golden);
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    padding: 5px;
  } 
  
  @media only screen and (max-width: 981px){
    .foodwidget_style3.et_pb_shop ul.products.columns-4 li.product{
      margin-bottom: 25px !important;
    }
  }
  
  @media only screen and (max-width: 767px){
    .foodwidget_style3.et_pb_shop ul.products.columns-4 li.product{
      width: 100% !important;
      margin-right: 0 !important;
    }
    
    .foodwidget_style3 .product .woocommerce-LoopProduct-link {
    display: block;
    align-items: unset;
}
    
    .foodwidget_style3 .product .et_shop_image {
    width: 100%;
    margin-right: 0;
}
    
    .foodwidget_style3 .product .foodwidget_style3_content {
    width: 100%;
    padding: 25px;
}
  }

/*-------- Product Grid Style1 --------*/
.foodgrid_style1 .product{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
  }
  
  .foodgrid_style1 ul.products li.product a img{
    margin-bottom: 0 !important;
  }
  
  .foodgrid_style1 .product .foodgrid_style1_content{
    position: absolute;
z-index: 2;
background: rgba(0, 0, 0, 0.7);
overflow: hidden;
-webkit-transition: all 0.5s;
transition: all 0.5s;
border-radius: 10px;
-webkit-border-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 130px;
  }
  
  .foodgrid_style1 .product:hover .foodgrid_style1_content{
    border-radius: 10px !important;
    height: 100% !important;
    padding-top: 70px;
  }
  
  .foodgrid_style1 .product .button {
    border-radius: 10%;
    width: 80px;
    height: 50px;
    text-align: center;
    font-size: 0 !important;
    transition: all .3s ease;
    border: none !important;
    background: transparent !important;
    margin-top: 20px !important;
    z-index: 9999;
    border: 2px solid var(--golden) !important;
}
  
  .foodgrid_style1 .product .button:hover{
    background: var(--golden) !important;
  }
  
  .foodgrid_style1 .product .button:after {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: 0 !important;
    text-align: center;
    margin: 0 auto !important;
    opacity: 1 !important;
    font-size: 18px;
    line-height: 55px;
    font-family: "ETmodules" !important;
    display: block;
    -webkit-transition: all, 0.2s, ease-in;
    -moz-transition: all, 0.2s, ease-in;
    -o-transition: all, 0.2s, ease-in;
    transition: all, 0.2s, ease-in;
    content: "\e015";
    line-height: 48px !important;
    color: var(--golden) !important;
}
  
  .foodgrid_style1 .product .button:hover:after{
     color: var(--white) !important;
  }
  
  .foodgrid_style1 .product .button.ajax_add_to_cart.loading:after {
    content: "\e02d";
    color: var(--white) !important;
}
  
  .foodgrid_style1 .product .button.added:after {
    content: "\4e" !important;
}
  
  .foodgrid_style1 .product .added_to_cart {
    color: var(--white);
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    display: block;
}
  
  .foodgrid_style1 .page-numbers, .foodgrid_style1 .page-numbers li {
    border: none !important;
}
  
  .foodgrid_style1 .page-numbers li .page-numbers:hover, .foodgrid_style1 .page-numbers li .page-numbers.current {
    color: var(--white) !important;
}
  
  .foodgrid_style1 .page-numbers li .page-numbers {
    background-color: transparent !important;
    height: 50px;
    z-index: 1;
    position: relative;
    width: 50px;
    display: block;
    text-align: center;
    overflow: visible;
    margin: 0 15px;
    transition: all 0.3s ease 0.1s !important;
    font-size: 15px;
    line-height: 30px;
    color: var(--black) !important;
}
  
  .foodgrid_style1 .page-numbers li .page-numbers:hover:before, .foodgrid_style1 .page-numbers li .page-numbers.current:before {
    opacity: 1;
    transform: scale(1) rotate(0);
}
  
  .foodgrid_style1 .page-numbers li .page-numbers:before {
    content: "";
    background: var(--golden) !important;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    transition: all 0.3s ease 0s;
}
  
  @media only screen and (max-width: 767px){
    .foodgrid_style1.et_pb_shop ul.products.columns-3 li.product{
      width: 100% !important;
      margin-right: 0 !important;
    }
  }

@media all and (min-width: 981px) and (max-width: 1080px) {
	.foodgrid_style1.et_pb_shop .woocommerce ul.products li.product h2{
		padding-top: 20px !important;
	}
	
	.foodgrid_style1 .product:hover .foodgrid_style1_content {
    padding-top: 50px;
}
	
	.foodgrid_style1 .woocommerce ul.products li.product .onsale{
		left: 0 !important;
		top: 0 !important;
	}
}

/*-------- Product Grid Style2 --------*/
.foodgrid_style2 .woocommerce ul.products li.product{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 2% !important;
  }
  
  .foodgrid_style2 .woocommerce ul.products li.product:hover{
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
  }
  
.foodgrid_style2 .foodgrid_style2_content{
  position: relative;
    padding: 20px;
    padding-bottom: 80px;
  }
  
.foodgrid_style2 .woocommerce ul.products li.product a img{
  margin-bottom:0 !important;
  }
  
.foodgrid_style2 .product .button,.foodgrid_style2 .product .added_to_cart {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    bottom: 40px;
    width: 90%;
    text-align: left;
    text-transform: uppercase;
  	font-size: 14px;
    font-weight: 600;
    transition: all .6s ease;
    border: none !important;
    background-color: var(--golden) !important;
    border-radius: 30px;
    color: var(--white) !important;
  	padding: 12px 20px !important;
  	z-index:9999;
  	opacity:0;
  }
  
  .foodgrid_style2 .product .button:hover{
    background-color: var(--black) !important;
  }
  
  .foodgrid_style2 .product:hover .button,.foodgrid_style2 .product:hover .added_to_cart{
    opacity:1;
    bottom: 20px;
  }
  
.foodgrid_style2 .product .added_to_cart:after,.foodgrid_style2 .product .button:after {
    position: absolute;
   	right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    content: '\e015' !important;
    font-size: 17px;
    font-family: ETmodules !important;
  	margin-left:0 !important;
}
  
.foodgrid_style2 .product .button.ajax_add_to_cart.loading:after {
    content: "\e02d" !important;
    color: var(--white);
    font-family: ETmodules;
    right: 20px;
    margin: 0 !important;
    top: 15px;
    transform: none;
}  
  
.foodgrid_style2 .product .added_to_cart:after{
  content: '\4e' !important;
  }
  
.foodgrid_style2 .page-numbers,.foodgrid_style2 .page-numbers li{
  border:none !important;
  }
  
.foodgrid_style2 .page-numbers li .page-numbers{
  	background-color: var(--golden);
    height: 50px;
    z-index: 1;
    position: relative;
    width: 50px;
    display: block;
    text-align: center;
    overflow: hidden;
    margin: 0 15px;
    transition: all 0.3s ease 0s !important;
  	font-size: 14px;
    line-height: 30px;
    color: var(--white) !important;
  }
  
.foodgrid_style2 .page-numbers li .page-numbers:before{
  	content: '';
    background-color: var(--black);
    height: 100%;
    width: 1px;
    opacity: 0.5;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
  }
  
.foodgrid_style2 .page-numbers li .page-numbers:hover:before,.foodgrid_style2 .page-numbers li .page-numbers.current:before{
  	width: 105%;
    opacity: 1;
  }
  
.foodgrid_style2 .page-numbers li .page-numbers:after{
  	height: 1px;
    width: 100%;
    transform: translateY(-50%);
    left: 0;
    top: 50%;
    content: '';
    background-color: var(--black);
    opacity: 0.5;
    position: absolute;
    z-index: -1;
    transition: all 0.3s ease 0s;
  }
  
.foodgrid_style2 .page-numbers li .page-numbers:hover:after,.foodgrid_style2 .page-numbers li .page-numbers.current:after{    height: 100%;
    opacity: 1;
  } 
  
  @media only screen and (max-width:767px){ 
    .foodgrid_style2.et_pb_shop ul.products.columns-4 li.product{
      width: 100%!important;
    	margin-right: 0%!important;
    }
    
    .foodgrid_style2.et_pb_shop .woocommerce-result-count,.foodgrid_style2.et_pb_shop .woocommerce-ordering{
      float: none;text-align: center;
    }
    
    .foodgrid_style2 .page-numbers li .page-numbers{
      width: 41px;
      height:41px;
      line-height: 21px;
    }
}

/*-------- Product Grid Style3 --------*/
.foodgrid_style3 .woocommerce ul.products li.product .onsale{ 
position: absolute;
    text-align: center;
    left: 0 !important;
    bottom: auto !important;
    top: auto !important;
    width: 80px !important;
    max-width: 80px !important;
    height: 30px !important;
    border-radius: 3px !important;
    right: 0 !important;
    margin: 0 auto !important;
    min-height: auto !important;
    min-width: auto !important;
    border-radius: 0 !important;
  }
  
  .foodgrid_style3 .woocommerce ul.products li.product .onsale:after{
    content: " ";
    width: 0;
    border-style: solid;
    border-width: 15px 40px;
    border-color: var(--golden) transparent transparent;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    border-top-color: var(--golden);
  }
  
  .foodgrid_style3 .product .added_to_cart, .foodgrid_style3 .product .button {
    width: 90%;
    text-align: left;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 20px !important;
    border-radius: 0%;
    background: var(--golden) !important;
    color: var(--white) !important;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    border: none !important;
    margin-top: 20px !important;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
  
  .foodgrid_style3 .product:hover .added_to_cart, .foodgrid_style3 .product:hover .button {
    opacity: 1;
    bottom: -18px;
}
  
  .foodgrid_style3 .product .added_to_cart:hover, .foodgrid_style3 .product .button:hover{
    background: var(--black) !important;
  }
  
  .foodgrid_style3 .product .added_to_cart:after, .foodgrid_style3 .product .button:after {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    content: '\e015' !important;
    font-size: 14px;
    font-family: ETmodules !important;
    margin-left: 0 !important;
}
  
  .foodgrid_style3 .product .button.ajax_add_to_cart.loading:after {
    content: "\e02d" !important;
    color: var(--white);
    font-family: ETmodules;
    right: 20px;
    margin: 0 !important;
    top: 14px;
    transform: none;
}
  
  .foodgrid_style3 .product .added_to_cart:after {
    content: '\4e' !important;
}
  
  .foodgrid_style3 .product:hover .price {
    opacity: 0;
}
  
  .foodgrid_style3 .page-numbers, .foodgrid_style3 .page-numbers li {
    border: none !important;
}
  
  .foodgrid_style3 .page-numbers li .page-numbers:hover, .foodgrid_style3 .page-numbers li .page-numbers.current {
    background: var(--black);
}
  
  .foodgrid_style3 .page-numbers li .page-numbers {
    background-color: var(--golden);
    height: 50px;
    z-index: 1;
    position: relative;
    width: 50px;
    display: block;
    text-align: center;
    overflow: hidden;
    margin: 0 15px;
    transition: all 0.3s ease 0.1s !important;
    clip-path: polygon(7% 15%, 0 0, 15% 7%, 85% 7%, 100% 0, 93% 15%, 93% 85%, 100% 100%, 85% 93%, 15% 93%, 0 100%, 7% 85%);
    font-size: 14px;
    line-height: 30px;
    color: var(--white) !important;
}
  
  .foodgrid_style3 .page-numbers li .page-numbers:hover:before, .foodgrid_style3 .page-numbers li .page-numbers.current:before {
    opacity: 0;
    transform: scale(0);
}
  
  .foodgrid_style3 .page-numbers li .page-numbers:before {
    content: '';
    background-color: var(--golden);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
  
  @media only screen and (max-width: 767px){
    .foodgrid_style3.et_pb_shop ul.products.columns-4 li.product{
      width: 100% !important;
      margin-right: 0 !important;
    }
  }

/*-------- Product Grid Style4 --------*/
.foodgrid_style4 ul.products li.product{
    padding: 3px;
    transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    -webkit-transition: all 300ms linear 0s;
  }
  
  .foodgrid_style4 ul.products li.product:hover{
    -webkit-box-shadow: 0 0 0 3px var(--golden);
    -moz-box-shadow: 0 0 0 3px var(--golden);
    -ms-box-shadow: 0 0 0 3px var(--golden);
    -o-box-shadow: 0 0 0 3px var(--golden);
    box-shadow: 0 0 0 3px var(--golden);
  }
  
  .foodgrid_style4 ul.products li.product a img{
    margin: 0 !important;
    display: block !important;
  }
  
  .foodgrid_style4 ul.products li.product .et_shop_image{
    position: relative;
  }
  
  .foodgrid_style4 ul.products li.product .et_shop_image:after{
    content: '';
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    z-index: 0;
  }
  
  .foodgrid_style4 ul.products li.product:hover .et_shop_image:after{
    background-color: rgba(255,255,255,.9);
    border: none;
    height: 100%;
    left: 0;
    width: 100%;
  }
  
  .foodgrid_style4 .product .foodgrid_style4_content{
    background-color: var(--golden);
    display: block;
    float: left;
    padding: 0 0 15px;
    position: relative;
    text-align: center;
    width: 100%;
  }
  
  .foodgrid_style4 .product .button {
    font-size: 0;
    border-radius: 0%;
    border: 1px solid var(--golden) !important;
    background: transparent !important;
    width: 45px;
    opacity: 0;
    height: 45px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 2;
    transform: translateY(-50%);
}
  
  .foodgrid_style4 .product:hover .button{
    opacity: 1;
  }
  
  .foodgrid_style4 .product .button:hover{
    background: var(--golden) !important; 
  }
  
  .foodgrid_style4 ul.products li.product .button:after {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: 0 !important;
    text-align: center;
    margin: 0 auto !important;
    opacity: 1 !important;
    font-size: 17px;
    font-family: "ETmodules" !important;
    display: block;
    -webkit-transition: all, 0.2s, ease-in;
    -moz-transition: all, 0.2s, ease-in;
    -o-transition: all, 0.2s, ease-in;
    transition: all, 0.2s, ease-in;
    content: "\e015";
    color: var(--golden);
    line-height: 45px !important;
}
  
  .foodgrid_style4 ul.products li.product .button:hover:after{
    color: var(--white);
  }
  
  .foodgrid_style4 ul.products li.product .button.ajax_add_to_cart.loading:after {
    content: "\e02d";
    color: var(--golden) !important;
}
  
  .foodgrid_style4 ul.products li.product .button.ajax_add_to_cart.loading:hover:after{
    color: var(--white) !important;
  }
  
  .foodgrid_style4 .product .added_to_cart {
    position: absolute;
    padding: 0;
    bottom: 0;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    color: var(--white);
    background: var(--black);
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    padding: 10px;
    z-index: 1;
}
  
  .foodgrid_style4 ul.products li.product .button.added:after {
    content: "\4e" !important;
}
  
  .foodgrid_style4 ul.products li.product .foodgrid_style4_content .woocommerce-loop-product__title:before{
    background-color: #fff;
    width: 150px;
    height: 1px;
    bottom: -2px;
    content: '';
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    -webkit-transition: all 300ms linear 0s;
  }
  
  .foodgrid_style4 ul.products li.product .foodgrid_style4_content .woocommerce-loop-product__title:after{
    background-color: #fff;
    bottom: 1px;
    height: 2px;
    width: 0;
    content: '';
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    -webkit-transition: all 300ms linear 0s;
  }
  
  .foodgrid_style4 ul.products li.product:hover .foodgrid_style4_content .woocommerce-loop-product__title:before{
    width: 60px;
  }
  
  .foodgrid_style4 ul.products li.product:hover .foodgrid_style4_content .woocommerce-loop-product__title:after{
    width: 150px;
  }
  
  .foodgrid_style4 ul.products li.product .foodgrid_style4_content .star-rating{
    position: absolute;
    right: 25%;
    visibility: hidden;
    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
  }
  
  .foodgrid_style4 ul.products li.product:hover .foodgrid_style4_content .star-rating{
    display: inline-block;
    right: 15px;
    text-align: right;
    visibility: visible;
  }
  
  .foodgrid_style4 ul.products li.product .foodgrid_style4_content .price{
    padding: 0 20px !important;
    width: 100%;
    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
  }
  
  .foodgrid_style4 ul.products li.product:hover .foodgrid_style4_content .price{
    text-align: left;
    width: 100%;
    position: relative;
    left: 20px;
    padding: 0 25px 0 0 !important;
  }
  
  .foodgrid_style4 .page-numbers, .foodgrid_style4 .page-numbers li {
    border: none !important;
}
  
  .foodgrid_style4 .page-numbers li .page-numbers:hover, .foodgrid_style4 .page-numbers li .page-numbers.current {
    color: var(--white) !important;
}
  
  .foodgrid_style4 .page-numbers li .page-numbers {
    background-color: transparent !important;
    height: 50px;
    z-index: 1;
    position: relative;
    width: 50px;
    display: block;
    text-align: center;
    overflow: visible;
    margin: 0 15px;
    transition: all 0.3s ease 0.1s !important;
    font-size: 15px;
    line-height: 30px;
    color: var(--black) !important;
}
  
  .foodgrid_style4 .page-numbers li .page-numbers:hover:before, .foodgrid_style4 .page-numbers li .page-numbers.current:before {
    opacity: 1;
    transform: scale(1) rotate(0);
}
  
  .foodgrid_style4 .page-numbers li .page-numbers:before {
    content: "";
    background: var(--golden) !important;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    transition: all 0.3s ease 0s;
}
  
  @media only screen and (max-width: 767px){
    .foodgrid_style4.et_pb_shop ul.products.columns-3 li.product{
      width: 100% !important;
      margin-right: 0 !important;
    }
  }

/*-------- Product Grid Style5 --------*/
.foodgrid_style5 .woocommerce ul.products li.product .onsale {
    left: auto !important;
    right: 0px !important;
  	top: 0 !important;
  	border-radius: 0 !important;
}
  
  .foodgrid_style5 .woocommerce ul.products li.product .button {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 0 !important;
    transition: all .3s ease;
    border: none !important;
    background-color: var(--golden) !important;
    z-index: 9999;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
}
  
  .foodgrid_style5 .woocommerce ul.products li.product .button:hover{
    background-color: var(--black) !important;
  }
  
  .foodgrid_style5 .woocommerce ul.products li.product .button:after {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: 0 !important;
    text-align: center;
    margin: 0 auto !important;
    opacity: 1 !important;
    font-size: 18px;
    line-height: 55px;
    font-family: "ETmodules" !important;
    display: block;
    -webkit-transition: all, 0.2s, ease-in;
    -moz-transition: all, 0.2s, ease-in;
    -o-transition: all, 0.2s, ease-in;
    transition: all, 0.2s, ease-in;
    content: "\e015";
    line-height: 50px !important;
    color: var(--white) !important;
}
  
  .foodgrid_style5 .woocommerce ul.products li.product .button.ajax_add_to_cart.loading:after {
    content: "\e02d";
    color: var(--white) !important;
} 
  
.foodgrid_style5 .woocommerce ul.products li.product .added_to_cart {
    color: var(--white);
    text-align: center;
  	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
  	background: var(--golden);
    margin: 0;
    padding: 10px;
    display: block;
}
  
  .foodgrid_style5 .woocommerce ul.products li.product .added_to_cart:hover{
    background: var(--black);
  }
  
.foodgrid_style5 .woocommerce ul.products li.product .et_shop_image .button.added:after{
  content: "\4e" !important;
  }
  
  .foodgrid_style5 .woocommerce ul.products li.product .price{
    margin-bottom: 15px !important;
  }
  
  .foodgrid_style5 .woocommerce ul.products {
    border-top: 1px solid #ddd;
    padding-top: 30px !important;
}
  
  .foodgrid_style5 .woocommerce ul.products li.product .et_shop_image{
    position: relative;
    overflow: hidden;
  }
  
  .foodgrid_style5 .woocommerce ul.products li.product .et_shop_image img{
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    margin: 0 !important;
  }
  
  .foodgrid_style5 .woocommerce ul.products li.product:hover .et_shop_image img{
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
  }
  
  .foodgrid_style5 .page-numbers, .foodgrid_style5 .page-numbers li {
    border: none !important;
}
  
  .foodgrid_style5 .page-numbers li .page-numbers:hover, .foodgrid_style5 .page-numbers li .page-numbers.current {
    background: var(--black);
    color: var(--white) !important;
}
  
  .foodgrid_style5 .page-numbers li .page-numbers {
    background-color: var(--black);
    height: 50px;
    z-index: 1;
    position: relative;
    width: 50px;
    display: block;
    border-radius: 10px 15px 20px 25px;
    text-align: center;
    overflow: hidden;
    margin: 0 15px;
    transition: all 0.3s ease 0s !important;
    font-size: 14px;
    line-height: 30px;
    color: var(--white) !important;
}
  
  .foodgrid_style5 .page-numbers li .page-numbers:hover:before, .foodgrid_style5 .page-numbers li .page-numbers.current:before {
    top: 50%;
    left: -50%;
}
  
  .foodgrid_style5 .page-numbers li .page-numbers:before {
    content: '';
    background: var(--golden);
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
  
  .foodgrid_style5 .page-numbers li .page-numbers:hover:after, .foodgrid_style5 .page-numbers li .page-numbers.current:after {
    top: 50%;
    left: 100%;
}
  
  .foodgrid_style5 .page-numbers li .page-numbers:after {
    content: '';
    background: var(--golden);
    width: 50%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
  
  @media only screen and (max-width:767px){ 
    .foodgrid_style5 .woocommerce ul.products li.product{
      width: 100%!important;
    margin-right: 0%!important;
  }
  
    .foodgrid_style5 .woocommerce-result-count,.foodgrid_style5 .woocommerce-ordering{
      float: none;
      text-align:center;
  }
  
    .foodgrid_style5 .page-numbers li .page-numbers{
      width: 41px;
      height:41px;
      line-height: 20px;
      margin-bottom: 10px !important;
  }
}

/*-------- Product Grid Style6 --------*/
.foodgrid_style6 .woocommerce ul.products li.product .foodgrid_style6_content{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  
  .foodgrid_style6 .woocommerce ul.products li.product .foodgrid_style6_content .woocommerce-loop-product__title{
    order: 1;
  }
  
  .foodgrid_style6 .woocommerce ul.products li.product .foodgrid_style6_content .price{
    order: 2;
  }
  
  .foodgrid_style6 .woocommerce ul.products li.product .foodgrid_style6_content .star-rating{
    order: 3;
  }
  
  .foodgrid_style6 .woocommerce ul.products li.product .foodgrid_style6_content .foodgrid_style6_title_price, .foodgrid_style6 .woocommerce ul.products li.product .foodgrid_style6_content .foodgrid_style6_star_button{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
  
  .foodgrid_style6 .woocommerce ul.products li.product .foodgrid_style6_content .foodgrid_style6_title_price{
    padding-bottom: 10px;
  }
  
.foodgrid_style6 .woocommerce ul.products li.product .onsale {
    left: auto !important;
    right: 0px !important;
  	top: 0 !important;
  	border-radius: 0 !important;
}
  
  .foodgrid_style6 .woocommerce ul.products li.product .button {
    order: 4;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 0 !important;
    transition: all .3s ease;
    border: none !important;
    background-color: var(--golden) !important;
    z-index: 9999;
}
  
  .foodgrid_style6 .woocommerce ul.products li.product .button:hover{
    background-color: var(--black) !important;
  }
  
  .foodgrid_style6 .woocommerce ul.products li.product .button:after {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: 0 !important;
    text-align: center;
    margin: 0 auto !important;
    opacity: 1 !important;
    font-size: 18px;
    line-height: 55px;
    font-family: "ETmodules" !important;
    display: block;
    -webkit-transition: all, 0.2s, ease-in;
    -moz-transition: all, 0.2s, ease-in;
    -o-transition: all, 0.2s, ease-in;
    transition: all, 0.2s, ease-in;
    content: "\e015";
    line-height: 50px !important;
    color: var(--white) !important;
}
  
  .foodgrid_style6 .woocommerce ul.products li.product .button.ajax_add_to_cart.loading:after {
    content: "\e02d";
    color: var(--white) !important;
} 
  
.foodgrid_style6 .woocommerce ul.products li.product .added_to_cart {
   color: var(--black);
    text-align: center;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
  
.foodgrid_style6 .woocommerce ul.products li.product .et_shop_image .button.added:after{
  content: "\4e" !important;
  }
  
  .foodgrid_style6 .woocommerce ul.products {
    border-top: 1px solid #ddd;
    padding-top: 30px !important;
}
  
  .foodgrid_style6 .woocommerce ul.products li.product .et_shop_image{
    position: relative;
    overflow: hidden;
  }
  
  .foodgrid_style6 .woocommerce ul.products li.product .et_shop_image img{
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    margin: 0 !important;
  }
  
  .foodgrid_style6 .woocommerce ul.products li.product:hover .et_shop_image img{
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
  }
  
  .foodgrid_style6 .page-numbers, .foodgrid_style6 .page-numbers li {
    border: none !important;
}
  
  .foodgrid_style6 .page-numbers li .page-numbers:hover, .foodgrid_style6 .page-numbers li .page-numbers.current {
    background: var(--black);
    color: var(--white) !important;
}
  
  .foodgrid_style6 .page-numbers li .page-numbers {
    background-color: var(--black);
    height: 50px;
    z-index: 1;
    position: relative;
    width: 50px;
    display: block;
    border-radius: 10px 15px 20px 25px;
    text-align: center;
    overflow: hidden;
    margin: 0 15px;
    transition: all 0.3s ease 0s !important;
    font-size: 14px;
    line-height: 30px;
    color: var(--white) !important;
}
  
  .foodgrid_style6 .page-numbers li .page-numbers:hover:before, .foodgrid_style6 .page-numbers li .page-numbers.current:before {
    top: 50%;
    left: -50%;
}
  
  .foodgrid_style6 .page-numbers li .page-numbers:before {
    content: '';
    background: var(--golden);
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
  
  .foodgrid_style6 .page-numbers li .page-numbers:hover:after, .foodgrid_style6 .page-numbers li .page-numbers.current:after {
    top: 50%;
    left: 100%;
}
  
  .foodgrid_style6 .page-numbers li .page-numbers:after {
    content: '';
    background: var(--golden);
    width: 50%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
  
  @media only screen and (max-width:767px){ 
    .foodgrid_style6 .woocommerce ul.products li.product{
      width: 100%!important;
    margin-right: 0%!important;
  }
  
    .foodgrid_style6 .woocommerce-result-count,.foodgrid_style6 .woocommerce-ordering{
      float: none;
      text-align:center;
  }
  
    .foodgrid_style6 .page-numbers li .page-numbers{
      width: 41px;
      height:41px;
      line-height: 20px;
      margin-bottom: 10px !important;
  }
}

/*-------- Product Grid Style7 --------*/
.foodgrid_style7 .woocommerce ul.products li.product .foodgrid_style7_title_price{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    position: absolute;
    bottom: 0;
    padding: 0 15px;
    padding-bottom: 10px;
  }
  
.foodgrid_style7 .woocommerce ul.products li.product .onsale {
    left: 0px !important;
    right: auto !important;
  	top: 0 !important;
  	border-radius: 0 !important;
}
  
  .foodgrid_style7 .woocommerce ul.products li.product .button {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 0 !important;
    transition: all .3s ease;
    border: none !important;
    background-color: var(--golden) !important;
    z-index: 9999;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transform: translateY(-50%);
    z-index: 10;
    opacity: 0;
}
  
  .foodgrid_style7 .woocommerce ul.products li.product:hover .button{
    opacity: 1;
  }
  
  .foodgrid_style7 .woocommerce ul.products li.product .button:hover{
    background-color: var(--black) !important;
  }
  
  .foodgrid_style7 .woocommerce ul.products li.product .button:after {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: 0 !important;
    text-align: center;
    margin: 0 auto !important;
    opacity: 1 !important;
    font-size: 18px;
    line-height: 55px;
    font-family: "ETmodules" !important;
    display: block;
    -webkit-transition: all, 0.2s, ease-in;
    -moz-transition: all, 0.2s, ease-in;
    -o-transition: all, 0.2s, ease-in;
    transition: all, 0.2s, ease-in;
    content: "\e015";
    line-height: 50px !important;
    color: var(--white) !important;
}
  
  .foodgrid_style7 .woocommerce ul.products li.product .button.ajax_add_to_cart.loading:after {
    content: "\e02d";
    color: var(--white) !important;
} 
  
.foodgrid_style7 .woocommerce ul.products li.product .added_to_cart {
   	color: var(--white);
    text-align: center;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
    margin: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 15px;
    background: var(--golden);
}
  
.foodgrid_style7 .woocommerce ul.products li.product .et_shop_image .button.added:after{
  content: "\4e" !important;
  }
  
  .foodgrid_style7 .woocommerce ul.products {
    border-top: 1px solid #ddd;
    padding-top: 30px !important;
}
  
  .foodgrid_style7 .woocommerce ul.products li.product .et_shop_image{
    position: relative;
    overflow: hidden;
    display: block;
  }
  
  .foodgrid_style7 .woocommerce ul.products li.product .et_shop_image img{
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    margin: 0 !important;
  }
  
  .foodgrid_style7 .woocommerce ul.products li.product:hover .et_shop_image img{
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
  }
  
  .foodgrid_style7 .page-numbers, .foodgrid_style7 .page-numbers li {
    border: none !important;
}
  
  .foodgrid_style7 .page-numbers li .page-numbers:hover, .foodgrid_style7 .page-numbers li .page-numbers.current {
    background: var(--black);
    color: var(--white) !important;
}
  
  .foodgrid_style7 .page-numbers li .page-numbers {
    background-color: var(--black);
    height: 50px;
    z-index: 1;
    position: relative;
    width: 50px;
    display: block;
    border-radius: 10px 15px 20px 25px;
    text-align: center;
    overflow: hidden;
    margin: 0 15px;
    transition: all 0.3s ease 0s !important;
    font-size: 14px;
    line-height: 30px;
    color: var(--white) !important;
}
  
  .foodgrid_style7 .page-numbers li .page-numbers:hover:before, .foodgrid_style7 .page-numbers li .page-numbers.current:before {
    top: 50%;
    left: -50%;
}
  
  .foodgrid_style7 .page-numbers li .page-numbers:before {
    content: '';
    background: var(--golden);
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
  
  .foodgrid_style7 .page-numbers li .page-numbers:hover:after, .foodgrid_style7 .page-numbers li .page-numbers.current:after {
    top: 50%;
    left: 100%;
}
  
  .foodgrid_style7 .page-numbers li .page-numbers:after {
    content: '';
    background: var(--golden);
    width: 50%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
  
  @media only screen and (max-width:767px){ 
    .foodgrid_style7 .woocommerce ul.products li.product{
      width: 100%!important;
    margin-right: 0%!important;
  }
  
    .foodgrid_style7 .woocommerce-result-count,.foodgrid_style7 .woocommerce-ordering{
      float: none;
      text-align:center;
  }
  
    .foodgrid_style7 .page-numbers li .page-numbers{
      width: 41px;
      height:41px;
      line-height: 20px;
      margin-bottom: 10px !important;
  }
}

/*-------- Service Block Style2 --------*/
.foodservice_style2 .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    animation: none;
  }
  
  .foodservice_style2:hover .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    -webkit-animation: 0.5s ease-in-out 0s normal none 1 running tada;
    animation: 0.5s ease-in-out 0s normal none 1 running tada;
  }
  
  @keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}

/*-------- Service Block Style3 --------*/
.foodservice_style3 .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    margin-right: 20px;
    padding-right: 20px;
    border-right: 2px solid #000000;
  }
  
  .foodservice_style3 .et_pb_blurb_content .et_pb_blurb_container{
    padding: 0;
  }
  
  @media only screen and (max-width: 981px){
    .foodservice_style3 .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
    border-bottom: 2px solid #000000;
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
    display: inline-block;
  }
  
  .foodservice_style3 .et_pb_blurb_content .et_pb_blurb_container{
    padding: 0;
  }
  }

/*-------- Category Block Style1 --------*/
.foodcategory_style1 .et_pb_blurb_content .et_pb_main_blurb_image img{
    display: block;
    height: calc(100% + 60px);
    margin: -30px 0;
    background-position: 50%;
    background-size: cover;
  }
  
  .foodcategory_style1 .et_pb_blurb_content .et_pb_blurb_container{
    border-radius: 0 90px 90px 0;
    padding: 10px;
    background: var(--golden);
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    right: 10px;
    max-width: inherit;
    left: -3px;
    position: absolute;
    -webkit-transition: transform .3s ease,opacity .3s ease;
    -moz-transition: transform .3s ease,opacity .3s ease;
    -o-transition: transform .3s ease,opacity .3s ease;
    transition: transform .3s ease,opacity .3s ease;
  }
  
  .foodcategory_style1:not(:hover) .et_pb_blurb_content .et_pb_blurb_container{
    -webkit-transform: translate(0,-80%);
    -moz-transform: translate(0,-80%);
    -ms-transform: translate(0,-80%);
    -o-transform: translate(0,-80%);
    transform: translate(0,-80%);
    opacity: 0;
  }
  
  .foodcategory_style1 .et_pb_blurb_content .et_pb_blurb_container:before, .foodcategory_style1 .et_pb_blurb_content .et_pb_blurb_container:after{
    position: absolute;
    content: '';
    bottom: -8px;
    left: 0;
    border-top: 9px solid;
    border-left: 4px solid transparent;
  }
  
  .foodcategory_style1 .et_pb_blurb_content .et_pb_blurb_container:after{
    border-top-color: var(--golden);
  }
  
  .foodcategory_style1:hover .et_pb_blurb_content .et_pb_main_blurb_image{
    height: calc(100% + 60px);
margin: -30px 0;
padding: 30px 0;
box-shadow: 5px 10px 20px -2px rgba(0,0,0,.5);
  }

/*-------- Category Block Style2 --------*/
.foodcategory_style2_image  img{
    -webkit-transition: .7s;
    transition: .7s;
  }
  
  .foodcategory_style2:hover .foodcategory_style2_image img{
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }

/*-------- Category Block Style3 --------*/
.foodcategory_style3_blurb .et_pb_blurb_content .et_pb_blurb_container{
    width: 50%;
  }
  
  .foodcategory_style3_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description ul{
    list-style: none;
    padding-left: 0;
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  
  .foodcategory_style3_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description ul li{
    position: relative;
    transition: all 0.5s;
  }
  
  .foodcategory_style3_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description ul li a{
    text-decoration: none;
    position: relative;
    overflow: hidden;
    padding-left: 10px;
    transition: all 0.5s;
  }
  
  .foodcategory_style3_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description ul li:hover a{
    padding-left: 0;
  }
  
  .foodcategory_style3_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description ul li a:before{
    content: "-";
    position: absolute;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
    opacity: 1;
    border-radius: 0;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
  }
  
  .foodcategory_style3_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description ul li:hover a:before{
    opacity: 0;
  }
  
  @media only screen and (max-width: 767px){
  .foodcategory_style3_blurb .et_pb_blurb_content .et_pb_blurb_container{
    width: 100%;
    padding: 30px;
  }
  }

/*-------- Logo Style1 --------*/
.foodlogo_style1 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description span{
    color: var(--golden);
  }
  
  .foodlogo_style1:hover .et_pb_blurb_content .et_pb_main_blurb_image{
    transform: translateY(-6px);
  }

/*-------- Logo Style3 --------*/
.foodlogo_style3 .et_pb_image_wrap img{
    transition-duration: .3s;
    transition-property: transform;
  }
  
  .foodlogo_style3 .et_pb_image_wrap img:hover{
    transform: scale(1.1);
  }

/*-------- Menu Style1 --------*/
.foodmenu_Style1 h3 .menu-title{
    position: relative;
    color: var(--black);
  }
  
  .foodmenu_Style1 h3 .lable{
    position: relative;
    font-size: 11px;
    background: var(--golden);
    padding: 5px 10px;
    color: #fff;
    border-radius: 10px;
    top: -20px;
    margin-left: 5px;
  }
  
  .foodmenu_Style1 h3 .price{
    float: right;
  }
  
  @media only screen and (max-width: 767px){
    .foodmenu_Style1 h3 .price {
    float: unset;
    display: block;
    margin-top: 10px;
}
  }

/*-------- Menu Style2 --------*/
.foodmenu_Style2_text h3 .menu-title{
    position: relative;
    color: var(--black);
  }
  
  .foodmenu_Style2_text h3 .lable{
    position: relative;
    font-size: 11px;
    background: var(--golden);
    padding: 5px 10px;
    color: #fff;
    border-radius: 10px;
    top: -20px;
    margin-left: 5px;
  }
  
  .foodmenu_Style2_text h3 .price{
    float: right;
  }
  
  .foodmenu_Style2_column .foodmenu_Style2_column_content{
    flex: 80%;
  }
  
  @media only screen and (max-width: 767px){
    .foodmenu_Style2_column .foodmenu_Style2_column_content{
    flex: 100%;
  }
    
     .foodmenu_Style2_text h3 .price{
    float: unset;
    display: block;
    margin-top: 10px;
  }
  }

/*-------- Menu Style3 --------*/
.foodmenu_style3 .et_pb_blurb_content .et_pb_blurb_container{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity .3s ease;
    z-index: 1;
  }
  
  .foodmenu_style3:hover .et_pb_blurb_content .et_pb_blurb_container{
    opacity: 1;
  }
  
  .foodmenu_style3 .et_pb_blurb_content .et_pb_blurb_container:before{
    content: " ";
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 2px solid white;
    position: absolute;
    z-index: -1;
  }
  
  .foodmenu_style3 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h5{
    color: var(--white);
    padding-bottom: 30px;
    font-size: 14px;
  }
  
  .foodmenu_style3 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h4{
    color: var(--white);
    font-size: 22px;
    font-weight: 400;
    line-height: 25px;
  }

/*-------- Menu Style4 --------*/
.foodmenu_Style4_text h3 .menu-title{
    position: relative;
    color: var(--black);
  }
  
  .foodmenu_Style4_text h3 .lable{
    position: relative;
    font-size: 11px;
    background: var(--golden);
    padding: 5px 10px;
    color: #fff;
    border-radius: 10px;
    top: -20px;
    margin-left: 5px;
  }
  
  .foodmenu_Style4_text h3 .price{
    float: right;
  }
  
  .foodmenu_Style4_column .foodmenu_Style4_column_content{
    flex: 1;
  }
  
  .foodmenu_Style4_column .foodmenu_Style4_image img{
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    height: 200px !important;
    width: 200px !important;
    object-fit: cover;
    object-position: center;
  }
  
  .foodmenu_Style4_column:hover .foodmenu_Style4_image img{
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  
  .foodmenu_Style4_column:hover .foodmenu_Style4_text h3 .menu-title{
    color: var(--golden) !important;
  }
  
  .foodmenu_Style4_column:hover .foodmenu_Style4_text h3 .price{
    color: var(--golden) !important;
  }
  
  @media only screen and (max-width: 767px){
    .foodmenu_Style4_text h3 .price{
    float: unset;
    display: block;
    margin-top: 10px;
  }
  }

/*-------- Blog Style1 --------*/
.foodblog_style1 .et_pb_post{
    padding: 0;
    position: relative;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
  }
  
  .foodblog_style1 .et_pb_post .et_pb_image_container{
    margin: 0 !important;
    position: relative;
    overflow: hidden;
  }
  
  .foodblog_style1 .et_pb_post .et_pb_image_container .entry-featured-image-url{
    margin: 0 !important;
    position: relative;
    overflow: hidden;
  }
  
  .foodblog_style1 .et_pb_post .et_pb_image_container img{
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
  }
  
  .foodblog_style1 .et_pb_post .et_pb_image_container:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  
  .foodblog_style1 .et_pb_post .post-meta {
    margin: 0;
}
  
  .foodblog_style1 .et_pb_post .post-meta .date {
    background: var(--white) none repeat scroll 0 0;
    color: var(--black);
    padding: 8px 10px;
    text-transform: uppercase;
    left: 10px;
    line-height: 18px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 55px;
}
  
  .foodblog_style1 .et_pb_post .foodblog_style1_content .entry-title a:hover{
    color: var(--golden) !important;
  }
  
  .foodblog_style1 .et_pb_post .foodblog_style1_content{
    position: relative;
    padding: 30px 15px;
    padding-top: 40px;
  }
  
  .foodblog_style1 .et_pb_post .foodblog_style1_content .category{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: var(--white);
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    padding: 5px 20px;
    border-radius: 90px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    background: var(--golden);
    font-size: 14px;
    display: inline-table;
    margin-top: -17px;
  }
  
  .foodblog_style1 .et_pb_post .foodblog_style1_content .author{
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    color: var(--black);
    padding-bottom: 5px;
    display: block;
  }
  
  .foodblog_style1 .et_pb_post .foodblog_style1_content .post-content .post-content-inner{
    padding-bottom: 10px;
  }
  
  .foodblog_style1 .pagination a {
    border-color: var(--golden) !important;
    border-radius: 5px;
    border: 1px solid;
    background-color: RGBA(255,255,255,0)!important;
    padding-top: 12px!important;
    padding-right: 40px!important;
    padding-bottom: 12px!important;
    padding-left: 40px!important;
    margin-top: 0px!important;
    margin-left: 0%!important;
    transition: background-color 300ms ease 0ms;
}
  
  .foodblog_style1 .pagination a:hover {
    background-color: var(--golden) !important;
}
  
  @media only screen and (max-width: 981px){
    .foodblog_style1 .pagination .alignleft, .foodblog_style1 .pagination .alignright{
      float: unset;
    	text-align: center;
    }
  }

/*-------- Blog Style2 --------*/
.foodblog_style2 .et_pb_post{
    padding: 0;
  }
  
  .foodblog_style2 .et_pb_post .et_pb_image_container{
    margin: 0 !important;
  }
  
  .foodblog_style2 .et_pb_post .et_pb_image_container .entry-featured-image-url{
    margin: 0 !important;
  }
  
  .foodblog_style2 .et_pb_post .foodblog_style2_content{
    padding: 30px;
  }
  
  .foodblog_style2 .et_pb_post .foodblog_style2_content .category{
    position: relative;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    color: var(--body-color);
    display: inline-block;
    margin-right: 23px;
  }
  
  .foodblog_style2 .et_pb_post .foodblog_style2_content .category:before{
   content: "\e07c";
    font-family: 'ETmodules';
    color: var(--body-color);
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: var(--background);
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
  }
  
  .foodblog_style2 .et_pb_post .foodblog_style2_content .date{
    position: relative;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    color: var(--body-color);
    display: inline-block;
  }
  
  .foodblog_style2 .et_pb_post .foodblog_style2_content .date:before{
   content: "\e023";
    font-family: 'ETmodules';
    color: var(--body-color);
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: var(--background);
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
  }
  
  .foodblog_style2 .et_pb_post .foodblog_style2_content .entry-title a:hover{
    color: var(--golden) !important;
  }
  
  .foodblog_style2 .pagination a {
    border-color: var(--golden) !important;
    border-radius: 5px;
    border: 1px solid;
    background-color: RGBA(255,255,255,0)!important;
    padding-top: 12px!important;
    padding-right: 40px!important;
    padding-bottom: 12px!important;
    padding-left: 40px!important;
    margin-top: 0px!important;
    margin-left: 0%!important;
    transition: background-color 300ms ease 0ms;
}
  
  .foodblog_style2 .pagination a:hover {
    background-color: var(--golden) !important;
}
  
  @media only screen and (max-width: 981px){
    .foodblog_style2 .pagination .alignleft, .foodblog_style2 .pagination .alignright{
      float: unset;
    	text-align: center;
    }
  }

/*-------- Blog Style3 --------*/
.foodblog_style3 .et_pb_post{
    padding: 0;
    position: relative;
    overflow: hidden;
  }
  
  .foodblog_style3 .et_pb_post .et_pb_image_container{
    margin: 0;
    position: relative;
    overflow: hidden;
  }
  
  .foodblog_style3 .et_pb_post .et_pb_image_container .entry-featured-image-url{
    margin: 0;
    position: relative;
    overflow: hidden;
  }
  
  .foodblog_style3 .et_pb_post .foodblog_style3_content{
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 1;
  }
  
  .foodblog_style3 .et_pb_post .et_pb_image_container:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgb(0, 0, 0, 0) 0%, rgb(0, 0, 0,0.8) 100%);
    opacity: 1;
    z-index: 1;
  }
  
  .foodblog_style3 .et_pb_post .et_pb_image_container img{
    transition: all ease .45s;
  }
  
  .foodblog_style3 .et_pb_post:hover .et_pb_image_container img{
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  
  .foodblog_style3 .pagination a {
    border-color: var(--golden) !important;
    border-radius: 5px;
    border: 1px solid;
    background-color: RGBA(255,255,255,0)!important;
    padding-top: 12px!important;
    padding-right: 40px!important;
    padding-bottom: 12px!important;
    padding-left: 40px!important;
    margin-top: 0px!important;
    margin-left: 0%!important;
    transition: background-color 300ms ease 0ms;
}
  
  .foodblog_style3 .pagination a:hover {
    background-color: var(--golden) !important;
}
  
  @media only screen and (max-width: 981px){
    .foodblog_style3 .pagination .alignleft, .foodblog_style3 .pagination .alignright{
      float: unset;
    	text-align: center;
    }
  }

/*-------- Blog Style4 --------*/
.foodblog_style4 .et_pb_post{
    padding: 20px;
  }
  
  .foodblog_style4 .et_pb_post .et_pb_image_container{
    margin: 0;
    margin-bottom: 1rem!important;
  }
  
  .foodblog_style4 .et_pb_post .et_pb_image_container .entry-featured-image-url{
    margin: 0;
  }
  
  .foodblog_style4 .et_pb_post .et_pb_image_container .entry-featured-image-url img{
transition: all ease .45s;
  }
  
  .foodblog_style4 .et_pb_post .et_pb_image_container:hover .entry-featured-image-url img{
    -webkit-filter: brightness(0.5);
filter: brightness(0.5);
  }
  
  .foodblog_style4 .et_pb_post .foodblog_style4_content{
    display: flex;
    flex-direction: column;
  }
  
  .foodblog_style4 .et_pb_post .foodblog_style4_content .post-content{
    order: 3;
  }
  
  .foodblog_style4 .et_pb_post .foodblog_style4_content .post-content .post-content-inner{
    padding-bottom: 20px;
  }
  
  .foodblog_style4 .et_pb_post .foodblog_style4_content .more-link{
    display: inline-block;
    width: auto;
    border: 1px solid var(--golden);
    background-color: transparent;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    padding: 15px 35px;
    z-index: 0;
  }
  
  .foodblog_style4 .et_pb_post .foodblog_style4_content .more-link:before{
    content: '';
    background-color: var(--golden);
    height: 100%;
    width: 100%;
    position: absolute;
    transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transform: scale(1, 1);
    transform-origin: left center;
  }
  
  .foodblog_style4 .et_pb_post .foodblog_style4_content .more-link:hover:before{
    transform-origin: right center;
    transform: scale(0, 1);
  }
  
  .foodblog_style4 .pagination a {
    border-color: var(--golden) !important;
    border-radius: 5px;
    border: 1px solid;
    background-color: RGBA(255,255,255,0)!important;
    padding-top: 12px!important;
    padding-right: 40px!important;
    padding-bottom: 12px!important;
    padding-left: 40px!important;
    margin-top: 0px!important;
    margin-left: 0%!important;
    transition: background-color 300ms ease 0ms;
}
  
  .foodblog_style4 .pagination a:hover {
    background-color: var(--golden) !important;
}
  
  @media only screen and (max-width: 981px){
    .foodblog_style4 .pagination .alignleft, .foodblog_style4 .pagination .alignright{
      float: unset;
    	text-align: center;
    }
  }

/*-------- Product Menu Style1 --------*/
.foodproductmenu_style1 .product .woocommerce-LoopProduct-link{
    display: flex;
  }
  
  .foodproductmenu_style1 .product .foodproductmenu_style1_content{
    width: 75%;
  }
  
  .foodproductmenu_style1 .product .foodproductmenu_style1_content .foodproductmenu_style1_title_price{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
  
  .foodproductmenu_style1 .product .button, .foodproductmenu_style1 .product .added_to_cart {
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 0 !important;
    background: var(--golden) !important;
    border-radius: 10px;
    color: var(--white) !important;
    padding: 12px 20px !important;
    width: 45%;
    z-index: 9999;
    position: absolute;
    right: 0;
    margin-top: 14px !important;
}
  
  .foodproductmenu_style1 .product .button:hover, .foodproductmenu_style1 .product .added_to_cart:hover{
    background: var(--black) !important;
  }
  
  .foodproductmenu_style1 .product .button:after, .foodproductmenu_style1 .product .added_to_cart:after{
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    content: '\e015' !important;
    font-size: 14px;
    font-family: ETmodules !important;
    margin-left: 0 !important;
}
  
  .foodproductmenu_style1 .product .button.ajax_add_to_cart.loading:after {
    content: "\e02d" !important;
    color: var(--white) !important;
    font-family: ETmodules;
    right: 20px;
    margin: 0 !important;
    top: 17px;
    transform: none;
}
  
  .foodproductmenu_style1 .product .added_to_cart:after {
    content: '\4e' !important;
}
  
  .foodproductmenu_style1 .page-numbers, .foodproductmenu_style1 .page-numbers li {
    border: none !important;
}
  
  .foodproductmenu_style1 .page-numbers li .page-numbers {
    background-color: transparent !important;
    height: 50px;
    z-index: 1;
    position: relative;
    width: 50px;
    display: block;
    text-align: center;
    overflow: visible;
    margin: 0 15px;
    transition: all 0.3s ease 0.1s !important;
    font-size: 15px;
    line-height: 30px;
    color: var(--black) !important;
}
  
  .foodproductmenu_style1 .page-numbers li .page-numbers.current{
    color: var(--white) !important;
  }
  
  .foodproductmenu_style1 .page-numbers li .page-numbers:hover:before, .foodproductmenu_style1 .page-numbers li .page-numbers.current:before {
    opacity: 1;
    transform: scale(1) rotate(0);
}
  
  .foodproductmenu_style1 .page-numbers li .page-numbers:before {
    content: "";
    background: var(--golden) !important;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    transition: all 0.3s ease 0s;
}
  
  @media only screen and (max-width: 981px){
    .foodproductmenu_style1.et_pb_shop ul.products.columns-2 li.product{
      width: 100%!important;
    	margin-right: 0%!important;
    }
  }
  
  @media only screen and (max-width: 767px){
    .foodproductmenu_style1 .product .woocommerce-LoopProduct-link{
    display: block;
  }
    
    .foodproductmenu_style1 .product .foodproductmenu_style1_content {
    width: 100%;
    padding-bottom: 46px;
}
    
    .foodproductmenu_style1 .product .button, .foodproductmenu_style1 .product .added_to_cart{
      width: 50%;
    	margin-top: 0px !important;
    	bottom: 0;
    }
  }

/*-------- Product Menu Style2 --------*/
.foodproductmenu_style2 .product .woocommerce-LoopProduct-link{
    display: flex;
    align-items: center;
  }
  
  .foodproductmenu_style2 ul.products li.product a img{
    margin-bottom: 0 !important;
  }
  
  .foodproductmenu_style2 .product .foodproductmenu_style2_content{
    width: 75%;
  }
  
  .foodproductmenu_style2 .product .foodproductmenu_style2_content .foodproductmenu_style2_title_price{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
  
  .foodproductmenu_style2 ul.products li.product .et_shop_image:before{
    content: "";
    position: absolute;
    z-index: 2;
    background: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
  }
  
  .foodproductmenu_style2 ul.products li.product .et_shop_image:hover:before{
    height: 100%;
    border-radius: 10px;
  }
  
  .foodproductmenu_style2 ul.products li.product .button {
    font-size: 0;
    border-radius: 50%;
    background: var(--golden) !important;
    width: 40px;
    opacity: 0;
    height: 40px;
    border: none !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 2;
    transform: translateY(-50%);
}
  
  .foodproductmenu_style2 ul.products li.product .added_to_cart{
    position: absolute;
    bottom: 0;
    color: var(--white);
    background: var(--golden);
    display: block;
    padding: 5px;
    width: 100%;
    text-align: center;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    border-radius: 0 0 10px 10px;
    z-index: 2;
  }
  
  .foodproductmenu_style2 ul.products li.product .et_shop_image:hover .button {
    opacity: 1;
    top: 50%;
}
  
  .foodproductmenu_style2 ul.products li.product .button:after {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: 0 !important;
    text-align: center;
    margin: 0 auto !important;
    opacity: 1 !important;
    font-size: 16px;
    font-family: "ETmodules" !important;
    display: block;
    -webkit-transition: all, 0.2s, ease-in;
    -moz-transition: all, 0.2s, ease-in;
    -o-transition: all, 0.2s, ease-in;
    transition: all, 0.2s, ease-in;
    content: "\e015";
    color: var(--white);
    line-height: 40px !important;
  }
  
  .foodproductmenu_style2 ul.products li.product .button.ajax_add_to_cart.loading:after {
    content: "\e02d";
}
  
  .foodproductmenu_style2 ul.products li.product .button.added:after {
    content: "\4e" !important;
}
  
  .foodproductmenu_style2 .page-numbers, .foodproductmenu_style2 .page-numbers li {
    border: none !important;
}
  
  .foodproductmenu_style2 .page-numbers li .page-numbers {
    background-color: transparent !important;
    height: 50px;
    z-index: 1;
    position: relative;
    width: 50px;
    display: block;
    text-align: center;
    overflow: visible;
    margin: 0 15px;
    transition: all 0.3s ease 0.1s !important;
    font-size: 15px;
    line-height: 30px;
    color: var(--black) !important;
}
  
  .foodproductmenu_style2 .page-numbers li .page-numbers.current{
    color: var(--white) !important;
  }
  
  .foodproductmenu_style2 .page-numbers li .page-numbers:hover:before, .foodproductmenu_style2 .page-numbers li .page-numbers.current:before {
    opacity: 1;
    transform: scale(1) rotate(0);
}
  
  .foodproductmenu_style2 .page-numbers li .page-numbers:before {
    content: "";
    background: var(--golden) !important;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    transition: all 0.3s ease 0s;
}
  
  @media only screen and (max-width: 981px){
    .foodproductmenu_style2.et_pb_shop ul.products.columns-2 li.product{
      width: 100%!important;
    	margin-right: 0%!important;
    }
  }
  
  @media only screen and (max-width: 767px){
    .foodproductmenu_style2 .product .woocommerce-LoopProduct-link {
    display: block;
    align-items: unset;
}
    
    .foodproductmenu_style2 .product .foodproductmenu_style2_content {
    width: 100%;
    padding-top: 10px;
}
  }

/*-------- Product Menu Style3 --------*/
.foodproductmenu_style3 .product .woocommerce-LoopProduct-link{
    display: flex;
    align-items: center;
  }
  
  .foodproductmenu_style3 ul.products li.product a img{
    margin-bottom: 0 !important;
  }
  
  .foodproductmenu_style3 .product .foodproductmenu_style3_content{
    width: 75%;
  }
  
  .foodproductmenu_style3 .product .foodproductmenu_style3_content .foodproductmenu_style3_title_price{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
  
  .foodproductmenu_style3 ul.products li.product .et_shop_image:before{
    content: "";
    position: absolute;
    z-index: 2;
    background: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
  }
  
  .foodproductmenu_style3 ul.products li.product .et_shop_image:hover:before{
    height: 100%;
    border-radius: 10px;
  }
  
  .foodproductmenu_style3 ul.products li.product .button {
    font-size: 0;
    border-radius: 50%;
    background: var(--golden) !important;
    width: 40px;
    opacity: 0;
    height: 40px;
    border: none !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 2;
    transform: translateY(-50%);
}
  
  .foodproductmenu_style3 ul.products li.product .added_to_cart{
    position: absolute;
    bottom: 0;
    color: var(--white);
    background: var(--golden);
    display: block;
    padding: 5px;
    width: 100%;
    text-align: center;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    border-radius: 0 0 10px 10px;
    z-index: 2;
  }
  
  .foodproductmenu_style3 ul.products li.product .et_shop_image:hover .button {
    opacity: 1;
    top: 50%;
}
  
  .foodproductmenu_style3 ul.products li.product .button:after {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: 0 !important;
    text-align: center;
    margin: 0 auto !important;
    opacity: 1 !important;
    font-size: 16px;
    font-family: "ETmodules" !important;
    display: block;
    -webkit-transition: all, 0.2s, ease-in;
    -moz-transition: all, 0.2s, ease-in;
    -o-transition: all, 0.2s, ease-in;
    transition: all, 0.2s, ease-in;
    content: "\e015";
    color: var(--white);
    line-height: 40px !important;
  }
  
  .foodproductmenu_style3 ul.products li.product .button.ajax_add_to_cart.loading:after {
    content: "\e02d";
}
  
  .foodproductmenu_style3 ul.products li.product .button.added:after {
    content: "\4e" !important;
}
  
  .foodproductmenu_style3 .page-numbers, .foodproductmenu_style3 .page-numbers li {
    border: none !important;
}
  
  .foodproductmenu_style3 .page-numbers li .page-numbers {
    background-color: transparent !important;
    height: 50px;
    z-index: 1;
    position: relative;
    width: 50px;
    display: block;
    text-align: center;
    overflow: visible;
    margin: 0 15px;
    transition: all 0.3s ease 0.1s !important;
    font-size: 15px;
    line-height: 30px;
    color: var(--black) !important;
}
  
  .foodproductmenu_style3 .page-numbers li .page-numbers.current{
    color: var(--white) !important;
  }
  
  .foodproductmenu_style3 .page-numbers li .page-numbers:hover:before, .foodproductmenu_style3 .page-numbers li .page-numbers.current:before {
    opacity: 1;
    transform: scale(1) rotate(0);
}
  
  .foodproductmenu_style3 .page-numbers li .page-numbers:before {
    content: "";
    background: var(--golden) !important;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    transition: all 0.3s ease 0s;
}
  
  @media only screen and (max-width: 981px){
    .foodproductmenu_style3.et_pb_shop ul.products.columns-2 li.product{
      width: 100%!important;
    	margin-right: 0%!important;
    }
  }
  
  @media only screen and (max-width: 767px){
    .foodproductmenu_style3 .product .woocommerce-LoopProduct-link {
    display: block;
    align-items: unset;
}
    
    .foodproductmenu_style3 .product .foodproductmenu_style3_content {
    width: 100%;
    padding-top: 10px;
}
  }

/*-------- Product Menu Style1 --------*/
.foodnewsletter_style1_email .et_pb_newsletter_fields {
    position: relative;
}
  
  .foodnewsletter_style1_email .et_pb_newsletter_form .input {
    height: 55px;
    width: 70% !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}
  
  .foodnewsletter_style1_email .et_pb_newsletter_form p.et_pb_newsletter_field{
    padding-bottom: 0 !important;
  }
  
  @media only screen and (max-width: 981px){
    .foodnewsletter_style1_email .et_pb_newsletter_form .input {
    height: 55px;
    width: 100% !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}
  }

@media all and (min-width: 981px) and (max-width: 1080px) {
 body #page-container .et_pb_section .foodnewsletter_style1_email.et_pb_subscribe .et_pb_newsletter_button.et_pb_button{
	 width: 32% !important;
	}
}

/*-------- Product Menu Style3 --------*/
.foodnewsletter_style3_email .et_pb_newsletter_form .input{
    background-color: #f8f8f8 !important;
    width: 100%;
    height: 55px;
    font-size: 14px;
    border: none;
    border-radius: 4px;
  }
  
  .foodnewsletter_style3_email .et_pb_newsletter_fields {
    position: relative;
}
  
  .foodnewsletter_style3_email .et_pb_newsletter_form p.et_pb_newsletter_field {
    padding-bottom: 0 !important;
}
  
  .foodnewsletter_style3_email.et_pb_subscribe .et_pb_newsletter_button.et_pb_button:after{
    margin: 0 !important;
  }

/*-------- Menu --------*/
.foodmenu_section1_blurb .et_pb_blurb_content .et_pb_blurb_container{
    padding-left: 0;
  }
  
  .foodmenu_section2_text h3{
    padding-bottom: 5px !important;
  }
  
  .foodmenu_section2_text h6{
    padding-bottom: 0px !important;
  }
  
  .food_menu li.mega-menu li > a {
    max-width: unset !important;
    margin: 5px 0;
}
  
  .food_section.et_pb_sticky{
    -webkit-box-shadow: 0 0 8px 1px rgb(0 0 0 / 20%);
    box-shadow: 0 0 8px 1px rgb(0 0 0 / 20%);
    -webkit-animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
    animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
  }
  
  @-webkit-keyframes fadeInDown {
 from {
  opacity:0;
  -webkit-transform:translate3d(0,-100%,0);
  transform:translate3d(0,-100%,0)
 }
 to {
  opacity:1;
  -webkit-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0)
 }
}
@keyframes fadeInDown {
 from {
  opacity:0;
  -webkit-transform:translate3d(0,-100%,0);
  transform:translate3d(0,-100%,0)
 }
 to {
  opacity:1;
  -webkit-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0)
 }
}
  
.food_menu .et_pb_menu_inner_container .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav .downwards .menu-item .sub-menu li:not(.menu-item-has-children):hover a{
    padding-left: 10px;
  }
  
  .food_menu .et_pb_menu_inner_container .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav .downwards .menu-item .sub-menu li a:after{
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  
  .food_menu .et_mobile_menu{
    border-radius: 0 !important;
  }
  


/** Tooltip **/
/* START TOOLTIP STYLES */

/* Applies to all tooltips */
.dmm-tooltip [tooltip]::before,
.dmm-tooltip [tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: .9em; /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
.dmm-tooltip [tooltip]::before {
  content: '';
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}
.dmm-tooltip [tooltip]::after {
  content: attr(tooltip); /* magic! */
 text-align: center;
 min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: #000;
  color: #fff;
  z-index: 1000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
.dmm-tooltip:hover [tooltip]::before,
.dmm-tooltip:hover [tooltip]::after {
  display: block;
}

/* don't show empty tooltips */
.dmm-tooltip [tooltip='']::before,
.dmm-tooltip [tooltip='']::after {
  display: none !important;
}

/* FLOW: UP */
.dmm-tooltip [tooltip]:not([flow])::before,
.dmm-tooltip [tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #000;
}
.dmm-tooltip [tooltip]:not([flow])::after,
.dmm-tooltip [tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
.dmm-tooltip [tooltip]:not([flow])::before,
.dmm-tooltip [tooltip]:not([flow])::after,
.dmm-tooltip [tooltip][flow^="up"]::before,
.dmm-tooltip [tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
.dmm-tooltip [tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #000;
}
.dmm-tooltip [tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
.dmm-tooltip [tooltip][flow^="down"]::before,
.dmm-tooltip [tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
.dmm-tooltip [tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #000;
  left: calc(0em - 5px);
  transform: translate(-.5em, -50%);
}
.dmm-tooltip [tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
.dmm-tooltip [tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #000;
  right: calc(0em - 5px);
  transform: translate(.5em, -50%);
}
.dmm-tooltip [tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: .9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: .9;
    transform: translate(0, -50%);
  }
}

/* FX All The Things */ 
.dmm-tooltip:hover [tooltip]:not([flow])::before,
.dmm-tooltip:hover [tooltip]:not([flow])::after,
.dmm-tooltip:hover [tooltip][flow^="up"]::before,
.dmm-tooltip:hover [tooltip][flow^="up"]::after,
.dmm-tooltip:hover [tooltip][flow^="down"]::before,
.dmm-tooltip:hover [tooltip][flow^="down"]::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

.dmm-tooltip:hover [tooltip][flow^="left"]::before,
.dmm-tooltip:hover [tooltip][flow^="left"]::after,
.dmm-tooltip:hover [tooltip][flow^="right"]::before,
.dmm-tooltip:hover [tooltip][flow^="right"]::after {
  animation: tooltips-horz 300ms ease-out forwards;
}  
  
  @media only screen and (max-width: 981px){
  .food_menu .et_pb_menu_inner_container .et_pb_menu__wrap .et_mobile_nav_menu .mobile_menu_bar{
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    bottom: auto;
    right: 0px;
  }
  }

/*-------- Footer --------*/
.foodfooter_section1_menu .et-menu-nav{
    display: block !important;
  }
  
  .foodfooter_section1_menu .et_pb_menu__menu {
    display: block !important;
    width: 100%;
}
  
  .foodfooter_section1_menu .et_mobile_nav_menu {
    display: none !important;
}
  
  .foodfooter_section1_menu .et-menu-nav .et-menu li{
   padding: 0 !important;
    display: inline-block;
    margin: 0 13px !important;
  }
  
  .foodfooter_section1_menu .et-menu-nav .et-menu li a:hover{
    text-decoration: underline !important;
    color: var(--golden) !important;
    fill: var(--golden) !important;
    position: relative;
  }
  
  .foodfooter_section1_menu .et-menu-nav .et-menu li:before{
    content: '';
    position: absolute;
    top: 5px;
    right: -15px;
    width: 1px;
    height: 14px;
    background-color: #ccc;
  }
  
  .foodfooter_section1_menu .et-menu-nav .et-menu li:last-child:before{
    display: none;
  }
  
  .foodfooter_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    animation: none;
  }
  
  .foodfooter_section2_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    -webkit-animation: bounceIn .5s ease;
    -o-animation: bounceIn .5s ease;
    animation: bounceIn .5s ease;
  }
  
  @-webkit-keyframes bounceIn {
 from,
 20%,
 40%,
 60%,
 80%,
 to {
  -webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);
  animation-timing-function:cubic-bezier(.215,.61,.355,1)
 }
 0% {
  opacity:0;
  -webkit-transform:scale3d(.3,.3,.3);
  transform:scale3d(.3,.3,.3)
 }
 20% {
  -webkit-transform:scale3d(1.1,1.1,1.1);
  transform:scale3d(1.1,1.1,1.1)
 }
 40% {
  -webkit-transform:scale3d(.9,.9,.9);
  transform:scale3d(.9,.9,.9)
 }
 60% {
  opacity:1;
  -webkit-transform:scale3d(1.03,1.03,1.03);
  transform:scale3d(1.03,1.03,1.03)
 }
 80% {
  -webkit-transform:scale3d(.97,.97,.97);
  transform:scale3d(.97,.97,.97)
 }
 to {
  opacity:1;
  -webkit-transform:scale3d(1,1,1);
  transform:scale3d(1,1,1)
 }
}
@keyframes bounceIn {
 from,
 20%,
 40%,
 60%,
 80%,
 to {
  -webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);
  animation-timing-function:cubic-bezier(.215,.61,.355,1)
 }
 0% {
  opacity:0;
  -webkit-transform:scale3d(.3,.3,.3);
  transform:scale3d(.3,.3,.3)
 }
 20% {
  -webkit-transform:scale3d(1.1,1.1,1.1);
  transform:scale3d(1.1,1.1,1.1)
 }
 40% {
  -webkit-transform:scale3d(.9,.9,.9);
  transform:scale3d(.9,.9,.9)
 }
 60% {
  opacity:1;
  -webkit-transform:scale3d(1.03,1.03,1.03);
  transform:scale3d(1.03,1.03,1.03)
 }
 80% {
  -webkit-transform:scale3d(.97,.97,.97);
  transform:scale3d(.97,.97,.97)
 }
 to {
  opacity:1;
  -webkit-transform:scale3d(1,1,1);
  transform:scale3d(1,1,1)
 }
}
  
  .foodfooter_section2_menu .et-menu-nav .et-menu{
    display: block !important;
  }
  
  .foodfooter_section2_menu .et-menu-nav .et-menu li{
    margin-top: 0 !important;
    margin-bottom: 20px !important;
  }
  
  .foodfooter_section2_menu .et-menu-nav .et-menu li:last-child{
    margin-top: 0 !important;
    margin-bottom: 0px !important;
  }
  
  .foodfooter_section2_menu .et-menu-nav .et-menu li a{
    padding-bottom: 5px !important;
    transition: 0.5s all ease;
  }
  
  .foodfooter_section2_menu .et-menu-nav .et-menu li a:hover{
    text-decoration: underline !important;
    color: var(--golden) !important;
    fill: var(--golden) !important;
    position: relative;
  }
  
  .foodfooter_section2_menu .et_pb_menu__menu {
    display: block !important;
    width: 100%;
}
  
  .foodfooter_section2_menu .et_mobile_nav_menu {
    display: none !important;
}
  
  .foodfooter_section3_email .et_pb_newsletter_form p.et_pb_newsletter_field {
    padding-bottom: 0 !important;
}
  
  .foodfooter_section3_email .et_pb_newsletter_form .input {
    width: 100%;
    height: 55px;
    border: none;
}
  
  .foodfooter_section3_email .et_pb_newsletter_fields{
    position: relative;
  }
  
  .et_pb_shop .page-numbers li .page-numbers{
    margin-bottom: 10px;
  }
  
  @media only screen and (max-width: 981px){ 
  .foodfooter_section2_menu .et-menu-nav, .foodfooter_section2_menu .et-menu-nav li{
      display: block !important;
    }
    
    .foodfooter_section1_menu .et-menu{
      justify-content: center !important;
    }
  }
  
  @media only screen and (max-width: 767px){
    .et_pb_shop .woocommerce-result-count, .et_pb_shop .woocommerce-ordering {
    float: none;
    text-align: center;
}
  }

/*-------- 404 --------*/
.furniture404_text h2 span{
    color: var(--golden);
  }
  
  .furniture404_text h2{
    padding-bottom: 0 !important;
  }

/*-------- Product Detail --------*/
.foodproduct_section2_image .woocommerce-product-gallery .flex-control-nav li{
    margin-bottom: 20px !important;
  }
  
  .foodproduct_section2_image .woocommerce-product-gallery .flex-control-nav li img{
    border-bottom: 2px solid transparent;
  }
  
  .foodproduct_section2_image .woocommerce-product-gallery .flex-control-nav li img.flex-active{
    border-bottom-color: var(--golden);
  }
  
  .foodproduct_section2_star .woocommerce-product-rating{
    margin-bottom: 10px !important;
  }
  
  .foodproduct_section2_tab ul.et_pb_tabs_controls{
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid var(--border-color);
    margin: 0;
    background-color: transparent !important;
  }
  
  .foodproduct_section2_tab ul.et_pb_tabs_controls:after{
    display: none;
  }
  
  .foodproduct_section2_tab ul.et_pb_tabs_controls li a{
    display: block;
    position: relative;
    padding: 10px 0 !important;
  }
  
  .foodproduct_section2_tab ul.et_pb_tabs_controls li a:after{
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: var(--golden);
    transition: .5s;
    opacity: 0;
  }
  
  .foodproduct_section2_tab ul.et_pb_tabs_controls li.et_pb_tab_active a:after{
    opacity: 1;
    width: 100%;
  }
  
  .foodproduct_section2_tab .et_pb_all_tabs{
    max-width: 790px;
    padding: 0 15px;
    margin: 45px auto 0;
  }
  
  .foodproduct_section2_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h2{
    font-size: 20px;
    padding-bottom: 20px;
  }
  
  .foodproduct_section2_tab .woocommerce-Reviews .star-rating span:before {
    color: var(--golden) !important;
}
  
  .foodproduct_section2_tab .woocommerce-Reviews .comment-form .stars a:before {
    color: var(--golden) !important;
}
  
  .foodproduct_section2_tab .woocommerce-Reviews .comment-form .comment-form-comment {
    border: 1px solid var(--black);
    padding: 0;
}
  
  .foodproduct_section2_tab .woocommerce-Reviews .comment-form .comment-form-comment #comment {
    font-size: 15px !important;
    background-color: transparent;
    color: var(--black);
}
  
  .foodproduct_section2_tab .woocommerce-Reviews .submit {
    background-color: var(--golden) !important;
    color: var(--white) !important;
    border: none !important;
    font-size: 15px !important;
    padding: 15px 30px !important;
}
  
  .foodproduct_section2_tab .woocommerce-Reviews .submit:hover{
    background-color: var(--black) !important;
  }

.foodproduct_productandcart .group_table td {
    vertical-align: middle !important;
}
  
  .foodproduct_productandcart .product .woocommerce-grouped-product-list-item__label a {
    color: var(--golden) !important;
}
  
  .foodproduct_productandcart .product .woocommerce-grouped-product-list-item__price bdi {
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-size: 15px;
    color: var(--black);
}

 .foodproduct_productandcart .et_pb_module_inner form.cart .variations td select {
    padding: 15px !important;
}
  
  .foodproduct_productandcart form.cart .variations td.value span:after {
    border: 6px solid;
    border-color: var(--black) transparent transparent;
    content: "";
    display: block;
    height: auto;
    margin-top: -26px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    width: 0;
    transform: unset;
  }
  
  .foodproduct_productandcart .variations .reset_variations {
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    color: var(--black);
}
  
  .foodproduct_productandcart .single_variation_wrap .woocommerce-variation-description p {
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    color: var(--body-color);
    font-size: 15px;
    line-height: 1.8em;
}
  
  .foodproduct_productandcart .single_variation_wrap .woocommerce-variation-price .price {
    margin-bottom: 10px;
    display: block;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    color: var(--black);
    font-size: 17px;
    line-height: 1.8em;
}
  
  @media only screen and (max-width: 981px){
    .foodproduct_section2_tab .et_pb_all_tabs {
    max-width: 100%;
    padding: 0 15px;
    margin: 30px auto 0;
}
  }

  @media only screen and (max-width: 767px){
    .foodproduct_section2_tab ul.et_pb_tabs_controls {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: unset;
    border-bottom: 1px solid var(--border-color);
    margin: 0;
    background-color: transparent !important;
    display: block;
}
    
    .foodproduct_section2_tab ul.et_pb_tabs_controls li a {
    display: block;
    position: relative;
    padding: 20px 0 !important;
    text-align: center;
}
    
    .foodproduct_section2_tab .et_pb_all_tabs {
    max-width: 100%;
    padding: 0 15px;
    margin: 30px auto 0;
}
  }

/*-------- Cart --------*/
.food_cart .quantity{
    margin: auto;
  }
  
.food_cart tr td{
  text-align:right;
  }
  
.food_cart .wc-proceed-to-checkout{
  padding:0;
  }

/*-------- Checkout --------*/
.food_checkout .woocommerce-billing-fields__field-wrapper{
    padding: 30px 25px;
  }
  
.food_checkout #order_review_heading{
  background-color: var(--golden);
    padding: 25px;
  }  
  
  .food_checkout thead tr th{
    padding: 22px 12px !important;
    background:var(--background);
  }
  
  .food_checkout .shop_table .product-name a{
    color: var(--golden);
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
  }

.food_checkout .checkout .woocommerce-NoticeGroup .woocommerce-error{
    background: var(--golden);
  }

/*-------- Blog Detail --------*/
.food_section2_socialtext ul{
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
  }
  
  .food_section2_socialtext ul li a{
    margin-left: 5px;
  }
  
  .foodblogdetail_section2_comment .comment-form{
    padding-bottom: 0 !important;
  }
  
  .foodblogdetail_section2_comment #comment-wrap{
    padding: 0;
  }
  
  .foodblogdetail_sidebar .wp-block-categories li{
    padding-left: 20px !important;
    display: table;
  }
  
  .foodblogdetail_sidebar .wp-block-categories li:before{
   content: "\39";
    font-family: ETmodules !important;
    padding-right: 5px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
  }
  
  .foodblogdetail_sidebar .wp-block-categories li,.foodblogdetail_sidebar .wp-block-latest-posts li{
  padding: 0;
  margin-bottom: 16px !important;
    position: relative;
  }
  
  .foodblogdetail_sidebar .wp-block-categories li a,.foodblogdetail_sidebar .wp-block-latest-posts li a{
    color: var(--black) !important;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  }
  
  .foodblogdetail_sidebar .wp-block-categories li a:hover,.foodblogdetail_sidebar .wp-block-latest-posts li a:hover{
    color: var(--golden) !important;
  }
  
  .foodblogdetail_sidebar .wp-block-categories li:last-child,.foodblogdetail_sidebar .wp-block-latest-posts li:last-child{
    margin-bottom: 0 !important;
  }
  
  .foodblogdetail_sidebar .wp-block-categories li a{
    position: relative;
  }

.foodblogdetail_sidebar .wp-block-tag-cloud a{
  line-height: 1;
    padding: 12px 20px;
  	color: var(--white) !important;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif !important;
  font-size: 13px !important;
  margin: 5px;
  border-radius: 0 !important;
  boder: 0 !important;
  background: var(--black);
  -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  letter-spacing: 1px;
  }

  .foodblogdetail_sidebar .wp-block-tag-cloud a:hover{
    background-color: var(--golden);
  }
  
  .foodblogdetail_sidebar .et_pb_widget .wp-block-group h2{
    font-weight: 600;
    position: relative;
    border-bottom: 4px double var(--black);
    display: inline-block;
    margin-bottom: 35px;
    padding-bottom: 10px !important;
  }
  
  .foodblogdetail_sidebar .widget_search .wp-block-search__button {
    background-color: var(--black);
    color: var(--white);
    width: 75px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
  
  .foodblogdetail_sidebar .widget_search .wp-block-search__button:hover{
    background-color: var(--golden);
  }
  
  @media only screen and (max-width: 981px){
    .food_section2_socialtext ul{
    justify-content: center;
  }
    
    .foodblogdetail_section2_postnavigation .nav-previous, .foodblogdetail_section2_postnavigation .nav-next {
    float: none;
    display: flex;
    text-align: center;
}
    
    .foodblogdetail_section2_postnavigation .nav-previous a, .foodblogdetail_section2_postnavigation .nav-next a {
    margin: 0 auto;
}
    
    .foodblogdetail_section2_comment .logged-in-as {
    text-align: center;
}
    
    .foodblogdetail_sidebar .wp-block-categories li{
      display: table;
      margin-left: auto;
      margin-right: auto;
    }
  }

/*-------- Blog Detail Individual Page --------*/
.foodblogdetail_section2_row4_text h5{
    padding-top: 15px;
  }
  
  .foodblogdetail_section2_row6_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
    height: 70px;
    width: 70px;
    max-width: 70px;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
  }
  
  


/* hamburger menu */
.et_divi_100_custom_hamburger_menu__icon {position: relative;display: block;width: 1.875rem;/*height: 1.875rem;*/box-sizing: border-box;cursor: pointer;padding: 0.25rem;clear: both;z-index:9999;}
.et_divi_100_custom_hamburger_menu__icon div{background:#000;width:100%;height:.125rem;margin:.25rem auto;border-radius:10px;-webkit-transition:0.3s cubic-bezier(.28,.55,.385,1.65);transition:0.3s cubic-bezier(.28,.55,.385,1.65);-webkit-transition-timing-function:cubic-bezier(.28,.55,.385,1.65);transition-timing-function:cubic-bezier(.28,.55,.385,1.65);-webkit-transform:0;transform:0;-webkit-transform-origin:center;transform-origin:center;}
.et_divi_100_custom_hamburger_menu__icon div:before,.et_divi_100_custom_hamburger_menu__icon div:after{-webkit-transition:0.3s cubic-bezier(.28,.55,.385,1.65);transition:0.3s cubic-bezier(.28,.55,.385,1.65);-webkit-transition-timing-function:cubic-bezier(.28,.55,.385,1.65);transition-timing-function:cubic-bezier(.28,.55,.385,1.65);}
/* Type 1 */
.et_divi_100_custom_hamburger_menu--type-1.et_divi_100_custom_hamburger_menu--style-2 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child){width:0;margin-left:0;opacity:1;}
.et_divi_100_custom_hamburger_menu--type-1.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-animation-name: T1S3DF;animation-name: T1S3DF;}
@-webkit-keyframes T1S3DF {
	0% {-webkit-transform: none;transform: none;}
	40% {-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	80% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
@keyframes T1S3DF {
	0% {-webkit-transform: none;transform: none;}
	40% {-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	80% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
.et_divi_100_custom_hamburger_menu--type-1.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {-webkit-animation-name: T1S3L;animation-name: T1S3L;}
@-webkit-keyframes T1S3L {
	0% {-webkit-transform: none;transform: none;}
	40% {-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	80% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
@keyframes T1S3L {
	0% {-webkit-transform: none;transform: none;}
	40% {-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	80% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
.et_divi_100_custom_hamburger_menu--type-1.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div {-webkit-animation-timing-function: linear;animation-timing-function: linear;}
.et_divi_100_custom_hamburger_menu--type-1.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-animation-name: T1S4DF;animation-name: T1S4DF;}
@-webkit-keyframes T1S4DF {
	0% {margin-right: 0;-webkit-transform: none;transform: none;}
	20% {width: 100%;-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	40% {width: 0;margin-right: 0;-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	80% {width: 0;margin-right: auto;-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
	90% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
@keyframes T1S4DF {
	0% {margin-right: 0;-webkit-transform: none;transform: none;}
	20% {width: 100%;-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	40% {width: 0;margin-right: 0;-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	80% {width: 0;margin-right: auto;-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
	90% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
.et_divi_100_custom_hamburger_menu--type-1.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {-webkit-animation-name: T1S4L;animation-name: T1S4L;}
@-webkit-keyframes T1S4L {
	0% {margin-left: 0;-webkit-transform: none;transform: none;}
	20% {width: 100%;-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	40% {width: 0;margin-left: 0;-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	80% {width: 0;margin-left: auto;-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
	90% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
@keyframes T1S4L {
	0% {margin-left: 0;-webkit-transform: none;transform: none;}
	20% {width: 100%;-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	40% {width: 0;margin-left: 0;-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	80% {width: 0;margin-left: auto;-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
	90% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
.et_divi_100_custom_hamburger_menu--type-1.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div {-webkit-animation-timing-function: linear;animation-timing-function: linear;}
.et_divi_100_custom_hamburger_menu--type-1.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-animation-name: T1S5DF;animation-name: T1S5DF;}
@-webkit-keyframes T1S5DF {
	0% {margin-right: 0;-webkit-transform: none;transform: none;-webkit-transform-origin: top right;transform-origin: top right;}
	25% {width: 100%;-webkit-transform: translateY(0.375rem) rotate(10deg);transform: translateY(0.375rem) rotate(10deg);}
	30% {width: 100%;-webkit-transform: translateY(0.375rem) rotate(10deg);transform: translateY(0.375rem) rotate(10deg);}
	40% {width: 0%;-webkit-transform: translateY(0.375rem) rotate(10deg);transform: translateY(0.375rem) rotate(10deg);}
	50% {width: 0%;-webkit-transform-origin: center;transform-origin: center;-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
	90% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
@keyframes T1S5DF {
	0% {margin-right: 0;-webkit-transform: none;transform: none;-webkit-transform-origin: top right;transform-origin: top right;}
	25% {width: 100%;-webkit-transform: translateY(0.375rem) rotate(10deg);transform: translateY(0.375rem) rotate(10deg);}
	30% {width: 100%;-webkit-transform: translateY(0.375rem) rotate(10deg);transform: translateY(0.375rem) rotate(10deg);}
	40% {width: 0%;-webkit-transform: translateY(0.375rem) rotate(10deg);transform: translateY(0.375rem) rotate(10deg);}
	50% {width: 0%;-webkit-transform-origin: center;transform-origin: center;-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
	90% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
.et_divi_100_custom_hamburger_menu--type-1.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child) {-webkit-animation-name: T1S5DM;animation-name: T1S5DM;width: 0%;}
@-webkit-keyframes T1S5DM {
	0% {width: 100%;opacity: 1;}
	40% {width: 100%;}
	50% {width: 0%;opacity: 1;}
}
@keyframes T1S5DM {
	0% {width: 100%;opacity: 1;}
	40% {width: 100%;}
	50% {width: 0%;opacity: 1;}
}
.et_divi_100_custom_hamburger_menu--type-1.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {-webkit-animation-name: T1S5L;animation-name: T1S5L;}
@-webkit-keyframes T1S5L {
	0% {margin-left: 0;-webkit-transform: none;transform: none;-webkit-transform-origin: bottom left;transform-origin: bottom left;}
	25% {width: 100%;-webkit-transform: translateY(-0.375rem) rotate(10deg);transform: translateY(-0.375rem) rotate(10deg);}
	30% {width: 100%;-webkit-transform: translateY(-0.375rem) rotate(10deg);transform: translateY(-0.375rem) rotate(10deg);}
	40% {width: 0%;-webkit-transform: translateY(-0.375rem) rotate(10deg);transform: translateY(-0.375rem) rotate(10deg);}
	50% {width: 0%;-webkit-transform-origin: center;transform-origin: center;-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
	90% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
@keyframes T1S5L {
	0% {margin-left: 0;-webkit-transform: none;transform: none;-webkit-transform-origin: bottom left;transform-origin: bottom left;}
	25% {width: 100%;-webkit-transform: translateY(-0.375rem) rotate(10deg);transform: translateY(-0.375rem) rotate(10deg);}
	30% {width: 100%;-webkit-transform: translateY(-0.375rem) rotate(10deg);transform: translateY(-0.375rem) rotate(10deg);}
	40% {width: 0%;-webkit-transform: translateY(-0.375rem) rotate(10deg);transform: translateY(-0.375rem) rotate(10deg);}
	50% {width: 0%;-webkit-transform-origin: center;transform-origin: center;-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);
	}
	90% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
/* Type 2 */
.et_divi_100_custom_hamburger_menu--type-2 .et_divi_100_custom_hamburger_menu__icon div, .et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;background:0;}
.et_divi_100_custom_hamburger_menu--type-2 .et_divi_100_custom_hamburger_menu__icon div:before, .et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon div:before, .et_divi_100_custom_hamburger_menu--type-2 .et_divi_100_custom_hamburger_menu__icon div:after, .et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon div:after{content:'';display:block;background:#000;width:2px;min-width:2px;height:2px;border-radius:10px;margin:0 2px 0 0;}
.et_divi_100_custom_hamburger_menu--type-2 .et_divi_100_custom_hamburger_menu__icon div:after, .et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon div:after{width:100%;margin:0;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-2 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child), .et_divi_100_custom_hamburger_menu--style-2.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child) {opacity: 1;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-2 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before, .et_divi_100_custom_hamburger_menu--style-2.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before, .et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-2 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after, .et_divi_100_custom_hamburger_menu--style-2.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after {width: 0;min-width: 0;margin-left: 0;opacity: 1;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child, .et_divi_100_custom_hamburger_menu--style-3.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-animation-name: T2S3DF;animation-name: T2S3DF;}
@-webkit-keyframes T2S3DF {
	0% {-webkit-transform: none;transform: none;}
	20% {-webkit-transform: none;transform: none;}
	40% {-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	80% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
@keyframes T2S3DF {
	0% {-webkit-transform: none;transform: none;}
	20% { -webkit-transform: none; transform: none; }
	40% { -webkit-transform: translateY(0.375rem); transform: translateY(0.375rem);}
	80% { -webkit-transform: translateY(0.375rem) rotate(45deg); transform: translateY(0.375rem) rotate(45deg);}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:before, .et_divi_100_custom_hamburger_menu--style-3.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:before {-webkit-animation-name: T2S3DFB;animation-name: T2S3DFB;}
@-webkit-keyframes T2S3DFB {
	0% { width: 100%; -webkit-transform: none;transform: none;}
	20% {-webkit-transform: none;transform: none;}
}
@keyframes T2S3DFB {
	0% {width: 100%;-webkit-transform: none;transform: none;}
	20% {-webkit-transform: none;transform: none;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:after, .et_divi_100_custom_hamburger_menu--style-3.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:after {-webkit-animation-name: T2S3DMA;animation-name: T2S3DMA;}
@-webkit-keyframes T2S3DMA {
	0% {width: 100%; -webkit-transform: none;transform: none;}
	20% { -webkit-transform: none; transform: none;}
}
@keyframes T2S3DMA {
	0% { width: 100%;-webkit-transform: none; transform: none;}
	20% {-webkit-transform: none;transform: none;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child, .et_divi_100_custom_hamburger_menu--style-3.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {-webkit-animation-name: T2S3DL;animation-name: T2S3DL;}
@-webkit-keyframes T2S3DL {
	0% {-webkit-transform: none;transform: none;}
	20% {-webkit-transform: none;transform: none;}
	40% {-webkit-transform: translateY(-0.25rem);transform: translateY(-0.25rem);}
	80% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
@keyframes T2S3DL {
	0% {-webkit-transform: none;transform: none;}
	20% {-webkit-transform: none;transform: none;}
	40% {-webkit-transform: translateY(-0.25rem);transform: translateY(-0.25rem);}
	80% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:before, .et_divi_100_custom_hamburger_menu--style-3.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:before {-webkit-animation-name: T2S3DFB;animation-name: T2S3DFB;}
@keyframes T2S3DFB {
	0% {width: 100%;-webkit-transform: none;transform: none;}
	20% {-webkit-transform: none;transform: none;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:after, .et_divi_100_custom_hamburger_menu--style-3.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:after {-webkit-animation-name: T2S3DMA;animation-name: T2S3DMA;}
@keyframes T2S3DMA {
	0% {width: 100%;-webkit-transform: none;transform: none;}
	20% {-webkit-transform: none;transform: none;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div {-webkit-transform: none;transform: none;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:before, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:before, .et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:after, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:after {width: 0%;min-width: 0;margin: 0 auto;opacity: 0;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child), .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child) {position: relative;opacity: 1;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before, .et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after {position: absolute;width: 100%;-webkit-transition: all 0.3s linear transform 0.3s 0.3s linear;transition: all 0.3s linear transform 0.3s 0.3s linear;-webkit-transform-origin: center;transform-origin: center;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before {-webkit-transform: rotate(45deg);transform: rotate(45deg);}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after {-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:before, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:before, .et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:after, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:after {width: 100%;min-width: 0;opacity: 0;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div {-webkit-transform: none;transform: none;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {position: relative;-webkit-animation-name: T2S5DF;animation-name: T2S5DF;-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
@-webkit-keyframes T2S5DF {
	20% {-webkit-transform: none;transform: none;}
}
@keyframes T2S5DF {
	20% {-webkit-transform: none;transform: none;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:before, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:before, .et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:after, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:after {position: absolute;width: 0;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:before, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:before {left: 0;-webkit-animation-name: T2S5DFB;animation-name: T2S5DFB;}
@-webkit-keyframes T2S5DFB {
	20% {width: 0%;}
}
@keyframes T2S5DFB {
	20% {width: 0%;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:after, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:after {right: 0;-webkit-animation-name: T2S5DFA;animation-name: T2S5DFA;}
@-webkit-keyframes T2S5DFA {
	20% {width: 0%;}
}
@keyframes T2S5DFA {
	20% {width: 0%;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child), .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child) {position: relative;opacity: 1;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before, .et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after {margin: 0 auto;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before {display: none;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after {-webkit-animation-name: T2S5DL;animation-name: T2S5DL; width: 2px;}
@-webkit-keyframes T2S5DL {
	20% {-webkit-transform: 100%;transform: 100%;}
}
@keyframes T2S5DL {
	20% {-webkit-transform: 100%;transform: 100%;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {position: relative;-webkit-animation-name: T2S5DL;animation-name: T2S5DL;-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
@keyframes T2S5DL {
	20% {-webkit-transform: none;transform: none;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:before, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:before, .et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:after, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:after {position: absolute;width: 0;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:before, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:before {left: 0;-webkit-animation-name: T2S5DFB;animation-name: T2S5DFB;}
@keyframes T2S5DFB {
	20% {width: 0%;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:after, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:after {right: 0;-webkit-animation-name: T2S5DMA;animation-name: T2S5DMA;}
@-webkit-keyframes T2S5DMA {
	20% {width: 0%;}
}
@keyframes T2S5DMA {
	20% {width: 0%;}
}
/* Type 3 */
.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon div:before {width: 100%;margin: 0 2px 0 0;}
.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon div:after {width: 2px;margin: 0;}
/* Type 4 */
.et_divi_100_custom_hamburger_menu--type-4 .et_divi_100_custom_hamburger_menu__icon div {width: 2px;margin-right: auto;margin-left: auto;}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-2 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-animation-name: T4S2DF;animation-name: T4S2DF;}
@-webkit-keyframes T4S2DF {
	0% {-webkit-transform: none;transform: none;}
	20% {width: 2px;-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	40% {-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	80% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
@keyframes T4S2DF {
	0% {-webkit-transform: none;transform: none;}
	20% {width: 2px;-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	40% {-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	80% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-2 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {-webkit-animation-name: T4S2L;animation-name: T4S2L;}
@-webkit-keyframes T4S2L {
	0% {-webkit-transform: none;transform: none;}
	20% {width: 2px;-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	40% {-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	80% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
@keyframes T4S2L {
	0% {-webkit-transform: none;transform: none;}
	20% {width: 2px;-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	40% {-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	80% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled {-webkit-animation: T4S30.6s cubic-bezier(0.28, 0.55, 0.385, 1.65);animation: T4S30.6s cubic-bezier(0.28, 0.55, 0.385, 1.65);}
@-webkit-keyframes T4S3 {
	100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes T4S3 {
	100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div {-webkit-animation-timing-function: linear;animation-timing-function: linear;}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-animation-name: T4S3DF;animation-name: T4S3DF;}
@-webkit-keyframes T4S3DF {
	0% {-webkit-transform: none;transform: none;}
	40% {width: 2px;-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	80% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
@keyframes T4S3DF {
	0% {-webkit-transform: none;transform: none;}
	40% {width: 2px;-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	80% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {-webkit-animation-name: T4S3L;animation-name: T4S3L;}
@-webkit-keyframes T4S3L {
	0% {-webkit-transform: none;transform: none;}
	40% {width: 2px;-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	80% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
@keyframes T4S3L {
	0% {-webkit-transform: none;transform: none;}
	40% {width: 2px;-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);
	}
	80% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled {-webkit-animation: T4S40.6s cubic-bezier(0.28, 0.55, 0.385, 1.65);animation: T4S40.6s cubic-bezier(0.28, 0.55, 0.385, 1.65);}
@-webkit-keyframes T4S4 {
	100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes T4S4 {
	100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-animation-name: T4S4DF;animation-name: T4S4DF;}
@-webkit-keyframes T4S4DF {}
@keyframes T4S4DF {}.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled{-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:0.3s cubic-bezier(.28,.55,.385,1.65);transition:0.3s cubic-bezier(.28,.55,.385,1.65);-webkit-transition-timing-function:cubic-bezier(.28,.55,.385,1.65);transition-timing-function:cubic-bezier(.28,.55,.385,1.65);}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div {width: 2px;-webkit-transform: none;transform: none;}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-transform: translateY(-4px);transform: translateY(-4px);}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child) {width: 100%;opacity: 1;}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {-webkit-transform: translateY(4px);transform: translateY(4px);}
/* Toggled */
.et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div {width: 100%;-webkit-animation-duration: 0.6s;animation-duration: 0.6s;
	-webkit-animation-timing-function: cubic-bezier(0.28, 0.55, 0.385, 1.65);animation-timing-function: cubic-bezier(0.28, 0.55, 0.385, 1.65);}
.et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:after, .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:before {width: 100%;}
.et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-transform: translateY(0.375rem) rotate(45deg);
	transform: translateY(0.375rem) rotate(45deg);}
.et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child) {opacity: 0;}
.et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {-webkit-transform: translateY(-0.375rem) rotate(-45deg);
	transform: translateY(-0.375rem) rotate(-45deg);}
.et_divi_100_custom_hamburger_menu .mobile_menu_bar:before, .et_divi_100_custom_hamburger_menu .mobile_menu_bar:after {display: none;}




/*Back To Top Style*/
.et_divi_100_custom_back_to_top .et_pb_scroll_top {z-index: 9999999;position: fixed;right: 20px;bottom: 20px;background: #236e9c;width: 40px;height: 40px;box-shadow: 0 2px 4px rgba(108, 46, 185, 0.2);-webkit-transition: all 0.2s ease, -webkit-transform 0.6s ease;transition: all 0.2s ease, -webkit-transform 0.6s ease;transition: all 0.2s ease, transform 0.6s ease;transition: all 0.2s ease, transform 0.6s ease, -webkit-transform 0.6s ease;cursor: pointer;}
.et_divi_100_custom_back_to_top .et_pb_scroll_top:before {display: none;}
.et_divi_100_custom_back_to_top .et_pb_scroll_top, .et_divi_100_custom_back_to_top .et_pb_scroll_top.et-visible, .et_divi_100_custom_back_to_top .et_pb_scroll_top.et-hidden {-animation: none !important;animation: none !important;}
	.et_divi_100_custom_back_to_top .et_pb_scroll_top, .et_divi_100_custom_back_to_top .et_pb_scroll_top.et-hidden {-webkit-transform: scale(0) rotate(0deg);transform: scale(0) rotate(0deg);}
	.et_divi_100_custom_back_to_top .et_pb_scroll_top.et-visible {-webkit-transform: scale(1) rotate(360deg);transform: scale(1) rotate(360deg);}
	.et_divi_100_custom_back_to_top .et_pb_scroll_top .et-icon-arrow-up {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
	.et_divi_100_custom_back_to_top--style-1 .et_pb_scroll_top {border-radius: 100%;}
	.et_divi_100_custom_back_to_top--style-2 .et_pb_scroll_top {border-radius: 4px;}
	.et_divi_100_custom_back_to_top--style-3 .et_pb_scroll_top {border-radius: 4px;}
	.et_divi_100_custom_back_to_top--style-3 .et_pb_scroll_top.et-visible {-webkit-transform: scale(1) rotate(405deg);transform: scale(1) rotate(405deg);}
	.et_divi_100_custom_back_to_top--style-3 .et_pb_scroll_top .et-icon-arrow-up {-webkit-transform: translate(-50%, -50%) rotate(-45deg);transform: translate(-50%, -50%) rotate(-45deg);}
	.et_divi_100_custom_back_to_top--style-4 .et_pb_scroll_top {right: 0;border-radius: 4px 0 0 4px;}
	.et_divi_100_custom_back_to_top--style-4 .et_pb_scroll_top, .et_divi_100_custom_back_to_top--style-4 .et_pb_scroll_top.et-hidden {-webkit-transform: scale(1) translate(100%, 0);transform: scale(1) translate(100%, 0);}
	.et_divi_100_custom_back_to_top--style-4 .et_pb_scroll_top.et-visible {-webkit-transform: none;transform: none;}
	.et_divi_100_custom_back_to_top--style-5 .et_pb_scroll_top {right: 0;width: auto;border-radius: 4px 0 0 4px;padding: 0 20px;line-height: 40px;}
	.et_divi_100_custom_back_to_top--style-5 .et_pb_scroll_top:before {content: 'Back To Top';display: inline-block;color: #FFF;font-weight: 700;}
	.et_divi_100_custom_back_to_top--style-5 .et_pb_scroll_top, .et_divi_100_custom_back_to_top--style-5 .et_pb_scroll_top.et-hidden {-webkit-transform: scale(1) translate(100%, 0);transform: scale(1) translate(100%, 0);}
	.et_divi_100_custom_back_to_top--style-5 .et_pb_scroll_top.et-visible {-webkit-transform: none;transform: none;}
	.et_divi_100_custom_back_to_top--style-5 .et_pb_scroll_top .et-icon-arrow-up {display: none;}
	.et_divi_100_custom_back_to_top--style-6 .et_pb_scroll_top {right: 0;width: auto;border-radius: 4px 4px 0 0;padding: 0 20px;line-height: 40px;}
	.et_divi_100_custom_back_to_top--style-6 .et_pb_scroll_top:before {content: 'Back To Top';display: inline-block;color: #FFF;font-weight: 700;}
	.et_divi_100_custom_back_to_top--style-6 .et_pb_scroll_top, .et_divi_100_custom_back_to_top--style-6 .et_pb_scroll_top.et-hidden {right: 40px;bottom: 100px;-webkit-transform-origin: right top;transform-origin: right top;-webkit-transform: scale(1) translate(100%, 0) rotate(-90deg);transform: scale(1) translate(100%, 0) rotate(-90deg);}
	.et_divi_100_custom_back_to_top--style-6 .et_pb_scroll_top.et-visible {-webkit-transform: rotate(-90deg);transform: rotate(-90deg);}
	.et_divi_100_custom_back_to_top--style-6 .et_pb_scroll_top .et-icon-arrow-up {display: none;}
	.et_divi_100_custom_back_to_top--style-7 .et_pb_scroll_top {right: 0;left: 0;bottom: 0;width: auto;padding: 0 20px;line-height: 40px;}
	.et_divi_100_custom_back_to_top--style-7 .et_pb_scroll_top:before {content: 'Back To Top';display: block;color: #FFF;font-weight: 700;text-align: center;}
	.et_divi_100_custom_back_to_top--style-7 .et_pb_scroll_top, .et_divi_100_custom_back_to_top--style-7 .et_pb_scroll_top.et-hidden {-webkit-transform: scale(1);transform: scale(1);}
	.et_divi_100_custom_back_to_top--style-7 .et_pb_scroll_top.et-visible {-webkit-transform: none;transform: none;}
	.et_divi_100_custom_back_to_top--style-7 .et_pb_scroll_top .et-icon-arrow-up {display: none;}
	
/*****Pagination******/
.pagination-container{ margin-bottom:0px !important;}
.et_pb_row_custom_pagination{clear:both;text-align: left;}
.pagination-container{padding-top: 0 !important;margin-top:2em;margin-bottom:2em;}
.screen-reader-text{display: none;}
.navigation.dfds_blogpagination .page-numbers{display: inline-block;border-right: 0;padding: 0em 1em;margin: 0 -1px;line-height: 2.6em;}
.navigation.dfds_blogpagination .page-numbers.prev,.navigation.dfds_blogpagination .page-numbers.next{padding: 0 .5em;}
.navigation.dfds_blogpagination span.page-numbers {color:var(--black);border: 1px solid;border-color: var(--black) !important;font-weight: 600;}
.navigation.dfds_blogpagination .page-numbers .et-pb-icon{font-size: 1.6em;vertical-align: middle;line-height: 1.5em;margin-top: -3px;}
.navigation.dfds_blogpagination a.page-numbers:hover, .navigation.dfds_blogpagination span.page-numbers {background-color: var(--golden) !important;}
.navigation.dfds_blogpagination a.page-numbers {color: #fff !important;background: var(--golden);}
.navigation.dfds_blogpagination a.page-numbers:hover {color: #fff !important; } 


/********** Mobile Menu Style1************/
 .et_divi_100_mm_m_style1 .et_pb_menu ul.et_mobile_menu {
    max-height: 80vh;
    overflow-y: auto;
}
  
  /*change hamburger icon to x when mobile menu is open*/

.et_divi_100_mm_m_style1 #et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
.et_divi_100_mm_m_style1 .et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}


/*adjust the new toggle element which is added via jQuery*/

.et_divi_100_mm_m_style1 ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et_divi_100_mm_m_style1 ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db.et_divi_100_mm_m_style1 #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db.et_divi_100_mm_m_style1 #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
	width: 44px;
	height: 100%;
	padding: 0px !important;
	max-height: 44px;
	border: none;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999;
	background-color: transparent;
}


/*some code to keep everyting positioned properly*/

.et_divi_100_mm_m_style1 ul.et_mobile_menu>li.menu-item-has-children,
.et_divi_100_mm_m_style1 ul.et_mobile_menu>li.page_item_has_children,
.et_divi_100_mm_m_style1 ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et_divi_100_mm_m_style1.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children,
.et_divi_100_mm_m_style1.et-db #et-boc .et-l ul.et_mobile_menu>li.page_item_has_children,
.et_divi_100_mm_m_style1.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children {
	position: relative;
}


/*remove default background color from menu items that have children*/

.et_divi_100_mm_m_style1 .et_mobile_menu .menu-item-has-children>a,
.et_divi_100_mm_m_style1.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
}


/*hide the submenu by default*/

.et_divi_100_mm_m_style1 ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et_divi_100_mm_m_style1 #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et_divi_100_mm_m_style1.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et_divi_100_mm_m_style1.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
	display: none !important;
	visibility: hidden !important;
}


/*show the submenu when toggled open*/

.et_divi_100_mm_m_style1 ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et_divi_100_mm_m_style1 #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et_divi_100_mm_m_style1.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et_divi_100_mm_m_style1.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
	display: block !important;
	visibility: visible !important;
}


/*adjust the toggle icon position and transparency*/

.et_divi_100_mm_m_style1 ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et_divi_100_mm_m_style1.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
	text-align: center;
	opacity: 1;
}


/*submenu toggle icon when closed*/

.et_divi_100_mm_m_style1 ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et_divi_100_mm_m_style1.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
	top: 10px;
	position: relative;
	font-family: "ETModules";
	content: '\33';
	color:  var(--black);
	background:  var(--white);
	border-radius: 50%;
	padding: 3px;
}


/*submenu toggle icon when open*/

.et_divi_100_mm_m_style1 ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
.et_divi_100_mm_m_style1.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after {
	content: '\4d';
}


/*adjust the position of the hamburger menu*/

.et_divi_100_mm_m_style1 .mobile_menu_bar {
	position: relative;
	display: block;
	bottom: 5px;
	line-height: 0;
}


/*force the background color and add a rounded border*/

.et_divi_100_mm_m_style1 .et_pb_menu .et_mobile_menu,
.et_divi_100_mm_m_style1 .et_pb_menu .et_mobile_menu ul {
	background-color: var(--white) !important;
	border-radius: 10px;
}

/********** Mobile Menu Style2************/
 .et_divi_100_mm_m_style2{overflow-x: hidden;}
 .et_divi_100_mm_m_style2 .et_pb_menu ul.et_mobile_menu {
    max-height: 80vh;
    overflow-y: auto;
}
/*edit the Divi submenu*/
.et_divi_100_mm_m_style2 .et_pb_menu .nav li ul {
margin-top:20px!important;
} 

/*Mobile Menu*/
.et_divi_100_mm_m_style2 .et_mobile_menu{
Border-top:none;
display: block!important;
padding-top:100px!important;
padding-left: 0!important;
padding-right: 0!important;
z-index: 9998;
min-width:100vw;
min-height:100vh;
top:-15px !important;
left:-5vw !important;
position: absolute !important;
}

.et_divi_100_mm_m_style2 .mobile_nav.closed #mobile_menu,
.et_divi_100_mm_m_style2 .mobile_nav.closed .et_mobile_menu,
.et_divi_100_mm_m_style2.et-db #et-boc .et-l .mobile_nav.closed .et_mobile_menu {
transform: translateY(-110%);
-webkit-transform: translateY(-110%);
transform-origin:top;
-webkit-transform-origin:top;
transition: .8s ease-in-out!important;
visibility:hidden;
}

.et_divi_100_mm_m_style2 .mobile_nav.opened #mobile_menu,
.et_divi_100_mm_m_style2 .mobile_nav.opened .et_mobile_menu,
.et_divi_100_mm_m_style2.et-db #et-boc .et-l .mobile_nav.opened .et_mobile_menu {
transform:translateY(-10px);
-webkit-transform: translateY(-10px);
transform-origin:top;
-webkit-transform-origin:top;
transition: .8s ease-in-out;
visibility:visible;
}

.et_divi_100_mm_m_style2 .et_mobile_menu li a{
text-align:center;
padding-left:0px!important;
background:transparent!important;
}
  

.et_divi_100_mm_m_style2 .et_mobile_menu li:not(:last-child) a{
border-bottom: 1px solid rgba(0,0,0,0.10)!important;
}

.et_divi_100_mm_m_style2 .mobile_nav .menu-item-has-children > a {
background: transparent!important;
color: #000!important;
font-weight: inherit;
}
  
/*Mobile Menu Bar*/
.et_divi_100_mm_m_style2 .mobile_menu_bar{
/*top: 5px;
/*padding:0;
right:-10px;
position:absolute;*/
right:-10px;
z-index:10001;
}  

/*change Divi hamburger menu to X*/
.et_divi_100_mm_m_style2 .mobile_nav.opened .mobile_menu_bar:before {
content: '\4d';
color:#fff;
}

@media all and (min-width: 768px) and (max-width: 980px){
.et_divi_100_mm_m_style2 #page-container .mobile_nav .menu-item-has-children > a + span{right:15px;}

  
}
  
/**** Divi Mobile Menu Collapse Effect ****/
/**** This hides the sub menu items on mobile ****/
.et_divi_100_mm_m_style2.et-db #page-container .mobile_nav li ul.hide {
display: none !important;
}

/**** This adjusts the positioning and the background transparency of the parent menu item on mobile ****/
.et_divi_100_mm_m_style2 #page-container .mobile_nav .menu-item-has-children {
position: relative;
}
.et_divi_100_mm_m_style2 #page-container .mobile_nav .menu-item-has-children > a {
background: transparent;
}

/**** This styles the icon and moves it to the right ****/
.et_divi_100_mm_m_style2 #page-container .mobile_nav .menu-item-has-children > a + span {
position: absolute;
right: 0;
top: 0;
padding: 10px 20px;
font-size: 20px;
font-weight: 700;
cursor: pointer;
z-index: 3;
}

/**** Here you can swap out the actual icons ****/
.et_divi_100_mm_m_style2 #page-container span.menu-closed:before {
content: "\4c";
display: block;
color:  var(--golden);
font-size: 16px;
font-family: ETmodules;
}
.et_divi_100_mm_m_style2 #page-container span.menu-closed.menu-open:before {
content: "\4d";
}
/********** Mobile Menu Style3************/
 .et_divi_100_mm_m_style3{overflow-x: hidden;}
.et_divi_100_mm_m_style3 .et_pb_menu ul.et_mobile_menu {
    max-height: 80vh;
    overflow-y: auto;
}


/*Mobile Menu*/
.et_divi_100_mm_m_style3 .et_mobile_menu{
Border-top:none;
display: block!important;
min-height: 100vh;
padding-top:60px!important;
padding-left:0px!important;
padding-right:0px!important;
z-index: 9998 !important;
width: 80% !important;
min-width: 200px;
left: auto!important;
max-width: 350px;
right: -5vw;
top:-15px !important;
position: absolute !important;
box-shadow: 2px 5px 28px -1px rgba(0,0,0,0.75) !important;
-webkit-box-shadow: 2px 5px 28px -1px rgba(0,0,0,0.75) !important;
-moz-box-shadow: 2px 5px 28px -1px rgba(0,0,0,0.75) !important;
}

.et_divi_100_mm_m_style3 .mobile_nav.closed #mobile_menu,
.et_divi_100_mm_m_style3 .mobile_nav.closed .et_mobile_menu,
.et_divi_100_mm_m_style3.et-db #et-boc .et-l .mobile_nav.closed .et_mobile_menu {
transform: rotateY(90deg);
-webkit-transform: rotateY(90deg);
transform-origin: right;
-webkit-transform-origin: right;
transition: .8s ease-in-out!important
}

.et_divi_100_mm_m_style3 .mobile_nav.opened #mobile_menu,
.et_divi_100_mm_m_style3 .mobile_nav.opened .et_mobile_menu,
.et_divi_100_mm_m_style3.et-db #et-boc .et-l .mobile_nav.opened .et_mobile_menu {
transform: rotateY(0deg);
-webkit-transform: rotateY(0deg);
transform-origin: right;
-webkit-transform-origin: right;
transition: .8s ease-in-out;
}

.et_divi_100_mm_m_style3 .et_mobile_menu li a{
text-align:left;
padding-left:20px!important;
background:transparent!important;
}
  
.et_divi_100_mm_m_style3 .et_mobile_menu li:not(:last-child) a{
border-bottom: 1px solid rgba(0,0,0,0.10)!important;
}

.et_divi_100_mm_m_style3 .mobile_nav .menu-item-has-children > a {
background: transparent!important;
color:#000!important;
font-weight:inherit;
}
  
/*Mobile Menu Bar*/
.et_divi_100_mm_m_style3 .mobile_menu_bar{
/*top: 15px;
padding:0;
position: absolute;*/
right:-10px;
z-index: 10001;
}  

/*change Divi hamburger menu to X*/
.et_divi_100_mm_m_style3 .mobile_nav.opened .mobile_menu_bar:before {
content: '\4d';
  color:#000;
}

@media all and (min-width: 768px) and (max-width: 980px){
.et_divi_100_mm_m_style3 #page-container .mobile_nav .menu-item-has-children > a + span{right:15px;}
}
  


/**** Divi Mobile Menu Collapse Effect ****/
/**** This hides the sub menu items on mobile ****/
.et_divi_100_mm_m_style3.et-db #page-container .mobile_nav li ul.hide {
display: none !important;
}

/**** This adjusts the positioning and the background transparency of the parent menu item on mobile ****/
.et_divi_100_mm_m_style3 #page-container .mobile_nav .menu-item-has-children {
position: relative;
}
.et_divi_100_mm_m_style3 #page-container .mobile_nav .menu-item-has-children > a {
background: transparent;
}

/**** This styles the icon and moves it to the right ****/
.et_divi_100_mm_m_style3 #page-container .mobile_nav .menu-item-has-children > a + span {
position: absolute;
right: 0;
top: 0;
padding: 10px 20px;
font-size: 20px;
font-weight: 700;
cursor: pointer;
z-index: 3;
}

/**** Here you can swap out the actual icons ****/
.et_divi_100_mm_m_style3 #page-container span.menu-closed:before {
content: "\4c";
display: block;
color: #000;
font-size: 16px;
font-family: ETmodules;
}
.et_divi_100_mm_m_style3 #page-container span.menu-closed.menu-open:before {
content: "\4d";
}

/********** Mobile Menu Style4************/
 .et_divi_100_mm_m_style4{overflow-x: hidden;}
.et_divi_100_mm_m_style4 .et_pb_menu ul.et_mobile_menu {
    max-height: 80vh;
    overflow-y: auto;
}

  
/*Divi Mobile Menu*/
 .et_divi_100_mm_m_style4 .et_mobile_menu{
Border-top:none;
display: block!important;
min-height: 100vh;
padding-top:60px!important;
padding-left: 0px!important;
padding-right: 0px!important;
z-index: 9998 !important;
width: 80% !important;
min-width: 200px;
right: auto!important;
max-width: 350px;
left:-5vw !important;
top:-15px !important;
position: absolute !important;
box-shadow: 2px 5px 28px -1px rgba(0,0,0,0.75) !important;
-webkit-box-shadow: 2px 5px 28px -1px rgba(0,0,0,0.75) !important;
-moz-box-shadow: 2px 5px 28px -1px rgba(0,0,0,0.75) !important;
}

 .et_divi_100_mm_m_style4 .mobile_nav.closed #mobile_menu,
 .et_divi_100_mm_m_style4 .mobile_nav.closed .et_mobile_menu,
 .et_divi_100_mm_m_style4.et-db #et-boc .et-l .mobile_nav.closed .et_mobile_menu {
transform: rotateY(90deg);
-webkit-transform: rotateY(90deg);
transform-origin: left;
-webkit-transform-origin: left;
transition: .8s ease-in-out!important
}

 .et_divi_100_mm_m_style4 .mobile_nav.opened #mobile_menu,
 .et_divi_100_mm_m_style4 .mobile_nav.opened .et_mobile_menu,
 .et_divi_100_mm_m_style4.et-db #et-boc .et-l .mobile_nav.opened .et_mobile_menu {
transform: rotateY(0deg);
-webkit-transform: rotateY(0deg);
transform-origin:left;
-webkit-transform-origin:left;
transition: .8s ease-in-out;
}

 .et_divi_100_mm_m_style4 .et_mobile_menu li a{
text-align:left;
padding-left:20px!important;
background:transparent!important;
}
  

 .et_divi_100_mm_m_style4 .et_mobile_menu li:not(:last-child) a{
border-bottom: 1px solid rgba(0,0,0,0.10)!important;
}

 .et_divi_100_mm_m_style4 .mobile_nav .menu-item-has-children > a {
background: transparent!important;
color: #000!important;
}
  
/*Mobile Menu Bar*/
 .et_divi_100_mm_m_style4 .mobile_menu_bar{
/*top: 15px;
padding:0;
right:-10px;
position:absolute;*/
right:-10px;
z-index:10001;
}  

/*change Divi hamburger menu to X*/
 .et_divi_100_mm_m_style4 .mobile_nav.opened .mobile_menu_bar:before {
content: '\4d';
}

@media all and (min-width: 768px) and (max-width: 980px){
 .et_divi_100_mm_m_style4 #page-container .mobile_nav .menu-item-has-children > a + span{right:15px;}
}
  
  

/**** Divi Mobile Menu Collapse Effect ****/
/**** This hides the sub menu items on mobile ****/
 .et_divi_100_mm_m_style4.et-db #page-container .mobile_nav li ul.hide {
display: none !important;
}

/**** This adjusts the positioning and the background transparency of the parent menu item on mobile ****/
 .et_divi_100_mm_m_style4 #page-container .mobile_nav .menu-item-has-children {
position: relative;
}
 .et_divi_100_mm_m_style4 #page-container .mobile_nav .menu-item-has-children > a {
background: transparent;
}

/**** This styles the icon and moves it to the right ****/
 .et_divi_100_mm_m_style4 #page-container .mobile_nav .menu-item-has-children > a + span {
position: absolute;
right: 0;
top: 0;
padding: 10px 20px;
font-size: 20px;
font-weight: 700;
cursor: pointer;
z-index: 3;
}

/**** Here you can swap out the actual icons ****/
 .et_divi_100_mm_m_style4 #page-container span.menu-closed:before {
content: "\4c";
display: block;
color: #000;
font-size: 16px;
font-family: ETmodules;
}
 .et_divi_100_mm_m_style4 #page-container span.menu-closed.menu-open:before {
content: "\4d";
}

