/* main css */
body{
    font-family: 'Open Sans', sans-serif;
}

.toast-top-right{
    margin-top: 80px;
}
.bg-light-gray{
    background-color: #e9fff4;
}

input,select{
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -ms-border-radius: 8px !important;
    -o-border-radius: 8px !important;
}

/* section category */
.section-category:first-child {
    background: #FCF3CF;
}
.section-category:nth-child(2) {
    background: #d6f8f0;
}
.filter-button {

    color: #ffffff !important;
    background-color: #d2002e !important;
}
.filters-body {

    background: #eeeeee;
}

/* header css */
.col-wishlist {
    width: 12%;
    list-style-type: none;
}
.col-cart {
    width: 36%;
    list-style-type: none;
}
.col-login {
    width: 42%;
    list-style-type: none;
}
.col-register {
    width: 43%;
    list-style-type: none;
}
.ul-width {
    width: 100%;
}
.header-top-section {
    background-color: #D6D6D6;
}
.header-section {
    background: #d2002e;
}
.header-logo {
    background: white;
    /* border-radius: 0px 50px 50px 0px !important; */
}
.list-bg {
    color: white;
}

div#social-links ul li a {
    border: 1px solid #fff !important;
    background-color: #fff !important;
}

.list-bg{
    background-color: #ffffff00;
    border: none;
}
/* .navigation-text a.nav-link {
    color: white;
} */
/* .header-icon {
    color: #DA2227;
} */
/* search bar */
.header-search-input {
    border-radius: 0px;
}
.prodcut-search-submit {
    background: #1DA03E;
    color: white;
    /* border-radius: 0px 30px 30px 0px !important; */
    padding: 4px 0px;
    border: solid 2px #00a551;
}
.product-name-enter{
    /* border-radius: 30px 0px 0px 30px !important;    */
    font-size: 14px;
}
a.header-wishlist {
    font-size: 24px;
    color: #ffffff;
}
a.header-cart {
    font-size: 25px;
    color: rgb(255, 255, 255);
}
span.cart-item-count {
    font-size: 10px;
    border: solid #d3002e 1px;
    border-radius: 56px;
    padding: 1px 4px;
    color: black;
    position: absolute;
    margin-top: -4px;
    margin-left: -11px;
    background: white;
}
span.cart-item-total {
    font-size: 11px;
    color: black;
    border: solid 1px #d3002e;
    padding: 0px 9px;
    border-radius: 0px 50px 50px 0px;
    position: absolute;
    margin-top: 15px;
    margin-left: -5px;
    border-left: none;
    background: white;
}
/* buttoin for there parts */
.btn-e-mart {
    /* border: solid 1px #00a551; */
    /* border-radius: 13px 0px 0px 13px; */
    border-radius: 0px;
    background: #00a248;
    font-size: 14px;
    color: white;
}
.btn-e-mart-inactive {
    /* border: solid 1px #ffffff; */
    /* border-radius: 13px 0px 0px 13px; */
    border-radius: 0px;
    background: #ffffff;
    font-size: 15px;
}
.btn-red-chilli {
    border: solid 1px #00a551;
    border-radius: 0px;
    background: white;
    font-size: 15px;
    color: white;
}
.btn-food-bakers{

    /* border-radius: 0px 13px 13px 0px; */
    border-radius: 0px;
    background: #00a248;
    font-size: 15px;
    color: white;
}

.header-bottom {
    background: #00a551;
}

.btn-food-bakers-inactive{

    /* border-radius: 0px 13px 13px 0px; */
    border-radius: 0px;
    background: #ffffff;
    font-size: 15px;
}

.navigate-buttons:hover {
    background: #00a551;
    color: white;
    border-color: #00a551;
    font-size: 14px;
}
.active-btn{
    background: #00a248;
    color: white;
    font-size: 15px;
}
/* navigation */
.navigation-text a {
    font-size: 16px !important;
    color: rgb(255, 255, 255) !important;
    font-weight: 600;
}
.navigation-text a:hover {
    color: #000000 !important;
    font-weight: 600;
}
.row.header-social-media {
    background: white;
    border-radius: 50px 0px 0px 50px;
}
a .list-bg:hover {
    color: black;
}
.category-dropdown {
    border: 0px;
}
.all-category-dropdown {
    background: white;
    padding: 0px;
    border-radius: 0px;
}
.mega-menu:hover {
    background: #00a551;
    border-radius: 0px;
}
.navigation-text .nav-active {
    color: #000000 !important;
    font-weight: 500;
    border-bottom: solid 2px;
}

/* slider css */
.slider-caption {
    /* left: 34% !important; */
    width: 26% !important;
    /* margin-bottom: -3% !important; */
}
.slider-heading {
    font-size: 56px;
    text-transform: uppercase;
    color: black;
    font-weight: 300;
}
.slider-sub-heading {
    color: black;
    text-transform: uppercase;
    font-weight: 700;
    /* font-size: 18px; */
}
.slider-description {
    color: black;
    text-transform: uppercase;
}
.slider-product-price {
    font-size: 50px;
    color: black;
    font-weight: 900;
}
.btn.slider-buy-btn, .btn.advertisement-buy-btn {
    padding: 5px 50px;
    background: #d3002e;
    color: white;
    border-radius: 10px;
}

.btn.advertisement-buy-btn {
    padding: 10px 50px;
    background: #d3002e;
    color: white;
    border-radius: 0;
}

.btn.slider-buy-btn:hover {
    background: #00a248;
}
.home-mega-menu {
    background: #d3002e;
    color: white;
}

