.Slider-left-box .row {
    align-items: center;
}
.colored_word {
    color: var(--color-primary);
}
.slide-inner-shadow-one {
  background-color: #4B3941;
  height: 100%;
  width: 61%;
  display: block;
  position: absolute;
  clip-path: polygon(0 0, 100% 0%, 61% 100%, 0% 100%);
}
.slide-inner-shadow-two {
  background-color: var(--color-primary);
  height: 92%;
  width: 66%;
  display: block;
  position: absolute;
  right: 0;
  clip-path: polygon(32% 0, 100% 0%, 100% 100%, 0% 100%);
  top: 30px;
}

.slide-image-block {
  padding-top: 6em;
}
.slideimagebg {
  max-width: 84%;
  margin: 0 auto;
}
#slider .owl-carousel .owl-nav i, #slider  .owl-nav i {
  padding: 20px 24px;
}
.slide-tagline {
  color: black;
  font-weight: 400;
  font-family: var(--ternary-font);
  font-size: 18px;
}
div#slider .slide-carousel-image img {
  width: 100%;
}
.slide-corner-image1 {
  position: absolute;
  left: -6em;
  top: -6em;
}
.slide-corner-image2 {
  position: absolute;
  right: -6em;
  top: -6em;
}
.slide-corner-image1, .slide-corner-image2, .slide-corner-image3, .slide-corner-image4 {
    max-width: 23%;
}
.slide-corner-image3 {
  position: absolute;
  left: -6em;
  bottom: 9em;
}
.slide-corner-image3 {
    width: 221px;
    left: -3em;
}
.slide-corner-image4 {
  position: absolute;
}
.slide-corner-image4 {
    right: 2em;
    width: 172px;
    bottom: 32%;
}
.slide_nav a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  background-color: var(--color-primary);
  color: white;
  padding: 14px 9px;
  font-weight: 800;
  letter-spacing: 8px;
  font-size: 12px;
}
#slider .slidesmalltext {
  color: #141B22;
  font-weight: 400;
}
a.theme_button.slide-btn {
  margin-right: 15px;
}
#slider h1, #slider h2 {
  font-size: 46px;
  font-weight: 400;
  color: var(--color-secondry);
}
.slide-text {
  color: #717171;
  font-weight: 400;
  font-size: 13px;
}
@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
.slider-box {
  text-align: center;
  max-width: 73%;
  margin: 0 auto;
}
#slider {
  overflow: hidden;
  padding-bottom: 11em !important;
}
#slider button.owl-prev, #slider button.owl-next, #testimonials button.owl-prev, #testimonials button.owl-next {
    position: absolute;
    top: 50%;
    transform: unset;
    background-color: var(--color-primary);
    padding: 9px 16px !important;
    border-radius: 43px;
    transform: translateY(-50%);
}
#slider button.owl-prev, #slider button.owl-next {
  top: 39%;
}
#testimonials button.owl-prev, #testimonials button.owl-next {
    padding: 6px 18px !important;
}
#slider button.owl-prev:hover, #slider button.owl-next:hover, #testimonials button.owl-prev:hover, #testimonials button.owl-next:hover {
  background-color: var(--color-secondry);
}
#slider button.owl-prev{
  left: 10%;
  margin-right: 0;
}

#slider button.owl-next{
  right: 10%;
}
.slide-image-block img {
  max-width: 51%;
}
.custom-slider-dots.owl-dots {
  left: 0;
  z-index: 9;
  bottom: 20px;
  left: 0;
  right: 0;
  margin-top: 4em;
}
#slider .socialbox {
  position: absolute;
  top: 50%;
  left: 46px;
  transform: translateY(-50%);
  z-index: 99;
  max-width: 21px;
  text-align: center;
}
#slider .socialbox a:hover{
  color: var(--color-secondry);
}
#slider .socialbox a {
  color: white;
  margin-bottom: 7px;
  text-align: center;
  display: inline-block;
}

