/*
Theme Name:  Divi Grocery Store Child Theme
Theme URI:   https://divigrocerystore.diviinfinite.com
Description: Divi Grocery Store Child Theme is a versatile and user-friendly theme. It gives you stylish page layouts and sections so you can easily design your attractive online store.The first choice for grocery store, grocery e-commerce, grocery shop, grocery shopping, grocery and retail, grocery eCommerce, grocery online shop websites.
Version:     1.0
Author:      Divi Professional
Author URI:  http://divi-professional.com/
Template:    Divi
Text Domain: dgs
*/

.grocery_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);
  }
  
  .grocery_section1_headertext a{
    color: var(--green);
  }
  
  .grocery_section1_headertext a:hover{
    color: var(--white);
  }
  
  .grocery_section1_headertext span{
    color: var(--white);
  }

.grocery_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(--blue) !important;
    border-top-width: 3px;
    margin-left: 49px;
  }
  
	.grocery_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(--blue) !important;
    border-top-width: 3px;
    margin-left: 55px;
  }

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

  .groceryhome_section1_slider .et-pb-slider-arrows .et-pb-arrow-prev{
    position: absolute;
    bottom: 55px;
    right: 125px;
    z-index: 2;
    font-size: 20px;
    background: var(--black);
    border-radius: 4px;
    height: 42px;
    width: 42px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    opacity: 1 !important;
    left: auto;
    top: auto;
  }
  
  .groceryhome_section1_slider .et-pb-slider-arrows .et-pb-arrow-next{
    position: absolute;
    bottom: 55px;
    right: 75px;
    z-index: 2;
    font-size: 20px;
    background: var(--black);
    border-radius: 4px;
    height: 42px;
    width: 42px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    opacity: 1 !important;
    left: auto;
    top: auto;
  }
  
  .groceryhome_section1_slider .et-pb-slider-arrows .et-pb-arrow-prev:hover, .groceryhome_section1_slider .et-pb-slider-arrows .et-pb-arrow-next:hover{
    background: var(--green);
  }
  
  .groceryhome_section2_cta .et_pb_promo_description div h3{
    font-weight: 700;
    font-size: 28px;
    color: var(--white);
    padding-top: 5px !important;
    padding-bottom: 12px !important;
    line-height: 1.2;
  }
  
  .groceryhome_section2_cta .et_pb_promo_description div h6{
    color: var(--white);
    font-size: 14px;
  }
  
  .groceryhome_section3_blurb.et_pb_blurb:hover .et-pb-icon{
    color: var(--white) !important;
  }
  
  .groceryhome_section3_blurb.et_pb_blurb:hover .et_pb_module_header a{
    color: var(--white) !important;
  }
  
  .groceryhome_section4_cta .groceryhome_section4_cta_content{
    -webkit-transition: .4s ease;
    transition: .4s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 275px;
    min-height: 175px;
    background-color: rgba(255,255,255,.7);
    border-radius: 0 0 180px 180px;
    padding: 40px 25px;
    z-index: 1;
    text-align: center;
  }
  
  .groceryhome_section4_cta:hover .groceryhome_section4_cta_content{
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  
  .groceryhome_section4_cta1 .groceryhome_section4_cta1_content{
    -webkit-transition: .4s ease;
    transition: .4s ease;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: rgba(0,0,0,.7);
    padding: 45px 30px;
    width: 90%;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  
  .groceryhome_section4_cta1:hover .groceryhome_section4_cta1_content{
    width: 100%;
    height: 100%;
    padding: 65px 60px;
  }
  
  .groceryhome_section_product .product{
    padding: 30px !important;
    border-radius: 5px;
    -webkit-box-shadow: 4px 8px 30px rgb(141 141 141 / 15%);
    box-shadow: 4px 8px 30px rgb(141 141 141 / 15%);
  }
  
  .groceryhome_section_product .product .button, .groceryhome_section_product .product .added_to_cart{
    background: var(--white) !important;
    color: var(--green) !important;
    border: 1px solid var(--green) !important;
    padding: 7px 15px !important;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    position: relative;
    width: 100%;
    border-radius: 30px!important;
    font-weight: 600;
    font-size: 15px;
    text-align: left;
  }
  
  .groceryhome_section_product .product .button:hover, .groceryhome_section_product .product .added_to_cart:hover{
    background: var(--green) !important;
    color: var(--white) !important;
    padding-left: 10px !important;
  }
  
  .groceryhome_section_product .product .button:after, .groceryhome_section_product .product .added_to_cart:after{
    content: '\4c' !important;
    font-family: 'ETmodules' !important;
    font-weight: 600;
    color: var(--green) !important;
    background: var(--white) !important;
    position: absolute;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
    margin-left: 80px;
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .groceryhome_section_product .product .button:hover:after, .groceryhome_section_product .product .added_to_cart:hover:after{
    opacity: 1;
  }
  
  .groceryhome_section_product .product .button.ajax_add_to_cart.loading:after {
    content: "\e02d" !important;
    color: var(--green) !important;
    margin: auto 0 !important;
    top: 0;
    right: 5px !important;
    transform: none;
    bottom: 0;
}
  
  .groceryhome_section_product .product .added_to_cart:after {
    content: "\4e" !important;
}
  
  .groceryhome_section_product .product .added_to_cart {
    margin-top: 10px;
}
  
  .groceryhome_section_product .woocommerce ul.products li.product .onsale{
  left: 40px !important;
    margin: 0 !important;
    right: auto !important;
    top: 40px !important;
  }
  
  .groceryhome_section_product .page-numbers, .groceryhome_section_product .page-numbers li {
    border: none !important;
}
  
  .groceryhome_section_product .page-numbers li .page-numbers {
    background-color: var(--green);
    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: 15px;
    line-height: 30px;
    color: var(--white) !important;
}
  
  .groceryhome_section_product .page-numbers li .page-numbers:hover:before, .groceryhome_section_product .page-numbers li .page-numbers.current:before {
    width: 105%;
    opacity: 1;
}
  
.groceryhome_section_product .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;
}
  
  .groceryhome_section_product .page-numbers li .page-numbers:hover:after, .groceryhome_section_product .page-numbers li .page-numbers.current:after {
    height: 100%;
    opacity: 1;
}
  
.groceryhome_section_product .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;
}
  
  .groceryhome_section8_blog .et_pb_post{
    padding: 0;
    -webkit-box-shadow: 4px 8px 30px rgb(141 141 141 / 10%);
    box-shadow: 4px 8px 30px rgb(141 141 141 / 10%);
  }
  
  .groceryhome_section8_blog .et_pb_post .et_pb_image_container .entry-featured-image-url{
    margin: 0;
  }
  
  .groceryhome_section8_blog .et_pb_post .et_pb_image_container{
    margin: 0;
  }
  
  .groceryhome_section8_blog .et_pb_post .groceryhome_section8_blog_content{
    padding: 30px 20px !important;
  }
  
  .groceryhome_section8_blog .et_pb_post .groceryhome_section8_blog_content .post-meta{
    display: inline-block !important;
    margin-bottom: 0 !important;
  }
  
  .groceryhome_section8_blog .et_pb_post .groceryhome_section8_blog_content .post-content{
    margin-top: 10px;
  }
  
  .groceryhome_section8_blog .et_pb_post .groceryhome_section8_blog_content .post-content a{
    text-decoration: underline;
  }
  
  .groceryhome_section8_blog .et_pb_post .groceryhome_section8_blog_content .entry-title a:hover{
    color: var(--blue) !important;
  }
  
  .groceryhome_section8_blog .pagination a{
    border: 1px solid !important;
    border-color: var(--green) !important;
    border-radius: 50px;
    background-color: var(--green);
    padding-top: 16px!important;
    padding-right: 40px!important;
    padding-bottom: 16px!important;
    padding-left: 40px!important;
    margin-top: 40px!important;
    -webkit-box-shadow: inset 0 0 0 0 #fff;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: .2s ease;
    transition: .2s ease !important;
  }
  
  .groceryhome_section8_blog .pagination a:hover{
    background-image: initial;
    background-color: var(--white);
    -webkit-box-shadow: inset 150px 0 0 0 #fff;
    box-shadow: inset 150px 0 0 0 #fff;
  }
  
  .groceryhome_section10_product .product{
    display: flex;
    -webkit-transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  }
  
  .groceryhome_section10_product .product:hover{
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  }
  
  .groceryhome_section10_product .product .woocommerce-LoopProduct-link{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .groceryhome_section10_product .product .groceryhome_section10_product_content{
    flex-basis: 70%;
    float: right;
  }
  
  .groceryhome_section10_product .product .button{
    font-size: 0;
    border: 0 !important;
    padding: 0 !important;
  }
  
  .groceryhome_section10_product .product .button:after{
    display: none;
  }
  
  .groceryhome_section10_product .woocommerce ul.products li.product a img{
    margin-bottom: 0 !important;
  }
  
  .groceryhome_section12_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    z-index: 10;
    margin: 0 auto;
    position: relative;
    right: -20px;
  }
  
  .groceryhome_section12_row .et_pb_column:hover .groceryhome_section12_blurb .et_pb_blurb_content .et_pb_module_header{
    color: var(--green) !important;
  }
  
  .groceryhome_section13_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    z-index: -1;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 100%;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    background-color: var(--green);
    color: var(--white) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
  }
  
  .groceryhome_section14_testimonial .et_pb_testimonial_portrait:before{
    display: none;
  }
  
  .groceryhome_section14_testimonial .et_pb_testimonial_portrait:after{
    width: 110px;
    margin: 0 auto;
    height: 110px;
    line-height: 102px;
    border-radius: 100%;
    border: 2px solid var(--green);
    content: " ";
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
  }
  
  .groceryhome_section15_person .et_pb_member_social_links li{
    margin: 0px !important;
  }
  
  .groceryhome_section15_person .et_pb_member_social_links li a{
    width: 35px;
    height: 35px;
    color: var(--green);
    margin: 0px 5px;
    line-height: 35px;
    border-radius: 6px;
    display: inline-block;
    background-color: var(--white);
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
  }
  
  .groceryhome_section15_person .et_pb_member_social_links li a:hover{
    color: var(--white);
    background-color: var(--green);
  }
  
  .groceryhome_section15_person:hover .et_pb_team_member_description{
    background: var(--black) !important;
  }
  
  .groceryhome_section15_person.et_pb_team_member:hover h4{
   color: var(--white) !important; 
  } 
  
  .groceryhome_section15_person.et_pb_team_member:hover .et_pb_member_position{
   color: var(--white) !important; 
  }
  
  .groceryhome_section15_person:hover .et_pb_member_social_links{
    opacity: 1 !important;
    bottom: 120px !important;
  }
  
  .groceryhome_section15_person .et_pb_team_member_image img{
    height: 370px !important;
    object-fit: cover;
    object-position: center;
  }
  
  @media only screen and (max-width: 981px){
    .groceryhome_section8_blog .pagination .alignleft, .groceryhome_section8_blog .pagination .alignright{
      float: unset;
    text-align: center;
    }
  }
  
  @media only screen and (max-width: 767px){
    .groceryhome_section2_cta .et_pb_promo_description div h3{
      font-size: 24px;
    }
    
    .groceryhome_section_product.et_pb_shop ul.products.columns-4 li.product{
      width: 100% !important;
      margin-right: 0 !important;
    }
    
    .groceryhome_section10_product.et_pb_shop ul.products.columns-4 li.product{
      width: 100%!important;
    margin-right: 0%!important;
    display: block;
    }
    
    .groceryhome_section10_product .product .woocommerce-LoopProduct-link {
    display: block;
    align-items: unset;
    justify-content: unset;
}
    
    .groceryhome_section10_product .product .groceryhome_section10_product_content {
    flex-basis: 100%;
    float: unset;
}
  }

/*-------- About Us --------*/
.groceryaboutus_section3_video .fluid-width-video-wrapper{
    padding: 15% 0 !important;
  }
  
  .groceryaboutus_section3_video .et_pb_video_play:after{
    content: "" !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: absolute;
    top: -10px;
    left: -10px;
    background: rgba(255,255,255,.5);
    height: 55px;
    width: 55px;
    border-radius: 50%;
    z-index: -1;
    display: inline-block;
    -webkit-animation: blur 2s linear infinite;
    animation: blur 2s linear infinite;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
  }
  
  @-webkit-keyframes blur {
 0% {
  -webkit-transform:scale(.1);
  transform:scale(.1);
  opacity:1
 }
 50% {
  -webkit-transform:scale(.5);
  transform:scale(.5);
  opacity:1
 }
 100% {
  -webkit-transform:scale(1);
  transform:scale(1);
  opacity:.5
 }
}
@keyframes blur {
 0% {
  -webkit-transform:scale(.1);
  transform:scale(.1);
  opacity:1
 }
 50% {
  -webkit-transform:scale(.5);
  transform:scale(.5);
  opacity:1
 }
 100% {
  -webkit-transform:scale(1);
  transform:scale(1);
  opacity:.5
 }
}
  
  .groceryaboutus_section8_person .et_pb_team_member_image img{
    width: 100%;
  }
  
  .groceryaboutus_section8_person:hover .et_pb_team_member_description{
    -webkit-transform: translateY(-95px);
    transform: translateY(-95px) !important;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  
  .groceryaboutus_section10_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    z-index: -1;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 100%;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    background-color: var(--green);
    color: var(--white) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
  }
  
  .groceryaboutus_section11_email .et_pb_newsletter_fields {
    position: relative;
}
  
  .groceryaboutus_section11_email .et_pb_newsletter_form .input {
    width: 100%;
    height: 64px;
}
  
  .groceryaboutus_section11_email .et_pb_newsletter_form p.et_pb_newsletter_field {
    padding-bottom: 0 !important;
}
  
  @media only screen and (max-width: 767px){
  .groceryaboutus_section3_video .fluid-width-video-wrapper {
    padding: 30% 0 !important;
}
  }

/*-------- Contact Us --------*/
.grocerycontactus_section3_contact .et_pb_contact .et_pb_contact_form  .et_contact_bottom_container{
    float: unset;
    text-align: unset;
    display: -moz-flex;
    display: -ms-flex;
    display: -ms-flexbox;
    display: grid;
    width: 100%;
  }
  
  .grocerycontactus_section4_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
  }
  
  .grocerycontactus_section4_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  
  @media only screen and (max-width: 981px){
    .grocery_section3 .grocery_section3_column{
      padding-bottom: 50px !important;
    }
  }
  
  @media only screen and (max-width: 767px){
    .grocery_section3 .grocery_section3_column{
      padding-bottom: 25px !important;
		padding-left: 25px !important;
	  }
  }