/* home mega menu */
.category-dropdown {
    color: white;
}
.all-category-dropdown {
    width: 124% !important;
}
.list-group-item:hover a {
    /* background: #00a551; */
    scale: 1.5;
    color: white !important;
}
.carousel-active-btn{
    /* margin-right: 79%; */
}
.category-unordered-list {
    width:max-content;
}
.overflow-div {
    overflow-x: scroll;
}
.auth-forms {
    width:36%;
}

/* width */
::-webkit-scrollbar {
    width: 15px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 0px;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #d62724;
    border-radius: 0px;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #d62724;
  }

.carousel-active-btn .active {
    background-color: #d3002e !important;
}
/* promotion section */
.promotion-card-01 {
    background-image: url(/images/frontend/images/home/promotion/promotion-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    border: none;
    border-radius: 0px;
}
.promotion-card-02 {
    background-image: url(/images/frontend/images/home/promotion/promotion-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    border: none;
    border-radius: 0px;
}
.promotion-card-03 {
    background-image: url(/images/frontend/images/home/promotion/promotion-3.png);
    background-size: cover;
    background-repeat: no-repeat;
    border: none;
    border-radius: 0px;
}
.promotion-product-title {
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
}
.shop-btn-icon {
    color: #DA2227;
}
.precentage {
    font-size: 35px;
}
.shop-now-hover:hover {
    color: #00a551;
}
.shop-now-hover:hover .shop-btn-icon {
    color: #00a551 !important;
}

/* offers section */
.offer-discount-tag {
    background: #00a551;
    padding: 5px;
    border-radius: 50px;
}
.offer-discount-tag {
    background: #00a551;
    padding: 5px 0;
    border-radius: 50%;
    /* position: absolute; */
    color: white;
    text-align: center;

    width: 75px;
    height: 75px;
}
.special-offer-prodcut {
    border: solid 2px #d3002e;
    border-radius: 20px;
}
.price-bottom-featured {
    font-size: 20px !important;
}
.special-offer-prodcut{
    height:97%;
}
.offer-product-title {
    font-size: 15px;
    color: #004499;
}
.offer-sale-rice {
    font-size: 18px;
    color: #d3002e;
    font-weight: 600;
}
.prodcut-card:hover .wishlist-icon {
    display: block !important;
}
.prodcut-card:hover .add-to-cart-icon {
    display: block !important;
}
.prodcut-card:hover {
    box-shadow: 1px 1px 33px 1px #c2c2c2;
}
.prodcut-card:hover .offer-sale-rice {
    color: #25a857;
    font-weight: 600;
}
.count-down-numbers {
    background: #D4D4D4;
    BORDER-RADIUS: 14PX;
}
.offer-product-title {
    min-height: 21px;
}
.offer-reguler-price {
    color:rgb(216, 6, 6);
    font-weight: bold;
    font-size: 20px;
}
.middle-product .product-wishlist-icon, .middle-product .product-add-to-cart-icon {

    width: 50px;
    margin: 0 auto;
}
.shipping-details {
    background: #F6F6F6;
    padding: 15px;
}
.each-shipping-detail {
    font-size: 13px;
}
.delivery-days {
    color: #949494 !important;
    font-size: 12px;
}
.returns{
    color: #949494 !important;
    font-size: 12px;
}
.change-address {
    font-size: 12px;
    color: #24a54f;
    font-weight: 600;
}
.dealer-details {
    background: #f6f6f6;
    padding: 15px;
}
.image-preview-js {
    border: 1px solid #24a54f;
    border-radius: 5px;
}
.product-lower-images {
    border: solid 2px #c3c3c3;
    border-radius: 3px;
}
.you-may-also-like {

    background: #b9f4d8;
}
.slick-next, .slick-prev {

    width: 92px !important;

}

.tabcontent {
    border-top: solid 1px #cccccc;
}
.single-prodcut-card{
    /* border-radius: 30px !important; */
    /* border: solid 2px #e2e2e2; */
    border: none;
}
.single-prodcut-card .offer-product-title {
    color: black;
}
.single-prodcut-card .offer-reguler-price {
    color: #0868C8;
}
/* general styling */
:root {
    --smaller: .75;
  }

  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  li.count-down-numbers {
    font-size: 9px !important;
    display: inline-block;
    list-style-type: none;
    padding: 10px;
    text-transform: uppercase;
    width: 23%;
}

.count-down-numbers span {
    display: block;
    font-size: 25px;
  }

  .emoji {
    display: none;
    padding: 1rem;
  }

  .emoji span {
    font-size: 4rem;
    padding: 0 .5rem;
  }


  /* deal section css */
  .deal-section-bg {
    background: #F3F3F3;
}
/* .prodcut-card {
    border: none !important;
} */
.tab-name.active {
    border: none;
    background: none !important;
    font-weight: 800;
    color: black !important;
    border-bottom: solid 3px #d3002e !important;
}.tab-name {
    color: #4A4A4A;
    font-size: 14px;
}
.tab-name:hover {
    border-bottom: solid 3px #25a857 !important;
    color: #d3002e;
}
.tab button.active {
    color: #000000;
    font-weight: 900;
}
.tab button {
    background-color: inherit;
    padding: 0px 29px;
    transition: 0.3s;
    font-size: 25px;
    color: #9a9a9a;
}
.tab button:hover {
    background-color: white;
    color: #00a757;
}
/* category section */
.view-all p a {
    color: #00a859;
    font-weight: 700;
}
/* .progress-bar {
    background-color: #00a859 !important;
} */
.category-tab-name.active {
    border: solid 2px #00a248 !important;
    border-radius: 50px !important;
}
/* inner sliders */
.first-slider-caption{
    left: 38% !important;
    margin-bottom: -6% !important;
    margin-left: 25px !important;
}
.seller-tab{
    border-bottom: none;
}
.category-tab-name {
    color: black;
}
.slider-one-heading {
    font-size: 30px;
    text-transform: uppercase;
    color: black;
    font-weight: 400;
}
a.btn.slider-one-btn {
    padding: 10px 50px;
    background: #d3002e;
    color: white;
    border-radius: 52px;
}
.btn-view-all {
    background: #d3002e;
    color: white;
    border-radius: 52px;
}
.product-category {
    font-size: 12px;
}
.btn.slider-two-btn {
    padding: 11px 61px;
    background: #00a248;
    color: white;
    border-radius: 52px;
    font-size: 20px;
}
.btn.slider-two-btn:hover{
    background: #a20000;
}
.offer-product-title {
    font-size: 15px;
    color: #0868C8;
    font-weight: 600;
}
.slider-one-heading {
    font-size: 45px !important;
    font-weight: 500;
}
.second-slider-caption {
    left: 8%;
    text-align: left;
    margin-bottom: -7% !important;
    margin-left: 25px;
}
/* featured product */
.card-border {
    border: none;
}
/* subscription section */
.subscription-section {
    background: #00a859;
}
.subscription-title {
    color: white;
    font-size: 25px;
}
.subscribe-email {
    border: none;
    border-radius: 86px;
}
.subscribe-btn {
    background: #d3002e;
    color: white;
    border-radius: 0px 50px 50px 0px !important;
    border: none;
}
/* footer */
.footer-mobile-icon {
    font-size: 60px;
    color: #00ab60;
}
.footer-address {
    color: #888888;
}
.footer-list-icon {
    width: 12px !important;
}
.footer-quick-links {
    border: none !important;
}
.footer-quick-links:hover {
    color: #ff0000;
}
.slider-two-caption {
    color: black;
}

/* single product page */
.product-name {
    font-weight: 600;
}
.btn-add-to-cart {
    background: #24a54f;
    border: #24a54f;
    text-transform: uppercase;
    border-radius: 138px !important;
    font-size: 14px;
    padding: 9px 30px;
}
.btn-add-to-cart:hover {
    background: #cb0032;
    border: #cb0032;
    text-transform: uppercase;
    border-radius: 138px !important;
    font-size: 14px;
    padding: 9px 30px;
}
.btn_add_to_wishlist {
    border: none !important;
}
.btn-wishlist-text {
    font-weight: 500;
}
.btn-wishlist-text:hover {
    color: #cb0032 !important;
}
a.breadcrumb-home {
    color: black;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #000;
}
.breadcrumb-active {
    color: #000841 !important;
}
a.breadcrumb-home:hover {
    color: #d3002e;
}
/* qty increase button */
button:focus,
input:focus{
  outline: none;
  box-shadow: none;
}
a,
a:hover{
  text-decoration: none;
}
/*--------------------------*/
.qty-container{
  display: flex;
  align-items: center;
  /* justify-content: center; */
  position: relative;
  top: 1px;
}
.qty-container .input-qty {
    text-align: center;
    padding: 7px 10px;
    border: 1px solid #d4d4d4;
    max-width: 80px;
}
.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus{
  border: 1px solid #d4d4d4;
  padding: 10px 13px;
  font-size: 10px;
  height: 38px;
  width: 38px;
  transition: 0.3s;
}
.qty-container .qty-btn-plus{
  margin-left: -1px;
}
.qty-container .qty-btn-minus{
  margin-right: -1px;
}
/*---------------------------*/
.btn-cornered,
.input-cornered{
  border-radius: 4px;
}
.btn-rounded{
  border-radius: 50%;
}
.input-rounded{
  border-radius: 50px;
}
/* review section */
.review-progressbar {
    height: 5px;
}
.review-bar-bg1 {
    background: #00cfaa;
}
.review-bar-bg-icon1 {
    color: #00d2af;
}
.review-bar-bg2{
    background: #F9C32D;
}
.review-bar-bg-icon2 {
    color: #F9C32D;
}
.review-bar-bg3{
    background: #0C9EFF;
}
.review-bar-bg-icon3 {
    color: #0C9EFF;
}
.review-bar-bg4{
    background: #00BCD5;
}
.review-bar-bg-icon4 {
    color: #00BCD5;
}
.review-bar-bg5{
    background: #E10D0D;
}
.review-bar-bg-icon5 {
    color: #E10D0D;
}
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap");


.rating {
  margin: 0;
  padding: 0;
  border: none;
}
.fa-check-circle-o {
    color: #00a757;
    font-size: 15px;
}
li.breadcrumb-item {
    display: inline-block;
}
.delivery-truck {
    color: #00a757;
    font-size: 15px;
}
.rating__group {
  position: relative;
  width: 79px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93074 1.28395C6.33601 0.349362 7.66139 0.349361 8.06665 1.28395L9.29259 4.11107L12.3602 4.40338C13.3743 4.50001 13.7838 5.76052 13.0202 6.43476L10.7103 8.47433L11.3802 11.4821C11.6017 12.4764 10.5295 13.2555 9.65225 12.7376L6.9987 11.171L4.34515 12.7376C3.46794 13.2555 2.39569 12.4764 2.61716 11.4821L3.2871 8.47433L0.977173 6.43476C0.213564 5.76052 0.623127 4.50001 1.63721 4.40338L4.7048 4.11108L5.93074 1.28395ZM8.22464 4.57418L6.9987 1.74705L5.77276 4.57418C5.60409 4.96315 5.23727 5.22965 4.81522 5.26987L1.74763 5.56218L4.05755 7.60175C4.37536 7.88236 4.51547 8.31357 4.4233 8.7274L3.75336 11.7352L6.40691 10.1686C6.772 9.95304 7.2254 9.95304 7.59049 10.1686L10.244 11.7352L9.5741 8.7274C9.48193 8.31357 9.62204 7.88236 9.93985 7.60175L12.2498 5.56218L9.18217 5.26987C8.76012 5.22965 8.39331 4.96315 8.22464 4.57418Z' fill='%23B3B7BC'/%3E%3C/svg%3E");
  background-size: 16px 14px;
}
.rating__group:focus-within {
  outline: 1px solid #4a90e2;
}
.rating__star {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  height: 14px;
  font-size: inherit;
  appearance: none;
  background-size: 16px 14px;
}
.reviews-info__title {
  
  font-size: 55px;
  line-height: 130%;
  font-weight: 600;
  color: #1e212c;
}
.reviews-info .rating {
  margin-bottom: 20px;
}
.reviews-info__caption {
    display: block;
    font-weight: 600;
    font-size: 21px;
    color: #a7a7a7;
    padding-top: 15px;
}
.tab-bar-title {
    font-size: 25px;
    border: none !important;
    color: #9e9e9e;
    font-weight: 600;
}
.tab-bar-title.active {
    color: #242526 !important;
    border-bottom: solid 1px #dde2e6 !important;
    font-weight: 600;
}
.related-product-title {
    font-size: 20px;
    font-weight: 600;
}
.reviews-bar__list {
  display: flex;
  flex-direction: column;
}
.reviews-bar__item {
  display: flex;
  align-items: center;
}
.reviews-bar__item:not(:last-child) {
  margin-bottom: 8px;
}

.progress-bar {
  display: flex;
  align-items: center;
}
.progress-bar__star {
  margin-right: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #787a80;
}
.progress-bar__outter-line {
  overflow: hidden;
  position: relative;
  width: 356px;
  height: 4px;
  border-radius: 40px;
  background-color: #e5e8ed;
}
.progress-bar__inner-line {
  position: absolute;
  height: 4px;
  border-radius: 40px;
}
.progress-bar__inner-line--excellent {
  background-color: #03cea4;
}

.progress-bar__inner-line--good {
  background-color: #1fdf58;
}
.progress-bar__inner-line--normal {
  background-color: #f2ea2b;
}
.progress-bar__inner-line--not-bad {
  background-color: #f89828;
}
.progress-bar__inner-line--bad {
  background-color: #ff4242;
}
.progress-bar__quantity {
  margin-left: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #787a80;
}
.product-gallery {
  overflow: hidden;
  border-radius: 4px;
  width: 390px;
  max-height: 500px;
}
.product-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* cart page UI */
.cart-item-details {
    border: solid 1px;
    padding: 0px 0px 20px 0px;
    border-radius: 27px;
    border-color: #ededed;
}
.cart-title {
    background: #F5FFF7;
    border-radius: 30px 30px 0px 0px;
    padding: 20px;
}
.delivery-date-picker {
    font-size: 25px;
    color: #00a551;
}
.cart_remove_btn {
    border: solid 1px #d3002e;
    padding: 2px 8px;
    background: white;
    border-radius: 4px;
    font-size: 12px;
}
.cart_remove_btn:hover {
    background: #d3002e;
    color: white;
}
.quty-btn {
    background-color: #ffffff;
    color: #000;
    padding: 18px 8px;
    font-size: 18px;
    height: 1px;
    line-height: 0px;
    font-weight: 100;
    border: solid 1px;
    border-color: #d9d9d9;
}
.shipping-charges {
    color: #24a54f;
    font-weight: 700;
}
.order-total {
    font-weight: 700;
    color: #cb0032;
}
.submit-cart-btn {
    background: #2fa346;
    color: white;
    border-radius: 60px;
    padding: 8px 0px;
}
.submit-cart-btn:hover {
    background: #cb0032;
    color: white;
}
.continue-shopping-btn {
    background: #DA2227;
    font-size: 20px;
    color: white;
    border-radius: 73px !important;
    font-weight: 500;
}
.continue-shopping-btn:hover {
    background: #3ba64d;
    color: white;
}
.contact-whatsapp-card {
    background: #3ba64d;
    color: white;
    border-radius: 0px 0px 25px 25px;
}
.cart-product-image {
    border: solid 1px #c7c7c7;
    border-radius: 15px;
    padding: 8px;
}
.cart-product-title {
    font-size: 20px;
}
.qty-change-group {
    margin-left: 30%;
}
/* / cart page UI */

/* checkout page UI */
.billing-input {
    border-radius: 10px;
    font-size: 15px;
    border-color: #b3b3b3;
}
.billing-label {
    font-size: 15px;
}
.select2-container .select2-selection--single {
    height: 37px !important;
    border-radius: 9px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 37px !important;
    height: 36px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -4px !important;
    top: 67% !important;
}
.order-summery-title {
    font-size: 25px;
    color: #cb0032;
    font-weight: 700;
}
.continue-checkout-btn{
    background: #DA2227;
    font-size: 17px;
    color: white;
    border-radius: 73px !important;
    font-weight: 500;
}
.continue-checkout-btn:hover {
    background: #00ab60;
    color: white;
}
/* /checkput page UI */
/* order summery UI */
.ordersummery-item {
    background: #EBFFF0;
    border: solid 1px #d4d4d4;
}
.product-iterm-cart {
    background: #b9f4d8;
    margin-bottom: 12px;
    /* border-radius: 100px !important; */
    border: solid 1px #e8e8e8;
}
.summery-product-title {
    font-weight: 600;
    font-size: 15px;
}

.payment-buttons {

    border-radius: 40px !important;
}

.payment-selections input[type="radio"] {

    scale: 2;
    margin: 0.5rem;
}

.terms-conditions input[type="checkbox"] {

    scale: 2;
    margin: 0.5rem;
}

/* /order usmmery UI */
/* shop UI */
.product-title {
    font-size: 16px;
    text-transform: uppercase;
}
.reguler-price {
    font-weight: 600;
}
/* /shop UI */

/* bakery home page  */
.bakery-product-title {
    font-size: 16px;
}
.bakery-product-card {
    border-radius: 20px;
    border: solid 1px #c7c8c9;
}
.single-product-card {
    /* height: 40vh !important; */
    max-height: 100%;
    min-height: 100%;
}

.progress-bar {

    background-color: #2fa346;
}
.bakery-sale-rice {
    font-size: 18px;
    font-weight: 700;
}
.bakery-product-card:hover {
    border-radius: 20px;
    border: solid 1px #2fa346;
}
.bakery-tab-name {
    background: #d3002e !important;
    color: white;
    border-radius: 20px !important;
    padding: 6px 30px;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
}
.bakery-tab-name:hover {
    background: #34a855 !important;
    color: white;
}
.bakery-tab-name.active {
    background: #24a54f !important;
    color: white !important;
    border-radius: 20px !important;
    padding: 6px 30px;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
}
/* slider */
.bakery-slider-heading {
    font-size: 54px;
    text-transform: uppercase;
    font-weight: 800;
    text-shadow: 1px 1px 2px black;
}
.bakery-slider-caption{
    width: 47% !important;
    margin-bottom: 3% !important;
}
.bakery-slider-sub-heading{
    color: #ea000f;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    text-shadow: 1px 0px 0px #515151;
}
/* /bakery home page */
/* archive page UI */
.header-banner-bg {
    background: url(/images/frontend/images/archive-products/banner.png);
    color: #ffffff;
    background-blend-mode: screen;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 270px;
}
.single-product-banner-title {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
}
.archive-product-card {
    border-radius: 20px;
    border: solid 1px;
}
/* /archive page UI */
/* resturant UI */
.resturant-slider-heading {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 800;
    text-shadow: 1px 1px 2px black;
}
.resturant-slider-caption {
    bottom: 44px;
}
.resturant-slider-sub-heading {
    font-size: 17px;
    color: #d3002e;
    font-weight: 700;
}
/* /resturant UI */
/* model for inquiry */
.btn-inquiry-submit {
    background: #2fa346;
    color: white;
    border-radius: 20px !important;
    padding: 6px 25px;
    font-size: 16px;
}
.inquiry-model-title {
    font-weight: 700;
    font-size: 27px;
}

.carousel-indicators {
    margin-left: 10% !important;
    right:unset !important;
    margin-top: 12%;
}

.carousel-indicators [data-bs-target] {

    background-color: #2fa346;

}
.background-texture {
    background-color: #d60226;
    /* padding: 2rem; */
    /* border-radius: 20px; */
}

/* /model for inquiry */
/* tablet responsive */
  @media all and (max-width: 768px) {
    h1 {
      font-size: calc(1.5rem * var(--smaller));
    }

    li {
      font-size: calc(1.125rem * var(--smaller));
    }

    li span {
      font-size: calc(3.375rem * var(--smaller));
    }
    .bakery-slider-heading {
        font-size: 32px !important;
    }
    .slider-heading {
        font-size: 22px !important;
    }
    .slider-product-price {
        font-size: 29px !important;
    }
    .carousel-scroll-button {
        margin-bottom: -2rem;
    }
    .carousel-scroll-button .active {
        opacity: 1;
        background-color: #00a248 !important;
    }
    .second-slider-caption {
        margin-bottom: -3% !important;
    }
    .slider-two-caption {
        font-size: 9px !important;
    }
    .slider-one-heading {
        font-size: 30px !important;
    }
    .btn.slider-two-btn {
        padding: 6px 19px;
        background: #00a248;
        color: white;
        border-radius: 52px;
        font-size: 14px;
    }
    .first-slider-caption {
        margin-bottom: 1% !important;
    }
    /* navigation */
    .responsive-navigation {
        position: absolute;
        margin-top: 20%;
        z-index: 99;
        background: #cb0032;
        margin-left: -215%;
        width: 273% !important;
        padding: 10px;
    }
    .all-category-dropdown {
        width: 69% !important;
    }
    .responsive-summery-details {
        overflow-x: scroll;
    }
    .responsive-details{
        width: 800px;
    }
    .resturant-slider-heading {
        font-size: 20px;
    }
    .resturant-slider-caption {
        bottom: 8px !important;
    }

    .single-product-overview-div{
        width: 100% !important;
    }
    
    .single-product-overview-div p img {
        width: 100% !important;
    }

    .mt-165{
        margin-top: 0 !important;
    }
    .fixed-position-cus{
        max-width: none;
        height: 50vh;
        overflow-y: hidden;
        padding-top: 10px;
        padding-bottom: 10px;
        width: auto;
    }

    .product-data-list{
        max-height: none;
    }
  }
/* mobile resposnive */
@media only screen and (max-width: 600px) {
    /* header */
	.list-bg {
        font-size: 11px;
    }
    .navigate-buttons {
        font-size: 11px;
    }
    .responsive-navigation {
        position: absolute;
        margin-top: 20%;
        z-index: 99;
        background: #cb0032;
        margin-left: -345%;
        width: 450% !important;
        padding: 10px;
    }
    .all-category-dropdown {
        width: 69% !important;
    }
    .responsive-summery-details {
        overflow-x: scroll;
    }
    .responsive-details{
        width: 800px;
    }
    /* slider */
    .slider-sub-heading {
        font-size: 10px !important;
    }
    .slider-caption {
        margin-bottom: -21% !important;
    }
    .slider-product-price {
        font-size: 15px !important;
    }
    .first-slider-caption {
        margin-bottom: -23% !important;
    }
    .second-slider-caption {
        margin-bottom: -26% !important;
    }
    .slider-two-caption {
        font-size: 5px;
    }
    .btn.slider-two-btn {
        padding: 5px 18px;
        font-size: 7px;
    }
    /* product */
    .offer-sale-rice {
        font-size: 13px;
    }
    .slider-one-heading {
        font-size: 18px !important;
    }
    .navbar-toggler {
        border-color: rgba(255, 255, 255, 0)!important;
    }
    .navbar-toggler-icon {
        background: white;
    }
    .slider-two-caption {
        font-size: 5px !important;
    }
    /* single product page */
    .tab-bar-title {
        font-size: 13px;
        border: none !important;
        color: #9e9e9e;
        font-weight: 600;
    }
    .reviews-info__title {
        margin-bottom: 0px !important;
        font-size: 80px !important;
    }
    .realted-product-card {
        /* width: 171px !important; */
    }

    .single-product-overview-div{
        width: 100% !important;
    }
    
    .single-product-overview-div p img {
        width: 100% !important;
    }

    .mt-165{
        margin-top: 0 !important;
    }

        .fixed-position-cus{
            max-width: none;
            height: 50vh;
            overflow-y: hidden;
            padding-top: 10px;
            padding-bottom: 10px;
            width: auto;
            margin-top: 17%;
        }
    
        .product-data-list{
            max-height: none;
        }

}


@media only screen and (min-device-width : 993px) and (max-device-width : 1326px) {
    /* Styles */
    .navigation-text a {
        font-size: 12px !important;
    }
    .resturant-slider-heading {
        font-size: 20px;
    }
    .resturant-slider-caption {
        bottom: 8px;
    }
    .bakery-slider-heading {
        font-size: 32px !important;
    }
    .navigate-buttons {
        font-size: 12px;
    }
    .navigate-buttons {
        font-size: 12px;
    }
    .slider-product-price {
        font-size: 18px;
    }
    .slider-heading {
        font-size: 50px;
    }
    .btn.slider-buy-btn {
        padding: 3px 12px !important;
        width: 60% !important;
    }
    .btn.advertisement-buy-btn {
        padding: 3px 12px !important;
        width: 100% !important;
        border-radius:0;
    }
    .slider-caption {
        margin-bottom: 0% !important;
    }
    .list-bg {
        font-size: 12px;
        padding: 9px 0px;
    }
    .offer-discount-tag {
        left: 75%;
    }
    .offer-sale-rice {
        font-size: 14px;
    }
    li.count-down-numbers {
        font-size: 8px !important;
    }
    .precentage-link {
        font-size: 9px;
    }
    .precentage {
        font-size: 18px;
    }
    .first-slider-caption {
        margin-bottom: -6% !important;
    }
    .first-slider-content {
        padding: 0px !important;
    }
    .slider-one-heading {
        font-size: 23px !important;
    }
    .second-slider-caption {
        margin-bottom: -10% !important;
    }
    .slider-two-caption {
        font-size: 14px;
    }
    .btn.slider-two-btn {
        padding: 5px 28px;
        font-size: 16px;
    }
    .subscription-title {
        font-size: 20px;
    }
    .footer-customer-width {
        width: 20%;
    }
    .footer-mobile-icon {
        font-size: 45px;
    }
    .navbar-toggler {
        border-color: rgba(255, 255, 255, 0)!important;
    }
    .navbar-toggler-icon {
        background: white;
    }

    .scroll-y-cus{
        height: 637.25px;
    }
}

@media only screen and (min-device-width : 771px) and (max-device-width : 991px) {
        .fixed-position-cus{
            max-width: none;
            height: 50vh;
            overflow-y: hidden;
            padding-top: 10px;
            padding-bottom: 10px;
            width: auto;
            margin-top: 17%;
        }
    
        .product-data-list{
            max-height: none;
        }
    .slider-product-price {
        font-size: 26px;
    }
    .resturant-slider-heading {
        font-size: 20px;
    }
    .resturant-slider-caption {
        bottom: 8px;
    }
    .bakery-slider-heading {
        font-size: 32px !important;
    }
    .slider-heading {
        font-size: 24px !important;
    }
    .slider-caption {
        margin-bottom: 1% !important;
    }
    .first-slider-caption {
        margin-bottom: 2% !important;
    }
    .slider-one-heading {
        font-size: 30px !important;
        font-weight: 500;
    }
    .second-slider-caption {
        margin-bottom: -3% !important;
    }
    .slider-two-caption {
        font-size: 9px !important;
    }
    .btn.slider-two-btn {
        padding: 4px 21px;
        font-size: 11px;
    }
    .navbar-toggler {
        border-color: rgba(255, 255, 255, 0)!important;
    }
    .navbar-toggler-icon {
        background: white;
    }
    .responsive-summery-details {
    overflow-x: scroll;
}
.responsive-details{
    width: 800px;
}
        /* navigation */
        .responsive-navigation {
            position: absolute;
            margin-top: 20%;
            z-index: 99;
            background: #cb0032;
            margin-left: -215%;
            width: 273% !important;
            padding: 10px;
        }
        .resturant-slider-heading {
            font-size: 20px;
        }
        .resturant-slider-caption {
            bottom: 8px;
        }
        .all-category-dropdown {
            width: 60% !important;
        }
        /* single product page */
        .tab-bar-title {
            font-size: 13px;
            border: none !important;
            color: #9e9e9e;
            font-weight: 600;
        }
        .reviews-info__title {
            margin-bottom: 0px !important;
            font-size: 80px !important;
        }
}

@media only screen and (min-device-width : 600px) and (max-device-width : 770px) {
    .slider-caption {
        margin-bottom: -15% !important;
    }
    .bakery-slider-heading {
        font-size: 32px !important;
    }
    .resturant-slider-heading {
        font-size: 20px;
    }
    .resturant-slider-caption {
        bottom: 8px;
    }
    .slider-product-price {
        font-size: 21px !important;
    }
    .responsive-summery-details {
        overflow-x: scroll;
    }
    .responsive-details{
        width: 800px;
    }
    .slider-heading {
        font-size: 19px;
    }
    .first-slider-caption {
        margin-bottom: -12% !important;
    }
    .second-slider-caption {
        margin-bottom: -17% !important;
    }
    .slider-two-caption {
        font-size: 8px !important;
    }
    .navbar-toggler {
        border-color: rgba(255, 255, 255, 0)!important;
    }
    .navbar-toggler-icon {
        background: white;
    }
        /* navigation */
    .responsive-navigation {
            position: absolute;
            margin-top: 20%;
            z-index: 99;
            background: #cb0032;
            margin-left: -215%;
            width: 273% !important;
            padding: 10px;
    }
    .all-category-dropdown {
            width: 60% !important;
    }
    .realted-product-card {
        width: 171px !important;
    }


}

@media only screen and (min-device-width : 348px) and (max-device-width : 384px) {
    .slider-caption {
        margin-bottom: -28% !important;
    }
    .slider-product-price {
        font-size: 12px !important;
    }
    .second-slider-caption {
        margin-bottom: -30% !important;
    }
    .slider-two-caption {
        font-size: 4px !important;
    }
    .responsive-summery-details {
        overflow-x: scroll;
    }
    .responsive-details{
        width: 800px;
    }
    .btn.slider-two-btn {
        padding: 3px 9px;
        font-size: 4px;
    }
    .btn.slider-two-btn {
        padding: 3px 9px;
        font-size: 4px;
    }
    .slider-one-heading {
        font-size: 13px !important;
    }
    .first-slider-caption {
        margin-bottom: -26% !important;
    }
    /* single product page */
    .tab-bar-title {
        font-size: 13px;
        border: none !important;
        color: #9e9e9e;
        font-weight: 600;
    }
    .reviews-info__title {
        margin-bottom: 0px !important;
        font-size: 80px !important;
    }
    .realted-product-card {
        /* width: 171px !important; */
    }
    .product-row{
        display: flex !important;
        justify-content: center !important;
    }

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
.slider-caption {
    margin-bottom: -2% !important;
}
.resturant-slider-heading {
    font-size: 20px;
}
.resturant-slider-caption {
    bottom: 8px;
}
}
@media only screen and (min-device-width : 1800px){
    /* .ul-width {
        width: 72% !important;
    } */
    .search-col-width{
        width: 25%;
    }
    .col-5.register-col-width{
        width:33%;
    }
}

@media only screen and (max-device-width : 1600px)  {
    .scroll-y-cus{
        height: 671.25px !important;
    }
}

    @media only screen and (min-device-width : 1400px) and (max-device-width : 1990px) {
    .slider-caption {
        margin-bottom: 3% !important;
    }
    .first-slider-caption {
        margin-bottom: -1% !important;
    }
    .second-slider-caption {
        margin-bottom: -3% !important;
    }
    .resturant-slider-caption {
        bottom: 110px;
    }
    .resturant-slider-heading {
        font-size: 45px;
    }

    .mt-165{
        margin-top: 0 !important;
    }
    }

    .pending-bg {
        background-color: #e7e6e6;
        border-color: #e7e6e6;
        color: #747272;
        border-radius: unset;
    }

    .confirmed-bg {
        background-color: #33cc33;
        border-color: #33cc33;
        border-radius: unset;
    }

    .processing-bg {
        background-color: #00b0f0;
        border-color: #00b0f0;
        border-radius: unset;
    }

    .dispatched-bg {
        background-color: #ffff00;
        border-color: #ffff00;
        border-radius: unset;
    }

    .fulfilled-bg {
        background-color: #8eaadb;
        border-color: #8eaadb;
        border-radius: unset;
    }

    .cancellation-req-bg {
        background-color: #ff9900;
        border-color: #ff9900;
        border-radius: unset;
    }

    .cancelled-bg {
        background-color: #d9d9d9;
        border-color: #d9d9d9;
        color: #747272;
        border-radius: unset;
    }

    .refund-req-bg {
        background-color: #ff9900;
        border-color: #ff9900;
        border-radius: unset;
    }

    .refunded-bg {
        background-color: #d9d9d9;
        border-color: #d9d9d9;
        color: #747272;
        border-radius: unset;
    }

    .hold-bg {
        background-color: #fedb6a;
        border-color: #fedb6a;
        border-radius: unset;
    }


    /* whatsapp chart integration */
    .whatsapp-chat {
        position: fixed;
        z-index: 99;
        top: 80% !important;
        left: 94%;
    }


    .category-sub {
        /* margin-left: 0.5rem !important; */
        border: none;
        padding: 6px 12px 6px 6px;
    }

    .dropdown-submenu li a:hover {
        padding-left: 15px !important;
    }

    .category-dropdown-sub:hover {
        color: white;
    }

    .category-dropdown li a{
        display: block;
    }

    .category-dropdown li:hover{
        background: #00a859;
        padding-left: 15px !important;
        color: white;
    }

    .category-dropdown li {
        margin: 5px;
        color: black;
    }

    .slider-galeria-thumbs {
        float: left;
        width: 16%;
      }
      
      .slider-galeria {
        float: left;
        width: 84%;
      }
      
      .slider-galeria div, .slider-galeria-thumbs div {
        outline: 0;
      }
      
      .slider-galeria span {
        display: block;
        height: 250px;
        background: #000;
        color: #3498db;
        font-size: 36px;
        line-height: 250px;
        margin: 0 10px 0 10px;
        padding: 2%;
        text-align: center;
      }
      
      .slider-galeria-thumbs span {
        display: block;
        margin-bottom: 5px;
        height: 55px;
        background: #3498db;
        color: #000;
        font-size: 14px;
        line-height: 55px;
        text-align: center;
      }
      
      .slider-galeria-thumbs .slick-current span {
        background: #000;
        color: #3498db;
      }
      
      .slick-prev {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 40px;
        text-indent: -9999px;
        background: transparent;
        border: 0;
        z-index: 1000; 
        outline: 0;
      }
      
      .slick-prev:before {
        content: "<";
          color: #fff;
          font-size: 60px;
          line-height: 0;
          text-indent: 0;
          position: absolute;
          top: 50%;
          left: 75%;
          transform: translate(-50%, -50%);
      }
      
      .slick-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 40px;
        text-indent: -9999px;
        background: transparent;
        border: 0;
        z-index: 1000; 
        outline: 0;
      }
      
      .slick-next:before {
        content: ">";
          color: #fff;
          font-size: 60px;
          line-height: 0;
          text-indent: 0;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
      }
      
/* PRODUCT IMAGES ZOOM MAGNIFIER */
.zoomable {
    position: relative;
    overflow: hidden;
  }
  .zoomable__img {
    transform-origin: var(--zoom-pos-x, 0%) var(--zoom-pos-y, 0%);
    transition: transform 0.15s linear !important;
  }
  .zoomable--zoomed .zoomable__img {
    cursor: zoom-in;
    transform: scale(var(--zoom, 10));
  }
  .tumbnail-product {
    position: relative;
  }
  .tumbnail-product-card {
    width: 87%;
  }
  .tumbnail-product button {
    width: 30% !important;
  }

  .accordion-item{
    border: 2px solid rgba(0,0,0,.125);
  }

  .plus,
    .minus {
        display: inline-block;
        background-repeat: no-repeat;
        background-size: 19px 19px !important;
        width: 25px;
        height: 25px;
        vertical-align: middle;
    }

    #bs_main {
        padding-left: unset !important;
        line-height: 2.3;
    }

    #bs_main li span{

        font-size: 14px !important;

    }

    .plus {
        background-image: url('../images/filter_plus.png');
    }

    .minus {
        background-image: url('../images/filter_minus.png');
    }

    ul {
        list-style: none;
        /* padding: 0px 0px 0px 20px; */
    }

    ul.inner_ul li:before {
        content: "├";
        font-size: 18px;
        margin-left: -18px;
        margin-top: -5px;
        vertical-align: middle;
        float: left;
        width: 8px;
        color: #41424e;
        line-height: 2;
    }

    ul.inner_ul li:last-child:before {
        content: "└";
    }

    .inner_ul {
        padding: 0px 0px 0px 35px;
    }

    .show-as-selected {
        font-weight: bolder;
        background-color: #dedddd;
        padding: 5px;
        border-radius: 5px;
    }

    .tree_main li {
        cursor: pointer;
    }

    .tree_main li {
        cursor: pointer;
    }

    .cat-name:hover {

        background-color: #dedddd;
        padding: 5px;
        border-radius: 5px;
    }

    .fixed-position-cus {
        max-width: 300px;
        width: 100vh;
        height: 88vh;
        overflow-y: hidden;
        /* position: fixed;
        top: 0;
        bottom: 0;
        margin-top: 93px; */
        padding-top: 10px ;
        padding-bottom: 10px;
    }

    /* Hide scrollbar for Chrome, Safari and Opera */
    .fixed-position-cus::-webkit-scrollbar {
        display: none;
    }

    /* Hide scrollbar for IE, Edge and Firefox */
    .fixed-position-cus {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }
    
    .filter-content {
        max-height: calc(100vh - 100px);
    }

    .scroll-filter .filters-body{
        overflow-y: auto;
        background-color: #eeeeee;
        transition: height 1.4s;
        height: 88vh;
    }

    /* Hide scrollbar for Chrome, Safari and Opera */
    .scroll-filter .filters-body::-webkit-scrollbar {
        display: none;
    }

    /* Hide scrollbar for IE, Edge and Firefox */
    .scroll-filter .filters-body {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }

    .product-data-list{
        max-height: 88vh;
        overflow-y: auto;
    }

    /* Hide scrollbar for Chrome, Safari and Opera */
    .product-data-list::-webkit-scrollbar {
        display: none;
    }

    /* Hide scrollbar for IE, Edge and Firefox */
    .product-data-list {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }


    .show_img {
        z-index: 9999;
        display: none;
    }
    
    .show_img .overlay {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .66);
        position: fixed;
        top: 0;
        left: 0;
    }
    
    .show_img .img-show {
        width: 90%;
        height: 90%;
        background: #FFF;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        overflow: auto;
        z-index: 9999;
        display: flex;
        flex-direction: column;
    }

    .img-show .mag-options{
        width: auto;
        position: sticky;
        top: 90%;
        left: 0;
        z-index: 10000;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .mag-options span {
        cursor: pointer;
        background-color: #fff;
        width: 30px;
        height: 30px;
        border-radius: 30px;
    }
    
    .close-img {
        top: 10px;
    }
    
    .plus-img {
        top: 35px;
    }
    
    .minus-img {
        top: 60px;
    }
    
    .reset-img {
        top: 85px;
    }
    
    .img-show img {
        width: 100%;
        height: auto;
        /* position: absolute;
        top: 0;
        left: 0; */
        margin-left: auto;
        margin-right: auto;
    }

    .card-body-cus{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }


    /* Add CSS classes for zoom-in and zoom-out cursors */
    .zoom-in-cursor {
        cursor: zoom-in;
    }

    .zoom-out-cursor {
        cursor: zoom-out;
    }