#slider .owl-dots button.owl-dot {
    display: block !important;
    margin-bottom: 10px;
    background-color: var(--color-primary)!important;
    border-color: var(--color-primary);
    border-radius: 50%;
}
#slider .owl-dots button.owl-dot.active {
    background-color: var(--color-secondry) !important;
    border-color: var(--color-secondry);
}
.slide-carousel-image  svg {
  width: 55%;
  height: 100%;
  position: absolute;
  left: -11px;
}
.slide-heading2 {
  color: var(--color-primary);
}
.Slider--shapes {
  position: absolute;
  left: 0;
  z-index: 9;
  top: 0;
  width: 57%;
  height: 100%;
}
.owl-carousel .owl-item .Slider--shapes-inner img {
    width: 100% !important;
    height: 100%;
}
.Slider--shapes-inner {
  position: relative;
  height: 100%;
}
.Slider-left-box {
  position: relative;
  z-index: 99;
  padding-top: 3em;
}
.slide-corner-image1, .slide-corner-image2, .slide-corner-image3, .slide-corner-image4 {
  animation-name: rotateme2;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme2;
  -webkit-animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme2;
  -moz-animation-duration: 20s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme2;
  -ms-animation-duration: 20s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme2;
  -o-animation-duration: 20s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
@keyframes rotateme2{
  0%{
    transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-360deg);
    opacity: 1;
  }
}
.about-extra3, .sponsers-extra1 {
  animation-name: float_up_down;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float_up_down;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float_up_down;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float_up_down;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float_left_right;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
@keyframes float_up_down{
  0%{
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
  50% {
    transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

#about-us a.theme_button {
  background-color: var(--color-primary);
  margin-top: 1em;
}
#about-us a.theme_button:hover {
  background-color: var(--color-secondry);
}
/* --------- About Us --------- */
.masked-section:before {
  content: '';
  mask-image: url('../../images/curve-shape.png');
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: center;
  -webkit-mask-image: url('../../images/curve-shape.png');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  -webkit-mask-position: center;
  background: #FFE0D1;
  position: absolute;
  top: -82px;
  width: 100%;
  height: 100px;
  z-index: 9;
}
.masked-section:after{
  content: '';
  mask-image: url('../../images/curve-shape-after.png');
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: center;
  -webkit-mask-image: url('../../images/curve-shape-after.png');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  -webkit-mask-position: center;
  background: #FFE0D1;
  position: absolute;
  bottom: -82px;
  width: 100%;
  height: 100px;
  z-index: 9;
}
.full-width-heading {
  max-width: 55%;
  margin: 0 auto;
  text-align: center;
}
span.video-span {
    font-family: var(--ternary-font);
    font-size: 59px;
    font-weight: 400;
    display: block;
    margin-top: 32px;
    line-height: 58px;
    color: white;
}
.video-section {
  position: relative;
  height: 494px;
  overflow: hidden;
  border-radius: 275px;
}
.video-section h4 {
  color: white;
  letter-spacing: 3px;
  font-size: 40px;
  max-width: 52%;
  margin: 0 auto;
}
.video-text {
  max-width: 50%;
  margin: 0 auto;
}

.video-section video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}

.content-overlay {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  padding: 71px 20px;
  background-color: rgb(0 0 0 / 56%);
  height: 100%;
}
.section-tagline {
    border: 1px solid #00000033;
    display: inline-block;
    padding: 4px 15px;
    border-radius: 22px;
    line-height: 24px;
    color: #12161C;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}
#about-us .section_main_head h3 span, .section_main_head h3 span {
  color: var(--color-primary);
}
#about-us .section-tagline span:nth-child(2) {
    color: #0C7735;
}
.about-head-outer ul li i {
  background-color: #f7bbd5;
  color: var(--color-primary);
  font-size: 10px;
  padding: 3px 4px;
  border-radius: 5px;
  margin-right: 5px;
}
.about-image-box {
  background-color: white;
  padding: 30px;
  border-radius: 25px;
  text-align: center;
}
.about-image-box-text {
  color: #4E4747;
  font-size: 14px;
}
.about-image-box img {
  margin-bottom: 6px;
}
#about-us .section-text {
  color: #717171;
  font-size: 14px;
}
.about-head-outer ul li {
  list-style: none;
}
.about-head-outer ul {
  margin: 0;
}
.button_author_block {
  margin-top: 37px;
}
.author-desig {
  color: #222222;
  font-weight: 500;
  font-size: 14px;
}
.author-box img {
  margin-right: 13px;
}
.about-image1 {
  position: relative;
}
.icon-box-1 {
  position: absolute;
  bottom: -49px;
  left: 61px;
  background-color: #00190A;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 15px;
}
.about-head-outer {
  padding-left: 30px;
}
.box-year {
  color: white;
  font-weight: 700;
  font-family: var(--secondary-font);
  font-size: 22px;
  margin-bottom: 3px;
}
.icon-box-content {
  border-left: 1px solid #FFFFFF33;
  padding-left: 11px;
}
.about-image-shape {
  background-color: #F4B904;
  height: 250px;
  width: 20px;
  position: absolute;
  right: -20px;
  bottom: 57px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.icon-box .media img {
    border-radius: 0;
    width: auto;
    transform: unset;
}
.about-image1 img {
  border-radius: 30px;
  width: 100%;
}
.box-year span {
  font-size: 14px;
  position: relative;
  margin-left: -5px;
  font-weight: 700;
}
#about-us, #services, #chefs, #contact-section{
  background-color: #FFE0D1;
}
.contact-image img {
  border-radius: 20px;
}
#about-us .section_main_head .primary_text, #about-us .section_main_head .primary_text p{
  color: var(--color-primary);
}
.about-head.section_main_head .second_text, .about-head.section_main_head .second_text p{
  color: #6b6b6b;
}
.para-text {
  color: #444444;
  font-weight: 600;
  margin-bottom: 15px;
}
.media{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
.box-title {
  color: rgb(255 255 255 / 80%);
  font-size: 14px;
  font-weight: 500;
}
.about-image-box:hover img, .icon-box-1 img {
  transform: rotateY(180deg);
}
.about-image-box  img, .icon-box-1:hover img{
  transition: 0.5s;
  transform-style: preserve-3d;
  position: relative;
}
/* --------- Products --------- */
#our-cuisines del, #best-seller del {
    display: none;
}
#best-seller.masked-section:after {
    background: #CEEDEE;
}
.product-grid {
    /* font-family: "Outfit", sans-serif; */
    /* text-align: center; */
    /* overflow: hidden; */
}
.product-grid .product-image{
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 15px -7px rgba(0,0,0,0.2);
}
.product-grid .product-image a.image{ display: block; }
.product-grid .product-image img{
    width: 100%;
    height: auto;
}
.product-grid .product-sale-label {
    color: var(--white);
    background: var(--color);
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 4px 16px;
    border-radius: 20px 20px;
    position: absolute;
    top: 10px;
    left: -30px;
    transition: all 500ms ease-in-out 0s;
    opacity: 0;
}
.product-grid:hover .product-sale-label {
    left: 10px;
    opacity: 1;
}
.product-grid .product-links{
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 15px;
    right: -100px;
    transition: all 0.5s ease-in-out;
}
.product-grid:hover .product-links{ right: 15px; }
.product-grid .product-links li{
    margin: 0 0 6px;
    transition: all 0.3s ease 0s;
}
.product-grid .product-links li a {
  color: #191919;
  background: white;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  width: 38px;
  height: 38px;
  border-radius: 50px 50px;
  display: block;
  position: relative;
  box-shadow: 0 2px 6px rgb(0 0 0 / 15%);
  transition: all 0.3s;
  z-index: 1;
}
.product-grid .product-links li a:hover{
    color:var(--white);
    background: var(--color);
}
.product-grid .product-links li a i{ line-height:inherit; }
/* --------- Product Categories --------- */
#product-categories {
    background-color: #CEEDEE;
}
#our-cuisines, #our-menu, #loved-features, #our-process, #latest-news {
    padding-bottom: 10em;
    padding-top: 9em;
}
/* #best-seller.masked-section:after, #our-cuisines.masked-section:after, #services.masked-section:after, #nearby-bakery.masked-section:after, #loved-features.masked-section:after, #testimonials.masked-section:after {
  display: none;
} */
#product-categories.masked-section:before, #product-categories.masked-section:after, #nearby-bakery.masked-section:before, #testimonials.masked-section:before, #nearby-bakery.masked-section:after, #testimonials.masked-section:after{
   background: #CEEDEE;
}
#our-cuisines.masked-section:before{
  background: #fcf7eb;;
}
#services.masked-section:after, #chefs.masked-section:before {
    background-color: #FFE0D1;
}
#our-menu.masked-section:before, #loved-features.masked-section:before {
    background: #fcf7eb;
}
/* --------- Services --------- */
.service-image img {
  border-radius: 50px;
}
.service-item.image-hover-effect-style .box {
  border-radius: 50%;
}
.services-title-box h5, .services-title-box h5 a {
  color: #3E312D;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-top: 6px;
  font-family: var(--primary-font);
}
.services-text {
  color: white;
  font-size: 16px;
  font-weight: 400;
  margin-top: 12px;
}
.service-title-box {
  padding-top: 4em;
  padding-right: 5em;
}
.services-features .services-list-icon {
  background-color: var(--color-secondry);
  font-size: 12px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 9px;
  margin-top: 5px;
}
.services-features ul {
  margin-left: 0;
  margin-top: 20px;
}
.services-features li {
  margin-bottom: 16px;
  color: white;
  font-weight: 400;
  display: flex;
}
.service-item, .plan-item {
  position: relative;
  z-index: 9;
}
.service-title-box{
  padding-top: 4em;
}
.service-item h5 a {
  color: #4B3941;
  font-weight: 700;
  font-size: 22px;
}
.testimonial-client {
  border-radius: 50%;
}
.testimonials-head.section_main_head {
  max-width: 35%;
  margin: 0 auto;
}
/* --------- Our Product --------- */
.product_block {
  row-gap: 113px; /* or whatever spacing you need */
}
#best-seller {
    padding-top: 8em;
    padding-bottom: 9em;
}
.flash_product {
    padding: 17px;
    background-color: white;
    border-radius: 20px;
    position: relative;
    box-shadow: 0px 0px 10px 0px #00000040;
    border: 3px solid transparent;
}
.flash_product-inner{
  overflow: hidden;
  position: relative;
}
.flash_product img {
    margin-top: -118px;
    margin-bottom: 11px;
}
.flash_product span.onsale {
  background-color: var(--color-primary);
  padding: 4px 18px;
  display: inline-block;
  color: white;
  font-size: 13px;
  position: absolute;
  top: 0;
  right: -7px;
  z-index: 99;
  font-weight: 700;
}
.average-star-rating {
    color: #222222;
}
.average-star-rating i {
  color: #faa72a;
  font-size: 13px;
  margin-right: 3px;
}
.product-category-name {
    display: inline-block;
    font-size: 14px;
    color: #4E4747;
    font-weight: 400;
    margin-top: 20px;
}
.flash_product:hover .box-shadow-block, .news-box:hover .box-shadow-block {
  box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.08);
}
.box-shadow-block {
  height: 80%;
  width: 100%;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 19px;
  border: 1px solid rgba(232, 232, 232, 1);
}
#top-seller .owl-carousel .owl-stage-outer {
    padding: 20px 0;
}
.product-title-box {
  text-align: center;
}
.product-title-box h5 a {
  color: black;
  font-size: 18px;
}
.price-rating-block ins, .price-rating-block .price {
  font-size: 14px;
  text-decoration: none;
  font-weight: 700;
  color: #222222;
}
.price-rating-block ins, .price-rating-block .price, .woocommerce ul.products li.product .price ins {
    font-size: 16px;
    color: #3E312D;
    font-weight: 700;
}
.price-rating-block{
  transition: all 0.3s ease 0s;
}
.price-rating-block del, .woocommerce ul.products li.product .price-rating-block del {
    font-size: 16px;
    color: var(--color-secondry);
    font-weight: 700;
    opacity: 1;
    display: none;
}
.woocommerce ul.products li.product:hover a img, .flash_product:hover img {
  transform: scale(0.9);
  transition: all 500ms ease-in-out 0s;
}
.woocommerce ul.products li.product a img, .flash_product img{
  transition: all 500ms ease-in-out 0s;
}
.flash_product  h5 a {
  font-size: 16px;
  color: #3E312D;
  font-weight: 600;
  display: block;
  margin-top: 8px;
  font-family: var(--primary-font);
}
.product-cuisines {
  margin-top: 5px;
}
.product-cuisines a:nth-child(3n+1) {
  background-color: #ADBC76;
}
.product-cuisines a:nth-child(3n+2) {
  background-color: #F6F1F2;
}