/*-------- Shop Grid Full Width --------*/
.groceryproduct_section2_cta .et_pb_promo_description div h3{
    font-size: 26px;
    line-height: 1.16;
    padding-bottom: 10px;
    text-transform: uppercase;
  }
  
  .groceryproduct_section2_cta .et_pb_promo_description div h6{
    font-size: 16px;
    line-height: 1.3;
    font-weight: normal;
  }
  
  .groceryproduct_section2_product .woocommerce ul.products li.product .onsale {
    left: 40px !important;
    margin: 0 !important;
    right: auto !important;
    top: 40px !important;
}
  
  .groceryproduct_section2_product .woocommerce ul.products li.product{
  padding: 30px !important;
    background: #f2f4f7;
    border-radius: 10px;
  }
  
  .groceryproduct_section2_product .woocommerce ul.products li.product .groceryproduct_section2_product_content{
    display: flex;
    flex-direction: column;
  }
  
  .groceryproduct_section2_product .woocommerce ul.products li.product .star-rating{
    order: 1;
  }
  
  .groceryproduct_section2_product .woocommerce ul.products li.product h2{
    order: 2;
  }

  .groceryproduct_section2_product .woocommerce ul.products li.product .button, .groceryproduct_section2_product .woocommerce ul.products li.product .added_to_cart{
    order: 3;
    background: var(--white) !important;
    color: var(--green) !important;
    border: 1px solid var(--green) !important;
    padding: 7px 15px !important;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    position: relative;
    width: 100%;
    text-align: left;
    border-radius: 30px!important;
    font-weight: 600;
    font-size: 15px;
    margin: auto;
    margin-bottom: 15px !important;
  }
  
  .groceryproduct_section2_product .woocommerce ul.products li.product .button:after, .groceryproduct_section2_product .woocommerce ul.products li.product .added_to_cart:after{
    content: '\4c' !important;
    font-family: 'ETmodules' !important;
    font-weight: 600;
    color: var(--green) !important;
    background: var(--white) !important;
    position: absolute;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
    margin-left: 80px;
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    font-size: 15px;
    display: flex;
  	align-items: center;
    justify-content: center;
  }
  
  .groceryproduct_section2_product .woocommerce ul.products li.product .button:hover, .groceryproduct_section2_product .woocommerce ul.products li.product .added_to_cart:hover{
    background: var(--green) !important;
    color: var(--white) !important;
    padding-left: 10px !important;
  }
  
  .groceryproduct_section2_product .woocommerce ul.products li.product .button:hover:after, .groceryproduct_section2_product .woocommerce ul.products li.product .added_to_cart:hover:after{
    opacity: 1;
  }
  
  .groceryproduct_section2_product .woocommerce ul.products li.product .button.ajax_add_to_cart.loading:after {
    content: "\e02d" !important;
    color: var(--green) !important;
    margin: auto 0 !important;
    top: 0;
    right: 5px !important;
    transform: none;
    bottom: 0;
}
  
  .groceryproduct_section2_product .woocommerce ul.products li.product .added_to_cart:after {
    content: "\4e" !important;
}
  
  .groceryproduct_section2_product .woocommerce ul.products li.product .price{
    order: 4;
  }
  
  .groceryproduct_section2_product .page-numbers, .groceryproduct_section2_product .page-numbers li {
    border: none !important;
}
  
  .groceryproduct_section2_product .page-numbers li .page-numbers {
    background-color: var(--green);
    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: 15px;
    line-height: 30px;
    color: var(--white) !important;
}
  
  .groceryproduct_section2_product .page-numbers li .page-numbers:hover:before, .groceryproduct_section2_product .page-numbers li .page-numbers.current:before {
    width: 105%;
    opacity: 1;
}
  
  .groceryproduct_section2_product .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;
}
  
  .groceryproduct_section2_product .page-numbers li .page-numbers:hover:after, .groceryproduct_section2_product .page-numbers li .page-numbers.current:after {
    height: 100%;
    opacity: 1;
}
  
  .groceryproduct_section2_product .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;
}
  
  @media only screen and (max-width: 767px){
    .groceryproduct_section2_cta .et_pb_promo_description div h3{
    font-size: 24px;
    line-height: 1.16;
    padding-bottom: 10px;
    text-transform: uppercase;
  }
    
    .groceryproduct_section2_product.et_pb_shop ul.products.columns-4 li.product, .et-db #et-boc .et-l .groceryproduct_section2_product.et_pb_shop ul.products.columns-3 li.product, .groceryproduct_section2_product.et_pb_wc_related_products ul.products.columns-4 li.product{
      width: 100% !important;
      margin-right: 0 !important;
    }
  }

/*-------- Shop List Fullwidth --------*/
.grocerylist_section2_product .woocommerce ul.products li.product .woocommerce-LoopProduct-link{
    display: flex;
    align-items: center;
  }
  
  .grocerylist_section2_product .woocommerce ul.products li.product a img{
    margin-bottom: 0 !important;
  }
  
  .grocerylist_section2_product .woocommerce ul.products li.product .et_shop_image{
    margin-right: 25px;
    overflow: hidden;
    padding: 10px;
    border: 1px solid var(--border);
    border-radius: 15px;
  }
  
  .grocerylist_section2_product .woocommerce ul.products li.product .grocerylist_section2_product_content{
    flex: 1;
  }
  
  .grocerylist_section2_product .woocommerce ul.products li.product .button, .grocerylist_section2_product .woocommerce ul.products li.product .added_to_cart {
    width: 40%;
    text-align: left;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    transition: all .6s ease;
    border: none !important;
    background-color: var(--green) !important;
    border-radius: 0px;
    color: var(--white) !important;
    display: block;
    padding: 12px 20px !important;
    z-index: 9999;
    position: relative;
}
  
  .grocerylist_section2_product .woocommerce ul.products li.product .added_to_cart:after, .grocerylist_section2_product .woocommerce ul.products li.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;
}
  
  .grocerylist_section2_product .woocommerce ul.products li.product .button.ajax_add_to_cart.loading:after {
    content: "\e02d" !important;
    color: var(--white);
    font-family: ETmodules;
    right: 20px;
    margin: 0 !important;
    top: 17px;
    transform: none;
}
  
  .grocerylist_section2_product .woocommerce ul.products li.product .added_to_cart:after {
    content: '\4e' !important;
}
  
  .grocerylist_section2_product .woocommerce ul.products li.product .added_to_cart {
    margin-top: 10px;
}
  
  .grocerylist_section2_product .woocommerce ul.products li.product .button:hover {
    background-color: var(--blue) !important;
}
  
  .grocerylist_section2_product .woocommerce ul.products li.product .onsale{
    border-radius: 15px 0 20px 0 !important;
    left: 11px !important;
    top: 11px !important;
  }
  
  .grocerylist_section2_product .page-numbers, .grocerylist_section2_product .page-numbers li {
    border: none !important;
}
  
  .grocerylist_section2_product .page-numbers li .page-numbers {
    background-color: var(--green);
    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: 15px;
    line-height: 30px;
    color: var(--white) !important;
}
  
  .grocerylist_section2_product .page-numbers li .page-numbers:hover:before, .grocerylist_section2_product .page-numbers li .page-numbers.current:before {
    width: 105%;
    opacity: 1;
}
  
.grocerylist_section2_product .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;
}
  
  .grocerylist_section2_product .page-numbers li .page-numbers:hover:after, .grocerylist_section2_product .page-numbers li .page-numbers.current:after {
    height: 100%;
    opacity: 1;
}
  
.grocerylist_section2_product .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;
}
  
  @media only screen and (max-width: 981px){
    .grocerylist_section2_product.et_pb_shop ul.products.columns-1 li.product{
      width: 100% !important;
      margin-right: 0 !important;
    }
    
    .grocerylist_section2_product .woocommerce ul.products li.product .button, .grocerylist_section2_product .woocommerce ul.products li.product .added_to_cart{
      width: 55%;
    }
  }
  
  @media only screen and (max-width: 767px){   
    .grocerylist_section2_product .woocommerce ul.products li.product .woocommerce-LoopProduct-link {
    display: block;
    align-items: unset;
}
    
     .grocerylist_section2_product .woocommerce ul.products li.product .et_shop_image{
      margin-right: 0;
    }
    
    .grocerylist_section2_product .woocommerce ul.products li.product .button, .grocerylist_section2_product .woocommerce ul.products li.product .added_to_cart{
      width: 100%;
    }
  }

/*-------- Shop Left And Right Sidebar --------*/
.groceryproduct_section2_sidebar .wc-block-product-categories-list--depth-0 li {
    color: var(--blue);
    padding: 13px 0 12px;
    margin-bottom: 0;
}
  
  .groceryproduct_section2_sidebar .wc-block-product-categories-list--depth-0 li:hover{
    color: var(--green);
  }
  
  .groceryproduct_section2_sidebar .wc-block-product-categories-list--depth-0 li a {
    color: var(--blue) !important;
    position: relative;
    margin-left: 20px;
}
  
  .groceryproduct_section2_sidebar .wc-block-product-categories-list--depth-0 li a:hover{
    color: var(--green) !important;
  }
  
  .groceryproduct_section2_sidebar .wc-block-product-categories-list--depth-0 li a:before {
    content: " ";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    line-height: 8px;
    border-radius: 50%;
    background: var(--black);
    margin-right: 20px;
    left: -20px;
}
  
  .groceryproduct_section2_sidebar .product_list_widget li a {
    color: var(--blue) !important;
}
  
  .groceryproduct_section2_sidebar .widget_products li img {
    width: 65px !important;
}
  
  .groceryproduct_section2_sidebar .widget_products .star-rating span:before {
    color: var(--green) !important;
}
  
  .groceryproduct_section2_sidebar .widget_shopping_cart img{
     width: 65px !important;
  }
  
  .groceryproduct_section2_sidebar .widget_shopping_cart li.woocommerce-mini-cart-item{
    padding-bottom: 20px;
  }
  
  .groceryproduct_section2_sidebar .woocommerce-mini-cart__buttons a{
    padding-top: 12px!important;
    padding-right: 40px!important;
    padding-bottom: 12px!important;
    padding-left: 40px!important;
    color: var(--white)!important;
    border-width: 0px!important;
    border-radius: 50px;
    font-size: 15px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
    background-color: var(--green);
  }
  
  .groceryproduct_section2_sidebar .woocommerce-mini-cart__buttons a:hover{
    background-color: var(--blue);
  }
  
  .groceryproduct_section2_sidebar .woocommerce-mini-cart__buttons a:after{
    display: none;
  }
  
  .groceryproduct_section2_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description h3{
    color: var(--white);
    line-height: 1.5em;
  }
  
  .groceryproduct_section2_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description h6{
    color: var(--white);
    line-height: 1.2em;
    padding-bottom: 2px;
  }
  
  .groceryproduct_section2_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description h4{
    color: var(--white);
    line-height: 1.2em;
    padding-bottom: 0 !important;
  }
  
  @-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/*-------- MyAccount --------*/
/***************** My Account ****************/
.grocery_myaccount .woocommerce-MyAccount-navigation ul li.is-active,.grocery_myaccount .woocommerce-MyAccount-navigation ul li:hover{
  background: var(--green);
  }
  
.grocery_myaccount .woocommerce-MyAccount-navigation ul li{
  list-style-type: none;
  padding: 5px 50px;
  margin: 0 0 5px;
  background: var(--grey);
  border-radius: 5px;
  }
  
.grocery_myaccount .woocommerce-MyAccount-navigation ul li.is-active a,.grocery_myaccount .woocommerce-MyAccount-navigation ul li:hover a{
  color: var(--white);
  }
  
.grocery_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(--green);
  }
  
.grocery_myaccount .woocommerce-MyAccount-content{
  padding: 20px 30px;
  background: var(--grey);
  width:75% !important;
  }
  
.grocery_myaccount .woocommerce-MyAccount-navigation{
  width:22% !important;
  }
  
  .grocery_myaccount .woocommerce-MyAccount-navigation ul li.is-active a:before{
    color: var(--white) !important;
  }
  
.grocery_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(--green);
  }
  
  .grocery_myaccount .woocommerce-MyAccount-navigation ul li:hover a:before{
    color: var(--white);
  }
  
.grocery_myaccount .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before{
  content: "\e079";
  }
  
.grocery_myaccount .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before{
  content: "\e092";
  }
  
.grocery_myaccount .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before{
  content: "\e074";
  }
  
.grocery_myaccount .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before{
  content: "\e08a";
  }
  
.grocery_myaccount .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before{
  content: "\e03c";
  }
  
.grocery_myaccount .woocommerce .woocommerce-MyAccount-content .woocommerce-info{
  background:var(--green) !important;
  line-height:2.5em;
  }
  
.woocommerce-account .grocery_myaccount .woocommerce form.login, 
  .woocommerce-account .grocery_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: 0px !important;
  } 
  
  .grocery_myaccount .woocommerce form .form-row-wide{
    margin: 0 0 20px;
  }
  
  .woocommerce-account .grocery_myaccount .woocommerce form .woocommerce-Input{
    background-color: transparent;
    border: 2px solid var(--border);
  }
  
.grocery_myaccount .woocommerce button.button:after,.grocery_myaccount .woocommerce-MyAccount-content .button:after{
  display:none !important;
  }  
  
.grocery_myaccount .woocommerce button.button,.grocery_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;
  }
  
.grocery_myaccount .woocommerce button.button:hover,.grocery_myaccount .woocommerce-MyAccount-content .button:hover{
  background:var(--green) !important;
  }
  
  .grocery_myaccount{
    width: 90%;
		max-width: 1200px;
  }
  
  .grocery_myaccount .woocommerce-MyAccount-content p a, .grocery_myaccount .woocommerce-Address .title .edit {
    color: var(--green);
}
  
  .grocery_myaccount .login .woocommerce-LostPassword a{
    color: var(--black);
  }
  
  .grocery_myaccount .woocommerce-orders-table .woocommerce-orders-table__cell a{
    color: var(--black);
  }

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

.grocery_myaccount .woocommerce-MyAccount-content .woocommerce-error{
    background: var(--green);
  }

.grocery_myaccount .woocommerce-MyAccount-content .woocommerce-message{
    background: var(--green);
  }

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

/*-------- Vendor Grid --------*/
.grocerylist_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h4{
    position: relative;
    display: inline-block;
    padding: 6px 20px 6px 20px;
    border-radius: 4px;
    background-color: #DEF9EC;
    font-size: 14px;
    font-weight: normal;
    color: var(--green);
    min-width: 123px;
    line-height: 24px;
  }
  
  .grocerylist_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
  	display: flex;
    align-items: center;
    justify-content: space-between;
  }

	.grocerylist_section2_blurb.et_pb_blurb .et_pb_blurb_description a{
		word-wrap: anywhere;
	}
  
  @media only screen and (max-width: 767px){
    .grocerylist_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
    display: block;
    align-items: unset;
    justify-content: unset;
}
    
    .grocerylist_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a{
      padding-bottom: 15px;
    display: block;
    }
  }

/*-------- Our Team --------*/
.groceryteam_section2_person .et_pb_team_member_image img{
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
    border-radius: 20px 20px 20px 20px;
  }
  
  .groceryteam_section2_person .et_pb_team_member_image:hover img{
    filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
    transform: translateY(-8px);
  }
  
  .groceryteam_section2_person .et_pb_member_social_links li{
    margin: 5px;
  }
  
  .groceryteam_section2_person .et_pb_member_social_links li a{
    border: 1px solid var(--blue);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: var(--white);
  }
  
  .groceryteam_section2_person .et_pb_member_social_links li a:hover{
    background: var(--blue);
  }

/*-------- Vendor List --------*/
.grocerylist_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h4 {
    position: relative;
    display: inline-block;
    padding: 6px 20px 6px 20px;
    border-radius: 4px;
    background-color: var(--background);
    font-size: 14px;
    font-weight: normal;
    color: var(--green);
    min-width: 123px;
    line-height: 24px;
}
  
  .grocerylist_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.grocerylist_section2_blurb.et_pb_blurb .et_pb_blurb_description a{
	word-wrap: anywhere;
}
  
  @media only screen and (max-width: 767px){
    .grocerylist_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
    display: block;
    align-items: unset;
    justify-content: unset;
}
    
    .grocerylist_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a{
      padding-bottom: 10px;
    display: block;
    }
  }

@media all and (min-width: 981px) and (max-width: 1100px) {
	.grocerylist_section2_blurb .et_pb_blurb_content{
		display: flex;
    align-items: center;
    justify-content: space-between;
	}
	
	.grocerylist_section2_blurb .et_pb_main_blurb_image{
		width: auto !important;
	}
	
	.grocerylist_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
    display: unset;
    align-items: unset;
    justify-content: unset;
}
	
	.grocerylist_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h4{
		margin-top: 10px;
	}
}