.product-cuisines a:nth-child(3n+3) {
  background-color: #F6D6A2;
}
.product-cuisines a {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 34px;
  margin-right: 5px;
  color: #675465;
  background-color: #ADBC76;
  font-size: 12px;
}
.short-description {
    color: #717171;
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px;
    line-height: 19px;
    margin-bottom: 10px;
}
.flash_product h5 {
  padding-top: 0;
}
.product-price-cart {
  display: flex;
  justify-content: space-between;
}
.product-price-cart {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #D9D9D9;
  margin-top: 12px;
  position: relative;
}
.flash_product .custom_product_meta a, .custom_product_meta a {
  transition: all 0.3s ease 0s;
}
.flash_product:hover {
    border: 3px solid #D95942;
}
.flash_product .custom_product_meta a, .custom_product_meta a {
  color: white;
  font-weight: 600;
  display: block;
  font-size: 14px;
  background-color: var(--color-primary);
  display: inline-block;
  padding: 9px 16px;
  border-radius: 36px;
  font-size: 13px;
  box-shadow: 1.5px 2px 1px 0px #9A3827;
}
.custom_product_meta .add_to_cart_button:before {
  content: "\f290";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: white;
  font-size: 12px;
  margin-right: 5px;
}
.flash_product:hover .custom_product_meta a {
  background-color: var(--color-secondry);
  color: white;
  box-shadow: 1.5px 2px 1px 0px #135556;
}
.custom_product_meta .added_to_cart:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: white;
  font-size: 14px;
  margin-left: 0;
}
.custom_product_meta .added_to_cart {
  margin-left: 8px;
}
.related_products-col{
  text-align: center;
}
#related-products .section-tagline {
  color: #0C7735;
}
.custom_product_meta .add_to_cart_button.ajax_add_to_cart.loading::after {
  font-family: WooCommerce;
  content: "\e01c";
  vertical-align: top;
  font-weight: 400;
  color: white;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: block;
  z-index: 9999;
  display: block;
  /* width: 10px; */
  /* height: 10px; */
  font-size: 16px;
  text-align: center;
  animation: spin 2s linear infinite;
}
.custom_product_meta .add_to_cart_button.ajax_add_to_cart.loading::before{
  visibility: hidden;
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.flash_product .yith-wcwl-add-button a span {
  display: none;
}
.flash_product .yith-wcwl-add-button a i {
  font-size: 16px;
  color: white;
  background-color: #222222;
  padding: 6px 7px;
  border-radius: 50%;
  margin: 0;
}
.product_img_box {
  position: relative;
  margin-bottom: 10px;
}
.custom_product_meta {
    display: flex;
    align-items: center;
    justify-content: end;
}
.flash_product  a.added_to_cart.wc-forward {
  margin-left: 0px;
  font-size: 0;
  padding: 4px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  margin-left: 5px;
}
#top-seller .owl-nav button.owl-prev, #top-seller .owl-nav button.owl-next {
  position: unset;
}
#top-seller .owl-nav button.owl-prev, #blockbustor-deals .owl-nav button.owl-prev, .owl-nav button.owl-prev {
  margin-right: 18px;
}
.product-quick-meta a.button.yith-wcqv-button {
    font-size: 0;
    padding: 0;
    position: relative;
    border-radius: 50%;
    line-height: 1.9;
    margin-top: 4px;
}
.product-quick-meta a.button.yith-wcqv-button:before {
  content: "\f06e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: black;
  font-size: 18px;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor svg.yith-wcwl-icon-svg {
  fill: black;
  width: 22px;
}
.flash_product .product-quick-meta a {
  color: white;
  font-weight: 500;
  display: inline-block;
  /* background-color: black; */
}
.product-quick-meta {
  position: absolute;
  top: 14px;
  left: 14px;
  /* display: none; */
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.flash_product:hover .product-quick-meta {
  opacity: 1;
  transform: translateX(10px);
}
.product-quick-meta span.yith-wcwl-add-to-wishlist-button__label {
  display: none;
}
.flash_product:hover  .custom_product_meta {
  display: flex;
  transition: all 0.3s ease 0s;
}
.yith-wcwl-add-to-wishlist {
  margin-top: 0;
}
.flash_product .yith-wcwl-wishlistexistsbrowse i {
  font-size: 19px;
  color: white;
  background-color: black;
  padding: 6px 7px;
  border-radius: 8px;
  margin: 0;
}
.flash_product .yith-wcwl-wishlistexistsbrowse a {
  display: none !important;
}
.flash_product i.yith-wcwl-icon.fa.fa-heart {
    color: white;
    background-color: black;
    padding: 6px 8px;
    border-radius: 8px;
}
.flash_product i.yith-wcwl-icon.fa.fa-heart {
    font-size: 16px;
    color: white;
    background-color: black;
    padding: 6px 7px;
    border-radius: 8px;
    margin: 0;
}
.flash_product span.feedback {
    font-size: 0;
}
/*----------------- Product Categories --------------*/
#product-categories .box {
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    border-radius: 120px;
}
#product-categories .box:before{
    content: '';
    background: linear-gradient(to right,var(--color-primary), var(--color-secondry));
    width: 100%;
    height: 100%;
    opacity: 0.7;
    transform: skew(-45deg) scaleX(0);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
#product-categories .box:hover:before{ 
    transform: skew(-45deg) scaleX(1); 
    transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#product-categories .box img{
    width: 100%;
    transform: scale(1);
    transition: all 0.3s ease 0s;
}
#product-categories .box:hover img{
    transform: scale(1.2);
    filter: grayscale(0.7) blur(2px);
}
#product-categories .box .box-content{
    color: #fff;
    text-align: center;
    width: 100%;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) scale(0);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transition: all 0.6s ease;
}
#product-categories .box:hover .box-content{
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
    transition-delay: 0.2s;
}
.product-categories-title.position-absolute {
  top: 0;
  text-align: center;
  left: 0;
  right: 0;
  background-color: #0000008F;
  bottom: 0;
  border-radius: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
#product-categories .box:hover .product-categories-title.position-absolute a{
  visibility: hidden;
}
.product-categories-title a {
  font-family: var(--secondary-font);
  color: white;
  font-size: 29px;
}
/*----------------- Our Menu--------------*/
.product-item img {
  width: 82px;
  margin-right: 10px;
  border-radius: 50%;
  height: 82px;
  object-fit: cover;
}
.tab-right-col {
    padding: 4em  3em;
}
.product-item h5 a {
  color: #3E312D;
  font-size: 16px;
  font-family: var(--primary-font);
  font-weight: 600;
}
.product-item h5 a:hover {
    color: var(--color-primary);
}
.product-text {
  color: #555;
}
.product-item h5 {
    padding-bottom: 3px;
    padding-top: 0;
}
.product-item {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 18px;
}
.dotted-sep:before {
  content: '';
  background-color: var(--color-secondry);
  width: 8px;
  display: inline-block;
  height: 8px;
  position: absolute;
  left: 0;
  top: -3px;
  border-radius: 50%;
}
.dotted-sep:after {
  content: '';
  background-color: var(--color-secondry);
  width: 8px;
  display: inline-block;
  height: 8px;
  position: absolute;
  right: 0;
  top: -3px;
  border-radius: 50%;
}
.dotted-sep {
  border-bottom: 2px dashed var(--color-secondry);
  width: 91%;
  position: relative;
  top: 10px;
  margin-right: 41px;
  height: 2px;
}
.product-item .media {
  width: 57%;
  margin-right: 15px;
}
.tab-right-col .price {
  font-size: 18px;
  font-weight: 600;
  color: #292E36;
  margin-top: 16px;
}
.product-menu-item del {
    display: none;
}
.product-item:last-child {
  margin-bottom: 0;
}
/*----------------- nearby Bakery--------------*/
#nearby-bakery {
  background-color: #CEEDEE;
}
.nearby-bakery-block:nth-child(3), .nearby-bakery-block:nth-child(4) {
    margin-bottom: 0 !important;
}
.nearby-bakery-content {
    background-color: var(--color-secondry);
    padding: 30px;
    border-radius: 42px;
    height: 100%;
    /* display: flex; */
}
.nearby-bakery-country {
  color: white;
  margin-bottom: 12px;
  font-weight: 600;
}
.nearby-bakery-address {
  color: white;
  font-weight: 600;
}
.nearby-bakery-time {
  color: white;
  font-weight: 400;
}
span.nearby-bakery-time.d-block {
  color: white;
  font-weight: 400;
  margin-top: 10px;
}
.near-by-box-btn a.theme_button2 {
  background-color: white;
  color: var(--color-primary);
  padding: 10px 15px;
  display: block;
  text-align: center;
}
.near-by-box-btn a.theme_button2:hover, .nearby-bakery-block:hover a.theme_button2 {
  color: white;
  background-color: var(--color-primary);
}
.near-by-box-btn a.theme_button2 i {
  margin-right: 5px;
}
/*----------------- Loved Features--------------*/
#loved-features, #our-process {
    padding-top: 7em;
}
.reverse-columns {
    flex-direction: column-reverse;
}
.loved-features-content {
  background-color: #FFE0D1;
  padding: 27px;
  border-radius: 20px;
  margin-bottom: 16px;
}
.loved-features-content h5 {
  color: #D95942;
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 16px;
}
.loved-features-content .section-text {
  color: #717171;
  font-weight: 400;
  font-size: 13px;
}
.reverse-columns .loved-features-content {
  margin-bottom: 0;
  margin-top: 16px;
  background-color: #CEEDEE;
}
.reverse-columns .loved-features-content h5 {
  color: var(--color-secondry);
}
.loved-features-image img {
  border-radius: 20px;
}
/*----------------- Chef --------------*/
.chef_head a {
  color: var(--color-secondry);
  font-family: var(--primary-font);
  font-size: 26px;
  font-weight: 600;
}
.chef-content p {
  color: #717171;
  line-height: 33px;
}
.chef-btn a.theme_button {
  background-color: var(--color-primary);
}
.chef-btn a.theme_button:hover {
  background-color: var(--color-secondry);
  color: white;
}
.chef-btn a.theme_button i {
  margin-right: 8px;
}
.chef_img {
  background-color: var(--color-primary);
  border-radius: 50%;
  width: 400px;
  height: 400px;
  overflow: hidden;
  margin: 0 auto;
}
.chef-box:hover .chef_img {
  background-color: var(--color-secondry);
}
.rating-box {
  background-color: white;
  padding: 15px 32px;
  max-width: 173px;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0px 0px 12.1px 0px #00000040;
  position: absolute;
  top: 23px;
  right: 0;
}
span.rating-icons {
  background-color: #FFC24D;
  width: 38px;
  height: 38px;
  display: flex;
  color: white;
  align-items: center;
  justify-content: center;
  margin: 0 auto 5px auto;
  border-radius: 5px;
}
.chef-rating-count {
  color: #717171;
  font-size: 11px;
}
.chef-comment {
  color: var(--color-secondry);
  font-weight: 600;
}

/*----------------- Process Flow --------------*/
.step {
  border-radius: 12px;
  padding: 1.5rem;
  width: 22%;
  position: relative;
  text-align: center;
}
.our-process-block.step {
  border-bottom: 1px solid var(--color-primary);
  border-right: 1px solid var(--color-primary);
}
.our-process-block.step {
  border: 1px solid var(--color-primary);
  /* border-right: 1px solid var(--color-primary); */
  /* border-left: 1px; */
  border-top: 0;
  /* border-radius: 0; */
}
.our-process-block.step:nth-child(2) {
    border-top: 1px solid var(--color-primary);
    border-bottom: 0;
}
.our-process-block.step:nth-child(4) {
  border-bottom: 0;
  border-top: 1px solid var(--color-primary);
}
.our-process-block.step:nth-child(3) {
  border-right: 0;
}
.our-process-block.step:nth-child(3) {
  border-left: 0;
}
.our-process-block.step:nth-child(2) {
  border-top: 1px solid var(--color-primary);
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 7px;
  border-left: 0;
}
.our-process-block.step:nth-child(4){
  border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.process-flow {
    display: flex;
    align-items: end;
    position: relative;
    padding: 2rem 1rem;
    gap: 0;
    justify-content: center;
}
.our-process-block.step:nth-child(3) {
    border-left: 0;
    margin-bottom: -7px;
}
.our-process-content h5 {
    color: var(--color-secondry);
    font-weight: 600;
    font-family: var(--primary-font);
    font-size: 16px;
}
.our-process-content .section-text {
  color: #717171;
}
.our-process-block.step:nth-child(1) {
  border-top-left-radius: 0;
  padding-top: 24px;
  border-right: 1px solid var(--color-primary);
  border-top-right-radius: 0;
}
.our-process-block.step:nth-child(1):before {
  content: '';
  background-color: var(--color-secondry);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: -14px;
  top: -9px;
}
.our-process-block.step:nth-child(4):before {
  content: '';
  background-color: var(--color-primary);
  width: 105px;
  display: inline-block;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: -105px;
}
.our-process-block.step:nth-child(4):after {
  content: '';
  background-color: var(--color-secondry);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: -108px;
  bottom: -12px;
}
.our-process-block.step:nth-child(4) {
    padding-bottom: 5em;
}
/* Dotted connector line */
/* .process-flow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5%;
  right: 5%;
  height: 0;
  border-top: 2px dotted #ccc;
  z-index: 0;
} */

/* Icon styling */
.step .icon img {
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
}

/*----------------- Product Star Rating--------------*/
.woocommerce ul.products li.product .star-rating{
  color: #fcb01f;
  margin: 0 auto;
  display: block;
  float: none;
  overflow: hidden;
  position: relative;
  height: 1.7em;
  line-height: 1;
  font-size: 1em;
  width: 7.4em;
  font-family: star;
}
.star-rating {
  color: #FEC004;
  font-size: .857em;
  display: block;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.9em;
  font-family: star;
}
.star-rating:before{
 content: "\73\73\73\73\73";
 color: #FEC004;
 float: left;
 top: 0;
 left: 0;
 position: absolute;
 font-size: 12px;
 letter-spacing: 5px;
}
.star-rating span{
 overflow: hidden;
 float: left;
 top: 0;
 left: 0;
 position: absolute;
 padding-top: 1.5em;
}
.star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
  font-size: 12px;
  letter-spacing: 5px;
}
.rating-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}
.review_count {
  color: #808080;
  font-size: 12px;
}