/*-------- Gallery --------*/
.grocerygallery_section2_gallery .et_pb_gallery_item{
    position: relative;
    overflow: hidden;
  }
  
  .grocerygallery_section2_gallery .et_pb_gallery_item:before{
    background: var(--green);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: all .5s;
    transition: all .5s;
    content: "";
    z-index: 1;
  }
  
  .grocerygallery_section2_gallery .et_pb_gallery_item:hover:before{
    opacity: 0.8;
    top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  
  .grocerygallery_section2_gallery .et_pb_gallery_item:after{
  position: absolute;
    bottom: 0!important;
    left: 0!important;
    top: auto!important;
    right: auto!important;
    font-style: normal;
    padding: 1rem 1.667rem;
    transform: translateY(-50%);
    opacity: 0;
    transition: transform .4s ease-in,opacity .4s ease-in;
    z-index: 3;
    font-size: 30px!important;
    margin: 0!important;
    content: "\4c" !important;
    font-family: ETmodules;
    color: var(--white);
  }
  
  .grocerygallery_section2_gallery .et_pb_gallery_item:hover:after {
    opacity: 1;
    transform: translateY(0);
}

/*-------- FAQ --------*/
.groceryfaq_section2_accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title{
    box-shadow: none;
    background-color: var(--white);
  }
  
  .groceryfaq_section2_accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before{
    display: block;
    transform: rotate(180deg);
  }

/*-------- Pricing --------*/
.grocerypricing_section4_accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title{
    background: var(--blue);
  }
  
  .grocerypricing_section4_accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before{
    content: "\4b" !important;
    display: block !important;
  }

/*-------- Blog --------*/
.groceryblog_section2_blog .et_pb_post{
    background: var(--white);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 2px 6.51px 0.49px rgb(95 95 100 / 8%);
    margin-bottom: 50px;
  }
  
  .groceryblog_section2_blog .entry-featured-image-url{
    margin-bottom: 0;
  }
  
  .groceryblog_section2_blog .et_pb_post .groceryblog_section2_blog_content{
    padding: 40px 45px !important;
  }
  
  .groceryblog_section2_blog .et_pb_post .groceryblog_section2_blog_content .author, .groceryblog_section2_blog .et_pb_post .groceryblog_section2_blog_content .category, .groceryblog_section2_blog .et_pb_post .groceryblog_section2_blog_content .date{
    display: inline-block;
    font-size: 12px;
    color: var(--blue);
    padding: 5px 14px;
    background: #f4f4f4;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-right: 10px;
    font-weight: 500;
    border: 1px solid var(--border);
    -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;
  }
  
  .groceryblog_section2_blog .et_pb_post .groceryblog_section2_blog_content .author:hover, .groceryblog_section2_blog .et_pb_post .groceryblog_section2_blog_content .category:hover, .groceryblog_section2_blog .et_pb_post .groceryblog_section2_blog_content .date:hover{
    color: var(--white);
    border: 1px solid var(--green);
    background: var(--green);
  }
  
  .groceryblog_section2_blog .et_pb_post .groceryblog_section2_blog_content .post-content .post-content-inner{
    margin: 15px 0;
  }
  
  .groceryblog_section2_blog .et_pb_post .groceryblog_section2_blog_content .post-content .more-link, .groceryblog_section2_blog .pagination a{
    box-shadow: none;
    padding: 14px 30px;
    border-radius: 50px !important;
    background: var(--green) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: var(--white) !important;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: 0;
    padding: 14px 29px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
  }
  
  .groceryblog_section2_blog .et_pb_post .groceryblog_section2_blog_content .post-content .more-link:hover, .groceryblog_section2_blog .pagination a:hover{
    background: var(--blue) none repeat scroll 0 0;
  }
  
  .groceryblog_section2_blog .et_pb_post .groceryblog_section2_blog_content .entry-title a{
    -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;
  }
  
  .groceryblog_section2_blog .et_pb_post .groceryblog_section2_blog_content .entry-title a:hover{
    color: var(--green) !important;
  }
  
  .groceryblog_section2_sidebar .wp-block-categories li{
    padding-left: 0px !important;
    display: block;
    position: relative;
  }
  
  .groceryblog_section2_sidebar .wp-block-categories li:before{
   content: "\39";
    font-family: ETmodules !important;
    top: 0;
    position: absolute;
    right: 0;
  }
  
  .groceryblog_section2_sidebar .wp-block-categories li,.groceryblog_section2_sidebar .wp-block-latest-posts li{
  	padding-bottom: 20px !important;
    margin-bottom: 20px !important;
    position: relative;
    border-bottom: 1px dashed var(--border);
  }
  
  .groceryblog_section2_sidebar .wp-block-categories li a,.groceryblog_section2_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;
  }
  
  .groceryblog_section2_sidebar .wp-block-categories li a:hover,.groceryblog_section2_sidebar .wp-block-latest-posts li a:hover{
    color: var(--green) !important;
  }
  
  .groceryblog_section2_sidebar .wp-block-categories li:last-child,.groceryblog_section2_sidebar .wp-block-latest-posts li:last-child{
    margin-bottom: 0 !important;
  }
  
  .groceryblog_section2_sidebar .wp-block-categories li a{
    position: relative;
  }

.groceryblog_section2_sidebar .wp-block-tag-cloud a{
  line-height: 1;
    padding: 15px 18px;
  	color: var(--blue) !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: 50px !important;
  border: 0 !important;
  background: #f4f4f4;
  -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  letter-spacing: 1px;
  }

  .groceryblog_section2_sidebar .wp-block-tag-cloud a:hover{
    background-color: var(--green);
    color: var(--white) !important;
  }
  
  .groceryblog_section2_sidebar .et_pb_widget .wp-block-group h2{
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
  }
  
  .groceryblog_section2_sidebar .wp-block-search__input{
    height: 50px !important;
  }
  
  .groceryblog_section2_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;
    height: 50px !important;
}
  
  .groceryblog_section2_sidebar .widget_search .wp-block-search__button:hover{
    background-color: var(--green);
  }
  
  @media only screen and (max-width: 981px){
    .groceryblog_section2_blog .pagination .alignleft, .groceryblog_section2_blog .pagination .alignright{
      float: none;
      text-align: center;
    }
  }
  
  @media only screen and (max-width: 767px){
    .groceryblog_section2_blog .et_pb_post .groceryblog_section2_blog_content {
    padding: 20px 35px !important;
}
  }

/*-------- Service --------*/
.groceryservice_section3_blurb .et_pb_blurb_content .et_pb_blurb_container{
    padding: 30px;
    background: var(--white);
  }
  
  .groceryservice_section3_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  
  .groceryservice_section3_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  
  .groceryservice_section3_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header a{
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
  
  .groceryservice_section3_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header a:hover{
    color: var(--green) !important;
  }
  
  .groceryservice_section4_blurb .et_pb_image_wrap{
    position: relative;
    display: block;
    height: 310px;
    overflow: hidden;
}
  
  .groceryservice_section4_blurb .et_pb_image_wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .groceryservice_section4_blurb .et_pb_blurb_container {
    position: absolute;
    top: 84%;
    height: 100%;
    background-color: var(--light_blue);
    opacity: .9;
    -webkit-transition: all .5s;
    transition: all .5s;
}
  
  .groceryservice_section4_blurb .et_pb_blurb_description {
    padding: 10px 20px 0;
    opacity: 0;
}
  
  .groceryservice_section4_column:hover .groceryservice_section4_blurb .et_pb_blurb_container {
    top: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
  
  .groceryservice_section4_column:hover .groceryservice_section4_blurb .et_pb_blurb_description {
    opacity: 1;
}
  
  .groceryservice_section5_blog .et_pb_post{
    padding: 0;
    -webkit-box-shadow: 4px 8px 30px rgb(141 141 141 / 10%);
    box-shadow: 4px 8px 30px rgb(141 141 141 / 10%);
  }
  
  .groceryservice_section5_blog .et_pb_post .et_pb_image_container .entry-featured-image-url{
    margin: 0;
  }
  
  .groceryservice_section5_blog .et_pb_post .et_pb_image_container{
    margin: 0;
  }
  
  .groceryservice_section5_blog .et_pb_post .groceryservice_section5_blog_content{
    padding: 30px 20px !important;
  }
  
  .groceryservice_section5_blog .et_pb_post .groceryservice_section5_blog_content .post-meta{
    display: inline-block !important;
    margin-bottom: 0 !important;
  }
  
  .groceryservice_section5_blog .et_pb_post .groceryservice_section5_blog_content .post-content{
    margin-top: 10px;
  }
  
  .groceryservice_section5_blog .et_pb_post .groceryservice_section5_blog_content .post-content a{
    text-decoration: underline;
  }
  
  .groceryservice_section5_blog .et_pb_post .groceryservice_section5_blog_content .entry-title a:hover{
    color: var(--blue) !important;
  }
  
  .groceryservice_section5_blog .pagination a{
    border: 1px solid !important;
    border-color: var(--green) !important;
    border-radius: 50px;
    background-color: var(--green);
    padding-top: 16px!important;
    padding-right: 40px!important;
    padding-bottom: 16px!important;
    padding-left: 40px!important;
    margin-top: 40px!important;
    -webkit-box-shadow: inset 0 0 0 0 #fff;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: .2s ease;
    transition: .2s ease !important;
  }
  
  .groceryservice_section5_blog .pagination a:hover{
    background-image: initial;
    background-color: var(--white);
    -webkit-box-shadow: inset 150px 0 0 0 #fff;
    box-shadow: inset 150px 0 0 0 #fff;
  }
  
  @media only screen and (max-width: 981px){
    .groceryservice_section5_blog .pagination .alignleft, .groceryservice_section5_blog .pagination .alignright{
      float: unset;
    text-align: center;
    }
  }

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

/*-------- Service Detail --------*/
.groceryservicedetail_section2_email .et_pb_newsletter_fields{
    position: relative;
  }
  
  .groceryservicedetail_section2_email .et_pb_newsletter_fields .et_pb_button:after{
    margin: 0 !important;
  }
  
  .groceryservicedetail_section2_email .et_pb_newsletter_fields .input{
    height: 70px;
  }
  
  .groceryservicedetail_section2_email .et_pb_newsletter_fields .et_pb_newsletter_field{
    padding-bottom: 0;
  }
  
  .groceryservicedetail_section2_text p{
    margin-top: 1.5em;
  	padding-bottom: 0;
  }
  
  .groceryservicedetail_section2_text p span{
    font-size: 70px;
    font-weight: 700;
    float: left;
    background-color: var(--green);
    color: var(--white);
    margin-right: 30px;
    line-height: 1;
    text-transform: uppercase;
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .groceryservicedetail_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
    display: inline-block;
    float: right;
  }
  
  .groceryservicedetail_section2_blurb .et_pb_blurb_content .et_pb_blurb_container{
    padding: 0;
  }
  
  @media only screen and (max-width: 981px){
    .groceryservicedetail_section2_text p span {
    font-size: 15px;
    font-weight: 500;
    float: unset;
    background-color: transparent;
    color: #858585;
    margin-right: 0;
    line-height: 1;
    text-transform: uppercase;
    width: unset;
    height: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: unset;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
}
  }
  
  @media only screen and (max-width: 767px){
    .groceryservicedetail_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
    display: block;
    float: none;
}
  }

/*-------- Team Detail --------*/
.groceryteamdetail_section2_person .et_pb_member_social_links li{
    margin: 5px;
  }
  
  .groceryteamdetail_section2_person .et_pb_member_social_links li a{
    background-color: var(--white);
    border: 2px solid var(--border);
    display: block;
    width: 50px;
    height: 50px;
    line-height: 49px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  
  .groceryteamdetail_section2_person .et_pb_member_social_links li a:hover{
    background-color: var(--green);
    border: 2px solid var(--green);
  }
  
  .groceryteamdetail_section2_text ul{
    padding: 0;
    margin: 0;
  }
  
  .groceryteamdetail_section2_text ul li{
    list-style: none;
    display: block;
    margin-top: 1rem;
  }
  
  .groceryteamdetail_section2_text ul li strong{
    min-width: 150px;
    display: inline-block;
  }
  
  .groceryteamdetail_section2_cta .et_pb_button{
    color: var(--blue);
  }
  
  .groceryteamdetail_section2_column:hover .groceryteamdetail_section2_cta .et_pb_button{
    color: var(--green);
  }
  
  @media only screen and (max-width: 981px){
    .groceryteamdetail_section2_text ul li strong {
    min-width: unset;
    display: block;
}
  }

/*-------- History --------*/
.groceryhistory_section2_tab .et_pb_tab{
    padding: 0;
  }
  
  .groceryhistory_section2_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img {
    height: auto !important;
    width: 500px !important;
    object-fit: cover;
    object-position: center;
    margin-right: 32px;
    float: left;
}
  
  .groceryhistory_section2_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h5{
    line-height: 1.8em;
    color: var(--green);
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 15px !important;
    display: grid;
  }
  
  .groceryhistory_section2_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3{
    line-height: 1.1em;
    color: var(--blue);
    font-size: 60px;
    font-weight: 700;
    padding-bottom: 15px !important;
    display: grid;
  }
  
  .groceryhistory_section2_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h6{
    line-height: 1.8em;
    color: var(--body);
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px !important;
    padding-left: 30px;
    display: grid;
    border-left: 2px solid var(--green);
    padding-bottom: 0;
  }
  
  .groceryhistory_section2_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h4{
    line-height: 1.8em;
    color: var(--body);
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px !important;
    padding-bottom: 0 !important;
  }
  
  .groceryhistory_section2_tab .et_pb_tabs_controls{
    background-color: transparent;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  
  .groceryhistory_section2_tab .et_pb_tabs_controls:before{
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background-color: var(--border);
    z-index: -1;
  }
  
  .groceryhistory_section2_tab .et_pb_tabs_controls:after{
    border: 0;
  }
  
  .groceryhistory_section2_tab .et_pb_tabs_controls li{
    border: 0;
    flex-grow: 1;
  }
  
  .groceryhistory_section2_tab .et_pb_tabs_controls li:last-child{
    flex-grow: unset;
  }
  
  .groceryhistory_section2_tab .et_pb_tabs_controls li a{
    border: 2px solid var(--border);
    display: inline-block;
    padding: 15px 40px;
    background: var(--white);
  }
  
  .groceryhistory_section2_tab .et_pb_tabs_controls li.et_pb_tab_active a{
    background: var(--green);
    border: 2px solid var(--green);
  }
  
  .groceryhistory_section4_text a{
    text-decoration: underline;
  }
  
  .groceryhistory_section5_blog .et_pb_post{
    padding: 0;
    -webkit-box-shadow: 4px 8px 30px rgb(141 141 141 / 10%);
    box-shadow: 4px 8px 30px rgb(141 141 141 / 10%);
  }
  
  .groceryhistory_section5_blog .et_pb_post .et_pb_image_container .entry-featured-image-url{
    margin: 0;
  }
  
  .groceryhistory_section5_blog .et_pb_post .et_pb_image_container{
    margin: 0;
  }
  
  .groceryhistory_section5_blog .et_pb_post .groceryhistory_section5_blog_content{
    padding: 30px 20px !important;
  }
  
  .groceryhistory_section5_blog .et_pb_post .groceryhistory_section5_blog_content .post-meta{
	display: inline-block !important;
	margin-bottom: 0;
  }
  
  .groceryhistory_section5_blog .et_pb_post .groceryhistory_section5_blog_content .post-content{
    margin-top: 10px;
  }
  
  .groceryhistory_section5_blog .et_pb_post .groceryhistory_section5_blog_content .post-content a{
    text-decoration: underline;
  }
  
  .groceryhistory_section5_blog .et_pb_post .groceryhistory_section5_blog_content .entry-title a:hover{
    color: var(--blue) !important;
  }
  
  .groceryhistory_section5_blog .pagination a{
    border: 1px solid !important;
    border-color: var(--green) !important;
    border-radius: 50px;
    background-color: var(--green);
    padding-top: 16px!important;
    padding-right: 40px!important;
    padding-bottom: 16px!important;
    padding-left: 40px!important;
    margin-top: 40px!important;
    -webkit-box-shadow: inset 0 0 0 0 #fff;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: .2s ease;
    transition: .2s ease !important;
  }
  
  .groceryhistory_section5_blog .pagination a:hover{
    background-image: initial;
    background-color: var(--white);
    -webkit-box-shadow: inset 150px 0 0 0 #fff;
    box-shadow: inset 150px 0 0 0 #fff;
  }
  
  @media only screen and (max-width: 981px){
    .groceryhistory_section5_blog .pagination .alignleft, .groceryhistory_section5_blog .pagination .alignright{
      float: unset;
    text-align: center;
    }
    
    .groceryhistory_section2_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content{
      position: relative;
      text-align: center;
    }
    
    .groceryhistory_section2_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img {
    height: auto !important;
    width: 100%!important;
    object-fit: cover;
    object-position: center;
    margin-right: 0;
    margin-bottom: 25px;
    float: unset;
    }
    
    .groceryhistory_section2_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3 {
    font-size: 30px;
}
  }
  
  @media only screen and (max-width: 767px){
    .groceryhistory_section2_tab .et_pb_tabs_controls {
    background-color: transparent;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-direction: column;
}
    
    .groceryhistory_section2_tab .et_pb_tabs_controls li {
    border: 0;
    flex-grow: unset;
    margin-bottom: 20px;
}
    
    .groceryhistory_section2_tab .et_pb_tabs_controls li a{
      width: 100%;
      text-align: center;
    }
    
    .groceryhistory_section2_tab .et_pb_tabs_controls li:last-child {
    flex-grow: unset;
    margin-bottom: 0;
}
    
     .groceryhistory_section2_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3 {
    font-size: 24px;
}
    
    .groceryhistory_section2_tab .et_pb_tabs_controls:before {
    position: absolute;
    content: "";
    left: 50%;
    top: auto;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background-color: var(--border);
    z-index: -1;
}
    
    .groceryhistory_section2_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h6{
    padding-left: 20px;
  }
  }

/*-------- Return Policy --------*/
.grocerypolicy_section2_cta .et_pb_promo_description div p{
    padding: 0 !important;
  }
  
  .grocerypolicy_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)}}
 .grocerypolicy_section3_accordion.et_pb_accordion_0.et_pb_accordion .et_pb_toggle_open h5.et_pb_toggle_title:hover{
    color: var(--green) !important;
  }
   .grocerypolicy_section3_accordion.et_pb_accordion_0.et_pb_accordion .et_pb_toggle_close h5.et_pb_toggle_title:hover{
     color: var(--green) !important;
  }
  
  .grocerypolicy_section3_blurb .et_pb_blurb_content .et_pb_blurb_container{
    padding-left: 30px;
  }
  
  @media only screen and (max-width: 981px){
    .grocerypolicy_section3_blurb .et_pb_blurb_content .et_pb_blurb_container{
    padding-left: 0px;
  }
  }

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