/* --------- Why Choose Us --------- */
.why_choose_us:hover p.percentage {
    background-color: white !important;
}
#why_choose_us .section-tagline {
  border: 1px solid #FFFFFF33;
  color: white;
}
#why_choose_us .section_main_head h3 {
  color: white;
}
#why_choose_us {
  background-color: #00190A;
}
#why_choose_us .section_main_head .section-text {
  color: white;
  font-weight: 400;
  font-size: 16px;
  margin: 17px 0;
}
.middle_img_inner {
    padding-top: 7em;
}
.why_choose_us h5 a {
  font-size: 18px;
  font-weight: 700;
  color: white;
}
.why_choose_us .media {
  align-items: center;
}
.why_choose_us_p {
    color: rgb(255 255 255 / 70%);
    padding-top: 10px;
    border-top: 1px solid #FFFFFF4D;
    margin-top: 6px;
}

.circular-progress {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inner-circle {
  position: absolute;
  width: calc(80px - 6px);
  height: calc(80px - 5px);
  border-radius: 50%;
  background-color: var(--color-secondry);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00190A!important;
}
#why_choose_us {
  background-color: #00190A;
  padding-bottom: 0;
}
.why_choose_us_img_inner {
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 50%;
  margin-right: 17px;
}
.percentage {
  position: relative;
  font-size: 14px;
  color: #000000 !important;
  font-weight: 700;
  margin-bottom: 0;
  background-color: var(--color-secondry) !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  :root {
    --progress-bar-width: 150px;
    --progress-bar-height: 150px;
    --font-size: 1.3rem;
  }
}

@media screen and (max-width: 500px) {
  :root {
    --progress-bar-width: 120px;
    --progress-bar-height: 120px;
    --font-size: 1rem;
  }
}