/*-------- Payment Policy --------*/
.grocerypaymentpolicy_section3_blurb .et_pb_blurb_content .et_pb_blurb_container{
    width: 50%;
    padding: 0 30px;
  }
  
  .grocerypaymentpolicy_section3_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
    font-size: 15px;
    color: var(--body);
    line-height: 24px;
  }
  
  .grocerypaymentpolicy_section3_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h6{
    font-size: 15px;
    color: var(--body);
    margin-top: 15px;
    padding-bottom: 0;
    line-height: 24px;
    position: relative;
    padding-left: 15px;
  }
  
  .grocerypaymentpolicy_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(--green);
  }
  
  @media only screen and (max-width: 767px){
    .grocerypaymentpolicy_section3_blurb .et_pb_blurb_content .et_pb_blurb_container {
    width: 100%;
    padding: 30px;
}
  }

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

/*-------- Slider Style1 --------*/
.groceryslider_style1 .et_pb_slides .et_pb_slide_content h3{
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: .9;
    margin-bottom: 15px;
    color: var(--green) !important;
  }
  
  .groceryslider_style1 .et_pb_slides .et_pb_slide_content h6{
    font-weight: 500;
    color: var(--white);
    margin-bottom: 25px;
    font-size: 14px;
  }
  
  .groceryslider_style1 .et-pb-controllers a{
    width: 10px;
    height: 10px;
    text-indent: -99999999px;
    border: none;
    padding: 0;
    border-radius: 30px;
    line-height: 1;
    transition: .3s linear;
    background: var(--white);
    opacity: .77;
  }
  
  .groceryslider_style1 .et-pb-controllers a.et-pb-active-control{
    opacity: 1;
    background: var(--green);
    width: 50px;
  }
  
  @media only screen and (max-width: 981px){
    .groceryslider_style1 .et_pb_slides .et_pb_slide_content h3{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: .9;
    margin-bottom: 15px;
    color: var(--green) !important;
  }
  }
  
  @media only screen and (max-width: 767px){
    .groceryslider_style1 .et_pb_slides .et_pb_slide_content h3{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: .9;
    margin-bottom: 15px;
    color: var(--green) !important;
  }
  }

/*-------- Slider Style2 --------*/
.groceryslider_style2 .et-pb-controllers a{
    width: 16px;
    height: 10px;
    margin-left: 5px;
    margin-right: 5px;
    border: 0;
    background-color: var(--white);
    border-radius: 8px;
    transition: all .3s ease-in-out;
    opacity: .4;
  }
  
  .groceryslider_style2 .et-pb-controllers a.et-pb-active-control{
    width: 24px;
    opacity: 1;
  }

/*-------- Slider Style3 --------*/
.groceryslider_section3 .et_pb_slides .et_pb_slide_content{
    max-width: 500px;
  }
  
  .groceryslider_section3 .et_pb_slides .et_pb_slide_content h3{
    font-size: 40px;
    color: var(--white) !important;
    margin: 0;
    padding: 0;
    font-weight: 600;
    line-height: normal;
  }
  
  .groceryslider_section3 .et_pb_slides .et_pb_slide_content h3 span{
    color: var(--green) !important;
  }
  
  .groceryslider_section3 .et_pb_slides .et_pb_button:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    margin: 0 !important;
    opacity: 1 !important;
  }
  
  .groceryslider_section3 .et_pb_slides .et_pb_button:hover:after{
    background-color: var(--blue) !important;
    width: 100%;
    border-radius: 4px;
  }
  
  .groceryslider_section3 .et-pb-controllers a{
    opacity: 1;
  }
  
  .groceryslider_section3 .et-pb-controllers a.et-pb-active-control{
    background: var(--white) !important;
  }
  
  .groceryslider_section3 .et-pb-slider-arrows a.et-pb-arrow-prev, .groceryslider_section3 .et-pb-slider-arrows a.et-pb-arrow-next{
    opacity: 1;
    background-color: var(--green);
    border: 2px solid var(--green);
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    font-size: 18px;
    width: 30px;
    height: 30px;
    margin: 0 !important;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .groceryslider_section3 .et-pb-slider-arrows a.et-pb-arrow-next{
    right: 30px;
    left: auto;
  }
  
  .groceryslider_section3 .et-pb-slider-arrows a.et-pb-arrow-prev:hover, .groceryslider_section3 .et-pb-slider-arrows a.et-pb-arrow-next:hover{
    background-color: transparent;
  }
  
  @media only screen and (max-width: 981px){
    .groceryslider_section3 .et_pb_slides .et_pb_slide_content{
    max-width: unset;
  }
    
    .groceryslider_section3 .et_pb_slides .et_pb_slide_content h3{
    font-size: 30px;
  }
  }
  
  @media only screen and (max-width: 767px){
    .groceryslider_section3 .et_pb_slides .et_pb_slide_content h3{
    font-size: 24px;
  }
  }

/*-------- Slider Style4 --------*/
.groceryslider_style4 .et_pb_slides .et_pb_slide_content h3{
    font-size: 40px;
    color: var(--blue) !important;
    letter-spacing: .05em;
    font-weight: 900;
    margin-bottom: 0!important;
    padding-bottom: 10px;
    text-transform: uppercase!important;
  }
  
  .groceryslider_style4 .et_pb_slides .et_pb_slide_content h6{
    color: var(--blue) !important;
  }
  
  .groceryslider_style4 .et_pb_slide .et_pb_container {
    width: 50%;
    margin: unset;
    padding: 12% 0;
    float: right;
}
  
  .groceryslider_style4 .et-pb-controllers a{
    border-color: var(--white) !important;
    background: rgba(255,255,255,0) !important;
    border-width: 1.5px;
    width: 12px;
    height: 12px;
    border: 1px solid;
    opacity: 1;
  }
  
  .groceryslider_style4 .et-pb-controllers a.et-pb-active-control{
    background: var(--white) !important;
  }
  
  .groceryslider_style4 .et_pb_slide .et_pb_slide_description:before{
    content: "";
    position: absolute;
    border: 4px solid;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    z-index: -1;
    border-color: var(--blue);
  }
  
  @media only screen and (max-width: 981px){
    .groceryslider_style4 .et_pb_slide .et_pb_container {
    width: 100%;
    margin: unset;
    padding: 12% 0;
    float: right;
}
    
    .groceryslider_style4 .et_pb_slides .et_pb_slide_content h3{
    font-size: 30px;
    }
  }
  
  @media only screen and (max-width: 767px){
    .groceryslider_style4 .et_pb_slides .et_pb_slide_content h3{
    font-size: 24px;
    }
  }

/*-------- Slider Style5 --------*/
.groceryslider_style5 .et_pb_slides .et_pb_slide_content h3{
    font-size: 40px;
    color: var(--blue) !important;
    letter-spacing: .05em;
    font-weight: 900;
    margin-bottom: 0!important;
    padding-bottom: 10px;
    text-transform: uppercase!important;
  }
  
  .groceryslider_style5 .et_pb_slides .et_pb_slide_content h6{
    color: var(--blue) !important;
  }
  
  .groceryslider_style5 .et_pb_slide .et_pb_container {
    width: 50%;
    margin: unset;
    padding: 12% 0;
    float: right;
}
  
  .groceryslider_style5 .et-pb-controllers a{
    border-color: var(--white) !important;
    background: rgba(255,255,255,0) !important;
    border-width: 1.5px;
    width: 12px;
    height: 12px;
    border: 1px solid;
    opacity: 1;
  }
  
  .groceryslider_style5 .et-pb-controllers a.et-pb-active-control{
    background: var(--white) !important;
  }
  
  .groceryslider_style5 .et-pb-slider-arrows .et-pb-arrow-prev, .groceryslider_style5 .et-pb-slider-arrows .et-pb-arrow-next{
    opacity: 1;
    top: auto;
    bottom: 30px;
    border-radius: 5px;
    padding: 2px 8px;
    width: 60px;
    height: 40px;
    transform: none;
    opacity: .2;
    border-width: 2px;
    color: var(--white);
    border-color: var(--green);
    background-color: var(--green);
    left: 38.5%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
  }
  
  .groceryslider_style5 .et-pb-slider-arrows .et-pb-arrow-next{
    left: auto;
    right: 38.5%;
  }
  
  .groceryslider_style5 .et-pb-slider-arrows .et-pb-arrow-prev:hover, .groceryslider_style5 .et-pb-slider-arrows .et-pb-arrow-next:hover{
    opacity: .4;
  }
  
  .groceryslider_style5 .et_pb_slide .et_pb_slide_description:before{
    content: "";
    position: absolute;
    border: 4px solid;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    z-index: -1;
    border-color: var(--blue);
  }
  
  @media only screen and (max-width: 981px){
  .groceryslider_style5 .et_pb_slide .et_pb_container {
    width: 100%;
    margin: unset;
    padding: 12% 0;
    float: right;
}
    
    .groceryslider_style5 .et-pb-slider-arrows .et-pb-arrow-prev, .groceryslider_style5 .et-pb-slider-arrows .et-pb-arrow-next{
    left: 28.5%;
  }
    
    .groceryslider_style5 .et-pb-slider-arrows .et-pb-arrow-next{
    right: 28.5%;
    left: auto;
  }
    
    .groceryslider_style5 .et_pb_slides .et_pb_slide_content h3{
    font-size: 30px;
    }
  }
  
  @media only screen and (max-width: 767px){
    .groceryslider_style5 .et_pb_slides .et_pb_slide_content h3{
    font-size: 24px;
    }
  }

/*-------- Promotion Block Style1 --------*/
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/*-------- Promotion Block Style2 --------*/
.groceryblock_style2 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
    position: absolute;
    bottom: 0px;
    left: 50%;
    background: rgba(255,255,255,0.9);
    padding: 15px 15px 11px;
    width: 240px;
    border-radius: 10px 10px 0 0;
    transform: translate(-50%, 0px);
    text-align: center;
  }
  
  .groceryblock_style2 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h4{
    font-size: 14px;
    font-weight: 600;
    color: var(--green);
    margin-bottom: 5px;
    text-transform: uppercase;
    padding-bottom: 0;
  }
  
  .groceryblock_style2 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h5{
    font-size: 16px;
    color: var(--blue);
    font-weight: 600;
    line-height: 20px;
     padding-bottom: 0;
    margin-bottom: 5px;
  }
  
  .groceryblock_style2 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h6{
    font-size: 13px;
    line-height: 24px;
    color: var(--body);
     padding-bottom: 0;
  }

/*-------- Promotion Block Style3 --------*/
.groceryblock_style3_image img{
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .groceryblock_style3_column:hover .groceryblock_style3_image img{
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

/*-------- Promotion Block Style4 --------*/
.groceryblock_style4_image img{
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .groceryblock_style4_column:hover .groceryblock_style4_image img{
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

/*-------- Promotion Banner Style1 --------*/
.grocerybanner_style1 h2{
    padding-bottom: 0;
  }

/*-------- Promotion Banner Style4 --------*/
.grocerybanner_style4 h2{
    padding-bottom: 40px;
  }
  
  @media only screen and (max-width: 981px){
    .grocerybanner_style4 h2{
    padding-bottom: 30px;
  }
  }
  
  @media only screen and (max-width: 767px){
    .grocerybanner_style4 h2{
    padding-bottom: 20px;
  }
  }

/*-------- Product Widget Style1 --------*/
.grocerywidget_style1 .product{
    display: flex;
    -webkit-transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  }
  
  .grocerywidget_style1 .product:hover{
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  }
  
  .grocerywidget_style1 .product .woocommerce-LoopProduct-link{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .grocerywidget_style1 .product .grocerywidget_style1_content{
    flex-basis: 70%;
    float: right;
  }
  
  .grocerywidget_style1 .product .button{
    font-size: 0;
    border: 0 !important;
    padding: 0 !important;
  }
  
  .grocerywidget_style1 .product .button:after{
    display: none;
  }
  
  .grocerywidget_style1 .woocommerce ul.products li.product a img{
    margin-bottom: 0 !important;
  }
  
  @media only screen and (max-width: 767px){
    .grocerywidget_style1.et_pb_shop ul.products.columns-4 li.product{
      width: 100%!important;
    margin-right: 0%!important;
    display: block;
    }
    
    .grocerywidget_style1 .product .woocommerce-LoopProduct-link {
    display: block;
    align-items: unset;
    justify-content: unset;
}
    
    .grocerywidget_style1 .product .grocerywidget_style1_content {
    flex-basis: 100%;
    float: unset;
}
  }

/*-------- Product Widget Style2 --------*/
.grocerywidget_style2 .product .woocommerce-LoopProduct-link {
    display: flex;
    align-items: center;
    justify-content: center;
}
  
  .grocerywidget_style2 .woocommerce ul.products li.product a img {
    margin-bottom: 0 !important;
}
  
  .grocerywidget_style2 .product .grocerywidget_style2_content {
    flex-basis: 60%;
    float: right;
}
  
  .grocerywidget_style2 .product .button {
    font-size: 0;
    border-radius: 10px;
    background: var(--green) !important;
    width: 40px;
    opacity: 1 !important;
    height: 40px;
    border: none !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 2;
    margin: 0 !important;
    margin-top: 10px !important;
}
  
  .grocerywidget_style2 .product .button:hover{
    background: var(--blue) !important;
  }
  
  .grocerywidget_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: 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;
}
  
  .grocerywidget_style2 ul.products li.product .button.ajax_add_to_cart.loading:after {
    content: "\e02d";
}
  
  .grocerywidget_style2 ul.products li.product .button.added:after {
    content: "\4e" !important;
}
  
  .grocerywidget_style2 ul.products li.product .added_to_cart{
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    padding: 10px 20px;
    background: var(--green);
    color: var(--white);
    border-radius: 10px;
    -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;
    float: right;
    margin-top: 10px;
  }
  
  .grocerywidget_style2 ul.products li.product .added_to_cart:hover{
    background: var(--blue);
    color: var(--white);
  }
  
  @media only screen and (max-width: 767px){
    .grocerywidget_style2.et_pb_shop ul.products.columns-3 li.product{
      width: 100%!important;
    margin-right: 0%!important;
    display: block;
    }
    
    .grocerywidget_style2 .product .woocommerce-LoopProduct-link {
    display: block;
    align-items: unset;
    justify-content: unset;
}
    
    .grocerywidget_style2 .product .grocerywidget_style2_content {
    flex-basis: 100%;
    float: unset;
}
  }

/*-------- Product Widget Style3 --------*/
.grocerywidget_style3 .product .woocommerce-LoopProduct-link {
    display: flex;
    align-items: center;
}
  
  .grocerywidget_style3 .woocommerce ul.products li.product a img{
    margin-bottom: 0 !important;
  }
  
  .grocerywidget_style3 .product .grocerywidget_style3_content {
    flex-basis: 60%;
    float: right;
    display: flex;
    flex-direction: column;
}
  
  .grocerywidget_style3 .product .grocerywidget_style3_content .grocerywidget_style3_title_button{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    order: 2;
    position: relative;
    margin-top: 15px;
  }
  
  .grocerywidget_style3 .product .grocerywidget_style3_content .star-rating{
    order: 1;
  }
  
  .grocerywidget_style3 .woocommerce ul.products li.product .price, .grocerywidget_style3 .woocommerce-page ul.products li.product .price{
    order: 3;
    margin-top: 10px !important;
  }
  
  .grocerywidget_style3 .product .grocerywidget_style3_content .grocerywidget_style3_title_button .added{
    opacity: 0 !important;
  }
  
  .grocerywidget_style3 .product .grocerywidget_style3_content .grocerywidget_style3_title_button .button , .grocerywidget_style3 .product .grocerywidget_style3_content .grocerywidget_style3_title_button .added_to_cart {
    font-size: 14px;
    line-height: 1 !important;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    bottom: -15px;
    opacity: 0;
    padding-bottom: 2px !important;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    color: var(--blue);
    border-bottom: 1px solid var(--blue) !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    margin: 0 !important;
    background: transparent !important;
  }
  
  .grocerywidget_style3 .product .grocerywidget_style3_content .grocerywidget_style3_title_button .button:after , .grocerywidget_style3 .product .grocerywidget_style3_content .grocerywidget_style3_title_button .added_to_cart:after{
    display: none;
  }
  
  .grocerywidget_style3 .product:hover .grocerywidget_style3_content .grocerywidget_style3_title_button .button , .grocerywidget_style3 .product:hover .grocerywidget_style3_content .grocerywidget_style3_title_button .added_to_cart{
    opacity: 1;
    visibility: visible;
    bottom: 0px;
  }
  
  .grocerywidget_style3 ul.products li.product .button.ajax_add_to_cart.loading:after {
    content: "\e02d" !important;
    font-family: 'ETmodules' !important;
    color: var(--blue) !important;
    display: block !important;
    opacity: 1;
    font-size: 15px;
    top: 0;
    position: absolute;
    right: -25px;
}
  
  .grocerywidget_style3 .product:hover .woocommerce-loop-product__title{
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
  }
  
  .grocerywidget_style3 .product .woocommerce-loop-product__title{
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
  }
  
  @media only screen and (max-width: 767px){
    .grocerywidget_style3.et_pb_shop ul.products.columns-3 li.product{
      width: 100%!important;
    margin-right: 0%!important;
    display: block;
    }
    
    .grocerywidget_style3 .product .woocommerce-LoopProduct-link {
    display: block;
    align-items: unset;
}
    
    .grocerywidget_style3 .product .grocerywidget_style3_content {
    flex-basis: 100%;
    float: unset;
    display: flex;
    flex-direction: column;
}
  }

/*-------- Product Grid Style1 --------*/
.grocerygrid_style1 .woocommerce ul.products li.product{
    position: relative;
    background-color: var(--white);
    border: 1px solid var(--border);
    border-radius: 15px;
    overflow: hidden;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    padding: 15px !important;
  }
  
  .grocerygrid_style1 .woocommerce ul.products li.product:hover{
    -webkit-box-shadow: 5px 5px 15px rgb(0 0 0 / 5%);
    box-shadow: 5px 5px 15px rgb(0 0 0 / 5%);
    border: 1px solid var(--green);
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
  }
  
  .grocerygrid_style1 .woocommerce ul.products li.product .onsale{
    display: inline-block;
    border-radius: 15px 0 20px 0 !important;
    color: var(--white);
    padding: 9px 20px 10px 20px;
    top: 0 !important;
    left: 0 !important;
  }
  
  .grocerygrid_style1 .woocommerce ul.products li.product .grocerygrid_style1_price_button{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
    align-items: center;
  }
  
  .grocerygrid_style1 .woocommerce ul.products li.product .grocerygrid_style1_price_button .button, .grocerygrid_style1 .woocommerce ul.products li.product .grocerygrid_style1_price_button .added_to_cart {
    background: var(--white) !important;
    color: var(--green) !important;
    border: 1px solid var(--green) !important;
    padding: 7px 30px 7px 10px !important;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    position: relative;
    border-radius: 5px!important;
    font-weight: 600;
    font-size: 13px;
    margin-top: 0 !important;
    text-align: left;
    width: 70%;
}
  
  .grocerygrid_style1 .woocommerce ul.products li.product .grocerygrid_style1_price_button .button:hover, .grocerygrid_style1 .woocommerce ul.products li.product .grocerygrid_style1_price_button .added_to_cart:hover {
    background: var(--green) !important;
    color: var(--white) !important;
    transform: translateY(-3px);
    -webkit-box-shadow: 5px 5px 15px rgb(0 0 0 / 5%);
    box-shadow: 5px 5px 15px rgb(0 0 0 / 5%);
}
  
  .grocerygrid_style1 .woocommerce ul.products li.product .grocerygrid_style1_price_button .button:after, .grocerygrid_style1 .woocommerce ul.products li.product .grocerygrid_style1_price_button .added_to_cart:after{
    content: '\e015' !important;
    font-family: 'ETmodules' !important;
    font-weight: 600;
    color: var(--green) !important;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    opacity: 1;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    font-size: 13px;
  }
  
  .grocerygrid_style1 .woocommerce ul.products li.product .grocerygrid_style1_price_button .button:hover:after, .grocerygrid_style1 .woocommerce ul.products li.product .grocerygrid_style1_price_button .added_to_cart:hover:after{
    color: var(--white) !important;
  }
  
  .grocerygrid_style1 .woocommerce ul.products li.product .grocerygrid_style1_price_button .button.ajax_add_to_cart.loading:after {
    content: "\e02d" !important;
    color: var(--green) !important;
    top: 11px;
    right: 10px !important;
    transform: none;
    line-height: normal;
}
  
  .grocerygrid_style1 .woocommerce ul.products li.product .grocerygrid_style1_price_button .button.ajax_add_to_cart.loading:hover:after {
    content: "\e02d" !important;
    color: var(--white) !important;
    top: 11px;
    right: 10px !important;
    transform: none;
    line-height: normal;
}
  
  .grocerygrid_style1 .woocommerce ul.products li.product .grocerygrid_style1_price_button .added_to_cart{
    position: absolute;
    right: 16px;
    width: 60%;
  }
  
  .grocerygrid_style1 .woocommerce ul.products li.product .grocerygrid_style1_price_button .added{
    opacity: 0;
  }
  
  .grocerygrid_style1 .woocommerce ul.products li.product .grocerygrid_style1_price_button .added_to_cart:after {
    content: "\4e" !important;
}
  
  .grocerygrid_style1 .page-numbers, .grocerygrid_style1 .page-numbers li {
    border: none !important;
}
  
  .grocerygrid_style1 .page-numbers li .page-numbers {
    background-color: var(--green);
    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: 15px;
    line-height: 30px;
    color: var(--white) !important;
}
  
  .grocerygrid_style1 .page-numbers li .page-numbers:hover:before, .grocerygrid_style1 .page-numbers li .page-numbers.current:before {
    width: 105%;
    opacity: 1;
}
  
.grocerygrid_style1 .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;
}
  
  .grocerygrid_style1 .page-numbers li .page-numbers:hover:after, .grocerygrid_style1 .page-numbers li .page-numbers.current:after {
    height: 100%;
    opacity: 1;
}
  
.grocerygrid_style1 .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;
}
  
  @media only screen and (max-width: 767px){
    .grocerygrid_style1.et_pb_shop ul.products.columns-4 li.product{
      width: 100% !important;
      margin-right: 0 !important;
    }
    
    .grocerygrid_style1.et_pb_shop .woocommerce-result-count, .grocerygrid_style1.et_pb_shop .woocommerce-ordering {
    float: none;
    text-align: center;
}
  }

/*-------- Product Grid Style2 --------*/
.grocerygrid_style2 .product{
    oveflow: hidden;
    background: #fff;
    border-radius: 0;
    text-align: center;
    padding-top: 20px;
    position: relative;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    margin-top: 24px;
    -webkit-box-shadow: 4px 8px 30px rgb(141 141 141 / 10%);
    box-shadow: 4px 8px 30px rgb(141 141 141 / 10%);
  }
  
  .grocerygrid_style2 .product:hover{
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  
  .grocerygrid_style2 .product .grocerygrid_style2_content{
    display: flex;
    flex-direction: column;
    padding: 20px 25px 28px !important;
  }
  
  .grocerygrid_style2 .product .grocerygrid_style2_content .woocommerce-loop-product__title{
    order: 1;
  }
  
  .grocerygrid_style2 .product .grocerygrid_style2_content .star-rating{
    order: 3;
    opacity: 1;
  }
  
  .grocerygrid_style2 .product .grocerygrid_style2_content .price{
    order: 2;
    padding-bottom: 10px;
  }
  
  .grocerygrid_style2 .product .grocerygrid_style2_content .button{
    order: 4;
  }
  
  .grocerygrid_style2 .product .grocerygrid_style2_content .button, .grocerygrid_style2 .product .grocerygrid_style2_content .added_to_cart{
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    display: inline-block;
    padding: 8px 62px 8px 26px !important;
    font-size: 15px;
    text-transform: capitalize;
    color: var(--white);
    background: var(--green);
    border-radius: 100px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    border: none !important;
    margin-top: 0px !important;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    text-align: left;
    width: 90%;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
  }
  
  .grocerygrid_style2 .product .grocerygrid_style2_content .button:hover, .grocerygrid_style2 .product .grocerygrid_style2_content .added_to_cart:hover{
     color: var(--white);
    background: var(--blue);
  }
  
  .grocerygrid_style2 .product:hover .grocerygrid_style2_content .button, .grocerygrid_style2 .product:hover .grocerygrid_style2_content .added_to_cart{
    opacity: 1;
    bottom: 17px;
  }
  
  .grocerygrid_style2 .product:hover .grocerygrid_style2_content .star-rating{
    opacity: 0;
  }
  
  .grocerygrid_style2 .product .grocerygrid_style2_content .button:after, .grocerygrid_style2 .product .grocerygrid_style2_content .added_to_cart:after{
    content: '\4c' !important;
    font-family: 'ETmodules' !important;
    font-weight: 600;
    color: var(--green) !important;
    background: var(--white) !important;
    position: absolute;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
    margin-left: 80px;
    opacity: 1;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    font-size: 15px;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  
  .grocerygrid_style2 .product .grocerygrid_style2_content .button:hover:after, .grocerygrid_style2 .product .grocerygrid_style2_content .added_to_cart:hover:after{
    color: var(--blue) !important;
  }
  
  .grocerygrid_style2 .woocommerce ul.products li.product .button.ajax_add_to_cart.loading:after {
    content: "\e02d" !important;
    color: var(--green) !important;
    margin: auto 0 !important;
    top: 0;
    right: 5px !important;
    transform: none;
    bottom: 0;
}
  
  .grocerygrid_style2 .woocommerce ul.products li.product .button.ajax_add_to_cart.loading:hover:after{
    color: var(--blue) !important;
  }
  
  .grocerygrid_style2 .woocommerce ul.products li.product .added_to_cart:after {
    content: "\4e" !important;
}
  
  .grocerygrid_style2 .woocommerce ul.products li.product .onsale{
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 50px !important;
  }
  
  .grocerygrid_style2 .woocommerce ul.products li.product:hover .onsale{
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
  }
  
  .grocerygrid_style2 .woocommerce ul.products li.product a img{
    margin-bottom: 0 !important;
  }
  
  .grocerygrid_style2 .page-numbers, .grocerygrid_style2 .page-numbers li {
    border: none !important;
}
  
  .grocerygrid_style2 .page-numbers li .page-numbers {
    background-color: var(--green);
    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: 15px;
    line-height: 30px;
    color: var(--white) !important;
}
  
  .grocerygrid_style2 .page-numbers li .page-numbers:hover:before, .grocerygrid_style2 .page-numbers li .page-numbers.current:before {
    width: 105%;
    opacity: 1;
}
  
.grocerygrid_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;
}
  
  .grocerygrid_style2 .page-numbers li .page-numbers:hover:after, .grocerygrid_style2 .page-numbers li .page-numbers.current:after {
    height: 100%;
    opacity: 1;
}
  
.grocerygrid_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;
}
  
  @media only screen and (max-width: 767px){
    .grocerygrid_style2.et_pb_shop ul.products.columns-4 li.product{
      width: 100% !important;
      margin-right: 0 !important;
    }
    
    .grocerygrid_style2.et_pb_shop .woocommerce-result-count, .grocerygrid_style2.et_pb_shop .woocommerce-ordering {
    float: none;
    text-align: center;
}
  }

/*-------- Product Grid Style3 --------*/
.grocerygrid_style3 .product{
    -webkit-box-shadow: 0 0.063rem 1.875rem 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0.063rem 1.875rem 0 rgb(0 0 0 / 10%);
    overflow: hidden;
    -webkit-border-radius: 0.313rem;
    border-radius: 0.313rem;
    border: 0;
    padding: 10px !important;
  }
  
  .grocerygrid_style3 .product .grocerygrid_style3_content{
    display: flex;
    flex-direction: column;
  }
  
  .grocerygrid_style3 .product .grocerygrid_style3_content .grocerygrid_style3_price_rate{
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
    align-items: center;
    float: left;
  }
  
  .grocerygrid_style3 .product .grocerygrid_style3_content .price{
    flex-grow: 1;
  }
  
  .grocerygrid_style3 .product .button, .grocerygrid_style3 .product .added_to_cart {
    background: var(--green) !important;
    color: var(--white) !important;
    border: 0 !important;
    padding: 12px 40px 12px 20px!important;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    position: relative;
    border-radius: 5px!important;
    font-weight: 600;
    font-size: 15px;
    margin-top: 10px !important;
    text-align: left;
    width: 95%;
    text-transform: capitalize;
}
  
  .grocerygrid_style3 .product .button:hover, .grocerygrid_style3 .product .added_to_cart:hover{
    background: var(--blue) !important;
  }
  
  .grocerygrid_style3 .product .button:after, .grocerygrid_style3 .product .added_to_cart:after {
    content: '\e015' !important;
    font-family: 'ETmodules' !important;
    font-weight: 600;
    color: var(--white) !important;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    opacity: 1;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    font-size: 14px;
    line-height: normal;
}
  
  .grocerygrid_style3 .product .button.ajax_add_to_cart.loading:after {
    content: "\e02d" !important;
    color: var(--white) !important;
    top: 18px;
    right: 20px !important;
    transform: none;
    line-height: normal;
}
  
  .grocerygrid_style3 .product .added_to_cart:after {
    content: "\4e" !important;
}
  
  .grocerygrid_style3 .page-numbers, .grocerygrid_style3 .page-numbers li {
    border: none !important;
}
  
  .grocerygrid_style3 .page-numbers li .page-numbers {
    background-color: var(--green);
    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: 15px;
    line-height: 30px;
    color: var(--white) !important;
}
  
  .grocerygrid_style3 .page-numbers li .page-numbers:hover:before, .grocerygrid_style3 .page-numbers li .page-numbers.current:before {
    width: 105%;
    opacity: 1;
}
  
.grocerygrid_style3 .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;
}
  
  .grocerygrid_style3 .page-numbers li .page-numbers:hover:after, .grocerygrid_style3 .page-numbers li .page-numbers.current:after {
    height: 100%;
    opacity: 1;
}
  
.grocerygrid_style3 .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;
}
  
  @media only screen and (max-width: 767px){
    .grocerygrid_style3.et_pb_shop ul.products.columns-4 li.product{
      width: 100% !important;
      margin-right: 0 !important;
    }
    
    .grocerygrid_style3.et_pb_shop .woocommerce-result-count, .grocerygrid_style3.et_pb_shop .woocommerce-ordering {
    float: none;
    text-align: center;
}
  }