/*---------------Contact Us ---------------*/
#contact-section .section_main_head .section-text, #contact-section .section_main_head .section-text p{
  max-width: 100%;
}
.contact_us_shortcode textarea {
  height: 100px;
}
.contact-submit-button {
  text-align: center;
}
.contact_us_shortcode input[type="text"], .contact_us_shortcode input[type="tel"], .contact_us_shortcode input[type="email"], .contact_us_shortcode input[type="phno"], .contact_us_shortcode input[type="password"], .contact_us_shortcode textarea, .contact_us_shortcode select, .contact_us_shortcode input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
  background-color: transparent;
  color: var(--color-primary);
  font-family: var(--primary-font);
  width: 100%;
  font-size: 14px;
  outline: none;
  padding: 13px 20px;
  border: 1px solid var(--color-primary);
  border-radius: 10px;
}
.contact_us_shortcode input[type="text"]::placeholder, .contact_us_shortcode input[type="tel"]::placeholder, .contact_us_shortcode input[type="email"]::placeholder, .contact_us_shortcode input[type="phno"]::placeholder, .contact_us_shortcode input[type="password"]::placeholder, .contact_us_shortcode textarea::placeholder, .contact_us_shortcode select, .contact_us_shortcode input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
  color: var(--color-primary);
}
.contact_us_shortcode  button {
    background-color: var(--color-primary);
    border: none;
    padding: 12px 23px;
    font-weight: 600;
    border-radius: 25px;
    color: white;
    margin-top: 9px;
}
.contact-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.form-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.form-col {
  flex: 1;
  min-width: 250px;
}

.contact_us_shortcode button i, .newsletter_shortcode button i {
    margin-right: 7px;
}
#contact-section .contact_us_form h4 {
  color: #000000;
  font-size: 22px;
  font-weight: 800;
}
.contact_us_shortcode .section-tagline {
  color: #0C7735;
}
.contact_us_shortcode input[type="text"]::placeholder, .contact_us_shortcode input[type="tel"]::placeholder, .contact_us_shortcode input[type="email"]::placeholder, .contact_us_shortcode input[type="phno"]::placeholder, .contact_us_shortcode input[type="password"]::placeholder, .contact_us_shortcode textarea::placeholder{
  color: rgb(34 34 34 / 60%);
}
#leaflet-map {
  height: 100%;
  width: 100%;
  border-radius: 30px;
  border: 1px solid var(--color-primary);
}
#contact-section .google-map {
  height: 100%;
  width: 100%;
}
#contact-section .google-map embed {
  width: 100% !important;
  height: 100% !important;
}
#contact-section .google-map {
  height: 100%;
}
.contact_us_shortcode form {
  position: relative;
}
.contact_us_social a {
  background-color: #f8ad6b;
  padding: 6px 8px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  margin-right: 8px;
}
.contact_us_shortcode  label {
  color: #000000B2;
  font-weight: 400;
  margin-bottom: 8px !important;
}
.team_img{
  position: relative;
  overflow: hidden;
}
.contact_us_form h5 {
  color: white;
  font-size: 18px;
  /* writing-mode: initial; */
  background-color: var(--color-primary);
  padding: 7px 20px;
  display: inline-block;
  font-size: 15px;
  border-radius: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 020px;
  border-bottom-left-radius: 20px;
  transform: rotate(270deg) translateX(10%);
  position: absolute;
  left: -66px;
  top: 50%;
}
.contact_us_form  h4 {
  color: white;
  font-size: 18px;
  font-weight: 700;
}
.contact_us-git-block {
  background-color: #211c32;
  display: inline-block;
  padding: 10px;
  border-radius: 20px;
}
.contact_us-git-block i {
  color: var(--color-primary);
  margin-right: 3px;
}
.contact_us-git-block a {
  color: white;
}
.call-vertical-box.contact_us-git-block {
  position: absolute;
  left: -77px;
  top: 50%;
  transform: translateY(-50%);
  transform: rotate(270deg) translateX(17%) translateY(-50%);
  border-radius: 20px 20px 0px 0px;
}
.email-vertical-box.contact_us-git-block {
  position: absolute;
  right: -132px;
  top: 50%;
  transform: translateY(-50%);
  transform: rotate(270deg) translateX(17%) translateY(-50%);
  border-radius: 0px 0px 20px 20px;
}
.contact-row {
  max-width: 100%;
}
.contact_us_form {
  margin-bottom: 3em;
}
.post-right-volumn .news-text {
  display: none;
}
.wpcf7-date {
    position: relative;
}
.wpcf7-date::-webkit-calendar-picker-indicator {
    color: transparent;
    background: none;
    z-index: 1;
}
.wpcf7-date:before {
  content: "\f073";
  font-weight: 900;
  color: #4B3941;
  /* background: none; */
  display: block;
  font-family: "Font Awesome 5 Free";
  width: 15px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: -21px;
  z-index: 99;
}
input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
    overflow: visible;
}
.contac_form .wpcf7-date:before {
    top: 0;
}
/* ----------- Testimonials ------------- */
.testimonials-listing h4 {
  color: var(--color-secondry);
  font-family: var(--primary-font);
  font-size: 36px;
  font-weight: 600;
}.news-box:hover .blog-box
.testimonials-listing h4 span {
    color: var(--color-primary);
}
.testimoials-customer-image img {
  margin-left: -26px;
}
.testimoials-customer-image img:first-child {
  margin-left: 0;
}
.testimoials-customer-image img {
  margin-left: -32px;
}
.testimoials-customer-image {
  margin-top: 10px;
}
.testimonials-listing img {
  border-radius: 50%;
}
.testimonials-icons {
  background-color: #FFC24D;
  width: 33px;
  height: 33px;
  display: inline-flex;
  color: white;
  align-items: center;
  justify-content: center;
  margin: 0 5px 5px auto;
  border-radius: 5px;
}
.testimonials-rating-text {
  color: var(--color-primary);
}
#testimonials button.owl-prev {
  left: -66px;
}
#testimonials button.owl-next {
  right: -66px;
}
.testimonials-rating-title {
  color: #717171;
}
.testimonials-items {
  margin: 0 auto;
  border: 1px solid var(--color-primary);
  padding: 31px 67px;
  border-radius: 20px;
  background-color: white;
  position: relative;
}
.testimonial_text p{
  margin-bottom: 0;
}
.testimonials-items-outer{
  position: relative;
}
.testimonials-items-outer:before {
  content: '';
  margin: 0 auto;
  border: 1px solid var(--color-primary);
  padding: 31px;
  border-radius: 20px;
  background-color: white;
  position: relative;
  width: 70%;
  display: block;
  height: 112%;
  position: absolute;
  top: -23px;
  left: 0;
  right: 0;
}
.owl-carousel .owl-item .testimonial-box  img {
  border-radius: 10px;
}
#testimonials .owl-dots {
  margin-top: 33px;
  position: relative;
}
#testimonials .owl-carousel button.owl-dot.active, #testimonials button.owl-dot.active {
  background-color: var(--color-secondry) !important;
}
.testimonial-box  .row {
  gap: 20px;
}
.testimonial_text, .testimonial_text p {
  color: #717171;
  font-size: 14px;
  font-weight: 400;
  line-height: 31px;
}
.testimonials-info p {
  font-weight: 400;
  font-size: 14px;
  font-family: var(--primary-font);
  color: #757575;
}
h5.testimonial-title {
  padding: 0;
  line-height: 1.1;
  position: relative;
  display: block;
}
.testimonial-title a {
    font-size: 16px;
    position: relative;
    color: var(--color-secondry);
    font-weight: 600;
    font-family: var(--primary-font);
}
.t-desig {
    font-size: 13px;
    color: #717171;
    font-weight: 400;
    display: inline-block;
}
.testimonial-star i {
    color: #FFC24D;
    font-size: 12px;
}
.quote_box h3 {
  font-size: 23px;
  color: #1d4d4f;
  font-weight: 600;
}
.testimonials-info p{
  margin-bottom: 0;
}
#testimonials .owl-carousel .owl-nav span, #testimonials .owl-nav span {
  text-transform: uppercase;
  color: black;
  font-size: 12px;
}
.custom-dots.owl-dots button.owl-dot {
  background-color: transparent !important;
  border: 2px solid white;
}
.custom-dots.owl-dots button.owl-dot.active {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary);
}
.custom-dots.owl-dots {
  position: absolute;
  bottom: 0;
}
#testimonials button.owl-prev {
  left: -102px;
}
#testimonials button.owl-next {
  right: -102px;
}
#testimonials button.owl-prev, #testimonials button.owl-next {
    top: 50%;
}
/* --------- Records --------- */
.record_detail {
    text-align: center;
}
#records .section_main_head h3 {
    font-size: 40px;
}
#records .section-text {
  color: #000000;
  font-weight: 300;
  line-height: 27px;
}
.record-blocks-inner.position-relative {
  max-width: 75%;
  margin: 0 auto;
}
.records-box h6 {
  color: var(--color-primary);
  font-weight: 600;
  display: block;
  margin-top: 0;
  font-size: 15px;
  padding-top: 0;
  font-family: var(--primary-font);
}
.count-box-number.box-count {
    font-weight: 400;
    font-size: 42px;
    color: var(--color-secondry);
    margin-bottom: 15px;
    margin-top: 14px;
    font-family: var(--secondary-font);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.count-box-number.box-count:before {
    content: '';
    position: absolute;
    left: -8px;
    top: -14px;
    width: 1em;
    z-index: -1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: rgb(217 89 66 / 70%);
    aspect-ratio: 1;
    opacity: 0;
    transition: all 500ms ease-in-out 0s;
}
.records-box:hover .count-box-number.box-count:before {
    opacity: 1;
    left: 5px;
}
.record_detail {
  text-align: center;
}
#records {
  margin-top: 5em;
  padding-top: 3em;
  position: relative;
}
#records:before {
    content: '';
    background-color: var(--color-primary);
    width: 76%;
    height: 1px;
    display: block;
    position: absolute;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}