/*-------- Product Grid Style4 --------*/
.grocerygrid_style4 .product{
   background: var(--background);
  overflow: hidden;
  }
  
  .grocerygrid_style4 .woocommerce ul.products li.product a img{
    margin-bottom: 0 !important;
  }
  
  .grocerygrid_style4 .product .grocerygrid_style4_content{
    display: flex;
    flex-direction: column;
    padding: 20px !important;
  }
  
  .grocerygrid_style4 .product .grocerygrid_style4_content .grocerygrid_style4_price_rate{
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
    align-items: center;
    float: left;
  }
  
  .grocerygrid_style4 .product .grocerygrid_style4_content .price{
    flex-grow: 1;
  }
  
  .grocerygrid_style4 ul.products li.product .et_shop_image:after {
    content: "";
    background: rgba(255,255,255,.5);
    height: 100%;
    left: 0;
    top: -100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
  
  .grocerygrid_style4 ul.products li.product:hover .et_shop_image:after {
    top: 0;
}
  
  .grocerygrid_style4 .product .button {
    font-size: 0;
    border-radius: 50%;
    background: transparent !important;
    width: 50px;
    opacity: 0;
    height: 50px;
    border: 1px solid var(--green) !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%);
}
  
  .grocerygrid_style4 .product .button:hover{
    background: var(--green) !important;
    border: 1px solid var(--green) !important;
  }
  
  .grocerygrid_style4 ul.products li.product:hover .button {
    opacity: 1;
    top: 50%;
}
  
  .grocerygrid_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: 18px;
    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(--green);
    line-height: 50px !important;
}
  
  .grocerygrid_style4 ul.products li.product .button:hover:after{
    color: var(--white);
  }
  
  .grocerygrid_style4 ul.products li.product .button.ajax_add_to_cart.loading:after {
    content: "\e02d";
}
  
  .grocerygrid_style4 ul.products li.product .added_to_cart {
    position: absolute;
    top: auto;
    bottom: 0;
    display: block;
    text-align: center;
    left: 0;
    right: 0;
    background: var(--green);
    color: var(--white);
    padding: 10px;
    width: 100%;
    margin: auto;
    font-size: 15px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    z-index: 2;
}
  
  .grocerygrid_style4 ul.products li.product .added_to_cart:hover{
    background: var(--blue);
  }
  
  .grocerygrid_style4 ul.products li.product .button.added:after {
    content: "\4e" !important;
}
  
  .grocerygrid_style4 .page-numbers, .grocerygrid_style4 .page-numbers li {
    border: none !important;
}
  
  .grocerygrid_style4 .page-numbers li .page-numbers {
    background-color: var(--green);
    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: 15px;
    line-height: 30px;
    color: var(--white) !important;
}
  
  .grocerygrid_style4 .page-numbers li .page-numbers:hover:before, .grocerygrid_style4 .page-numbers li .page-numbers.current:before {
    width: 105%;
    opacity: 1;
}
  
.grocerygrid_style4 .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;
}
  
  .grocerygrid_style4 .page-numbers li .page-numbers:hover:after, .grocerygrid_style4 .page-numbers li .page-numbers.current:after {
    height: 100%;
    opacity: 1;
}
  
.grocerygrid_style4 .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;
}
  
   @media only screen and (max-width: 767px){
    .grocerygrid_style4.et_pb_shop ul.products.columns-4 li.product{
      width: 100% !important;
      margin-right: 0 !important;
    }
     
     .grocerygrid_style4.et_pb_shop .woocommerce-result-count, .grocerygrid_style4.et_pb_shop .woocommerce-ordering {
    float: none;
    text-align: center;
}
  }

/*-------- Product Grid Style5 --------*/
.grocerygrid_style5 .woocommerce ul.products li.product a img{
    border-radius: 10px;
  }
  
  .grocerygrid_style5 .woocommerce ul.products li.product .button, .grocerygrid_style5 .woocommerce ul.products li.product .added_to_cart{
    background: var(--green) !important;
    color: var(--white) !important;
    border: 0 !important;
    padding: 12px 40px 12px 20px!important;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    position: relative;
    text-transform: uppercase;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    font-weight: 600;
    font-size: 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
		width: 100%;
    text-transform: capitalize;
  }
  
  .grocerygrid_style5 .woocommerce ul.products li.product .button:after, .grocerygrid_style5 .woocommerce ul.products li.product .added_to_cart:after{
    content: '\e015' !important;
    font-family: 'ETmodules' !important;
    font-weight: 600;
    color: var(--white) !important;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    opacity: 1;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    font-size: 14px;
    line-height: normal;
  }
  
  .grocerygrid_style5 .woocommerce ul.products li.product .button.ajax_add_to_cart.loading:after {
    content: "\e02d" !important;
    top: 18px;
    transform: none;
}
  
  .grocerygrid_style5 .woocommerce ul.products li.product .added_to_cart:after {
    content: "\4e" !important;
}
  
  .grocerygrid_style5 .page-numbers, .grocerygrid_style5 .page-numbers li {
    border: none !important;
}
  
  .grocerygrid_style5 .page-numbers li .page-numbers {
    background-color: var(--green);
    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: 15px;
    line-height: 30px;
    color: var(--white) !important;
}
  
  .grocerygrid_style5 .page-numbers li .page-numbers:hover:before, .grocerygrid_style5 .page-numbers li .page-numbers.current:before {
    width: 105%;
    opacity: 1;
}
  
.grocerygrid_style5 .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;
}
  
  .grocerygrid_style5 .page-numbers li .page-numbers:hover:after, .grocerygrid_style5 .page-numbers li .page-numbers.current:after {
    height: 100%;
    opacity: 1;
}
  
.grocerygrid_style5 .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;
}
  
   @media only screen and (max-width: 767px){
    .grocerygrid_style5.et_pb_shop ul.products.columns-4 li.product{
      width: 100% !important;
      margin-right: 0 !important;
    }
     
     .grocerygrid_style5.et_pb_shop .woocommerce-result-count, .grocerygrid_style5.et_pb_shop .woocommerce-ordering {
    float: none;
    text-align: center;
}
  }

/*-------- Product Grid Style6 --------*/
.grocerygrid_style6 .woocommerce ul.products li.product .grocerygrid_style6_content{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  
  .grocerygrid_style6 .woocommerce ul.products li.product .grocerygrid_style6_content .woocommerce-loop-product__title{
    order: 1;
  }
  
  .grocerygrid_style6 .woocommerce ul.products li.product .grocerygrid_style6_content .price{
    order: 2;
  }
  
  .grocerygrid_style6 .woocommerce ul.products li.product .grocerygrid_style6_content .star-rating{
    order: 4;
  }
  
  .grocerygrid_style6 .woocommerce ul.products li.product .grocerygrid_style6_content .grocerygrid_style6_title_price, .grocerygrid_style6 .woocommerce ul.products li.product .grocerygrid_style6_content .grocerygrid_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;
  }
  
  .grocerygrid_style6 .woocommerce ul.products li.product .grocerygrid_style6_content .grocerygrid_style6_title_price{
    padding-bottom: 10px;
  }
  
.grocerygrid_style6 .woocommerce ul.products li.product .onsale {
    left: auto !important;
    right: 0px !important;
  	top: 0 !important;
  	border-radius: 0 !important;
}
  
  .grocerygrid_style6 .woocommerce ul.products li.product .button {
    order: 3;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 0 !important;
    transition: all .3s ease;
    border: none !important;
    background-color: var(--green) !important;
    z-index: 9999;
}
  
  .grocerygrid_style6 .woocommerce ul.products li.product .button:hover{
    background-color: var(--black) !important;
  }
  
  .grocerygrid_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;
}
  
  .grocerygrid_style6 .woocommerce ul.products li.product .button.ajax_add_to_cart.loading:after {
    content: "\e02d";
    color: var(--white) !important;
} 
  
.grocerygrid_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%);
}
  
.grocerygrid_style6 .woocommerce ul.products li.product .et_shop_image .button.added:after{
  content: "\4e" !important;
  }
  
  .grocerygrid_style6 .woocommerce ul.products li.product .et_shop_image{
    position: relative;
    overflow: hidden;
  }
  
  .grocerygrid_style6 .woocommerce ul.products li.product .et_shop_image img{
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    margin: 0 !important;
  }
  
  .grocerygrid_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);
  }
  
  .grocerygrid_style6 .page-numbers, .grocerygrid_style6 .page-numbers li {
    border: none !important;
}
  
  .grocerygrid_style6 .page-numbers li .page-numbers {
    background-color: var(--green);
    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: 15px;
    line-height: 30px;
    color: var(--white) !important;
}
  
  .grocerygrid_style6 .page-numbers li .page-numbers:hover:before, .grocerygrid_style6 .page-numbers li .page-numbers.current:before {
    width: 105%;
    opacity: 1;
}
  
.grocerygrid_style6 .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;
}
  
  .grocerygrid_style6 .page-numbers li .page-numbers:hover:after, .grocerygrid_style6 .page-numbers li .page-numbers.current:after {
    height: 100%;
    opacity: 1;
}
  
.grocerygrid_style6 .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;
}
  
  @media only screen and (max-width:767px){ 
    .grocerygrid_style6.et_pb_shop ul.products.columns-4 li.product{
      width: 100% !important;
      margin-right: 0 !important;
    }
  
    .grocerygrid_style6 .woocommerce-result-count,.grocerygrid_style6 .woocommerce-ordering{
      float: none;
      text-align:center;
  }
  
    .grocerygrid_style6 .page-numbers li .page-numbers{
      width: 41px;
      height:41px;
      line-height: 20px;
      margin-bottom: 10px !important;
  }
    
    .grocerygrid_style6.et_pb_shop .woocommerce-result-count, .grocerygrid_style6.et_pb_shop .woocommerce-ordering {
    float: none;
    text-align: center;
}
}

/*-------- Service Block Style1 --------*/
.groceryservice_style1 .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
  }
  
  .groceryservice_style1:hover .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

/*-------- Service Block Style3 --------*/
.groceryblock_style3 .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .groceryblock_style3:hover .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    transform: scaleX(-1);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }

/*-------- Service Block Style4 --------*/
.groceryblock_style4 .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    color: var(--blue);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .groceryblock_style4:hover .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    color: var(--green);
    transform: rotateY(180deg);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }

/*-------- Service Block Style5 --------*/
.groceryblock_style5_row .et_pb_column:hover .et_pb_icon{
    bottom: auto;
    top: 29px;
  }
  
  .groceryblock_style5_row .et_pb_column:hover .et_pb_blurb{
    -webkit-transform: translateY(100%);
    -khtml-transform: translateY(100%);
    transform: translateY(100%);
  }
  
  .groceryblock_style5_row .et_pb_column:hover .et_pb_promo{
    -webkit-transform: translateY(0%);
    -khtml-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 0.18s;
    transition-delay: 0.18s;
  }
  
  .groceryblock_style5_row .et_pb_image img{
    height: 370px;
    object-fit: cover;
    object-position: center;
  }
  
  @media only screen and (max-width: 767px){
    .groceryblock_style5_row .et_pb_column:hover .et_pb_icon{
    bottom: auto;
    top: 5px;
  }
  }

/*-------- Service Block Style6 --------*/
.groceryblock_style6 .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    transition: all .5s ease 0s;
    animation: none;
  }
  
  .groceryblock_style6:hover .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    -webkit-animation: swing 1s ease;
    animation: swing 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }
  
  @keyframes swing { 
	20% { transform: rotate(15deg); } 
	40% { transform: rotate(-10deg); } 
	60% { transform: rotate(5deg); } 
	80% { transform: rotate(-5deg); } 
	100% { transform: rotate(0deg); } 
 } 

/*-------- Service Block Style7 --------*/
.groceryblock_style7 .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header:before{
    position: absolute;
    left: 0;
    width: 0;
    bottom: 2px;
    height: 1px;
    content: "";
    display: block;
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    -ms-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
    visibility: hidden;
    background: var(--blue);
  }
  
  .groceryblock_style7:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header:before{
    width: 100%;
    visibility: visible;
  }

/*-------- Category Block Style3 --------*/
.grocerycategory_style3 .et_pb_blurb_content .et_pb_main_blurb_image img{
    height: 150px;
    width: 150px;
    object-fit: cover;
    object-position: center;
  }
  
  .grocerycategory_style3 .et_pb_blurb_content .et_pb_main_blurb_image:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    border-radius: 100%;
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .grocerycategory_style3:hover .et_pb_blurb_content .et_pb_main_blurb_image:before{
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  
  .grocerycategory_style3:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header{
    opacity: 1;
    visibility: visible;
  }
  
  .grocerycategory_style3 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
    margin-top: 5px;
  }

/*-------- Category Block Style4 --------*/
.grocerycategory_style4:hover .et_pb_blurb_content  .et_pb_blurb_container .et_pb_module_header{
    background: var(--green);
    color: var(--white) !important;
  }
  
  .grocerycategory_style4:hover .et_pb_blurb_content  .et_pb_blurb_container .et_pb_module_header a{
    color: var(--white) !important;
  }

/*-------- Category Block Style5 --------*/
.grocerycategory_style5 .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    z-index: 10;
    margin: 0 auto;
    position: relative;
    right: -20px;
  }
  
  .grocerycategory_style5_row .et_pb_column:hover .grocerycategory_style5 .et_pb_blurb_content .et_pb_module_header{
    color: var(--green) !important;
  }

/*-------- Blog Style1 --------*/
.groceryblog_style1 .et_pb_post{
    padding: 0;
    position: relative;
    background: var(--white);
    box-shadow: 0px 1px 12.09px 0.91px rgb(153 153 153 / 30%);
  }
  
  .groceryblog_style1 .et_pb_post .et_pb_image_container{
    margin: 0;
     position: relative;
    overflow: hidden;
  }
  
  .groceryblog_style1 .et_pb_post .et_pb_image_container .entry-featured-image-url{
    margin: 0;
     position: relative;
    overflow: hidden;
    border-radius: 4px;
  }
  
  .groceryblog_style1 .et_pb_post .groceryblog_style1_content{
    padding: 25px 30px;
    position: relative;
  }
  
  .groceryblog_style1 .et_pb_post .groceryblog_style1_content .date{
    position: absolute;
    width: 54px;
    height: 52px;
    border-radius: 6px;
    box-shadow: 0px 1px 3.72px 0.28px rgb(104 104 104 / 30%);
    z-index: 1;
    right: 30px;
    top: -27px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--blue);
    color: var(--white);
    line-height: 1.1;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    border: 3px solid var(--white);
    -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;
  }
  
  .groceryblog_style1 .et_pb_post:hover .groceryblog_style1_content .date{
    background: var(--green);
  }
  
  .groceryblog_style1 .et_pb_post .groceryblog_style1_content .author, .groceryblog_style1 .et_pb_post .groceryblog_style1_content .category{
    display: inline-block;
    color: var(--blue);
    margin-right: 10px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
  }
  
  .groceryblog_style1 .et_pb_post .groceryblog_style1_content .entry-title{
    padding-top: 10px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid var(--border);
    position:  relative;
  }
  
  .groceryblog_style1 .et_pb_post .groceryblog_style1_content .entry-title:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 40px;
    height: 3px;
    background: var(--green);
  }
  
  .groceryblog_style1 .et_pb_post .groceryblog_style1_content .entry-title a{
  position: relative;
    display: inline;
    background-image: linear-gradient(#00152b, #00152b), linear-gradient(#00152b, #00152b);
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
  }
    
  .groceryblog_style1 .et_pb_post .groceryblog_style1_content .entry-title a:hover{
    background-size: 0 1px, 100% 1px;
  }
  
  .groceryblog_style1 .et_pb_post .et_pb_image_container img{
    transform: scale(1);
    transition: .6s linear;
  }
  
  .groceryblog_style1 .et_pb_post:hover .et_pb_image_container img{
    transform: scale(1.1);
  }
  
  .groceryblog_style1 .pagination a {
    border: 1px solid !important;
    border-color: var(--green) !important;
    border-radius: 50px;
    background-color: var(--green);
    padding-top: 16px!important;
    padding-right: 40px!important;
    padding-bottom: 16px!important;
    padding-left: 40px!important;
    margin-top: 40px!important;
    -webkit-box-shadow: inset 0 0 0 0 #fff;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: .2s ease;
    transition: .2s ease !important;
}
  
  .groceryblog_style1 .pagination a:hover{
    background-image: initial;
    background-color: var(--white);
    -webkit-box-shadow: inset 150px 0 0 0 #fff;
    box-shadow: inset 150px 0 0 0 #fff;
  }
  
  @media only screen and (max-width: 981px){
    .groceryblog_style1 .pagination .alignleft, .groceryblog_style1 .pagination .alignright{
      float: unset;
    text-align: center;
    }
  }

/*-------- Blog Style2 --------*/
.groceryblog_style2 .et_pb_post {
    padding: 0;
    position: relative;
    -webkit-box-shadow: 0 0.063rem 1.875rem 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0.063rem 1.875rem 0 rgb(0 0 0 / 10%);
    overflow: hidden;
    -webkit-border-radius: 0.313rem;
    border-radius: 0.313rem;
    border: 0;
}
  
  .groceryblog_style2 .et_pb_post .et_pb_image_container {
    margin: 0;
    position: relative;
}
  
  .groceryblog_style2 .et_pb_post .et_pb_image_container .entry-featured-image-url{
    margin: 0;
    position: relative;
}
  
  .groceryblog_style2 .et_pb_post .groceryblog_style2_content{
    margin-left: 1.25rem !important;
    padding: 1.875rem 1.875rem;
    position:  relative;
  }
  
  .groceryblog_style2 .et_pb_post .groceryblog_style2_content .date{
    font-size: 14px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    top: 30px;
    position: absolute;
    left: -10px;
    padding: 5px;
    text-transform: uppercase;
    margin: 0;
    color: var(--green);
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
  }
  
  .groceryblog_style2 .et_pb_post .groceryblog_style2_content .author{
    margin-right: 1.25rem !important;
    color: var(--green);
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
    font-size: 14px;
    position: relative;
  }
  
  .groceryblog_style2 .et_pb_post .groceryblog_style2_content .author:before{
    content: "\e08a";
    font-family: ETmodules;
font-size: 14px;
    color: var(--green);
    margin-right: 0.625rem !important;
  }
  
  .groceryblog_style2 .et_pb_post .groceryblog_style2_content .category{
    display: inline-block;
    padding: 6px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    -webkit-border-radius: 0.313rem;
    border-radius: 0.313rem;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
    background: var(--green);
  }
  
  .groceryblog_style2 .et_pb_post .groceryblog_style2_content .category:hover{
    background: var(--blue);
  }
  
  .groceryblog_style2 .et_pb_post .groceryblog_style2_content .entry-title{
    padding-top: 10px;
  }
  
  .groceryblog_style2 .et_pb_post .groceryblog_style2_content .entry-title a:hover{
    color: var(--green) !important;
  }
  
  .groceryblog_style2 .et_pb_post .groceryblog_style2_content .post-content .post-content-inner{
    padding-bottom: 10px;
  }
  
  .groceryblog_style2 .pagination a {
    border: 1px solid !important;
    border-color: var(--green) !important;
    border-radius: 50px;
    background-color: var(--green);
    padding-top: 16px!important;
    padding-right: 40px!important;
    padding-bottom: 16px!important;
    padding-left: 40px!important;
    margin-top: 40px!important;
    -webkit-box-shadow: inset 0 0 0 0 #fff;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: .2s ease;
    transition: .2s ease !important;
}
  
  .groceryblog_style2 .pagination a:hover{
    background-image: initial;
    background-color: var(--white);
    -webkit-box-shadow: inset 150px 0 0 0 #fff;
    box-shadow: inset 150px 0 0 0 #fff;
  }
  
  @media only screen and (max-width: 981px){
    .groceryblog_style2 .pagination .alignleft, .groceryblog_style2 .pagination .alignright{
      float: unset;
    text-align: center;
    }
  }

/*-------- Blog Style3 --------*/
.groceryblog_style3 .et_pb_post{
    padding: 0;
    position: relative;
  }
  
  .groceryblog_style3 .et_pb_post .et_pb_image_container{
    margin: 0;
    padding: 30px;
    background: var(--green);
  }
  
  .groceryblog_style3 .et_pb_post .et_pb_image_container .entry-featured-image-url{
    margin: 0;
  }
  
  .groceryblog_style3 .et_pb_post .groceryblog_style3_content{
    padding: 30px;
    border: 2px solid var(--green);
  }
  
  .groceryblog_style3 .et_pb_post .groceryblog_style3_content .groceryblog_style3_category_date{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  
  .groceryblog_style3 .et_pb_post .groceryblog_style3_content .date {
    margin-right: 1.25rem !important;
    color: var(--green);
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
    font-size: 14px;
    position: relative;
}
  
  .groceryblog_style3 .et_pb_post .groceryblog_style3_content .date:before {
    content: "\e023";
    font-family: ETmodules;
    font-size: 14px;
    color: var(--green);
    margin-right: 0.625rem !important;
}
  
  .groceryblog_style3 .et_pb_post .groceryblog_style3_content .category {
    color: var(--green);
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
    font-size: 14px;
    position: relative;
}
  
  .groceryblog_style3 .et_pb_post .groceryblog_style3_content .category:before {
    content: "\e07c";
    font-family: ETmodules;
    font-size: 14px;
    color: var(--green);
    margin-right: 0.625rem !important;
}
  
  .groceryblog_style3 .et_pb_post .groceryblog_style3_content .post-content .more-link{
    border: 1px solid !important;
    border-color: var(--green) !important;
    border-radius: 50px;
    background-color: var(--green);
    padding-top: 16px!important;
    padding-right: 40px!important;
    padding-bottom: 16px!important;
    padding-left: 40px!important;
    margin-top: 40px!important;
    -webkit-box-shadow: inset 0 0 0 0 #fff;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: .2s ease;
    transition: .2s ease !important;
    display: inline-block;
    margin: 0 !important;
  }
  
  .groceryblog_style3 .et_pb_post .groceryblog_style3_content .post-content .more-link:hover{
    background-image: initial;
    background-color: var(--white);
    -webkit-box-shadow: inset 150px 0 0 0 #fff;
    box-shadow: inset 150px 0 0 0 #fff;
    color: var(--green) !important;
  }
  
  .groceryblog_style3 .et_pb_post .groceryblog_style3_content .entry-title a:hover {
    color: var(--green) !important;
}
  
  .groceryblog_style3 .pagination a {
    border: 1px solid !important;
    border-color: var(--green) !important;
    border-radius: 50px;
    background-color: var(--green);
    padding-top: 16px!important;
    padding-right: 40px!important;
    padding-bottom: 16px!important;
    padding-left: 40px!important;
    margin-top: 40px!important;
    -webkit-box-shadow: inset 0 0 0 0 #fff;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: .2s ease;
    transition: .2s ease !important;
}
  
  .groceryblog_style3 .pagination a:hover{
    background-image: initial;
    background-color: var(--white);
    -webkit-box-shadow: inset 150px 0 0 0 #fff;
    box-shadow: inset 150px 0 0 0 #fff;
  }
  
  @media only screen and (max-width: 981px){
    .groceryblog_style3 .pagination .alignleft, .groceryblog_style3 .pagination .alignright{
      float: unset;
    text-align: center;
    }
  }

/*-------- Blog Style4 --------*/
.groceryblog_style4 .et_pb_post{
    padding: 0;
    position: relative;
    background-color: var(--white);
    padding: 15px 15px 0px 15px;
    border-radius: 10px;
    overflow: hidden;
  }
  
  .groceryblog_style4 .et_pb_post .et_pb_image_container{
    margin: 0;
		position: relative;
    overflow: hidden;
  }
  
  .groceryblog_style4 .et_pb_post .et_pb_image_container .entry-featured-image-url{
    margin: 0;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
  }
  
  .groceryblog_style4 .et_pb_post .et_pb_image_container .entry-featured-image-url img{
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
  }
  
  .groceryblog_style4 .et_pb_post .et_pb_image_container:hover .entry-featured-image-url img{
    transform: scale(1.1);
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
  }
  
  .groceryblog_style4 .et_pb_post .groceryblog_style4_content{
   text-align: center;
    padding: 30px 15px 0px 15px;
  }
  
  .groceryblog_style4 .et_pb_post .groceryblog_style4_content .groceryblog_style4_category_date{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  
  .groceryblog_style4 .et_pb_post .groceryblog_style4_content .date {
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
    position: relative;
    background-color: var(--background);
    color: var(--blue);
    font-size: 14px;
    height: 40px;
    padding: 0px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    line-height: 1;
    border-radius: 5px;
}
  
  .groceryblog_style4 .et_pb_post .groceryblog_style4_content .category {
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
    position: relative;
    background-color: var(--background);
    color: var(--blue);
    font-size: 14px;
    height: 40px;
    padding: 0px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    line-height: 1;
    border-radius: 5px;
}
  
  .groceryblog_style4 .et_pb_post .groceryblog_style4_content .post-content .more-link{
    border: 1px solid !important;
    border-color: var(--green) !important;
    border-radius: 50px;
    background-color: var(--green);
    padding-top: 16px!important;
    padding-right: 40px!important;
    padding-bottom: 16px!important;
    padding-left: 40px!important;
    margin-top: 40px!important;
    -webkit-box-shadow: inset 0 0 0 0 #fff;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: .2s ease;
    transition: .2s ease !important;
    display: inline-block;
    margin: 0 !important;
  }
  
  .groceryblog_style4 .et_pb_post .groceryblog_style4_content .post-content .more-link:hover{
    background-image: initial;
    background-color: var(--white);
    -webkit-box-shadow: inset 150px 0 0 0 #fff;
    box-shadow: inset 150px 0 0 0 #fff;
    color: var(--green) !important;
  }
  
  .groceryblog_style4 .et_pb_post .groceryblog_style4_content .entry-title a:hover {
    color: var(--green) !important;
}
  
  .groceryblog_style4 .et_pb_post .groceryblog_style4_content .post-content .post-content-inner {
    padding-bottom: 20px;
}
  
  .groceryblog_style4 .pagination a {
    border: 1px solid !important;
    border-color: var(--green) !important;
    border-radius: 50px;
    background-color: var(--green);
    padding-top: 16px!important;
    padding-right: 40px!important;
    padding-bottom: 16px!important;
    padding-left: 40px!important;
    margin-top: 40px!important;
    -webkit-box-shadow: inset 0 0 0 0 #fff;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: .2s ease;
    transition: .2s ease !important;
}
  
  .groceryblog_style4 .pagination a:hover{
    background-image: initial;
    background-color: var(--white);
    -webkit-box-shadow: inset 150px 0 0 0 #fff;
    box-shadow: inset 150px 0 0 0 #fff;
  }
  
  @media only screen and (max-width: 981px){
    .groceryblog_style4 .pagination .alignleft, .groceryblog_style4 .pagination .alignright{
      float: unset;
    text-align: center;
    }
  }

/*-------- Blog Style5 --------*/
.groceryblog_style5 .et_pb_post{
    padding: 0;
    position: relative;
    display: block;
    overflow: hidden;
    transition: all 500ms ease;
    background: var(--background);
  }
  
  .groceryblog_style5 .et_pb_post:hover{
    background: var(--white);
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 10%);
  }
  
  .groceryblog_style5 .et_pb_post:before{
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    right: 20px;
    bottom: 20px;
    clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
    transition: all 500ms ease;
    background: var(--blue);
  }
  
  .groceryblog_style5 .et_pb_post:hover:before{
    background: var(--green);
  }
  
  .groceryblog_style5 .et_pb_post .et_pb_image_container{
    margin: 0;
    position: relative;
    overflow: hidden;
  }
  
  .groceryblog_style5 .et_pb_post .et_pb_image_container .entry-featured-image-url{
    margin: 0;
    position: relative;
    overflow: hidden;
    background: var(--green);
  }
  
  .groceryblog_style5 .et_pb_post .et_pb_image_container .entry-featured-image-url img{
    transition: all 500ms ease;
  }
  
  .groceryblog_style5 .et_pb_post:hover .et_pb_image_container .entry-featured-image-url img{
    opacity: 0.2;
    transform: scale(1.05);
  }
  
  .groceryblog_style5 .et_pb_post .et_pb_image_container .date{
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 14px;
    line-height: 35px;
    color: var(--white);
    font-weight: 500;
    min-width: 140px;
    text-align: center;
    background: var(--green);
    padding: 0px 15px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
  }
  
  .groceryblog_style5 .et_pb_post .groceryblog_style5_content{
    position: relative;
    display: block;
    padding: 30px;
  }
  
  .groceryblog_style5 .et_pb_post .entry-title{
    padding: 15px 0;
  }
  
  .groceryblog_style5 .et_pb_post .post-content .post-content-inner{
    padding-bottom: 15px;
  }
  
  .groceryblog_style5 .et_pb_post .groceryblog_style5_content .author {
    margin-right: 1.25rem !important;
    color: var(--green);
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
    font-size: 14px;
    position: relative;
}
  
  .groceryblog_style5 .et_pb_post .groceryblog_style5_content .author:before {
    content: "\e08a";
    font-family: ETmodules;
    font-size: 14px;
    color: var(--green);
    margin-right: 0.625rem !important;
}
  
  .groceryblog_style5 .et_pb_post .groceryblog_style5_content .category {
    color: var(--green);
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
    font-size: 14px;
    position: relative;
}
  
  .groceryblog_style5 .et_pb_post .groceryblog_style5_content .category:before {
    content: "\e07c";
    font-family: ETmodules;
    font-size: 14px;
    color: var(--green);
    margin-right: 0.625rem !important;
}
  
  .groceryblog_style5 .et_pb_post .groceryblog_style5_content .post-content .more-link {
    border: 1px solid !important;
    border-color: var(--green) !important;
    border-radius: 50px;
    background-color: var(--green);
    padding-top: 16px!important;
    padding-right: 40px!important;
    padding-bottom: 16px!important;
    padding-left: 40px!important;
    margin-top: 40px!important;
    -webkit-box-shadow: inset 0 0 0 0 #fff;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: .2s ease;
    transition: .2s ease !important;
    display: inline-block;
    margin: 0 !important;
    color: var(--white) !important;
}
  
  .groceryblog_style5 .et_pb_post .groceryblog_style5_content .post-content .more-link:hover {
    background-image: initial;
    background-color: var(--white);
    -webkit-box-shadow: inset 150px 0 0 0 #fff;
    box-shadow: inset 150px 0 0 0 #fff;
    color: var(--green) !important;
    color: var(--green) !important;
}
  
  .groceryblog_style5 .pagination a {
    border: 1px solid !important;
    border-color: var(--green) !important;
    border-radius: 50px;
    background-color: var(--green);
    padding-top: 16px!important;
    padding-right: 40px!important;
    padding-bottom: 16px!important;
    padding-left: 40px!important;
    margin-top: 40px!important;
    -webkit-box-shadow: inset 0 0 0 0 #fff;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: .2s ease;
    transition: .2s ease !important;
}
  
  .groceryblog_style5 .pagination a:hover {
    background-image: initial;
    background-color: var(--white);
    -webkit-box-shadow: inset 150px 0 0 0 #fff;
    box-shadow: inset 150px 0 0 0 #fff;
}
  
  @media only screen and (max-width: 981px){
    .groceryblog_style5 .pagination .alignleft, .groceryblog_style5 .pagination .alignright{
      float: unset;
    text-align: center;
    }
  }

/*-------- Newsletter Style1 --------*/
.grocerynewsletter_style1 .et_pb_newsletter_fields {
    position: relative;
}
  
  .grocerynewsletter_style1 .et_pb_newsletter_form .input {
    width: 100%;
    height: 64px;
}
  
  .grocerynewsletter_style1 .et_pb_newsletter_form p.et_pb_newsletter_field {
    padding-bottom: 0 !important;
}

/*-------- Newsletter Style2 --------*/
.grocerynewsletter_style2 .et_pb_newsletter_form .input{
    width: 100%;
    height: 55px;
    font-size: 14px;
    border: none;
    border-radius: 4px;
  }
  
  .grocerynewsletter_style2 .et_pb_newsletter_fields {
    position: relative;
}
  
  .grocerynewsletter_style2 .et_pb_newsletter_form p.et_pb_newsletter_field {
    padding-bottom: 0 !important;
}
  
  .grocerynewsletter_style2.et_pb_subscribe .et_pb_newsletter_button.et_pb_button:after{
    margin: 0 !important;
  }

/*-------- Newsletter Style3 --------*/
.grocerynewsletter_style3 .et_pb_newsletter_fields {
    position: relative;
}
  
  .grocerynewsletter_style3 .et_pb_newsletter_form .input {
    width: 100%;
    height: 64px;
}
  
  .grocerynewsletter_style3 .et_pb_newsletter_form p.et_pb_newsletter_field {
    padding-bottom: 0 !important;
    border: 1px solid #eee;
    border-radius: 50px;
}

/*-------- Menu --------*/
.grocery_menu .et-menu-nav li.mega-menu li>a{
    width: 190px !important;
  }
  
  .grocery_menu li.mega-menu li > a {
    max-width: unset !important;
    margin: 5px 0;
}
  
  .grocery_section.et_pb_sticky{
    -webkit-box-shadow: 4px 8px 30px rgb(141 141 141 / 15%);
    box-shadow: 4px 8px 30px rgb(141 141 141 / 15%);
    -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;
    border-bottom: 0 !important;
  }
  
  @-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)
 }
}
  