/*-------------- Pricing Plans ------------------*/
#testimonials {
  background-color: #CEEDEE;
}
#pricing-plans {
  background-color: #0C7735;
}
.plan-image img {
  border: 10px solid white;
}
.plan-title-box h5 a {
  color: #4B3941;
  font-size: 20px;
  font-weight: 700;
}
.plan-inner {
  text-align: center;
  border: 1px solid black;
  border-radius: 20px;
  padding-bottom: 36px;
}
.plan-title-box h5 {
  color: white;
  font-weight: 700;
}
.plan-package {
  color: white;
}
.plan-price-title-box {
  width: 255px;
  margin: 0 auto;
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
}
.plan-title-box {
  position: relative;
  margin-top: -51px;
}
.plan-title-button {
  padding-top: 2em;
  padding-right: 0;
  background-color: #00190A;
  padding-bottom: 4em;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.plan-price {
  font-size: 38px;
  color: white;
  font-family: var(--secondary-font);
  font-weight: 700;
  margin-bottom: 1em;
}
.plan-features ul li i {
  color: white;
  font-size: 13px;
  padding: 3px 4px;
  margin-right: 5px;
}
.plan-features {
  max-width: 42%;
  text-align: left;
  margin: 0 auto;
}
.plan-features ul li {
  list-style: none;
}
.plan-features ul {
  margin: 0;
  margin-top: 3em;
}
.plan-features ul li {
  list-style: none;
  margin-bottom: 8px;
  color: white;
  font-weight: 500;
}
.plan-btn a.theme_button {
    padding: 16px 30px;
    background-color: #00190A;
    color: white;
}
.plan-btn a.theme_button:hover, .plan-inner:hover .plan-btn a.theme_button{
  background-color: #70DA40;
  color: black;
}
.plan-inner {
  text-align: center;
}
.plan-inner:hover{
  background-color: #40A910;
}
.plan-inner:hover .plan-title-button{
  background-color: #70DA40;
}
.plan-inner:hover .plan-title-box svg path{
  fill: #40A910;
}
.plan-inner:hover .plan-features {
  padding-bottom: 17px;
}
.plan-inner:hover {
  transform: translateY(-24px);
}
/* --------- Farmer --------- */
.farmer-box:hover {
    background-color: var(--color-secondry);
}
.heading-farmers {
    width: 59%;
}
.farmer-box {
  background-color: white;
  border-radius: 25px;
}
.farmer-box {
  background-color: white;
  border-radius: 25px;
  padding: 40px;
  text-align: center;
}
h5.farmer_head a {
  color: #292D32;
  font-weight: 700;
}
.farmer-box-inner span {
    color: #292D32;
}
.farmer_img img {
  border-radius: 100px;
}
h5.farmer_head {
  padding-bottom: 0;
}
/*-------------- Owl crousel ---------------*/
.owl-carousel .owl-dots, .owl-dots {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.owl-carousel .owl-dots button.owl-dot, .owl-dots button.owl-dot {
    background-color: var(--color-primary) !important;
    /* border: 2px solid black; */
    margin-right: 10px;
    outline: none;
    border: none;
    border-radius: 0;
    padding: 4px !important;
    height: 2px!important;
    width: 2px !important;
    display: inline-block;
    border: none;
    border: 2px solid var(--color-primary);
    border-radius: 50%;
}
.owl-carousel button.owl-dot.active, button.owl-dot.active {
  background-color: var(--color-secondry) !important;
  border-color: var(--color-secondry);
  padding: 4px 10px !important;
  border-radius: 18px;
}
.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  height: auto;
}
button.owl-prev, button.owl-next {
  position: unset;
  transform: unset;
  border: none;
  padding: 0;
  outline: none;
  width: auto !important;
  background-color: transparent;
  z-index: 9;
  position: relative;
}
button.owl-prev {
  position: absolute;
  top: 41%;
  left: -60px;
  transform: translateY(-54%);
}
button.owl-next {
  position: absolute;
  top: 41%;
  right: -60px;
  transform: translateY(-54%);
}
.owl-carousel .owl-nav i, .owl-nav i {
  font-size: 14px;
  padding: 13px 17px;
  color: #70DA40;
  border: none;
  background-color: #13231A;
  border: none;
  transition: .3s ease;
  border-radius: 0;
  opacity: 1;
  border-radius: 0;
}
.owl-nav {
  text-align: center;
  margin-top: 20px;
}
.owl-carousel .owl-nav i:hover, .owl-nav i:hover {
  color: var(--color-primary);
  background-color: white;
  transition: .3s ease;
  opacity: 1;
}
#latest-news .owl-nav{
  text-align: center;
}
.custom-nav {
  text-align: left;
  position: relative;
}
/* ----------- Latest News ------------- */
.post-category {
    position: absolute;
    top: -13px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.news-content-inner {
  position: relative;
}
#latest-news .card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
#latest-news  button.owl-prev, #latest-news  button.owl-next {
  position: unset;
  transform: unset;
}
.news-carousel {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.post-image-block img {
    width: 100%;
    border-radius: 20px;
}
.news_block {
  padding: 25px 0 0 0;
}
.blog-box {
  position: relative;
  border-radius: 25px;
  border: 4px solid var(--color-primary);
}
.read-more i {
  color: white;
}
.blog-box .metabox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-box span.entry-date {
  margin-right: 0 !important;
}
.read-more span {
  background-color: var(--color-secondry);
  font-size: 9px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  margin-left: 4px;
}
.news-box:hover .read-more span {
    background-color: black;
}
a.video_icon {
  background-color: white;
  color: #4B3941;
  padding: 27px;
  width: 76px;
  height: 76px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
}
.news-box:hover  span.news_date, .news-box:hover span.news_year{
  color: white;
} 
.news-content-inne .metabox .entry-author a, .news-content-inner .metabox .entry-comments {
    color: #4E4747;
}

.news-content-inner a.theme_button {
  padding: 14px 35px;
  margin-top: 10px;
  background-color: transparent;
  color: var(--color-primary);
}
.news-box:hover  .news-content-inner a.theme_button{
  background-color: var(--color-primary);
  color: white;
  border-color: var(--color-primary);
}
.post_img {
  position: relative;
}
.news-box span.news_date {
  display: block;
  font-family: var(--secondary-font);
  font-size: 21px;
  font-weight: 700;
}
span.news_year {
  font-size: 12px;
}
.news-box {
  background-color: white;
  padding: 0;
  border-radius: 25px;
}
.news_content {
  padding: 28px 18px 10px 18px;
}
.news-box:hover .blog-box{
  border-color: var(--color-secondry);
}
.news-box:hover .news_content h5 a{
  color: var(--color-secondry);
}
.news-box:hover ul.post-categories a{
  color: var(--color-secondry);
  border-color: var(--color-secondry);
}
.news-box:hover .metabox svg path{
  fill: var(--color-secondry);
}
.post-meta {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.news_content h5 a {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-primary);
  display: block;
  margin-top: 16px;
  font-family: var(--primary-font);
  font-weight: 600;
}
.metabox svg path {
  fill: var(--color-primary);
}
.metabox svg {
  width: 19px;
}
a.read-more {
  color: #000000;
  font-weight: 500;
}
.news-text p {
    color: #12161C;
}
.metabox span i {
  color: var(--color-primary);
}
.news-text {
  margin: 10px 0;
  font-size: 15px;
  color: rgb(34 34 34 / 60%);
}
.news-box .metabox {
  color: #757575;
  font-size: 12px;
  text-transform: capitalize;
  padding-top: 11px;
  border-bottom: none;
  margin-bottom: 0;
  border: none;
  border-top: 1px solid #00000033;
  margin-top: 15px;
}
.owl-carousel .owl-item .post_img img {
  width: 100% !important;
}
.read-more-btn {
  visibility: hidden;
}
.news-box:hover .read-more-btn{
  visibility: visible;
}
.post-right-volumn .news_content h5 a {
  font-size: 15px;
}

.month_span {
  display: block;
  font-weight: 400;
  color: white;
  font-size: 17px;
}
.auther_name, .news_date {
  color: #000000;
}
.auther_name i, .news_date i{
  color: var(--color-primary);
  padding-right: 5px;
}
.news-box:hover .shadow-shape {
  display: block;
}

#sb_instagram #sbi_images  .sbi_item.sbi_type_image:nth-child(2), #sb_instagram #sbi_images  .sbi_item.sbi_type_image:nth-child(4) {
    margin-top: 17px !important;
}