.grocery_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;
  }
  
  .grocery_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;
  }
  
  .grocery_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 screen and (max-width: 1366px) {
.et_pb_menu .et-menu > li {
    padding-right: 6px;
    padding-left: 6px;
}
}
  
  @media only screen and (max-width: 981px){
  .grocery_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 --------*/
.groceryfooter_email .et_pb_newsletter_fields {
    position: relative;
}
  
  .groceryfooter_email .et_pb_newsletter_form .input {
    width: 100%;
    height: 64px;
}
  
  .groceryfooter_email .et_pb_newsletter_form p.et_pb_newsletter_field {
    padding-bottom: 0 !important;
}
  
  .groceryfooter_menu .et-menu-nav .et-menu{
    display: block !important;
  }
  
  .groceryfooter_menu .et-menu-nav .et-menu li{
    margin-top: 0 !important;
    margin-bottom: 15px !important;
  }
  
  .groceryfooter_menu .et-menu-nav .et-menu li a{
    padding-bottom: 5px !important;
    transition: 0.5s all ease;
  }
  
  .groceryfooter_menu .et_pb_menu__menu {
    display: block !important;
    width: 100%;
}
  
  .groceryfooter_menu .et_mobile_nav_menu {
    display: none !important;
}
  
  .et_pb_shop .page-numbers li .page-numbers{
    margin-bottom: 10px;
  }
  
  @media only screen and (max-width: 981px){ 
  .groceryfooter_menu .et-menu-nav, .groceryfooter_menu .et-menu-nav li{
      display: block !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 --------*/
@-webkit-keyframes bounceImg{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}25%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}50%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}100%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes bounceImg{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}25%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}50%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}100%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}

/*-------- Product Detail --------*/
.groceryproduct_section2_image .woocommerce-product-gallery .flex-control-nav li{
    margin-bottom: 20px !important;
  }
  
  .foodproduct_section2_star .woocommerce-product-rating{
    margin-bottom: 10px !important;
  }

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

.groceryproduct_productandcart .et_pb_module_inner form.cart .variations td select {
    padding: 15px !important;
}
  
  .groceryproduct_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;
}
  
  .groceryproduct_productandcart .variations .reset_variations {
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    color: var(--blue);
}
  
  .groceryproduct_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;
}
  
  .groceryproduct_productandcart .single_variation_wrap .woocommerce-variation-price .price {
    margin-bottom: 10px;
    display: block;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    color: var(--blue);
    font-size: 17px;
    line-height: 1.8em;
}
  
  .groceryproduct_section2_tab ul.et_pb_tabs_controls{
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid var(--border);
    margin: 0;
    background-color: transparent !important;
  }
  
  .groceryproduct_section2_tab ul.et_pb_tabs_controls:after{
    display: none;
  }
  
  .groceryproduct_section2_tab ul.et_pb_tabs_controls li a{
    display: block;
    position: relative;
    padding: 10px 0 !important;
  }
  
  .groceryproduct_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(--green);
    transition: .5s;
    opacity: 0;
  }
  
  .groceryproduct_section2_tab ul.et_pb_tabs_controls li.et_pb_tab_active a:after{
    opacity: 1;
    width: 100%;
  }
  
  .groceryproduct_section2_tab .et_pb_all_tabs{
    max-width: 100%;
    padding: 0 15px;
    margin: 30px auto 0;
  }
  
  .groceryproduct_section2_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h2{
    font-size: 20px;
    padding-bottom: 20px;
  }
  
  .groceryproduct_section2_tab .woocommerce-Reviews .star-rating span:before {
    color: var(--green) !important;
}
  
  .groceryproduct_section2_tab .woocommerce-Reviews .comment-form .stars a:before {
    color: var(--green) !important;
}
  
  .groceryproduct_section2_tab .woocommerce-Reviews .comment-form .comment-form-comment{
    border: 1px solid var(--black);
    padding: 0;
}
  
  .groceryproduct_section2_tab .woocommerce-Reviews .comment-form .comment-form-comment #comment {
    font-size: 15px !important;
    background-color: transparent;
    color: var(--black);
}
  
  .groceryproduct_section2_tab .woocommerce-Reviews .submit {
    background-color: var(--green) !important;
    color: var(--white) !important;
    border: none !important;
    font-size: 15px !important;
    padding: 15px 30px !important;
}
  
  .groceryproduct_section2_tab .woocommerce-Reviews .submit:hover{
    background-color: var(--black) !important;
  }
  
  .groceryproduct_section2_text h2{
    padding-bottom: 0;
  }
 
   @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){ 
    .groceryproduct_section2_tab ul.et_pb_tabs_controls{
      list-style: none;
    padding: 0;
    display: block;
    justify-content: unset;
    border-bottom: 1px solid var(--border-color);
    margin: 0;
    background-color: transparent !important;
    }
    
    .groceryproduct_section2_tab ul.et_pb_tabs_controls li a {
    display: block;
    position: relative;
    padding: 20px 0 !important;
    text-align: center;
}   
  }

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

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

.grocery_checkout .checkout .woocommerce-NoticeGroup .woocommerce-error{
    background: var(--green);
  }

/*-------- Blog Detail --------*/
.groceryblogdetail_section2_person .et_pb_team_member_image img{
    width: 128px;
    height: 133px;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
  }
  
  .groceryblogdetail_section2_person .et_pb_team_member_description div{
    margin-bottom: 15px;
  }
  
  .groceryblogdetail_section2_person .et_pb_member_social_links li{
    margin: 0 5px;
  }
  
  .groceryblogdetail_section2_person .et_pb_member_social_links li a{
    background: var(--green) !important;
    width: 35px;
    height: 35px;
    line-height: 39px;
    border-radius: 50%;
  }
  
  .groceryblogdetaail_comment .comment-form{
    padding-bottom: 0 !important;
  }

  .groceryblog_section2_sidebar .wp-block-categories li{
    padding-left: 0px !important;
    display: block;
    position: relative;
  }
  
  .groceryblog_section2_sidebar .wp-block-categories li:before{
   content: "\39";
    font-family: ETmodules !important;
    top: 0;
    position: absolute;
    right: 0;
  }
  
  .groceryblog_section2_sidebar .wp-block-categories li,.groceryblog_section2_sidebar .wp-block-latest-posts li{
  	padding-bottom: 20px !important;
    margin-bottom: 20px !important;
    position: relative;
    border-bottom: 1px dashed var(--border);
  }
  
  .groceryblog_section2_sidebar .wp-block-categories li a,.groceryblog_section2_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;
  }
  
  .groceryblog_section2_sidebar .wp-block-categories li a:hover,.groceryblog_section2_sidebar .wp-block-latest-posts li a:hover{
    color: var(--green) !important;
  }
  
  .groceryblog_section2_sidebar .wp-block-categories li:last-child,.groceryblog_section2_sidebar .wp-block-latest-posts li:last-child{
    margin-bottom: 0 !important;
  }
  
  .groceryblog_section2_sidebar .wp-block-categories li a{
    position: relative;
  }

.groceryblog_section2_sidebar .wp-block-tag-cloud a{
  line-height: 1;
    padding: 15px 18px;
  	color: var(--blue) !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: 50px !important;
  border: 0 !important;
  background: #f4f4f4;
  -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  letter-spacing: 1px;
  }

  .groceryblog_section2_sidebar .wp-block-tag-cloud a:hover{
    background-color: var(--green);
    color: var(--white) !important;
  }
  
  .groceryblog_section2_sidebar .et_pb_widget .wp-block-group h2{
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
  }
  
  .groceryblog_section2_sidebar .wp-block-search__input{
    height: 50px !important;
  }
  
  .groceryblog_section2_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;
    height: 50px !important;
}
  
  .groceryblog_section2_sidebar .widget_search .wp-block-search__button:hover{
    background-color: var(--green);
  }
  
  @media only screen and (max-width: 981px){
    .groceryblogdetail_navigation .nav-previous, .groceryblogdetail_navigation .nav-next {
    float: none;
    display: flex;
    text-align: center;
}
    
    .groceryblogdetail_navigation .nav-previous a, .groceryblogdetail_navigation .nav-next a {
    margin: 0 auto;
}
    
    .groceryblogdetaail_comment .logged-in-as{
      text-align: center ;
    }
  }

/*-------- Blog Detail Individual Post --------*/
 .groceryblogdetail_testimonial .et_pb_testimonial_content p{
    padding-bottom: 0 !important;
  }
  
  .groceryblogdetail_listtext ul{
    padding-left: 0 !important;
  }
  
  .groceryblogdetail_listtext ul li a{
    text-decoration: underline;
  }
  
  


/* 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 {-webkit-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.dgs_blogpagination .page-numbers{display: inline-block;border-right: 0;padding: 0em 1em;margin: 0 -1px;line-height: 2.6em;}
.navigation.dgs_blogpagination .page-numbers.prev,.navigation.dgs_blogpagination .page-numbers.next{padding: 0 .5em;}
.navigation.dgs_blogpagination span.page-numbers {color:var(--white);border: 1px solid;border-color: var(--white) !important;font-weight: 600;}
.navigation.dgs_blogpagination .page-numbers .et-pb-icon{font-size: 1.6em;vertical-align: middle;line-height: 1.5em;margin-top: -3px;}
.navigation.dgs_blogpagination a.page-numbers:hover, .navigation.dgs_blogpagination span.page-numbers {background-color: var(--green) !important;}
.navigation.dgs_blogpagination a.page-numbers {color: #fff !important;background: var(--green);}
.navigation.dgs_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(--red);
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";
}

.groceryproduct_section2_product.et_pb_wc_related_products ul.products li.product a img{
    margin-bottom: 10px !important;
  }
    
    .groceryproduct_section2_product ul.products li.product .onsale {
    left: 40px !important;
    margin: 0 !important;
    right: auto !important;
    top: 40px !important;
}
  
  .groceryproduct_section2_product ul.products li.product{
  padding: 30px !important;
    background: #f2f4f7;
    border-radius: 10px;
  }
  
  .groceryproduct_section2_product ul.products li.product .groceryproduct_section2_product_content{
    display: flex;
    flex-direction: column;
  }
  
  .groceryproduct_section2_product ul.products li.product .star-rating{
    order: 1;
  }
  
  .groceryproduct_section2_product ul.products li.product h2{
    order: 2;
  }

  .groceryproduct_section2_product ul.products li.product .button, .groceryproduct_section2_product ul.products li.product .added_to_cart{
    order: 3;
    background: var(--white) !important;
    color: var(--green) !important;
    border: 1px solid var(--green) !important;
    padding: 7px 15px !important;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    position: relative;
    width: 100%;
    text-align: left;
    border-radius: 30px!important;
    font-weight: 600;
    font-size: 15px;
    margin: auto;
    margin-bottom: 15px !important;
  }
  
  .groceryproduct_section2_product ul.products li.product .button:after, .groceryproduct_section2_product ul.products li.product .added_to_cart:after{
    content: '\4c' !important;
    font-family: 'ETmodules' !important;
    font-weight: 600;
    color: var(--green) !important;
    background: var(--white) !important;
    position: absolute;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
    margin-left: 80px;
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    font-size: 15px;
    display: flex;
  	align-items: center;
    justify-content: center;
  }
  
  .groceryproduct_section2_product ul.products li.product .button:hover, .groceryproduct_section2_product ul.products li.product .added_to_cart:hover{
    background: var(--green) !important;
    color: var(--white) !important;
    padding-left: 10px !important;
  }
  
  .groceryproduct_section2_product ul.products li.product .button:hover:after, .groceryproduct_section2_product ul.products li.product .added_to_cart:hover:after{
    opacity: 1;
  }
  
  .groceryproduct_section2_product ul.products li.product .button.ajax_add_to_cart.loading:after {
    content: "\e02d" !important;
    color: var(--green) !important;
    margin: auto 0 !important;
    top: 0;
    right: 5px !important;
    transform: none;
    bottom: 0;
}
  
  .groceryproduct_section2_product ul.products li.product .added_to_cart:after {
    content: "\4e" !important;
}
  
  .groceryproduct_section2_product ul.products li.product .price{
    order: 4;
  }
  
  .groceryproduct_section2_product .page-numbers, .groceryproduct_section2_product .page-numbers li {
    border: none !important;
}
  
  .groceryproduct_section2_product .page-numbers li .page-numbers {
    background-color: var(--green);
    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: 15px;
    line-height: 30px;
    color: var(--white) !important;
}
  
  .groceryproduct_section2_product .page-numbers li .page-numbers:hover:before, .groceryproduct_section2_product .page-numbers li .page-numbers.current:before {
    width: 105%;
    opacity: 1;
}
  
  .groceryproduct_section2_product .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;
}
  
  .groceryproduct_section2_product .page-numbers li .page-numbers:hover:after, .groceryproduct_section2_product .page-numbers li .page-numbers.current:after {
    height: 100%;
    opacity: 1;
}
  
  .groceryproduct_section2_product .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;
}
  

  @media only screen and (max-width: 767px){ 
   
 .groceryproduct_section2_product.et_pb_wc_related_products ul.products.columns-4 li.product{
      width: 100% !important;
      margin-right: 0 !important;
    }   
  }