.wishlist_table.mobile li .item-details h3 a {
  font-size: 18px;
  color: black;
  font-weight: 500;
}
.wishlist_table.mobile li .item-details h3 {
  padding-top: 0;
}
.wishlist_table.mobile li .item-details table.item-details-table td {
  font-size: 14px;
}
.wishlist_table.mobile li table.additional-info td {
  font-size: 14px;
}
.wishlist_table.mobile .product-add-to-cart a {
  display: table!important;
  margin: 0 auto 5px!important;
  text-align: center;
  background-color: black;
  display: inline-block;
  padding: 7px 15px;
  border-radius: 6px;
  margin: 0 auto;
  color: white;
}
.wishlist_table.mobile li .additional-info-wrapper .product-remove {
  text-align: center;
}
.yith_wcwl_wishlist_footer .yith-wcwl-share {
  text-align: center;
  float: none;
}
.wishlist_table.mobile li .item-wrapper .item-details {
  width: 100%;
  text-align: center;
}
.wishlist_table.mobile li .item-wrapper .product-thumbnail {
  margin: 0 auto;
  display: block;
}
.woocommerce .wishlist-title h2 {
  display: none;
  margin: 0;
}
.woocommerce .wishlist-title {
  margin: 0;
}
.wishlist_table.mobile li .item-details table.item-details-table, .wishlist_table.mobile li table.additional-info {
  margin: 0 auto;
  width: auto;
}
.wishlist_table.mobile li .item-wrapper {
  width: 100%;
}
.woocommerce .woocommerce-cart-form__cart-item td, .woocommerce table.shop_table td, .woocommerce .woocommerce-error, .woocommerce table.shop_table th {
  text-align: left;
}
.wishlist_table.mobile li {
  margin-bottom: 7px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  padding: 20px;
}
.yith-wcwl-wishlistaddedbrowse {
    text-align: left;
}
.deal-imagebox img {
  width: 100%;
  border-radius: 20px;
}
.owl-nav {
  margin-top: 10px;
}

/*------------ Newsletter--------------*/

.newsletter_head.position-relative {
    background-color: #0C7735;
    padding: 40px;
    text-align: center;
    border-radius: 25px;
}
.yith-wcwl-add-to-wishlist-button:is(button) {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
}
.logo-images.box {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    display: inline-block;
    margin: 0 auto;
    border-radius: 50%;
}
section.related.products del {
    display: none !important;
}