/**
* Template Name: Yummy
* Updated: Jan 30 2024 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/yummy-bootstrap-restaurant-website-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Set main reusable colors and fonts using CSS variables
# Learn more about CSS variables at https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
--------------------------------------------------------------*/



@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



:root {

  /* code added by aditya */

  /* BRAND COLOR SYSTEM (Primary + Secondary theme colors used across website) */
  --primary-color: #0d76c1;
  --secondary-color: #ED470C;
  /* BRAND COLOR SYSTEM (Primary + Secondary theme colors used across website) */

  /* ========================= HEADER ========================= */
  --primary-header-bg: #0d76c1;
  /*use primary color if need different color add custom color  */
  --secondary-header-bg: #ED470C;
  /*use Secondary color if need different color add custom color  */
  --drop-down-text-color: #ffffff;
  /* ========================= HEADER ========================= */

  /* =========================  BUTTON COLORS ========================= */
  /* (Primary buttons, hover states, borders) */
  --button-primary-bg: #0d76c1;
  /*use primary color if need different color add custom color  */
  --button-primary-text: #0d76c1;
  /*use primary color if need different color add custom color  */
  --button-border-primary: #0d76c1;
  /*use primary color if need different color add custom color  */
  --button-primary-hover-bg: #036CB7;
  /*use primary color if need different color add custom color  */
  --button-border-hover-bg: #036CB7;
  /*use primary color if need different color add custom color  */
  /* =========================  BUTTON COLORS ========================= */

  /* =========================  all Heading ========================= */
  /* Home page section Headings  */
  --primary-text-color: #0d76c1;
  /*use primary color if need different color add custom color  */
  /* =========================  all heading ========================= */

  /* =========================  Product card home  ========================= */
  --sku-text-color: #0d76c1;
  /*use primary color if need different color add custom color  */
  --Product-price-text-color: #0d76c1;
  /*use primary color if need different color add custom color  */
  /* =========================  Product card home ========================= */

  /* =========================  Product page grid list ========================= */
  --product-title-text: #0d76c1;
  /*use primary color if need different color add custom color  */
  --product-sku-text: #0d76c1;
  /*use primary color if need different color add custom color  */
  --details-text: #0d76c1;
  /*use primary color if need different color add custom color  */
  --Product-price-text-product: #0d76c1;
  /*use primary color if need different color add custom color  */
  /* =========================  Product page grid list ========================= */


  /* =========================  Product Details Page ========================= */
  --product-details-title-text: #0d76c1;
  /*use primary color if need different color add custom color  */
  /* --product-details-sku-text: #0d76c1; */
  /* --details-text: #0d76c1; */
  /* =========================  Produc/t Details Page ========================= */

  /* =========================   FOOTER ========================= */

  --footer-copyright-bg: #000000;
  /* Change only  Needed */
  --footer-menu-text: #000000;
  /* Change only  Needed */

  /* =========================   FOOTER ========================= */


  /* Fix Color Do Not Change  */
  --fix-category-text: #333;
  --fix-black-color: #333;
  --fix-black-bg: #333;
  --table-head-bg: #333;
  --quick-review-text: #333;
  --fix-product_description-text: #333;
  --fix-a-hover: #111844;
  --fix-check-out-counter: #f2f4f7;
  /* fix color do not change  */

  /* code added by aditya */


}


.form-control {
  /* border-radius: 10px !important; */
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

.modal-open {
  padding-right: 0 !important;
  overflow: hidden;
}

.form-check-input:checked {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.text-primary {
  color: var(--primary-color) !important;

}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: var(--color-default);
  font-size: 14px;
  background: #fff;
}

/* .btn-primary  */
.btn-primary {
  background: var(--primary-color) !important;
  color: #fff;
  border: medium none !important;
}

.btn-primary:hover {
  background: var(--primary-color) !important;
  transition: 0.3s;
}

/* .btn-primary  */
.active>.page-link,
.page-link.active {
  background-color: #8d8d8d;
  border-color: #8f8f8f;
}

.page-link {
  color: var(--primary-color);
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  /* color: #ec2727; */
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-secondary);
}

.fixed {
  border-bottom: 1px solid var(--secondary-header-bg);
}

/* Top Bar header Section */
.fixed-top {
  width: 100%;
  /* background-color: var(--primary-dark) !important; */
  background-color: #000000 !important;
  /* color: var(--primary-light) !important; */
  color: #F2F4F7 !important;
}

/* Tablet (768px–1023px) */
/* @media (min-width: 768px) and (max-width: 1023px) {
  .container {
    max-width: 95% !important;  
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .telephone {
    margin-left: 40px !important;
  }
}
@media (width: 768px) {
  .telephone {
    display: none !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .container {
    max-width: 90% !important;  
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important; 
  }
} */

.cll-bg {
  /* min-height: 42px; */
  min-height: 34px;
}

@media (width: 1024px) {
  .header-container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.telephone {
  font-size: 14px;
  /* width: 140px; */
  width: 160px;
  margin-left: 0px !important;
  border: 1px solid #fff;
  border-radius: 0px;
  margin: 4px 10px;
  height: auto;
  line-height: normal;
  /* padding: 8px 6px 7px 10px; */
  padding: 4px 6px 3px 10px;
  /* color: var(--primary-color); */
  color: var(--primary-color);
  background: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.acc-log {
  border: 1px solid #fff;
  /* padding: 8px 6px 7px 10px; */
  padding: 4px 7px 4px 10px;
  ;
  height: 32px;
  background: white;
}

.header-line {
  /* color: var(--primary-color); */
  /* color: #14218C; */
  color: var(--primary-color) !important;
}

.bi-person-circle {
  /* color: var(--primary-color); */
  /* color: #14218C; */
  color: var(--primary-color) !important;
}

.account-login {

  font-size: 14px;
  font-weight: 600;
  margin-right: 2px !important;
  /* border: 1px solid #fff; */
  border-radius: 0px;
  margin: 4px;
  height: auto;
  line-height: normal;
  /* padding: 8px 6px 7px 10px; */
  /* background: #fff; */
  /* color: #0071DC; */
  display: flex;
  /* padding: 7px; */
  align-items: center;
  justify-content: end;
}

.account-login a {
  /* color: var(--primary-color); */
  color: var(--primary-color) !important;
}

.account-login span {
  /* color: var(--primary-color); */
  color: var(--primary-color) !important;
}

.account-login a:hover {
  color: #989898;

}

.search-bar-shadow {
  /* margin-left: 76px !important; */
  border-radius: 5px;
  height: 45px !important;
  width: 100% !important;
  box-shadow: 0px 0px 10px #ccc;
}

/* Top Bar header Section */

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/





section {
  /* overflow: hidden; */
  padding: 80px 0;
  scroll-margin-top: 90px;
  /* overflow: clip; */
}

.section-bg {
  background-color: #eee;
}

.section-header {
  text-align: center;
  padding-bottom: 30px;
}

.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #7f7f90;
  text-transform: uppercase;
  font-family: var(--font-default);
}

.logo-header {
  background: #fff;
  border-bottom: 2px solid var(--secondary-header-bg);
}

.logo-header form.input-group input.form-control {
  background: #ffffff;
  font-size: 14px;
}

.section-header p {
  margin: 0;
  font-size: 48px;
  font-weight: 400;
  font-family: var(--font-primary);
}

.section-header p span {
  color: var(--color-primary);
}

table tbody tr:hover {
  background-color: #f0f8ff !important;
  color: #333 !important;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.carousel-inner {
  /* height: 330px; */
}

.carousel-item .img-fluid {
  height: 310px;
}

.breadcrumbs {
  padding: 15px 0;
  background: rgba(55, 55, 63, 0.05);
  margin-top: 90px;
}

@media (max-width: 575px) {
  .breadcrumbs {
    margin-top: 70px;
  }

  .see-all-btn {
    padding: 3px 6px !important;
    font-size: 11px !important;
    margin-top: 2px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #676775;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs h2 {
    margin-bottom: 10px;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}




/* Feature start */

.features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  width: 96%;
  margin-top: 10px !important;
  margin: 40px auto;
  text-align: left;
}

.feature {
  display: flex;
  align-items: center;
  gap: 8px;
}

.feature i {
  font-size: 42px;
  color: #0071DC;
}

.feature-text h3 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #0071DC;
  /* margin-bottom: 5px; */
}

.feature-text p {
  margin: 0;
  font-size: 14px;
  color: var(--primary-color);
}

@media (max-width: 992px) {
  .features {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .features {
    grid-template-columns: 1fr;
  }
}

/* Feature end */
/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: var(--primary-color) !important;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: #ec2727;
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  border: 4px solid var(--color-primary);
  border-radius: 50%;
  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
  animation-delay: -0.5s;
}

@keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  background: var(--secondary-header-bg);
  transition: all 0.5s;
  z-index: 997;
  /* margin-top: 140px !important; */

}



.free-shipping {
  display: flex;
  padding: 8px;
  align-items: center;
  justify-content: center;
}

.account-login .dropdown-item {
  color: var(--primary-color) !important;
}

.account-login .dropdown-item:hover {
  border-radius: 5px;
  background: #e9e8e8;
}

#submit_getproduct {
  background: url(/assets/img/search-new.svg) no-repeat scroll 7px center #ffffff;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  color: #ffffff;
  border-style: solid solid solid none;
  background-size: 20px;
  width: 40px;
  font-size: 0;
}

@media (max-width: 575px) {
  .header {
    /* height: 5px !important; */
  }

  .carousel-inner {
    /* height: 280px; */
  }

  .free-shipping {
    display: none;
  }

  .telephone {
    display: none;
  }

  .account-login {
    justify-content: end;
    padding: 5px 0;
  }
}

.header.sticked {
  border-color: #fff;
  border-color: #eee;
}

.header .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.header .logo h1 {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin: 0;
  font-family: var(--font-secondary);
}

.header .logo h1 span {
  color: var(--color-primary);
}

.header .btn-book-a-table,
.header .btn-book-a-table:focus {
  font-size: 14px;
  color: #fff;
  background: var(--color-primary);
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  transition: 0.3s;
}

.header .btn-book-a-table:hover,
.header .btn-book-a-table:focus:hover {
  color: #fff;
  background: rgba(206, 18, 18, 0.8);
}



/* filter */
.filter-item-inner-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* pushes arrow & clear icon to right */
  padding: 5px 10px;
}

/* arrow styling */
.filter-item-inner-heading .arrow {
  margin-left: 10px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

/* clear icon styling */
.filter-item-inner-heading .clear-icon img {
  cursor: pointer;
  width: 16px;
  height: 16px;
  margin-right: 25px;
  /* space between arrow and icon */
  vertical-align: middle;
}

/* filter */

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1200px) {
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: space-around;

  }

  #nav-ul-main {
    width: 100%;
  }

  .navbar li {
    /* position: relative; */
  }

  .navbar>ul>li {
    /* white-space: nowrap; */
    /* padding: 10px 28px 10px 28px; */
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-family: var(--font-secondary);
    font-size: 14px;
    font-weight: 200;
    color: #7f7f90;
    white-space: nowrap;
    position: relative;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--color-primary);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navbar a:hover:before,
  .navbar li:hover>a:before,
  .navbar .active:before {
    visibility: visible;
    width: 100%;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #000;
  }

  .navbar ul .dropdown ul .dropdown {
    /* background: var(--primary-color) !important; */
    color: white !important;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    /* box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); */
    /* transition: 0.3s; */
    border-radius: 4px;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
    background: var(--primary-color) !important;
    color: white !important;
  }

  .navbar .dropdown ul li:hover {
    color: var(--primary-color) !important;
    background: white !important;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 500 !important;
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: var(--color-primary);
    background: var(--primary-color);
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    background: var(--primary-color);
    /* left: calc(100% - 30px); */
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    background: var(--primary-color);
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 768px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/* @media (min-width: 769px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
} */

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 768px) {
  .navbar {
    position: fixed;
    top: 0;
    /* right: -100%; */
    left: -100%;
    width: 100%;
    max-width: 400px;
    border-left: 1px solid #666;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.9);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: var(--font-secondary);
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 200;
    color: #7f7f90;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar li:hover>a {
    color: #000;
  }

  .navbar .active,
  .navbar .active:focus {
    color: #000;
    border-color: var(--color-primary);
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    /* background: var(--primary-color); */
    color: #000;
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    /* transition: all 0.5s ease-in-out; */
    /* border: 1px solid #eee; */
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    /* background: var(--primary-color); */
    color: #000;
    display: block;
  }

  /* .mobile-nav-show {
    color: var(--color-secondary);
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin: 0 10px 0 20px;
  } */

  .mobile-nav-hide {
    color: var(--color-secondary);
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9996;
  }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .about-img {
  min-height: 500px;
}

.about h3 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 30px;
  font-family: var(--font-secondary);
}

.about .call-us {
  left: 10%;
  right: 10%;
  bottom: 10%;
  background-color: #fff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
  padding: 20px;
  text-align: center;
}

.about .call-us h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: var(--font-default);
}

.about .call-us p {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-primary);
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 0 0 8px 26px;
  position: relative;
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: var(--color-primary);
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--color-primary) 50%, rgba(206, 18, 18, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(206, 18, 18, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.about .play-btn:hover:after {
  border-left: 15px solid var(--color-primary);
  transform: scale(20);
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Why Us Section
--------------------------------------------------------------*/
.why-us .why-box {
  padding: 30px;
  background: var(--color-primary);
  color: #fff;
}

.why-us .why-box h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.why-us .why-box p {
  margin-bottom: 30px;
}

.why-us .why-box .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.3);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.why-us .why-box .more-btn i {
  font-size: 14px;
}

.why-us .why-box .more-btn:hover {
  color: var(--color-primary);
  background: #fff;
}

.why-us .icon-box {
  text-align: center;
  background: #fff;
  padding: 40px 30px;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(55, 55, 63, 0.1);
  transition: 0.3s;
}

.why-us .icon-box i {
  color: var(--color-primary);
  margin-bottom: 30px;
  font-size: 32px;
  margin-bottom: 30px;
  background: rgba(206, 18, 18, 0.1);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}

.why-us .icon-box h4 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 30px 0;
  font-family: var(--font-secondary);
}

.why-us .icon-box p {
  font-size: 15px;
  color: #6c757d;
}

@media (min-width: 1200px) {
  .why-us .icon-box:hover {
    transform: scale(1.1);
  }
}

/*--------------------------------------------------------------
# Stats Counter Section
--------------------------------------------------------------*/
.stats-counter {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/stats-bg.jpg") center center;
  background-size: cover;
  padding: 100px 0;
}

@media (min-width: 1365px) {
  .stats-counter {
    background-attachment: fixed;
  }
}

.stats-counter .stats-item {
  padding: 30px;
  width: 100%;
}

.stats-counter .stats-item span {
  font-size: 48px;
  display: block;
  color: #fff;
  font-weight: 700;
}

.stats-counter .stats-item p {
  padding: 0;
  margin: 0;
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
}

/*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/
.menu .nav-tabs {
  border: 0;
}

.menu .nav-link {
  margin: 0 10px;
  padding: 10px 5px;
  transition: 0.3s;
  color: var(--color-secondary);
  border-radius: 0;
  cursor: pointer;
  height: 100%;
  border: 0;
  border-bottom: 2px solid #b6b6bf;
}

@media (max-width: 575px) {
  .menu .nav-link {
    margin: 0 10px;
    padding: 10px 0;
  }
}

.menu .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.menu .nav-link h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  font-family: var(--font-secondary);
}

@media (max-width: 575px) {
  .menu .nav-link h4 {
    font-size: 16px;
  }
}

.menu .nav-link:hover {
  color: var(--color-primary);
}

.menu .nav-link.active {
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.menu .tab-content .tab-header {
  padding: 30px 0;
}

.menu .tab-content .tab-header p {
  font-size: 14px;
  text-transform: uppercase;
  color: #676775;
  margin-bottom: 0;
}

.menu .tab-content .tab-header h3 {
  font-size: 36px;
  font-weight: 600;
  color: var(--color-primary);
}

.menu .tab-content .menu-item {
  -moz-text-align-last: center;
  text-align-last: center;
}

.menu .tab-content .menu-item .menu-img {
  padding: 0 60px;
  margin-bottom: 15px;
}

.menu .tab-content .menu-item h4 {
  font-size: 22px;
  font-weight: 500;
  color: var(--color-secondary);
  font-family: var(--font-secondary);
  font-weight: 30px;
  margin-bottom: 5px;
}

.menu .tab-content .menu-item .ingredients {
  font-family: var(--font-secondary);
  color: #8d8d9b;
  margin-bottom: 5px;
}

.menu .tab-content .menu-item .price {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item .testimonial-content {
  border-left: 3px solid var(--color-primary);
  padding-left: 30px;
}

.testimonials .testimonial-item .testimonial-img {
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: var(--color-default);
  font-family: var(--font-secondary);
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #6c757d;
  margin: 0 0 10px 0;
  font-family: var(--font-secondary);
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #f05656;
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
}

.testimonials .swiper-pagination {
  margin-top: 40px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #d1d1d7;
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

/*--------------------------------------------------------------
# Events Section
--------------------------------------------------------------*/
.events .container-fluid {
  padding: 0;
}

.events .event-item {
  background-size: cover;
  background-position: cente;
  min-height: 600px;
  padding: 30px;
}

@media (max-width: 575px) {
  .events .event-item {
    min-height: 500px;
  }
}

.events .event-item:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  inset: 0;
}

.events .event-item h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #fff;
  position: relative;
}

.events .event-item .price {
  color: #fff;
  border-bottom: 2px solid var(--color-primary);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
}

.events .event-item .description {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
}

@media (min-width: 1200px) {
  .events .swiper-slide-active+.swiper-slide {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 1;
  }
}

.events .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.events .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #d1d1d7;
  opacity: 1;
}

.events .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

/*--------------------------------------------------------------
# Chefs Section
--------------------------------------------------------------*/
.chefs .chef-member {
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0 30px rgba(55, 55, 63, 0.08);
  transition: 0.3s;
}

.chefs .chef-member .member-img {
  position: relative;
  overflow: hidden;
}

.chefs .chef-member .member-img:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url(../img/team-shape.svg) no-repeat center bottom;
  background-size: contain;
  z-index: 1;
}

.chefs .chef-member .social {
  position: absolute;
  right: -100%;
  top: 30px;
  opacity: 0;
  border-radius: 4px;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}

.chefs .chef-member .social a {
  transition: color 0.3s;
  color: rgba(55, 55, 63, 0.4);
  margin: 15px 12px;
  display: block;
  line-height: 0;
  text-align: center;
}

.chefs .chef-member .social a:hover {
  color: rgba(55, 55, 63, 0.9);
}

.chefs .chef-member .social i {
  font-size: 18px;
}

.chefs .chef-member .member-info {
  padding: 10px 15px 20px 15px;
}

.chefs .chef-member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: var(--color-secondary);
}

.chefs .chef-member .member-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: rgba(33, 37, 41, 0.4);
}

.chefs .chef-member .member-info p {
  font-style: italic;
  font-size: 14px;
  padding-top: 15px;
  line-height: 26px;
  color: rgba(33, 37, 41, 0.7);
}

.chefs .chef-member:hover {
  transform: scale(1.08);
  box-shadow: 0px 0 30px rgba(55, 55, 63, 0.15);
}

.chefs .chef-member:hover .social {
  right: 8px;
  opacity: 1;
}

/* Auto table */
.auto-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  /* ensures % widths are applied strictly */
}

/* Apply column widths */
.auto-table th:nth-child(1),
.auto-table td:nth-child(1) {
  width: 8%;
}

.auto-table th:nth-child(2),
.auto-table td:nth-child(2) {
  width: 47%;
}

.auto-table th:nth-child(3),
.auto-table td:nth-child(3) {
  width: 15%;
}

.auto-table th:nth-child(4),
.auto-table td:nth-child(4) {
  width: 15%;
}

.auto-table th:nth-child(5),
.auto-table td:nth-child(5) {
  width: 15%;
}

/* Auto table */

/* autoship-list */
.autoship-list {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

/* Column widths */
.autoship-list th:nth-child(1),
.autoship-list td:nth-child(1) {
  width: 30%;
}

.autoship-list th:nth-child(2),
.autoship-list td:nth-child(2) {
  width: 15%;
}

.autoship-list th:nth-child(3),
.autoship-list td:nth-child(3) {
  width: 15%;
}

.autoship-list th:nth-child(4),
.autoship-list td:nth-child(4) {
  width: 20%;
}

.autoship-list th:nth-child(5),
.autoship-list td:nth-child(5) {
  width: 10%;
}

.autoship-list th:nth-child(6),
.autoship-list td:nth-child(6) {
  width: 10%;
}

.autoship-list th,
.autoship-list td {
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
}

.autoship-list tbody tr:nth-child(even) {
  background: #f9f9f9;
}

/* autoship-list */
.create-autoship-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.create-autoship-table th:nth-child(1),
.create-autoship-table td:nth-child(1) {
  width: 40%;
}

.create-autoship-table th:nth-child(2),
.create-autoship-table td:nth-child(2) {
  width: 20%;
}

.create-autoship-table th:nth-child(3),
.create-autoship-table td:nth-child(3) {
  width: 20%;
}

.create-autoship-table th:nth-child(4),
.create-autoship-table td:nth-child(4) {
  width: 20%;
}

/* addtocart-history */
.addtocart-history {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}


.addtocart-history th:nth-child(1),
.addtocart-history td:nth-child(1) {
  width: 8%;
}

.addtocart-history th:nth-child(2),
.addtocart-history td:nth-child(2) {
  width: 22%;
}

.addtocart-history th:nth-child(3),
.addtocart-history td:nth-child(3) {
  width: 50%;
}

.addtocart-history th:nth-child(4),
.addtocart-history td:nth-child(4) {
  width: 20%;
}

/* addtocart-history */


/* create-autoship-table */

/* create-autoship-table */

/*--------------------------------------------------------------
# Book A Table Section
--------------------------------------------------------------*/
.book-a-table .reservation-img {
  min-height: 500px;
  background-size: cover;
  background-position: center;
}

.book-a-table .reservation-form-bg {
  background: rgba(55, 55, 63, 0.04);
}

.book-a-table .php-email-form {
  padding: 40px;
}

@media (max-width: 575px) {
  .book-a-table .php-email-form {
    padding: 20px;
  }
}

.book-a-table .php-email-form h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.book-a-table .php-email-form h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 20px 0 0 0;
}

.book-a-table .php-email-form p {
  font-size: 14px;
  margin-bottom: 20px;
}

.book-a-table .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.book-a-table .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.book-a-table .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.book-a-table .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  animation: animate-loading 1s linear infinite;
}

.book-a-table .php-email-form input,
.book-a-table .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.book-a-table .php-email-form input:focus,
.book-a-table .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

.book-a-table .php-email-form input {
  padding: 12px 15px;
}

.book-a-table .php-email-form textarea {
  padding: 12px 15px;
}

.book-a-table .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 14px 60px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.book-a-table .php-email-form button[type=submit]:hover {
  background: #ec2727;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
.gallery {
  overflow: hidden;
}

.gallery .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.gallery .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #d1d1d7;
  opacity: 1;
}

.gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

.gallery .swiper-slide-active {
  text-align: center;
}

@media (min-width: 992px) {
  .gallery .swiper-wrapper {
    padding: 40px 0;
  }

  .gallery .swiper-slide-active {
    border: 6px solid var(--color-primary);
    padding: 4px;
    background: #fff;
    z-index: 1;
    transform: scale(1.2);
  }
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item {
  background: #f4f4f4;
  padding: 30px;
  height: 100%;
}

.contact .info-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  font-size: 24px;
  line-height: 0;
  color: #fff;
  background: var(--color-primary);
  border-radius: 50%;
  margin-right: 15px;
}

.contact .info-item h3 {
  font-size: 20px;
  color: #6c757d;
  font-weight: 700;
  margin: 0 0 5px 0;
}

.contact .info-item p {
  padding: 0;
  margin: 0;
  line-height: 24px;
  font-size: 14px;
}

.contact .info-item .social-links a {
  font-size: 24px;
  display: inline-block;
  color: rgba(55, 55, 63, 0.7);
  line-height: 1;
  margin: 4px 6px 0 0;
  transition: 0.3s;
}

.contact .info-item .social-links a:hover {
  color: var(--color-primary);
}

.contact .php-email-form {
  width: 100%;
  margin-top: 30px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}

.contact .php-email-form .form-group {
  padding-bottom: 20px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

.contact .php-email-form input {
  height: 48px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 12px 40px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #ec2727;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  background-size: cover;
  position: relative;
  min-height: 60vh;
  padding: 160px 0 60px 0;
}

.hero h2 {
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color-secondary);
  font-family: var(--font-primary);
}

.hero h2 span {
  color: var(--color-primary);
}

.hero p {
  color: #4f4f5a;
  font-weight: 400;
  margin-bottom: 30px;
}

.hero .btn-book-a-table {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 36px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: var(--color-primary);
  box-shadow: 0 8px 28px rgba(206, 18, 18, 0.2);
}

.hero .btn-book-a-table:hover {
  background: rgba(206, 18, 18, 0.8);
  box-shadow: 0 8px 28px rgba(206, 18, 18, 0.45);
}

.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: var(--font-secondary);
  font-weight: 600;
}

.hero .btn-watch-video i {
  color: var(--color-primary);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero .btn-watch-video:hover {
  color: var(--color-primary);
}

.hero .btn-watch-video:hover i {
  color: rgba(206, 18, 18, 0.8);
}

@media (max-width: 640px) {
  .hero h2 {
    var font-size: 36px;
  }

  .hero .btn-get-started,
  .hero .btn-watch-video {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  font-size: 14px;
  background: #ffffff;
  padding: 0px 0;
  color: var(--primary-color);
  position: relative;
  z-index: 0;
}

.footer .icon {
  margin-right: 15px;
  font-size: 24px;
  line-height: 0;
}

.footer h4 {
  font-size: 17px;
  font-weight: 600 !important;
  font-weight: normal;
  position: relative;
  padding-bottom: 5px;
  /* color: var(--primary-color); */
  color: var(--footer-menu-text);
}

.footer .footer-links {
  margin: 15px 0px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  font-size: 14px;
  font-weight: 500;
  /* color: var(--primary-color); */
  color: #000;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: var(--primary-color);
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  color: var(--primary-color);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: #fff;
  border-color: #fff;
}

.footer .copyright {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .credits {
  padding-top: 4px;
  text-align: center;
  font-size: 13px;
}

.footer .credits a {
  color: #fff;
}

/* Make heading + input group in one line */
@media (min-width: 768px) {
  .col-lg-6.col-md-6 form.d-flex {
    flex-wrap: nowrap;
  }

  .col-lg-6.col-md-6 h5 {
    white-space: nowrap;
  }
}

/* On smaller screens, stack vertically */
@media (max-width: 767px) {
  .col-lg-6.col-md-6 form.d-flex {
    flex-direction: column;
    align-items: stretch;
  }

  .col-lg-6.col-md-6 h5 {
    margin-bottom: 5px;
  }
}

.Subscribe-btn {
  height: 37px;
  border: medium none !important;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;

  /* background: #000000 !important; */
  color: #fff;
  font-size: 14px;
  border: 1px solid var(--button-border-primary);
  background: var(--button-primary-bg) !important;
}



.Subscribe-btn:hover {
  height: 37px;
  border: medium none !important;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;

  /* background: #000000 !important; */
  color: #fff;
  font-size: 14px;
  border: 1px solid var(--button-primary-hover-bg);
  background: var(--button-primary-hover-bg) !important;
}



/**
* Template Name: Yummy
* Updated: Jan 30 2024 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/yummy-bootstrap-restaurant-website-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Set main reusable colors and fonts using CSS variables
# Learn more about CSS variables at https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
--------------------------------------------------------------*/
/* Fonts */
:root {
  --font-default: "Poppins", sans-serif;
  --font-primary: "Poppins", sans-serif;
  --font-secondary: "Poppins", sans-serif;
}

/* Colors */
:root {
  --color-default: #212529;
  --color-primary: #ce1212;
  --color-secondary: #37373f;
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {

  /* color: var(--primary-color); */
  color: #333;
}

a {

  text-decoration: none;
}

a:hover {
  /* color: #ec2727; */
  color: var(--fix-a-hover);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-secondary);
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  /* overflow: hidden; */
  padding: 80px 0;
  scroll-margin-top: 90px;
  /* overflow: clip; */
}

.section-bg {
  background-color: #eee;
}

.section-header {
  text-align: center;
  padding-bottom: 30px;
}

.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #7f7f90;
  text-transform: uppercase;
  font-family: var(--font-default);
}

.section-header p {
  margin: 0;
  font-size: 48px;
  font-weight: 400;
  font-family: var(--font-primary);
}

.section-header p span {
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: rgba(55, 55, 63, 0.05);
  margin-top: 90px;
}

@media (max-width: 575px) {
  .breadcrumbs {
    margin-top: 70px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #676775;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs h2 {
    margin-bottom: 10px;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: var(--primary-color);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: #ec2727;
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  border: 4px solid var(--color-primary);
  border-radius: 50%;
  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
  animation-delay: -0.5s;
}

@keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

@media (max-width: 575px) {
  .header {
    /* height: 70px; */
  }
}

.header.sticked {
  border-color: #fff;
  border-color: #eee;
}

.header .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.header .logo h1 {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin: 0;
  font-family: var(--font-secondary);
}

.header .logo h1 span {
  color: var(--color-primary);
}

.header .btn-book-a-table,
.header .btn-book-a-table:focus {
  font-size: 14px;
  color: #fff;
  background: var(--color-primary);
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  transition: 0.3s;
}

.header .btn-book-a-table:hover,
.header .btn-book-a-table:focus:hover {
  color: #fff;
  background: rgba(206, 18, 18, 0.8);
}

.cartbutton {
  padding: 5px 20px;
  border: 1px solid;
}

.nav-search-bar {
  width: 50%
}

#requestIn1::selection {
  background-color: var(--primary-color);
  color: #fff;
}

input::-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  box-shadow: 0 0 0px 1000px white inset !important;
  caret-color: var(--primary-color);
}

.ui-autocomplete .ui-state-active {
  background: var(--primary-color) !important;
  color: #fff !important;
}



.navbartop {
  background: var(--primary-color);
}

.navbar {
  color: #ffffff;
  /* background: var(--primary-color); */
  width: 100%;
}

.social-card {
  border-bottom: 1px solid gray;
  padding-bottom: 10px;
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
.pay-option img {
  /* width: 50px; */
  /* width: 100%; */
  border-radius: 3px;
}

@media (min-width: 1200px) {
  .navbar .dropdown ul a {
    background: var(--primary-color) !important;
  }
}

@media (min-width: 1200px) {
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    /* position: relative; */
  }

  .navbar>ul>li {
    /* white-space: nowrap; */
    /* padding: 10px 0 10px 28px; */
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-family: var(--font-secondary);
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    position: relative;
  }



  .navbar .dropdown ul a:hover {
    background: white !important;
    color: var(--primary-color) !important;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navbar a:hover:before,
  .navbar li:hover>a:before,
  .navbar .active:before {
    visibility: visible;
    width: 100%;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #fff;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 0px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    /* box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); */
    /* transition: 0.3s; */
    border-radius: 4px;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul.right {
    display: block;
    position: absolute;
    right: 0px;
    left: auto;
    top: calc(100% + 30px);
    margin: 0;
    padding: 0px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    /* transition: 0.3s; */
    border-radius: 4px;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
    /* background: var(--primary-color); */
    background: #ffffff;
    color: #0071dc;
  }

  .navbar .dropdown .dropdown:hover>ul.right {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
    right: 100%;
    background: var(--primary-color);
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {

    color: var(--primary-color) !important;

    font-weight: 600;
    border: 1px solid var(--button-border-primary);
    background: var(--button-primary-bg) !important;
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    /* left: calc(100% - 30px); */
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 768px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    /* left: -100%; */
  }
}

/* @media (min-width: 769px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
} */



/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 768px) {
  .navbar {
    position: fixed;
    top: 0;
    /* right: -100%; */
    left: -100%;
    width: 100%;
    max-width: 400px;
    border-left: 1px solid #666;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.9);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: var(--font-secondary);
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 200;
    color: #7f7f90;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar li:hover>a {
    color: #000;
  }

  .navbar .active,
  .navbar .active:focus {
    color: #000;
    border-color: var(--color-primary);
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    /* transition: all 0.5s ease-in-out; */
    /* border: 1px solid #eee; */
    color: #000;
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  /* .mobile-nav-show {
    color: var(--color-secondary);
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin: 0 10px 0 20px;
  } */

  .mobile-nav-hide {
    color: var(--color-secondary);
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9996;
  }
}

.register-btn {
  color: var(--primary-color) !important;
  width: 65%;
  border-radius: 5px;
  border: 1px solid var(--primary-color) !important;
  background: #fff !important;
  font-size: 14px;
  padding: 7px 0;

}

.register-btn:hover {
  background: var(--primary-color);
  color: #fff;
  width: 65%;
  border-radius: 5px;
  font-size: 14px;
  padding: 7px 0;
  border: 1px solid var(--primary-color);
  /* margin: 12px 0px; */
}

.btn_login {
  /* border-radius: 20px; */
  border-radius: 5px;

  color: #fff;
  font-size: 14px;
  padding: 7px 20px;
  margin: 1px;
  /* margin: 12px 0px; */
  border: 1px solid var(--button-border-primary);
  background: var(--button-primary-bg) !important;
}

.btn_login:hover {
  background: #fff;
  /* color: #fff; */
  border: 1px solid var(--primary-color);
}

.login-signup {
  background: #fff;
}

.category-title a {
  color: var(--primary-color) !important;
  font-weight: 500;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .about-img {
  min-height: 500px;
}

.about h3 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 30px;
  font-family: var(--font-secondary);
}

.about .call-us {
  left: 10%;
  right: 10%;
  bottom: 10%;
  background-color: #fff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
  padding: 20px;
  text-align: center;
}

.about .call-us h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: var(--font-default);
}

.about .call-us p {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-primary);
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 0 0 8px 26px;
  position: relative;
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: var(--color-primary);
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--color-primary) 50%, rgba(206, 18, 18, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(206, 18, 18, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.about .play-btn:hover:after {
  border-left: 15px solid var(--color-primary);
  transform: scale(20);
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Why Us Section
--------------------------------------------------------------*/
.why-us .why-box {
  padding: 30px;
  background: var(--color-primary);
  color: #fff;
}

.why-us .why-box h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.why-us .why-box p {
  margin-bottom: 30px;
}

.why-us .why-box .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.3);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.why-us .why-box .more-btn i {
  font-size: 14px;
}

.why-us .why-box .more-btn:hover {
  color: var(--color-primary);
  background: #fff;
}

.why-us .icon-box {
  text-align: center;
  background: #fff;
  padding: 40px 30px;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(55, 55, 63, 0.1);
  transition: 0.3s;
}

.why-us .icon-box i {
  color: var(--color-primary);
  margin-bottom: 30px;
  font-size: 32px;
  margin-bottom: 30px;
  background: rgba(206, 18, 18, 0.1);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}

.why-us .icon-box h4 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 30px 0;
  font-family: var(--font-secondary);
}

.why-us .icon-box p {
  font-size: 15px;
  color: #6c757d;
}

@media (min-width: 1200px) {
  .why-us .icon-box:hover {
    transform: scale(1.1);
  }
}

/*--------------------------------------------------------------
# Stats Counter Section
--------------------------------------------------------------*/
.stats-counter {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/stats-bg.jpg") center center;
  background-size: cover;
  padding: 100px 0;
}

@media (min-width: 1365px) {
  .stats-counter {
    background-attachment: fixed;
  }
}

.stats-counter .stats-item {
  padding: 30px;
  width: 100%;
}

.stats-counter .stats-item span {
  font-size: 48px;
  display: block;
  color: #fff;
  font-weight: 700;
}

.stats-counter .stats-item p {
  padding: 0;
  margin: 0;
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
}

/*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/
.menu .nav-tabs {
  border: 0;
}

.menu .nav-link {
  margin: 0 10px;
  padding: 10px 5px;
  transition: 0.3s;
  color: var(--color-secondary);
  border-radius: 0;
  cursor: pointer;
  height: 100%;
  border: 0;
  border-bottom: 2px solid #b6b6bf;
}

@media (max-width: 575px) {
  .menu .nav-link {
    margin: 0 10px;
    padding: 10px 0;
  }
}

.menu .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.menu .nav-link h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  font-family: var(--font-secondary);
}

@media (max-width: 575px) {
  .menu .nav-link h4 {
    font-size: 16px;
  }
}

.menu .nav-link:hover {
  color: var(--color-primary);
}

.menu .nav-link.active {
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.menu .tab-content .tab-header {
  padding: 30px 0;
}

.menu .tab-content .tab-header p {
  font-size: 14px;
  text-transform: uppercase;
  color: #676775;
  margin-bottom: 0;
}

.menu .tab-content .tab-header h3 {
  font-size: 36px;
  font-weight: 600;
  color: var(--color-primary);
}

.menu .tab-content .menu-item {
  -moz-text-align-last: center;
  text-align-last: center;
}

.menu .tab-content .menu-item .menu-img {
  padding: 0 60px;
  margin-bottom: 15px;
}

.menu .tab-content .menu-item h4 {
  font-size: 22px;
  font-weight: 500;
  color: var(--color-secondary);
  font-family: var(--font-secondary);
  font-weight: 30px;
  margin-bottom: 5px;
}

.menu .tab-content .menu-item .ingredients {
  font-family: var(--font-secondary);
  color: #8d8d9b;
  margin-bottom: 5px;
}

.menu .tab-content .menu-item .price {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item .testimonial-content {
  border-left: 3px solid var(--color-primary);
  padding-left: 30px;
}

.testimonials .testimonial-item .testimonial-img {
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: var(--color-default);
  font-family: var(--font-secondary);
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #6c757d;
  margin: 0 0 10px 0;
  font-family: var(--font-secondary);
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #f05656;
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
}

.testimonials .swiper-pagination {
  margin-top: 40px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #d1d1d7;
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

/*--------------------------------------------------------------
# Events Section
--------------------------------------------------------------*/
.events .container-fluid {
  padding: 0;
}

.events .event-item {
  background-size: cover;
  background-position: cente;
  min-height: 600px;
  padding: 30px;
}

@media (max-width: 575px) {
  .events .event-item {
    min-height: 500px;
  }
}

.events .event-item:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  inset: 0;
}

.events .event-item h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #fff;
  position: relative;
}

.events .event-item .price {
  color: #fff;
  border-bottom: 2px solid var(--color-primary);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
}

.events .event-item .description {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
}

@media (min-width: 1200px) {
  .events .swiper-slide-active+.swiper-slide {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 1;
  }
}

.events .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.events .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #d1d1d7;
  opacity: 1;
}

.events .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

/*--------------------------------------------------------------
# Chefs Section
--------------------------------------------------------------*/
.chefs .chef-member {
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0 30px rgba(55, 55, 63, 0.08);
  transition: 0.3s;
}

.chefs .chef-member .member-img {
  position: relative;
  overflow: hidden;
}

.chefs .chef-member .member-img:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url(../img/team-shape.svg) no-repeat center bottom;
  background-size: contain;
  z-index: 1;
}

.chefs .chef-member .social {
  position: absolute;
  right: -100%;
  top: 30px;
  opacity: 0;
  border-radius: 4px;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}

.chefs .chef-member .social a {
  transition: color 0.3s;
  color: rgba(55, 55, 63, 0.4);
  margin: 15px 12px;
  display: block;
  line-height: 0;
  text-align: center;
}

.chefs .chef-member .social a:hover {
  color: rgba(55, 55, 63, 0.9);
}

.chefs .chef-member .social i {
  font-size: 18px;
}

.chefs .chef-member .member-info {
  padding: 10px 15px 20px 15px;
}

.chefs .chef-member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: var(--color-secondary);
}

.chefs .chef-member .member-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: rgba(33, 37, 41, 0.4);
}

.chefs .chef-member .member-info p {
  font-style: italic;
  font-size: 14px;
  padding-top: 15px;
  line-height: 26px;
  color: rgba(33, 37, 41, 0.7);
}

.chefs .chef-member:hover {
  transform: scale(1.08);
  box-shadow: 0px 0 30px rgba(55, 55, 63, 0.15);
}

.chefs .chef-member:hover .social {
  right: 8px;
  opacity: 1;
}

/*--------------------------------------------------------------
# Book A Table Section
--------------------------------------------------------------*/
.book-a-table .reservation-img {
  min-height: 500px;
  background-size: cover;
  background-position: center;
}

.book-a-table .reservation-form-bg {
  background: rgba(55, 55, 63, 0.04);
}

.book-a-table .php-email-form {
  padding: 40px;
}

@media (max-width: 575px) {
  .book-a-table .php-email-form {
    padding: 20px;
  }
}

.book-a-table .php-email-form h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.book-a-table .php-email-form h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 20px 0 0 0;
}

.book-a-table .php-email-form p {
  font-size: 14px;
  margin-bottom: 20px;
}

.book-a-table .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.book-a-table .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.book-a-table .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.book-a-table .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  animation: animate-loading 1s linear infinite;
}

.book-a-table .php-email-form input,
.book-a-table .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.book-a-table .php-email-form input:focus,
.book-a-table .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

.book-a-table .php-email-form input {
  padding: 12px 15px;
}

.book-a-table .php-email-form textarea {
  padding: 12px 15px;
}

.book-a-table .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 14px 60px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.book-a-table .php-email-form button[type=submit]:hover {
  background: #ec2727;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
.gallery {
  overflow: hidden;
}

.gallery .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.gallery .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #d1d1d7;
  opacity: 1;
}

.gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

.gallery .swiper-slide-active {
  text-align: center;
}

@media (min-width: 992px) {
  .gallery .swiper-wrapper {
    padding: 40px 0;
  }

  .gallery .swiper-slide-active {
    border: 6px solid var(--color-primary);
    padding: 4px;
    background: #fff;
    z-index: 1;
    transform: scale(1.2);
  }
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item {
  background: #f4f4f4;
  padding: 30px;
  height: 100%;
}

.contact .info-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  font-size: 24px;
  line-height: 0;
  color: #fff;
  background: var(--color-primary);
  border-radius: 50%;
  margin-right: 15px;
}

.contact .info-item h3 {
  font-size: 20px;
  color: #6c757d;
  font-weight: 700;
  margin: 0 0 5px 0;
}

.contact .info-item p {
  padding: 0;
  margin: 0;
  line-height: 24px;
  font-size: 14px;
}

.contact .info-item .social-links a {
  font-size: 24px;
  display: inline-block;
  color: rgba(55, 55, 63, 0.7);
  line-height: 1;
  margin: 4px 6px 0 0;
  transition: 0.3s;
}

.contact .info-item .social-links a:hover {
  color: var(--color-primary);
}

.contact .php-email-form {
  width: 100%;
  margin-top: 30px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}

.contact .php-email-form .form-group {
  padding-bottom: 20px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

.contact .php-email-form input {
  height: 48px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 12px 40px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #ec2727;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  background-size: cover;
  position: relative;
  min-height: 60vh;
  padding: 133px 0 60px 0;
}

.hero h2 {
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color-secondary);
  font-family: var(--font-primary);
}

.hero h2 span {
  color: var(--color-primary);
}

.hero p {
  color: #4f4f5a;
  font-weight: 400;
  margin-bottom: 30px;
}

.hero .btn-book-a-table {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 36px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: var(--color-primary);
  box-shadow: 0 8px 28px rgba(206, 18, 18, 0.2);
}

.hero .btn-book-a-table:hover {
  background: rgba(206, 18, 18, 0.8);
  box-shadow: 0 8px 28px rgba(206, 18, 18, 0.45);
}

.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: var(--font-secondary);
  font-weight: 600;
}

.hero .btn-watch-video i {
  color: var(--color-primary);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero .btn-watch-video:hover {
  color: var(--color-primary);
}

.hero .btn-watch-video:hover i {
  color: rgba(206, 18, 18, 0.8);
}

@media (max-width: 640px) {
  .hero h2 {
    font-size: 36px;
  }

  .hero .btn-get-started,
  .hero .btn-watch-video {
    font-size: 14px;
  }
}



.cart-style {
  border: 1px solid #ccc;
  height: 46px;
  /* height: 28px; */
  /* width: 200px; */
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

/*Main Carousel*/
.carousel-indicators [data-bs-target] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--primary-color);
}

.leftside_ads {
  border: 0px solid #ccc !important;
  box-shadow: 0px 0px 0px #b1b0b0 !important;
  position: relative;
  text-align: center;
}

.leftside_ads .leftside_ads-link-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.leftside_ads h6 {
  background: var(--primary-color) !important;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-weight: 700;
  margin: 0;
  font-size: 16px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.leftside_ads h5 {
  background: var(--primary-color) !important;
  padding: 10px 0;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.leftside_ads p {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  background: #f3f9fb !important;
  color: var(--primary-color);
  border-radius: 15px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.leftside_ads img {
  /* border-radius: 15px; */
}

.menu-right .dropdown>a {
  display: flex;
  align-items: center;
  justify-content: flex-start !important;
  text-decoration: none;
}

.menu-right .dropdown>a:hover {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-decoration: none !important;
}

.menu-right .dropdown>li {
  font-weight: 500;
}

.rightside_header_search_page {
  /* padding: 10px 0px; */
  padding: 4px 0px;
  text-indent: 5px;
  font-weight: 700;
  color: var(--primary-color) !important;
  margin: 0px;
  background: var(--primary-color);
  position: sticky;
  z-index: 1;
  top: 144px;
  /* border-radius: 5px 5px 0px 0px; */
}

.rightside_header_search_page h5 {
  /* color: black;  */
  color: #fff;
  /* font-size: 20px; */
  font-size: 18px;
  font-weight: 500;
  margin-left: 6px !important;
}

.svg-black path {
  fill: #000 !important;
}

.bi-currency-dollar {
  /* margin-top: 3px; */
  /* background: var(--primary-color); */
  background: var(--primary-color);

  color: #fff;
  padding: 0px 3px;
  border-radius: 50%;
  margin-right: 5px;
  height: 22px;
}

.bi-cart-fill {
  margin-top: -1px;
  /* color: var(--primary-color); */
  color: var(--primary-color);
  /* margin-right: -4px; */
  font-size: 18px;
  height: 20px;
}


.also-consider-pro-tab {
  /* box-shadow: 0px 0px 10px #dcf4ff; */
  border: 1px solid #e9ebed !important;
  /* margin-bottom: 15px;
  border-radius: 5px; */
}

.also-consider-pro-tab label[for^="qty"] {
  /* font-weight: bold; */
  color: #000;
}

.also-consider-pro-tab a div.fw-semibold {
  color: var(--primary-color);
}

.also-consider-pro-tab img {
  border-radius: 7px;
}

.also-con .also-consider-price {
  text-align: left;
  display: flex;
  margin-bottom: 2px;
}

.also-con .also-consider-price select {
  margin-left: 0 !important;
  margin-right: auto !important;
  display: block !important;
}

.also-consider-price {
  color: var(--primary-color) !important;
}

.product_tabs {
  height: 100%;
  width: 98%;
  margin: 0 auto;
  border: 1px solid #e9ebed !important;
  /* box-shadow: 0px 0px 5px #dcf4ff; */
  border-radius: 10px !important;
}

@media (min-width: 1200px) {
  .col-xl-5th {
    flex: 0 0 20%;
    max-width: 20%;
  }
}


.specials .product_tabs .card-body {
  padding: 0 18px !important;
}

.specials .product_tabs:hover {
  border: 1px solid #ececec !important;
  /* box-shadow: 0px 0px 0px #ccc !important; */
}

.product_tabs .product_description {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  margin: 2px 0;
  height: 30px;
  overflow: hidden;
  color: var(--fix-product_description-text);
}

.product_tabs .product_price {
  padding: 16px 0;
  color: var(--Product-price-text-color) !important;
  font-weight: 600;
  font-size: 18px;
  max-height: 80px;
  overflow-y: auto;
  scrollbar-width: auto;
  scrollbar-color: auto;
  text-align: left;
}

.product_price {
  padding: 0;
  color: var(--primary-color) !important;
  font-weight: 600;
  font-size: 16px;
  max-height: 80px;
  overflow-y: auto;
  scrollbar-width: auto;
  scrollbar-color: auto;
  text-align: left;
  width: 195px;
}

.product_tabs .product_price select {
  border: 1px solid #c4c4c4;
  padding: 2px 27px 2px 9px;
  width: auto !important;
  border-radius: 5px;
}

.product_tabs .card-title {
  text-align: left;
  font-size: 16px !important;
  color: var(--product-sku-text) !important;
  font-weight: 600;
}

.product_tabs .card-footer {
  background: #fff;
  padding-top: 5px !important;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.product_tabs .card-center {
  background: #fff;
}

.product_tabs .card-body {
  /* background:#f5f5f5; */
  padding-top: 10px !important;
}

.product_tabs .card-footer p {
  font-size: 13px;
  font-weight: 500;
}

.product_tabs .card-footer input {
  font-size: 13px;
  text-align: center;
  /* new code added-16-04*/
}

.card-qty {
  padding: 4px;
}

.product_tabs .card-footer button {
  width: 123px;
  /* border-radius: 25px; */
  border-radius: 5px;
  border: medium none !important;
  float: left;
  /* margin: 0px 4px !important; */
  /* padding: 6px 8px 6px 8px; */
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--button-primary-bg) !important;
  color: #fff;
  font-size: 12px;

}

.product_tabs .card-footer button:hover {
  background: var(--button-primary-hover-bg) !important;
  transition: 0.3s;
}

.product_tabs .card-footer button::before {
  display: inline-block;
  /* width: 18px; */
  height: 19px;
  /* margin-right: 4px; */
}

.card-bord {

  box-shadow: 0px 0px 10px #e2e2e2;
  border-radius: 10px;
}

.card-bord:hover {
  box-shadow: 0px 0px 10px #d9d9d9;
}


.product_tabs .card {
  min-height: 319px;
  background-color: #fff;
  border: 0;
  border-radius: 10px !important;
}

.product_tabs .card .row {
  padding: 2px;
}

.product_tabs .card .row .img-fluid {
  width: 60px;
}

.product_tabs .product_title {
  color: var(--product-title-text);
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  height: 40px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 1px;
}

.filter-area-mainscreen .row {
  display: flex;
  justify-content: center;
  /* centers entire line */
  align-items: center;
  /* vertical center */
  flex-wrap: wrap;
  /* allows wrapping on small screens */
  text-align: center;
}




.compare-images img {
  height: 30px;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.card-text.product_description ul {
  font-size: 12px;
  text-align: left;
  padding-left: 15px;
  color: #424765;
  font-weight: 500;
}

.card-title-details {
  /* color: #df3939; */
  color: var(--details-text);
}

.trending-title {
  color: var(--sku-text-color);
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  margin-top: 20px;
  line-height: 20px;
  height: 25px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-title {
  /* color: var(--primary-color); */
  color: var(--fix-black-color);
  /* padding-top: 16px; */
  /* border-top: 1px solid #eeeeee; */
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-top: 15px;
  line-height: 16px;
  height: 17px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.description-underline:hover {
  text-decoration: underline;
}

.carousel-control-prev {
  width: 35px;
  height: 35px;
  background: #f3f9fb;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  box-shadow: 0 0 0 5px #ffffff;
  left: -18px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 1rem !important;
  height: 1rem !important;
}

.carousel-control-next {
  width: 35px;
  height: 35px;
  background: #f3f9fb;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  box-shadow: 0 0 0 5px #ffffff;
  right: -16px;
}

.carousel-wrap {
  margin: 20px auto;
  padding: 0 0% !important;
  width: 100%;
  position: relative;
}




/* NavBar option */

/* NavBar option */







/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
  font-size: 14px;
  text-align: center;
}

/* end fix */
.owl-nav>div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  /* color: #cdcbcd */
}

.owl-stage-outer {
  height: 160px;
}

.owl-nav i {
  font-size: 24px;
}

.owl-nav .owl-prev {
  position: absolute;
  color: transparent !important;
  top: -50px;
  right: 50px;

  color: none !important;
}

.owl-nav .owl-next {
  position: absolute;
  /* top: -50px !important; */
  color: transparent !important;
  color: none !important;
}

.product_slider_featured .owl-carousel .item {
  text-align: center;
  padding: 23px !important;
  box-shadow: 0 0 10px 0 #f4f4f4;
  /* background: #f4f4f4 !important; */
  padding-bottom: 1px !important;
  margin-right: 10px !important;
  border-radius: 10px;
}

.product_slider_featured .owl-carousel .item:hover {
  box-shadow: 3px 3px 8px 0px #ddd;
}

.product_slider_featured .owl-carousel .owl-item img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  border: 0px !important;
}

.owl-item {
  width: 160px !important;
  margin-right: 0px !important;
}

.product_slider .owl-carousel .owl-item img:hover {
  border: 0px !important;
}

.product_slider_featured .owl-carousel .owl-item img:hover {
  border: 0px !important;
}

.owl-carousel .owl-item img {
  margin-bottom: 18px;
}

.cat_description {
  color: #088cc8;
  font-weight: 500;
}

.product_tabs .btn-outline-secondary {}

.modal-dialog table {
  width: 100%;
}

.compare_products tr td p.compare_name {
  color: var(--primary-color);
  font-weight: 500;
  margin-bottom: 10px;
}

.compare_products tr td p.compare_sku {
  font-weight: 600;
  margin-bottom: 5px;
}

.compare_products tr td p.compare_price {
  font-weight: 600;
  margin-bottom: 10px;
}

.star-rating {
  color: gold;
  font-size: 1.5rem;
}

.rating-bar {
  height: 1rem;
  background-color: #f1f1f1;
  border-radius: 5px;
  overflow: hidden;
}

.rating-fill {
  height: 100%;
  background-color: #fecd06;
}

.specials-inner {
  background: #fff;
}

.nav-non-active {
  color: #5f3333;
}

.nav-tabs .nav-item .nav-link {
  color: var(--primary-color);
  background: #f3f9fb;
  border: 1px solid #dee2e6;
}

.nav-tabs .nav-item .nav-link.active {
  border-bottom: 2px solid var(--primary-color);
  border-top: 0px solid var(--primary-color);
  border-left: 0px solid var(--primary-color);
  border-right: 0px solid var(--primary-color);
}

.tab-border {
  border-top: 2px solid var(--primary-color) !important;
}

.product-slider .product-track .product_tabs {
  /* height:auto; */
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1300px !important;
  }
}

.body_container {
  background: #fff;
}

/* .owl-prev span {
  margin-top: 110px;
  background-image: url(/assets/img/Left_WOC.svg);
  width: 30px;
  display: block;
  color: #fff0;
  height: 30px;
  background-size: 30px;
  background-repeat: no-repeat;
} */

.owl-prev span:hover {
  background-image: url(/assets/img/Left_WC.svg);
  /* opacity: 0.8; */
}

.owl-prev {
  left: -26px;
}

.custom-prev {
  margin-left: -20px;
}

.custom-next {
  margin-right: -20px;
}

/* .owl-next span {
  margin-top: 110px;
  background-image: url(/assets/img/Right_WOC.svg);
  width: 30px;
  display: block;
  color: #fff0;
  height: 30px;
  background-size: 30px;
  background-repeat: no-repeat;
} */

.owl-next span:hover {
  background-image: url(/assets/img/Right_WC.svg);
}


.owl-next {
  right: 10px;
}

.shipping-header {
  display: flex;
  justify-content: end;
  align-items: center;
}

.shipping-header .dropdown {
  display: flex;
  color: var(--primary-color);
  padding: 5px;
  display: flex;
  box-shadow: 0px 0px 10px #ccc;
  border-radius: 5px !important;
}

.shipping-header span {
  /* margin-top: 3px !important; */
  font-weight: 600;
  margin-right: 5px;
  margin-left: 5px;
  /* color: var(--primary-color); */
  color: var(--primary-color);
  display: flex;
}

.d-req {
  background-color: #212121;
  border: 0;
}

.see-all-btn {
  float: right;
  padding: 6px 12px;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  font-weight: 500;
  font-size: 14px;
  border-radius: 5px;
}

.see-all-btn:hover {
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
  color: #fff;
  transition: 0.3s;
}

.button-wrapper {
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
  /* Centers the button inside the div */
  /* margin-top: 10px; */
  /* Optional spacing from above elements */
}

.shop-btn-wr {
  border-radius: 5px;
  padding: 8px 20px;
  text-align: center;
  border: medium none !important;
  font-weight: 600;
  background: var(--primary-color) !important;
  color: #fff;
  font-size: 15px;
}

.product_slider .owl-carousel .owl-item img {
  width: 72%;
  margin: 10px auto;
  border: 0;
}

.bi-caret-right-fill:hover {
  /* color: #fff !important; */
  transition: 0.3s;
}

#main {
  min-height: 600px;
}

.shipping-header .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  /* removes default dropdown spacing */
  border: 2px solid var(--primary-color);
  border-top: 1px solid var(--primary-color);
}

.shipping-header .dropdown-menu {
  min-width: 300px;
  border-radius: 0;
  padding: 0;
  font-size: 14px;
}

.shipping-header .dropdown-menu td {
  padding: 0.25rem;
}

.shipping-header .headings {
  padding: 10px;
  background: var(--primary-color);
  color: #fff;
}

.shipping-header .dropdown-menu a:hover {
  background: #fff;
}

.shipping-header table th {
  background: #eeeeee;
  text-align: center;
}

.shipping-header table td {
  text-align: center;
}

.shipping-header table tr.shipping td {
  background: #eeeeee;
}

.table-bordered>:not(caption)>* {
  background: #a6b5cc !important;
}

/* Make table scrollable with fixed height */
.table-container {
  max-height: 300px !important;
  overflow-y: auto !important;
}

.table-container thead th {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1;
}


.filter-text {
  width: 85%;
}

.product_description th {
  color: white;
  background: var(--fix-black-bg) !important;
  text-align: center;
}

.nav-tabs {
  /* border: 1px solid var(--primary-color); */
}

.nav-tabs .nav-link.active {
  color: #fff !important;
  background: var(--primary-color);
  backdrop-filter: blur(6px);
  border: none;
  /* border-radius: 6px; */
}

.nav-tabs .nav-link {
  border: none;
  border-radius: 5px 5px 0 0;
  color: #666;
  font-weight: 600;
  padding: 10px 20px;
  transition: 0.3s;
}

.nav-tabs .nav-link.active {
  border-bottom: 2px solid var(--primary-color);
  /* background: #20c997;  */
  color: #fff;
}

.nav-tabs .nav-link:hover {
  background: var(--primary-color);
  color: #fff;
}

.tab-content {
  /* border: 1px solid #ddd; */
  border-top: none;
  /* padding: 20px; */
}




/* grid view */

.main-sidebar {
  background: #fff;
}

.sidebar-filter {
  background: #fff;
}

.sidebar-filter h5 {
  text-align: center;
  /* padding: 10px 0; */
  padding: 7px 0;
  background: var(--primary-color);
  color: #fff;
  font-size: 18px;
  /* border-radius: 5px; */
}

.small-line {
  display: block;
  width: 90%;
  height: 2px;
  background: #000;
  margin: 0px auto;
}

.searched-word {
  display: block;
  padding: 7px;
  border: 1px solid #ddd;
  border-radius: 5px;
  /* color: #424765; */
  color: var(--fix-black-color);
  margin-bottom: 10px;
}

.searched-word p {
  margin: 0;
  font-weight: 600;
}

.refine-search {
  display: block;
  padding: 7px;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: var(--fix-black-color);
  margin-bottom: 10px;
}

.refine-search p {
  margin: 2px auto;
  font-weight: 700;
}

.search-area {
  margin: 0 auto;
  padding: 5px 0;
}

.sidebar {
  display: block;
  color: var(--fix-black-color);
}

.ul-reset {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}


.filter-item {
  /* border-right: 1px solid #eee; */
  /* border-left: 1px solid #eee; */
}

.filter-item-inner {
  /* border-bottom: 1px solid #eee; */
}

.filter-item-inner-heading {
  position: relative;
  padding: 10px 15px;
  font-weight: 600;
  padding-right: 30px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  cursor: pointer;
  border: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.filter-item-inner-heading.minus:after,
.filter-item-inner-heading.plus:after {
  content: url('/assets/img/icons_minus.svg');
  color: #333333 !important;
  position: absolute;
  top: 25%;
  right: 7.5%;
  font-size: .6em;
}

.filter-item-inner-heading.minus:after {
  content: url('/assets/img/icons_minus.svg');
  color: #333333 !important;
  /* font-family: "bootstrap-icons"; */
  /* content: "\F2E6"; */
  display: flex;
  font-size: 15px;
}

.filter-item-inner-heading.plus:after {
  content: url('/assets/img/icons_plus.svg');
  color: #333333 !important;
  /* font-family: "bootstrap-icons";
  content: "\F4FA"; */
  display: flex;
  font-size: 15px;
}

.filter-attribute-list {
  overflow: auto;
  max-height: 148px;
  border: 1px solid #ddd;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 10px 15px;
  margin-bottom: 15px;
}

.filter-attribute-label {
  font-size: 14px;
  margin-left: 5px;
}

.filter-attribute-list-inner {
  padding-bottom: 15px;
}

.filter-attribute-item {
  display: flex;
  align-items: baseline;
}

.filter-attribute-item:first-child {
  margin-top: 0;
}

.Spec_list_card {
  border-radius: 5px;
  /* border: 2px solid var(--primary-light); */
  border: 2px solid #F2F4F7;
  box-shadow: 0px 0px 10px #e8e8e8;

  padding-top: 10px;
  margin: 0 auto;

  border-radius: 10px;
}


.card-shadow .card-img-fixed {
  width: 50% !important;
  margin-top: 14px;
}

.special_prod_header {
  /* background: var(--primary-color); */
  color: var(--primary-text-color);
  display: inline-block;
  padding: 15px 0px;
  margin-bottom: 0;
  border-radius: 5px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.special_prod_header h5 {
  color: #fff;
  font-size: 18px;
  text-indent: 12px;
}

.special_prod_header i {
  color: #fff;
  font-size: 18px;
}

.pagination p {
  font-size: 14px;
  margin: 0;
  padding: 0px 3px;
}

.currentpage p {
  margin: 0;
  text-align: right;
  padding-right: 10px;
  font-weight: 600;
  font-size: 14px;
  color: var(--primary-color);
}

.filter-area {
  background: #fff;
  margin: 0px 5px;
  border: 1px solid #ddd;
  /* box-shadow: 0px 0px 5px #c4d5dd; */
  position: sticky;
  z-index: 1;
  top: 177px;
}

.resultperpage {
  justify-content: flex-end;
  margin-right: 5px;
  align-items: center;
}

.compare p {
  margin: 0;
  font-size: 14px;
  margin-left: 10px;
}

.resultperpage p {
  margin: 0;
  text-align: right;
  padding-right: 10px;
  font-weight: 600;
  font-size: 14px;
  color: var(--primary-color);
}

#prodForm {
  border: 1px solid #ddd;
  border-top: 0;
}

.pagination p b {
  font-size: 24px;
}

.filter-area-mainscreen button {
  border: 1px solid #d2d2d2;
}

.listview_product {
  background: #fff;
  padding: 10px;
  margin: 0 auto;
  border: 1px solid #e9ebed !important;
  box-shadow: 0px 0px 10px #dcf4ff;
  width: 98%;
  border-radius: 10px;
  margin-top: 15px;
}

.listview_product:hover {
  box-shadow: 0 4px 8px 0 rgba(191, 191, 191, 0.2), 0 6px 20px 0 rgba(191, 191, 191, 0.2);
  border-radius: 10px;
  transition-duration: 0.1s;
}



.listview_product h5 {
  color: var(--product-title-text);
  font-weight: 600;
  text-decoration: underline;
}

.listview_product p.item_code {
  margin: 0;
  margin-top: 10px;
}

.listview_product p {
  margin: 5px 0;
}

.listview_product .col-lg-3 img {
  padding: 10px;
  margin: 10px auto;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.listview_product h6.price_listview {
  color: var(--Product-price-text-product);

  font-weight: 700;
  font-size: 18px;
  margin: 0;
}

.changePageSize {
  border-radius: 5px;
  padding: 4px;
}

.listview_product ul {
  padding: 10px 0;
  /* list-style:none; */
  color: var(--fix-product_description-text) !important;
}

.checkFiltersort_by {

  border-radius: 5px;
  /* border: 1px solid var(--primary-color) !important; */
  border: 1px solid #939393 !important;
  width: 130px;
  padding: 4px;
}

.listview_product ul ul {
  padding: 0px 20px;
}

.listview_product .enlarge_btn {
  padding: 3px 9px;
  font-size: 12px;
  margin-top: 5px;
  border: 1px solid #ccc
}

.listview_product .product_details_btn {
  /* border-radius: 20px; */
  border-radius: 8px;
  padding: 4px 12px;
  font-size: 12px;
  margin-top: 5px;
  border: 1px solid var(--primary-color);
}

.breadcrumb {

  padding-left: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dddddd;
}

.categories {
  padding: 0 10px;
}

.categories .categories_card {
  border: 1px solid #dddddd;
  margin-bottom: 10px;
  position: relative;
  /* border-top-left-radius: 10px;
  border-top-right-radius: 10px; */
}

.categories .categories_card h6 {
  font-weight: 600;
  margin-bottom: 0px;
  padding: 10px 5px 10px;

  /* border-top-left-radius: 10px;
  border-top-right-radius: 10px; */
  background-color: #f1f1f1 !important;
  color: var(--fix-category-text) !important;
  font-size: 15px;
  text-align: center;
}

.categories .categories_card img {
  padding: 20px;
  background: #fff;
}

.dropdown-nav-menu {
  height: 32px;
  background: #fff;
  color: var(--primary-color) !important;
  padding: 2px 10px 2px 0px;
  /* border-radius: 5px; */
  border-radius: 0px;
  margin-left: 10px;
  font-weight: 500;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  /* right: -2px; */
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  /* width: 100%; */
}

.datepicker.datepicker-dropdown.dropdown-menu {
  display: none;
  position: absolute;
  top: auto;
  right: auto;
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  width: auto;
}

.datepicker.datepicker-dropdown.dropdown-menu {
  text-align: center;
}

.datepicker.datepicker-dropdown.dropdown-menu .table-condensed th {
  background: var(--primary-color);
  color: #fff;
  padding: 0px 4px;
}

.datepicker.datepicker-dropdown.dropdown-menu .table-condensed td {
  padding: 0px 4px;
}

.dropdown-menu .dropdownmenucat {
  max-height: 160px;
  overflow: auto;
  background: var(--primary-color);
}

.dropdown-menu .dropdownmenucat a {
  color: var(--drop-down-text-color);
}

.dropdown-menu a {
  display: block;
  padding: 8px 15px;
  text-decoration: none;
  /* color: #fff !important; */
  font-weight: 500;
  /* border-bottom: 1px solid #dddddd; */
}

.dropdown-menu a:hover {
  background-color: #fff;
  color: var(--primary-color) !important;
}

.categories_card:hover .dropdown-menu {
  display: block;
  border-radius: 0;
  /* height: 220px; */
  overflow: auto;
}

@media screen and (min-width: 992px) {
  .filter-area-mobilescreen {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .main-sidebar {
    display: none;
  }

  .panel {
    display: none;
  }
}

@media screen and (max-width: 1400px) {
  .listview_product h6.price_listview {
    margin: 7px 0 !important;
  }
}

@media screen and (max-width: 992px) {
  .main-sidebar {
    display: none;
  }

  .filter-area-mainscreen {
    display: none;
  }
}

.mandatory-field {
  font-size: 14px;
  color: #ff8787;
  text-align: center;
}

.about_page {
  /* padding-left: 20px !important; */
  padding-bottom: 20px !important;
  /* border:1px solid #c6c7c8; */
  border-radius: 10px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

/* .about_page .container{
  padding-bottom: 20px !important;
} */

.about_page h5 {
  padding-left: 0px !important;
  padding: 10px;
  background: #fff;
  color: var(--primary-color);
  margin: 0;
  /* border:1px solid #c6c7c8; */
  /* border-bottom:0; */
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.about_page p {
  padding: 10px;
  border: 1px solid #c6c7c8;
  margin: 0;
  font-size: 14px;
}

.about_page div.content {
  padding-bottom: 30px !important;
  padding: 10px;
  border: 1px solid #c6c7c8;
  margin: 0;
  font-size: 14px;
}

.about_page form {
  border: 1px solid #c6c7c8;
}

.about_page form .row {
  padding-top: 20px !important;
}

#dataTable tr.table-primary {
  --bs-table-bg: #eaf2ff !important;
}

#dataTable tr.table-primary:hover {
  --bs-table-bg: #eaf2ff !important
}



.table-light th {
  background: var(--table-head-bg);
  color: #fff;
}

.table-light tr {
  border-bottom: 1px solid #fff !important;
}

.table-light #grand_total_format {
  color: black !important;
}


/* table favlist */
.favlist {
  table-layout: fixed;
  /* Fix column widths */
  width: 100%;
  /* Full width */
}

.favlist th,
.favlist td {
  overflow: hidden;
  text-overflow: ellipsis;
}

.favlist td:nth-child(2) {
  white-space: normal;
  word-wrap: break-word;
  max-width: 300px;
  /* Description max width */
}

.favlist th:nth-child(1) {
  width: 20%;
}

.favlist th:nth-child(2) {
  width: 50%;
}

.favlist th:nth-child(3) {
  width: 15%;
}

.favlist th:nth-child(4) {
  width: 15%;
}

.text-decoration-underline.fixed-lineheight {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 60px;
  line-height: 20px;
}

.text-decoration-underline.fixed-lineheight:hover {
  color: var(--primary-color);
}

/* table favlist */

.table.table-bordered.table-hover.align-middle td {
  border-bottom: 1px solid #dee2e6 !important;
  font-weight: 500;
  font-size: 13px;
}

.tablewidth {
  border-bottom: 2px solid #dee2e6;
}


.table_creditcard {
  table-layout: fixed;
  width: 100%;
}

.table_creditcard th:nth-child(1) {
  width: 40%;
}

.table_creditcard th:nth-child(2) {
  width: 60%;
}

.table_creditcard td:nth-child(1) {
  width: 50%;
}

.table_creditcard td:nth-child(2) {
  width: 25%;
}

.table_creditcard td:nth-child(3) {
  width: 25%;
}



/* cart-width */
.cart-width {
  width: 130px !important;
}

/* cart-width */

.brand-logo {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: auto;
  border-radius: 10px;
  border: 1px solid #eee;

}

.alphabet-nav a {
  margin: 0 5px;
  text-decoration: none;
  color: var(--primary-color);
  font-weight: bold;
}

.alphabet-nav {
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.product-table {
  /* font-family: Arial, sans-serif; */
  font-size: 14px;
}

.product-table tr {
  border-bottom: 1px dotted #eeeeee;
}

.product-code {
  color: #003366;
  font-weight: bold;
  padding-right: 20px;
}

.category-title {
  font-weight: 500;
  font-size: 1.2rem;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.category-list {
  list-style-type: circle;
  padding-left: 20px;
}

.category-list li {
  margin-bottom: 0.25rem;
}

@media (max-width: 767.98px) {
  .category-title {
    font-size: 1rem;
  }
}

.history_cart h5 {
  margin: 0;
  text-align: left;
  color: var(--primary-color);
  font-weight: 700;
}

.history_cart table th {
  font-size: 12px;
  padding: 10px 5px;
  font-weight: 500;
}

.history_cart .nav.nav-tabs {
  display: inline-flex;
  /* background: #f0f0f0; */
  /* padding: 2px 2px; */
  /* border-radius: 5px; */
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.history_cart .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #000;
  font-weight: 600;
}

.history_cart .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
  margin-right: 20px;
  border: 1px solid #dee2e6;
  color: var(--primary-color);
  font-weight: 600;
}

.custom-tabs {
  width: 32%;
  border-radius: 12px;
  overflow: hidden;
}

.Footer-Ads {
  width: 100%;
  /* border-radius: 50px;     */
  overflow: hidden;
}

.Footer-Ads .Footer-ads-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* table footer */
.footer-subscribe {
  display: flex;
  align-items: center;
}

.footer-subscribe h4 {
  width: 40%;
}

.order-title {
  padding: 10px !important;
  background: var(--primary-color);
  color: #fff;
}

.table-color-secondary {
  background: #f1f1f1 !important;
}






.default-color {
  border-radius: 0px;
  background: var(--button-primary-bg);
  color: #fff;
}

.default-color:hover {
  background: var(--button-primary-hover-bg);
  color: #fff;
}

.default-color-2 {
  border-radius: 5px;
  background: var(--button-primary-bg);
  color: #fff;
}

.default-color-2:hover {
  background: var(--button-primary-hover-bg);
  color: #fff;
}

.btn.default-color:focus {
  background: var(--button-primary-bg);
  color: #fff;
}

input.input-group-text {
  cursor: pointer;
}

input.input-group-text:focus {
  outline: none !important;
  box-shadow: 0 0 0 5px rgba(13, 110, 253, .25) !important;
  border: 2px solid rgba(13, 110, 253, 1) !important;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25) !important;
}

/* .input-group-text:hover{
   box-shadow: 0 0 0 5px rgba(13, 110, 253, .25);
} */


.input-group-text:focus {
  outline: none;
  border: 2px solid rgba(13, 110, 253, 1) !important;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25) !important;
}

/* Panel */
.panel {
  /* height: 100vh; */
  display: flex;
  flex-direction: column;
  border: none;
}

.panel-title {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 12px;
  border-bottom: 1px solid #aeafaf;
  /* background: #f8f9fa; */
  color: #333;
}

/* accordion-item */
.accordion .accordion-item {
  border: none !important;
  box-shadow: none !important;
}

.accordion .accordion-item:last-child {
  border-bottom: none;
}

.accordion-item:first-of-type .accordion-button {
  border-radius: 10px !important;
  box-shadow: none !important;
}

.accordion-item h2:hover {
  text-decoration: none;
  /* optional */
  color: inherit;
  /* keeps normal color */
}

.accordion-item h2:hover bi {
  filter: brightness(0) saturate(100%);
}



/* accordion-item */

.panel .accordion a.panellinks h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 12px;
  color: #0071DC;
  background: #fff;
  padding: 12px 14px;
}

.panellinks.active h2 {
  background-color: #e7f1ff;
  font-weight: 500;
  border-radius: 10px;
  background: #b6e1f5;
}

/* accordions-header */
.accordion-button:not(.collapsed) {
  border-radius: 10px !important;
  /* background: var(--secondary-light); */
  background: #eaeaea;
  font-weight: 600;
  color: #1d76bc;
}

.accordion-button.accordion-header-admin-panel:not(.collapsed) span img {
  width: 20px;
  height: 20px;
  filter: brightness(0) saturate(100%);
}


.accordion-header-admin-panel {
  padding: 12px 14px;
  font-weight: 600;
  color: #0071DC;
}

.accordion-body img,
.accordion-header-admin-panel img {
  width: 20px;
  height: 20px;
}

/* accordion-style */
.accordion-style {
  border: none !important;
  box-shadow: none !important;
  background-color: transparent;
  font-size: 1rem;
  font-weight: 500;

}

/* accordion-style. */


.accordion-style.collapsed {
  background-color: transparent;
}

/* admin.-panel */
#admin-panel .accordion-body ul li {
  margin-left: 20px;
}

#admin-panel .accordion-body ul li.active {
  border-radius: 10px;
  background: #eaeaea;
  padding: 12px 14px;
  color: #000000;
}

/* Target links inside accordion body */
#admin-panel .accordion-body a {
  text-decoration: none;
  /* optional */
  color: var(--primary-color);
  /* keeps normal color */
}

/* On hover, change both text and image color */
#admin-panel .accordion-body a:hover span {
  color: ;
  /* text color */
}

#admin-panel .accordion-body a:hover img {
  filter: brightness(0) saturate(100%);
}

#admin-panel .accordion-body a li.active img {
  filter: brightness(0) saturate(100%);
}

/* admin.-panel */

.panel .accordion .accordion-header .accordion-style {
  margin-bottom: 5px;
  padding: 12px 14px;
  background: #ffffff;
  color: var(--primary-color);
  width: 100%;
  text-align: left;
}

.panel .accordion .accordion-header .accordion-style.active {
  background: #eaeaea !important;
  color: black;
  border-radius: 10px;
}

.panel .accordion .accordion-header .accordion-style:hover {
  border-radius: 10px;
  background: #eaeaea !important;
  color: black;
}

.icon-black {
  color: #000;
}

/* accordions-header */

.accordion-style:not(.collapsed)::after {
  transform: rotate(180deg);
  /* rotates arrow */
}

.accordion-style:focus {
  box-shadow: none;
}

.accordion-style::after {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%23535c6f' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath stroke='%23535c6f' stroke-width='1.5' fill='%23535c6f' fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
}

.accordion-style span {
  color: inherit;
}

.accordion-style:hover span {
  color: #007bff;
  /* Text turns blue */
}

.accordion-style:hover img {
  filter: brightness(0) saturate(100%);
}


.custom-accordion-btn:not(.collapsed) {
  background-color: #e0f0ff;
  color: #000000 !important;
}

.panel .accordion .accordion-header .accordion-button {
  margin-bottom: 5px;
  padding: 12px 14px;
  background: #eaeaea;
  color: #000000;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chevron-up' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 10.854a.5.5 0 0 0 .708 0L8 5.207l5.646 5.647a.5.5 0 0 0 .708-.708l-6-6a.5.5 0 0 0-.708 0l-6 6a.5.5 0 0 0 0 .708z'/%3E%3C/svg%3E");
}


.panel .accordion .accordion-body {
  padding: 0;
}

.panel .accordion .accordion-body ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.panel .accordion .accordion-body ul li {
  padding: 12px 14px;
  background: #ffffff;
  color: var(--primary-color);
  margin-left: 20px;
  font-weight: 600;
}

.panel .accordion .accordion-body ul li:hover {
  padding: 12px 14px;
  border-radius: 10px;
  background: #eaeaea !important;
  color: #000;
}


.panel .accordion .accordion-body ul li a {
  color: #0071DC;
  border-bottom: 1px solid #dee2e6;
  background: #fff;
}

.accordion-body ul a li {
  padding: 8px 12px;
  margin: 6px 0;
  border-radius: 6px;
  transition: all 0.3s ease;
  color: #333;
  border: 1px solid transparent;
}

#footer_tr td.text-start .add-to-cart-button,
#footer_tr td.text-start .remove-button {
  /* display: inline-block;   */
  display: inline-flex;

}

.admin-panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  /* border: 1px solid #c6c7c8; */
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: 0;
}

.btn-outline-default {
  background: #fff;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  display: flex;
  align-items: center;
}

.btn-outline-default:hover {
  background: var(--primary-color);
  color: #fff;
  border: 1px solid #fff
}

.fav-table th:nth-child(1) {
  width: 20%;
}

.fav-table th:nth-child(2) {
  width: 45%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fav-table th:nth-child(3) {
  width: 15%;
  text-align: center;
}

.fav-table th:nth-child(4) {
  width: 20%;
  text-align: center;
}

/* Action */


.favlist_sidebar {
  background-color: #eeeeee;
  padding: 0px;
  font-weight: bold;
  min-height: 100vh;
}

.favlist-inner .header-blue {
  background-color: #0074c1;
  color: white;
  padding: 0.6rem 1rem;
  font-weight: bold;
}

.favlist-inner .search-bar {
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
  margin: 15px 0;
}

.favlist-inner .search-bar input {
  border: none;
  outline: none;
  padding: 8px;
  width: 100%;
}

.favlist-inner .search-bar button {
  background-color: black;
  color: white;
  border: none;
  padding: 8px 12px;
}

.favlist-inner .item-card {
  border-top: 3px solid #3d3d75;
  padding: 15px;
  background-color: #f8f9fa;
}

.favlist-inner .product-image {
  width: 75px;
}

.favlist-inner .form-comment input {
  width: 100%;
  max-width: 200px;
  display: inline-block;
}

.favlist-inner .total-bar {
  background-color: #f1f1f1;
  padding: 8px 12px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #3d3d75;
}

.favlist-inner .icon-btn {
  background: none;
  border: none;
  color: #0074c1;
  font-size: 0.9rem;
  cursor: pointer;
}

.favlist-inner h5 {
  padding: 10px;
  background: var(--primary-color);
  color: #fff;
  margin: 0;
}

.admin-panel-heading .container {
  padding-bottom: 20px !important;
}

.admin-panel-heading h5 {
  padding: 10px 0;
  background: #fff;
  color: var(--primary-color);
  margin: 0;
  border-top-left-radius: 10px;
  font-weight: 600;
}



.product_tabs .card .card-body table.buy td {
  border-bottom: 1px solid #ccc;
  padding: 4px 6px;
  text-align: left;
  font-size: 12px;
  /* color: #0070A3; */
  font-weight: 600;
}

.product_price table.buy td {
  border-bottom: 1px solid #ccc;
  padding: 4px 8px;
  text-align: left;
  font-size: 12px;
  /* color: #0070A3; */
  font-weight: 600;
}

.listview_product .card-footer table.buy td {
  border-bottom: 1px solid #ccc;
  padding: 4px 8px;
  text-align: left;
  font-size: 12px;
  /* color: #0070A3; */
  font-weight: 600;
}

.listview_product .card-footer table.buy {
  width: 200px;
  border: 1px solid #ccc;
}

.scroll-list {
  max-height: 500px;
  overflow-y: auto;
  border: 1px solid #ddd;
}

.brand-item,
.model-item {
  cursor: pointer;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.brand-item img {
  max-height: 50px;
}

.brand-item.active {
  background-color: #f2f2f2;
}

.model-item.active {
  background-color: #f2f2f2;
}

.brand-item,
.model-item {
  cursor: pointer;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.brand-item img {
  max-height: 50px;
}

.brand-item.active {
  background-color: #f2f2f2;
}

.featured-category-arrow-buttons {
  position: absolute;
  /* right: 0px;
  top: 50%;
  transform: translateY(-50%); */
  margin-left: 180px !important;
}

.featured-brand-arrow-buttons {
  position: absolute;
  margin-left: 180px !important;

}

.custom-owl-nav {
  background: #fff;
  border: 2px solid #0070a3;
  color: #0070a3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  transition: 0.3s ease;
  margin-left: 10px;
}

.custom-owl-nav:hover {
  background-color: #0070a3;
  color: #fff;
}

.featured-category-section .owl-nav {
  position: absolute;
  bottom: 306px;
  margin-left: 925px;
}

.featured-brand-section .owl-nav {
  position: absolute;
  bottom: 272px;
  margin-left: 920px;
}

.special_prod_header i:hover {
  color: #ffffff;
  font-size: 18px;
}

.featured-product-carousel {
  background: #ffffff !important;
  box-shadow: 0.8px 3.2px 19.7px rgba(43, 81, 152, 0.15) !important;
  height: 190px;
  /* border-right: 1px solid #d9d9d9; */
}

.owl-carousel.owl-item.featured-product-carousel {
  border-right: 1px solid #000000;
  height: 250px;
}

.product_slider {
  /* background: #ffffff !important;
  box-shadow: 0.8px 3.2px 19.7px rgba(43, 81, 152, 0.15) !important; */
  height: 175px;
  margin-bottom: 30px;
}

.product_slider .owl-item {
  border-right: 1px solid #d9d9d9;
  height: 175px;
  background: #fff;
}

.product_slider .owl-item:hover {
  box-shadow: 7px 0px 9px -5px #ddd;
}

.owl-dots {
  display: none;
}

/* .featured-item{
      border-right: 1px solid #e7e7e7 !important;
} */
.featured-brand {
  padding: 20px !important;
  background: #f4f4f4 !important;
  padding-bottom: 1px !important;
  margin-right: 30px !important;
}

.carousel-wrap .featured-category-section {
  padding: 20px !important;
}

.cart_quick_view {
  overflow: overlay;
  max-height: 250px;
}


@media (max-width: 768px) {
  .footer-social-media-alignment {
    justify-content: center !important;
  }

  .featured-category-arrow-buttons {
    display: none !important;
  }

  .featured-brand-arrow-buttons {
    display: none !important;
  }

  .owl-nav {
    position: static !important;
    margin-left: 0 !important;
    bottom: auto !important;
    display: flex;
    justify-content: center;
    margin-top: 15px;
  }

  .owl-prev span {
    margin-left: 4px !important;
  }

  .owl-next span {
    margin-right: 16px !important;
  }

  .cat_description {
    margin-top: -42px !important;
  }

  .carousel-wrap.featured-category-section {
    padding: none !important;
  }

  .carousel-wrap.featured-brand-section {
    padding: none !important;

  }

  .featured-product-carousel .owl-item {
    border-right: 0 !important;
  }

  .shipping-header .dropdown-menu {
    min-width: 240px !important;
    margin-left: -110px !important;
  }

}

/* table scrollable css */
.price-scroll-box {
  max-height: 80px;
  overflow-y: auto;
  scrollbar-width: auto;
  /* Firefox */
  scrollbar-color: auto;
  /* Firefox */
}

;

.price-scroll-box table.buy {
  border-collapse: collapse;
  width: 100%;
}

.price-scroll-box table.buy td {
  border-bottom: 1px solid #ccc;
  /* Add border to every row */
  padding: 4px 8px;
}

.price-scroll-box table.buy tr:last-child td {
  border-bottom: none;
  /* Optional: remove bottom border from last row */
}

/* Make all product cards same height */
.product_tabs .card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Make card-body grow to fill space */
.product_tabs .card-body {
  flex-grow: 1;
}

/* Ensure image scales properly */
.product_tabs .card-img-top {
  height: 130px;
  /* or auto, or adjust based on your needs */
  object-fit: cover;
  width: 100%;
  margin: 0 auto !important;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}

#dropdownMenu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.navbar .dropdown ul a:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.login-card {
  border: 1px solid #e5e7eb;
}

/* .form-control {
  border-radius: 20px;
} */

.form-control.form-radius {
  border-radius: .5rem !important;
}

.password-wrapper {
  position: relative;
}

.password-wrapper .toggle-password {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #000000;
  font-family: bold;
}

.password-wrapper input {
  padding-right: 40px;
  /* space for the icon */
}

.custom-outline-btn {
  border: 1px solid #e5e7eb !important;
}

.custom-outline-btn:hover {
  background-color: #0070a3;
  color: #fff;
}

.main-image {
  width: 100%;
  margin: auto;
  border: 1px solid #ddd;
  padding: 5px;
  border-radius: 5px;
  background: #fff;
  cursor: zoom-in;
}

.thumbnail-list {
  display: flex;
  overflow-x: auto;
  gap: 3px;
  scroll-behavior: smooth;
  margin-top: 15px;
  overflow-x: hidden;
}

.thumbnail-list img {
  height: 60px;
  cursor: pointer;
  border: 1px solid #dadada;
  padding: 3px;
  background: #fff;
  border-radius: 4px;
  transition: border-color 0.3s;
}

.thumbnail-list img:hover {
  border-color: #515151;
}

.arrow-btn {
  padding: 6px 9px;
  color: #fff;
  background: #333333;
  border-radius: 50%;
  border: 0;
  display: flex;
  align-items: center;
}

#modalImage {
  min-height: 500px;
}

.categories_card .dropdown-menu {
  width: 100%;
}

.rating-options {
  --icon-size: 30px;
  display: flex;
  gap: 5px;
}

.rating-options label svg {
  display: block;
  width: var(--icon-size);
  height: var(--icon-size);
  fill: light-dark(#222428, #e2e6e9);
  transition: color 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.rating-options [type="radio"]:checked:is(:focus-visible)+label {
  outline: 1px dotted light-dark(#222428, #e2e6e9);
}

.rating-options label:hover svg {
  transform: scale(1);
  cursor: pointer;
}

.rating-options label:hover svg,
.rating-options label:has(~ label:hover) svg,
.rating-options [type='radio']:checked+label svg,
.rating-options:has([type='radio']:checked) label:has(~ [type='radio']:checked) svg {
  fill: #ffc700;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.product-slider {
  overflow: hidden;
  position: relative;
}

.product-track {
  display: flex;
  transition: transform 0.4s ease;
  will-change: transform;
}

.product-track .col-lg-3 {
  flex: 0 0 25%;
  /* 4 items per row */
  max-width: 25%;
}


@media (min-height: 1200px) {
  .carousel-control-prev {
    display: none;
  }
}

.slider-btn {
  width: 40px;
  height: 40px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  border: none;
  cursor: pointer;
  z-index: 10;
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
}

.slider-btn:hover,
.slider-btn:active,
.slider-btn:focus {
  background-color: white;
  color: #0071DC !important;
}

.slider-btn:hover i,
.slider-btn:active i,
.slider-btn:focus i {
  color: #0071DC !important;
}

#prevBtn {
  left: 5px;
}

#nextBtn {
  right: 5px;
}







.shipping-header .dropdown-menu a {
  padding: 0px 0px !important;
}

div.autosuggest {
  position: absolute;
  background-position: top;
  background-repeat: no-repeat;
  padding: 10px 0 0 0;
  height: 300px;
  overflow-y: auto;
  z-index: 9999
}

div.autosuggest div.as_header,
div.autosuggest div.as_footer {
  position: relative;
  height: 6px;
  padding: 0 6px;
  background-position: top right;
  background-repeat: no-repeat;
  overflow: hidden;
}

div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner {
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  width: 6px;
  background-position: top left;
  background-repeat: no-repeat;
}

div.autosuggest ul {
  list-style: none;
  margin: 0 0 -4px 0;
  padding: 0;
  overflow: hidden;
  background-color: #7AA2B1;
}

div.autosuggest ul li {
  color: #ccc;
  padding: 0;
  margin: 0 4px 4px;
  text-align: left;
}

div.autosuggest ul li a {
  color: #ccc;
  display: block;
  text-decoration: none;
  background-color: transparent;
  position: relative;
  padding: 0;
  width: 100%;
}

div.autosuggest ul li a:hover {
  background-color: #444;
}

div.autosuggest ul li.as_highlight a:hover {
  background-color: #1B5CCD;
}

div.autosuggest ul li a span {
  display: block;
  padding: 3px 6px;
  font-weight: bold;
}

div.autosuggest ul li a span small {
  font-weight: normal;
  color: #000000;
  font-weight: bold;
}

div.autosuggest ul li.as_highlight a span small {
  color: #ccc;
}

div.autosuggest ul li.as_highlight a {
  color: #fff;
  background-color: #92AA31;
  background-position: bottom right;
  background-repeat: no-repeat;
}

div.autosuggest ul li.as_highlight a span {
  background-position: bottom left;
  background-repeat: no-repeat;
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr {
  background-color: transparent;
  background-repeat: no-repeat;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  padding: 0;
  margin: 0;
}

div.autosuggest ul li a .tr {
  right: 0;
}

div.autosuggest ul li.as_highlight a .tl {
  left: 0;
  background-position: bottom left;
}

div.autosuggest ul li.as_highlight a .tr {
  right: 0;
  background-position: bottom right;
}

div.autosuggest ul li.as_warning {
  font-weight: bold;
  text-align: center;
}

div.autosuggest ul em {
  font-style: normal;
  color: #000000;
}

.subtotal {
  margin: 0;
  font-size: 18px;
}

.select-variation .select-variation-img {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  max-width: 48px;
  display: inline-block;
  margin-bottom: 5px;
}

.select-variation .select-variation-img:hover {
  border: 2px solid var(--primary-color);
}





.add-button {
  background: var(--button-primary-bg);
  color: #fff;
  border: 1px solid var(--button-border-primary);
  padding: 5px 10px;
  border-radius: 5px;
  display: flex;
}

.add-button::before {
  font-family: "bootstrap-icons";
  content: "\F4FA";
  display: flex;
  margin-right: 5px;
}

.add-button:hover {
  background: var(--button-primary-hover-bg);
  color: #fff;
  border: 1px solid var(--button-border-hover-bg);
  transition: 0.3s;
}

.cancel-button {
  background: #ff5e5e;
  color: #fff;
  border: 1px solid #ff5e5e;
  padding: 5px 10px;
  border-radius: 5px;
  display: flex;
  cursor: pointer;
  text-transform: capitalize;
}

.cancel-button::before {
  font-family: "bootstrap-icons";
  content: "\F623";
  display: flex;
  margin-right: 5px;
}

.cancel-button:hover {
  background: #fb3030;
  color: #fff;
  border: 1px solid #fb3030;
  transition: 0.3s;
}

.remove-button {
  font-size: 14px;
  background: #ff5e5e;
  color: #fff;
  border: 1px solid #ff5e5e;
  padding: 5px 10px;
  border-radius: 5px;
  display: flex;

}

.remove-button::before {
  font-family: "bootstrap-icons";
  content: "\F78B";
  display: flex;
  margin-right: 5px;
}

.remove-button:hover {
  background: #fb3030;
  color: #fff;
  border: 1px solid #fb3030;
  transition: 0.3s;
}





.edit-button {
  background: var(--button-primary-bg);
  color: #fff;
  border: 1px solid var(--button-border-primary);
  padding: 5px 10px;
  border-radius: 5px;
  display: flex;
}

.edit-button::before {
  font-family: "bootstrap-icons";
  content: "\F4CA";
  display: flex;
  margin-right: 5px;
}

.edit-button:hover {
  background: var(--button-primary-hover-bg);
  color: #fff;
  border: 1px solid var(--button-border-hover-bg);
  transition: 0.3s;
}

.reset-button {
  background: var(--button-primary-bg);
  color: #fff;
  border: 1px solid var(--button-border-primary);
  padding: 5px 10px;
  border-radius: 5px;
  display: flex;
}

.reset-button::before {
  font-family: "bootstrap-icons";
  content: "\F1A7";
  display: flex;
  margin-right: 5px;
}

.reset-button:hover {
  background: var(--button-primary-bg);
  color: #fff;
  border: 1px solid var(--button-border-primary);
  transition: 0.3s;
}

.compare-heading {
  font-size: 13px;
  font-weight: 600 !important;
}

.card-heading {
  height: 20px !important;
}

.add-to-cart-button {
  background: var(--button-primary-bg);
  color: #fff;
  border: 1px solid var(--button-border-primary);
  padding: 5px 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 14px;
}

.add-to-cart-button::before {
  /* content: "\F242"; */
  content: url(/assets/img/shopping-cart.png);
  font-family: "bootstrap-icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1;
}






.add-to-cart-button-icon {
  background: var(--button-primary-bg);
  color: #fff;
  border: 1px solid var(--button-border-primary);
  /* padding: 5px 10px; */
  padding: 5px 4px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 14px;
}

.add-to-cart-button-icon::before {
  /* content: "\F242"; */
  content: url(/assets/img/shopping-cart.png);
  font-family: "bootstrap-icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1;
}









.add-to-cart-button:hover {
  background: var(--button-primary-hover-bg);
  color: #fff;
  border: 1px solid var(--button-border-hover-bg);
  transition: 0.3s;
}

.autoship-button {
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  display: flex;

  border: 1px solid var(--button-border-primary);
  background: var(--button-primary-bg) !important;
}

.autoship-button::before {
  font-family: "bootstrap-icons";
  content: "\F5EA";
  display: flex;
  margin-right: 5px;
}

.autoship-button:hover {
  color: #fff;
  transition: 0.3s;
  border: 1px solid var(--button-primary-hover-bg);
  background: var(--button-primary-hover-bg) !important;
}

/* submit-button */
.submit-button {
  background: var(--button-primary-bg);
  color: #fff;
  border: 1px solid var(--button-border-primary);
  padding: 5px 10px;
  border-radius: 5px;
  display: flex;
}

/* .submit-button::before {
  display: inline-block;
  font-size: 16px;
  margin-right: 5px;
} */

.submit-button:hover {
  background: var(--button-primary-hover-bg);
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  display: flex;
  border: 1px solid var(--button-border-hover-bg);
  /* transition: 0.3s; */
}

.update-button {

  color: #fff;

  padding: 5px 10px;
  border-radius: 5px;
  display: flex;
  border: 1px solid var(--button-border-primary);
  background: var(--button-primary-bg) !important;
}

.update-button::before {
  font-family: "bootstrap-icons";
  content: "\F130";
  display: flex;
  margin-right: 5px;
}

.update-button:hover {
  color: #fff;
  transition: 0.3s;
  border: 1px solid var(--button-primary-hover-bg);
  background: var(--button-primary-hover-bg) !important;
}

.approve-order-button {
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  display: flex;
  border: 1px solid var(--button-border-primary);
  background: var(--button-primary-bg) !important;
}

.approve-order-button::before {
  font-family: "bootstrap-icons";
  content: "\F171";
  display: flex;
  margin-right: 5px;
}

.approve-order-button:hover {
  color: #fff;
  transition: 0.3s;
  border: 1px solid var(--button-primary-hover-bg);
  background: var(--button-primary-hover-bg) !important;
}


.search-button {
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  display: flex;

  border: 1px solid var(--button-border-primary);
  background: var(--button-primary-bg) !important;
}


.search-button::before {
  content: url(/assets/img/search-new.svg);
  display: inline-block;
  width: 18px;
  height: 19px;
  margin-right: 5px;
}

.search-button:hover {

  color: #fff;

  transition: 0.3s;

  border: 1px solid var(--button-primary-hover-bg);
  background: var(--button-primary-hover-bg) !important;
}

.fav-button {

  color: #fff;

  padding: 5px 10px;
  border-radius: 5px;
  display: flex;
  text-transform: capitalize;
  border: 1px solid var(--button-border-primary);
  background: var(--button-primary-bg) !important;
}

.fav-button::before {
  font-family: "bootstrap-icons";
  content: "";
  display: flex;
  margin-right: 5px;
}

.fav-button:hover {
  color: #fff;
  transition: 0.3s;
  border: 1px solid var(--button-primary-hover-bg);
  background: var(--button-primary-hover-bg) !important;
}

/* search-button */

.save-button {

  color: #fff;

  padding: 5px 10px;
  border-radius: 5px;
  display: flex;
  text-transform: capitalize;
  border: 1px solid var(--button-border-primary);
  background: var(--button-primary-bg) !important;
}

.save-button::before {
  font-family: "bootstrap-icons";
  content: "\F7D8";
  display: flex;
  margin-right: 5px;
}

.save-button:hover {
  color: #fff;
  transition: 0.3s;
  border: 1px solid var(--button-primary-hover-bg);
  background: var(--button-primary-hover-bg) !important;
}

/* success page */

.card-success {
  border: none;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  text-align: center;
  margin: 30px auto;
}

.success-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-color), var(--primary-color));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto;
  position: relative;
  overflow: visible;
}

.success-icon i {
  font-size: 36px;
  color: #fff;
}

/* Scattered bubbles */
.bubble {
  position: absolute;
  border-radius: 50%;
  background: rgba(1, 122, 177, 0.8);
  animation: float 6s infinite ease-in-out;
}

.error-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #ff0000, #b10101);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto;
  position: relative;
  overflow: visible;
}

.error-icon i {
  font-size: 36px;
  color: #fff;
}

/* Scattered bubbles */
.error-icon .bubble {
  position: absolute;
  border-radius: 50%;
  background: rgb(201 1 1);
  animation: float 6s infinite ease-in-out;
}

/* Multiple bubble positions */
.bubble:nth-child(2) {
  width: 8px;
  height: 8px;
  top: -15px;
  left: 25px;
  animation-delay: 0s;
}

.bubble:nth-child(3) {
  width: 10px;
  height: 10px;
  top: 5px;
  left: -30px;
  animation-delay: 0.5s;
}

.bubble:nth-child(4) {
  width: 6px;
  height: 6px;
  top: -12px;
  right: 22px;
  animation-delay: 1s;
}

.bubble:nth-child(5) {
  width: 12px;
  height: 12px;
  bottom: -18px;
  left: 8px;
  animation-delay: 1.5s;
}

.bubble:nth-child(6) {
  width: 7px;
  height: 7px;
  bottom: -12px;
  right: 28px;
  animation-delay: 2s;
}

.bubble:nth-child(7) {
  width: 5px;
  height: 5px;
  top: -22px;
  left: -8px;
  animation-delay: 2.5s;
}

.bubble:nth-child(8) {
  width: 9px;
  height: 9px;
  top: -28px;
  right: 5px;
  animation-delay: 3s;
}

.bubble:nth-child(9) {
  width: 11px;
  height: 11px;
  bottom: -8px;
  left: -25px;
  animation-delay: 3.5s;
}

.bubble:nth-child(10) {
  width: 6px;
  height: 6px;
  top: 8px;
  right: -18px;
  animation-delay: 4s;
}

.bubble:nth-child(11) {
  width: 8px;
  height: 8px;
  bottom: 5px;
  right: -11px;
  animation-delay: 4.5s;
}

.bubble:nth-child(12) {
  width: 10px;
  height: 10px;
  top: -30px;
  left: 30px;
  animation-delay: 5s;
}

.bubble:nth-child(13) {
  width: 7px;
  height: 7px;
  top: 35px;
  right: -30px;
  animation-delay: 5.5s;
}

@keyframes float {
  0% {
    transform: translateY(0);
    opacity: 0.7;
  }

  50% {
    transform: translateY(-10px);
    opacity: 0.3;
  }

  100% {
    transform: translateY(0);
    opacity: 0.7;
  }
}

.card-success-text {
  color: #6c757d;
  margin-bottom: 30px;
}

.product-detail-tab {
  padding: 25px 20px;
  border: 1px solid #e9ebed !important;
  box-shadow: 0px 0px 10px #dcf4ff;
  border-radius: 10px;
}

.product-detail-tab h4 {
  color: var(--product-details-title-text);
  font-weight: 600;
}

.product-detail-tab .product-detail-price {
  text-align: left;
  color: #424765;
  font-weight: 600;
}

.product-detail-tab .main-pricing {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 18px;
  display: flex;
}

.product-detail-tab .main-pricing select {
  margin-left: 10px !important;
}

.product-detail-tab ul li {
  color: var(--quick-review-text);
}

.product-detail-tab .add-compare-fav a {
  color: var(--quick-review-text);
}

.product-detail-tab .add-compare-fav a i.bi-heart-fill {
  color: #ce1212;
}

.product-detail-tab #prevThumb.arrow-btn {
  left: -15px;
  top: 15px;
  opacity: 0.7;
}

.product-detail-tab #nextThumb.arrow-btn {
  right: -15px;
  top: 15px;
  opacity: 0.7;
}

.product-detail-tab #prevThumb.arrow-btn:hover {
  opacity: 1;
  transition: 0.5s;
}

.product-detail-tab #nextThumb.arrow-btn:hover {
  opacity: 1;
  transition: 0.5s;
}

.open-quote-sidebar-tab {
  border: 1px solid #ddd;
  border-radius: 10px;
}

.open-quote-sidebar-tab h5 {
  padding: 10px 15px;
  background: #f1f1f1;
  font-size: 18px;
  font-weight: 700;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: var(--primary-color);
}

.open-quote-sidebar-tab p {
  padding: 10px 15px;
  font-weight: 600;
}

.p-connect {
  font-size: 14px;
  color: var(--primary-color);
  /* color: #000000; */
  font-weight: 500;
}

.text-new {
  color: #32325d !important;
}

.breadcrumb-item a {
  font-size: 14px;
  /* color: var(--primary-color); */
  color: var(--fix-black-color);
  font-weight: 600;
}

.breadcrumb-item.active a {
  color: var(--primary-color);
  /* color: #717171; */
  font-weight: 600;
}

.product-detail-input-add-to-cart-autoship {
  display: flex;
  justify-content: left;
  align-items: center;
}

.product-detail-input {
  color: black;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-detail-add-to-cart-autoship .btn.btn-outline-danger {
  padding: 3px 9px;
}

.product-detail-add-to-cart-autoship {
  display: flex;
}

.red-nav {
  background: #9e0017;
  width: 100%;
}

.red-nav li a {
  color: #fff !important;
}

.accordion-button::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M6.146 3.646a.5.5 0 0 1 .708 0l4.5 4.5a.5.5 0 0 1 0 .708l-4.5 4.5a.5.5 0 0 1-.708-.708L9.793 8 6.146 4.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  transform: rotate(270deg);
  /* Closed → right arrow */
  transition: transform 0.2s ease-in-out;
}

/* When accordion is open */
.accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
  /* Open → down arrow */
}

/* table */
.tablewidth th:nth-child(1),
.tablewidth td:nth-child(1) {
  width: 12%;
}

.tablewidth th:nth-child(2),
.tablewidth td:nth-child(2) {
  width: 60%;
}

.tablewidth th:nth-child(3),
.tablewidth td:nth-child(3) {
  width: 13%;
}

.tablewidth th:nth-child(4),
.tablewidth td:nth-child(4) {
  width: 15%;
}

/* table */


.qty-input-add-to-cart-product-tab {
  display: flex;
  justify-content: center;
  align-items: center;
}

.qty-input-product-tab {
  display: flex;
  justify-content: center;
  align-items:
    center;
}

.ty-input-product-tab p {
  font-weight: 600;
}

.navbar .active,
.navbar .active:focus {
  border-color: var(--primary-color) !important;
}

.remember-forgot-password {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ajaxPreloader_css {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.ajaxPreloader_con {
  background: #fff none repeat scroll 0 0;
  border-radius: 10px;
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 380px;
  max-width: 800px;
  position: absolute;
  right: 0;
  top: 0;
  width: 98%;
}

.preloader_div1 {
  margin-top: 3%;
  margin-bottom: 1%;
}

.preloader_div2 {
  font-size: 20px;
  text-align: center;
}

.preloader_div3 {
  margin-top: 2%;
  text-align: center;
}

.preloader_div3 img {
  width: auto;
  max-width: 100%;
}

.ui-widget.ui-widget-content {
  width: 520px !important;
}

@media (max-width: 575px) {
  .account-login .dropdown-item {
    font-size: 14px;
    padding: 5px 10px;
  }

  .cart-style {
    border: 1px solid #ccc;
    /* height: 46px; */
    height: 28px;
    /* width: 200px; */
  }

  .rightside_header_search_page h5 {
    font-size: 14px;
  }

  .header .container a {
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-color) !important;
    padding: 5px 5px !important;
  }

  .header .container a span {
    /* font-size: 12px; */
    font-size: 14px;
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    padding: 0px 0;
    margin: 0px !important;
  }

  .navbar .active,
  .navbar .active:focus {
    border-color: var(--primary-color);
  }

  .navbar-account-user {
    font-size: 10px;
  }

  .dropdown.account-login span.navbar-company {
    display: none;
  }

  .ikt-finder {
    display: none;
  }

  .header {
    /* margin-top: 100px; */
  }

  .logo-header img.logo {
    margin-bottom: 10px;
  }

  .shipping-header {
    justify-content: end;
    margin-bottom: 5px;
  }

  .search-round {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;

  }


  .search-header {
    height: 32px;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    padding-bottom: 10px;
  }

  .shipping-header span {
    font-size: 10px;
    align-items: center;
  }

  .search-header::placeholder {
    font-size: 12px;
  }

  #submit_getproduct {
    background-size: 16px;
  }

  .bi-currency-dollar {
    height: 16px;
    padding: 1px 3px;
  }

  .bi-cart-fill {
    font-size: 12px;
  }

  .shipping-header .dropdown {
    padding: 0;
  }

  .total-navbar {
    display: none !important;
  }

  .quick-view-middle {
    display: none !important;
  }

  .quick-view {

    display: none !important;
  }

  .specials {
    margin-top: 10px;
  }

  .breadcrumb-item a {
    font-size: 10px;
  }

  .breadcrumb-item+.breadcrumb-item::before {
    padding-right: 5px;
  }

  .breadcrumb-item+.breadcrumb-item {
    padding-left: 5px;
  }

  .product-detail-tab {
    padding: 6px 5px;
  }

  .product-detail-tab h4 {
    font-size: 16px;
  }

  .specials-inner {
    padding: 15px 10px !important;
  }

  .specials-inner .breadcrumb {
    /* margin-bottom: 5px; */
  }

  .item_code {
    font-size: 12px;
    margin-top: 10px !important;
  }

  .product-detail-tab ul li {
    font-size: 10px;
  }

  .nav-tabs .nav-item .nav-link {
    width: 100px !important;
  }

  .product_description table tr td {
    padding: 5px;
    font-size: 10px;
  }

  #zip_code {
    padding: 5px 5px;
    max-width: 65px !important;
  }

  .product-detail-input-add-to-cart-autoship {
    display: block;
  }

  .product-detail-add-to-cart-autoship {
    margin-top: 7px;
  }

  .product-track .col-lg-3 {
    flex: 0 0 100% !important;
    /* 1 items per row */
    max-width: 100% !important;
  }

  .specials .product-track .product_tabs {
    margin: 10px 2px !important;
  }

  .thumbnail-list {
    width: 87%;
    margin: 0 auto;
  }

  .fixed-lineheight {
    display: block !important;
    height: 100px !important;
    line-height: 20px !important;
    overflow: hidden !important;
    white-space: normal !important;
    word-break: break-word !important;
  }

  .product-detail-tab #prevThumb.arrow-btn {
    left: -5px;
    font-size: 12px;
    padding: 5px 8px;
  }

  .product-detail-tab #nextThumb.arrow-btn {
    right: -5px;
    font-size: 12px;
    padding: 5px 8px;
  }

  .product-special-icon img {
    width: 35px;
    height: 35px;
  }

  .listview_product h6.price_listview {
    font-size: 14px;
    margin: 10px !important;
    margin-right: 0 !important;
  }

  .stock-check {
    font-size: 12px;
  }

  .add-compare-fav {
    font-size: 12px;
    justify-content: center;
  }

  .add-line-note-product-detail {
    text-align: center;
  }

  .listview_product h5 {
    font-size: 14px;
    margin-top: 10px;
  }

  .listview_product ul {
    font-size: 12px;
    list-style: none;
  }

  .product-detail-add-to-cart-autoship .btn.btn-outline-danger {
    padding: 3px 9px;
  }

  .product-detail-input .input-group input {
    border-radius: 7px !important;
  }

  .product-detail-input .input-group {
    margin-left: 20px !important;
  }

  .carousel-control-next {
    width: 22px;
    height: 22px;
  }

  .carousel-control-prev {
    width: 22px;
    height: 22px;
    left: -9px;
  }

  .owl-nav .owl-prev {
    top: 40%;
  }

  .owl-nav .owl-next {
    top: 40% !important;
  }

  .product_slider_featured .owl-nav .owl-prev {
    top: 30%;
  }

  .product_slider_featured .owl-nav .owl-next {
    top: 30% !important;
  }

  .product_slider {
    height: 215px !important;
  }

  .product_slider .owl-item {
    height: 215px !important;
  }

  .product_slider_featured .owl-carousel .item {
    padding: 20px !important;
  }

  section#specials.gridview {
    padding: 0px !important;
    padding-top: 16px !important;
  }

  .product_tabs .col-auto img {
    width: 35px;
  }

  .qty-input-add-to-cart-product-tab {
    display: flex !important;
  }

  .add-cart-product-tab {
    margin: 0 !important;
  }

  .listview_product .col-lg-1 img {
    width: 35px;
  }

  .panel {
    display: none;
  }

  .remember-forgot-password {
    display: block;
  }
}

@media (max-width: 767px) {
  .telephone {
    display: none;
  }

  .header .container .mobile-nav-show {
    position: fixed;
    top: 0px;
    left: 5px;
    /* font-size: 30px !important; */
    font-size: 23px !important;
    color: #fff;
  }

  .account-login {
    /* margin-right: 5px !important; */
    /* padding: 5px; */
    padding: 0px;
  }

  .navbar-account-user {
    font-size: 10px;
  }

  .dropdown.account-login span.navbar-company {
    display: none;
  }

  .ikt-finder {
    display: none;
  }

  .header {
    /* margin-top: 100px; */
  }

  .logo-header img.logo {
    margin-bottom: 10px;
  }

  .shipping-header {
    justify-content: end;
    margin-bottom: 5px;
  }

  .shipping-header span {
    font-size: 14px;
    align-items: center;
  }

  #submit_getproduct {
    background-size: 16px;
  }

  .bi-currency-dollar {
    height: 16px;
    padding: 1px 3px;
  }

  .bi-cart-fill {
    font-size: 12px;
  }

  .shipping-header .dropdown {
    padding: 0;
  }

  .total-navbar {
    display: none !important;
  }

  .quick-view-middle {
    display: none !important;
  }

  .quick-view {
    display: none !important;
  }

  .product-track .col-lg-3 {
    flex: 0 0 50%;
    /* 2 items per row */
    max-width: 50%;
  }

  .specials .product-track .product_tabs {
    margin: 10px 2px !important;
  }

  .qty-input-add-to-cart-product-tab {
    display: block;
  }

  .add-cart-product-tab {
    display: flex;
    justify-content: center;
    margin-top: 12px;
  }

  .product_tabs .col-auto img {
    width: 35px;
  }

  .listview_product .col-lg-1 img {
    width: 35px;
  }

  .product-detail-input .input-group {
    margin-left: 10px;
  }

  .panel {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 768px) {
  /* .mobile-nav-show {
    top: 7px;
    position: fixed;
    color: #fff !important;
    left: 5px;
    font-size: 24px !important;
  } */

  .listview_product .col-lg-1 img {
    width: 35px;
  }

  .panel {
    display: none;
  }
}

.warning {
  color: #dc3545;
}


/* li.dropdown>a:focus,
li.dropdown>a:active {
  justify-content: space-between;
  outline: none;
  border: none;
}
 */


.dropdown>ul.right {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}

/* Show submenu when checkbox is checked */
.dropdown input[type="checkbox"]:checked~ul.right {
  display: block;
}

/* Style clickable label like link */
.dropdown-label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

@media (min-width: 768px) {
  .shipping-header .dropdown {
    /* margin-bottom: 6px; */
    font-size: 16px;
  }

  .header {
    /* display: none !important; */
    /* margin-top: 163px; */
  }

  /* .listview_product .col-lg-1 img {
    width:35px;
  } */
}

@media (min-width: 769px) and (max-width: 991px) {
  .header {
    /* margin-top: 163px; */
  }

  .navbar>ul>li {
    /* padding: 10px 5px 10px 5px !important; */
  }

  .navbar a,
  .navbar a:focus {
    /* font-size: 12px !important; */
    font-size: 15px !important;
  }

  .product-track .col-lg-3 {
    flex: 0 0 33.333%;
    /* 1 items per row */
    max-width: 33.333%;
  }

  .specials .product-track .product_tabs {
    margin: 10px 2px !important;
  }

  .product_tabs .col-auto img {
    width: 35px;
  }

  .listview_product .col-lg-1 img {
    width: 35px;
  }
}

@media (min-width: 1024px) {
  .header-container {
    max-width: 1024px;
  }
}

@media (min-width: 992px) {
  .header {
    /* margin-top: 140px; */
  }
}

@media (min-width: 992px) and (max-width:1199px) {
  .qty-input-add-to-cart-product-tab {
    display: block;
  }

  .add-cart-product-tab {
    display: flex;
    justify-content: center;
    margin-top: 6px;
  }

  .product_tabs .col-auto img {
    width: 45px;
  }
}

@media (min-width: 1200px) and (max-width:1399px) {
  .qty-input-product-tab a {
    padding: 1px 10px;
    margin: 0 !important;
    margin-right: 5px !important;
  }
}

@media (max-width: 768px) {
  .history_cart {
    padding: 0 !important;
  }
}

@media (max-width: 430px) {

  .history_cart .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link {
    margin-right: 4px !important;
    padding: 8px 7px !important;
    font-size: 12px;
  }
}

@media (max-width: 320px) {

  .history_cart .nav-tabs .nav-item.show .nav-link,
  .history_cart .nav-tabs .nav-link {
    margin-right: 4px !important;
  }
}

@media (max-width: 472px) and (min-width: 429px) {

  .history_cart .nav-tabs .nav-item.show .nav-link,
  .history_cart .nav-tabs .nav-link {
    margin-right: 4px !important;
  }
}

/* footer end */
.copyright {
  background: var(--footer-copyright-bg);
}

.footer-end {
  justify-content: space-between;
  font-size: 14px;
  color: #fff;
  /* background: var(--primary-dark); */
  background: #000000;

  padding: 10px;
  font-weight: 600;
  align-items: center;
}

.carousel-section {
  position: relative;
  padding: 0 60px;
  /* space so images aren’t cut by arrows */
}

.brand-carousel {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  gap: 24px;
  padding: 12px 0;
}

.brand-carousel::-webkit-scrollbar {
  display: none;
}

.brand-item {
  flex: 0 0 auto;
  scroll-snap-align: center;
  /* width: 144px;
  height: 140px; */
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .2s ease;
}

.brand-item img {
  max-width: 110px;
  max-height: 90px;
  object-fit: contain;
}

.brand-item:hover {
  /* transform: scale(1.04); */
}

/* Arrows outside container */
.carousel-btn {
  position: absolute;
  top: 40%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  z-index: 3;
}

.carousel-left {

  left: 0px;
}

.carousel-right {
  right: 0px;
}

.carousel-right:hover {
  color: var(--primary-color) !important;
}

.carousel-btn:active {
  color: var(--primary-color) !important;
}

@media (max-width: 576px) {
  /* .brand-item {
    width: 120px;
    height: 110px;
  } */

  .carousel-left {
    left: 0px;
  }

  .carousel-right {
    right: -18px;
  }
}

/* reset/normalize the button so hover won't dim it */
/* .carousel-btn {
  background: transparent !important;
  border: none !important;
  padding: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 10;
  -webkit-appearance: none;
  opacity: 1 !important;
} */

/* make icon visible and force color even if parent changes styles */
.icon-fixed,
.icon-fixed svg {
  color: #0071DC !important;
  /* for font/icon color */
  fill: #0071DC !important;
  /* for inline svg fill */
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
  transform: none !important;
  transition: none !important;
  /* remove any hover animation hiding it */
  z-index: 11;
}

/* ensure hover or focus of the button doesn't hide the icon */
.carousel-btn:hover,
.carousel-btn:focus {
  background: transparent !important;
  opacity: 1 !important;
}

/* explicitly re-apply color/visibility on hover */
.carousel-btn:hover .icon-fixed,
.carousel-btn:focus .icon-fixed,
.carousel-btn:hover .icon-fixed svg,
.carousel-btn:focus .icon-fixed svg {
  color: #0071DC !important;
  fill: #0071DC !important;
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
}


.cll-bg {
  /* background: #0071DC; */
  background: var(--primary-header-bg);
  ;
  /* width: 100%; */
}

.cll-bg .container {
  /* max-width: 1200px; */
  /* width: 100%; */
  /* padding: 0 15px;
    margin: 0 auto; */
}

.telephone {
  display: flex;
  align-items: center;
}

.login-btn .account-login {
  display: flex;
  align-items: center;
}

.account-login span {
  display: inline-flex;
  align-items: center;
}


@media (max-width: 1024px) {

  /* Logo column */
  .col-md-3.col-lg-2 {
    width: 25% !important;
    flex: 0 0 25% !important;
  }

  /* Search bar column */
  .col-md-6.col-lg-6 {
    width: 50% !important;
    flex: 0 0 50% !important;
  }

  /* Cart / dollar column */
  .col-md-3.col-lg-3 {
    width: 25% !important;
    flex: 0 0 25% !important;
    /* text-align: right !important; */
  }

  /* Fix spacing */
  .row.ps-3 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  /* Make logo smaller for 1024 px */
  .logo {
    width: 140px !important;
  }
}

/* @media (min-width: 1400px) {
    .container{
        max-width: 1400px !important;
    }
} */
@media (max-width: 1400px) and (min-width: 1024px) {
  .mid-bar {
    width: 90% !important;
    /* flex: 0 0 100% !important; */
  }
}

@media (max-width: 768px) {
  .telephone {
    display: none !important;
  }
}

/* @media (max-width: 768px) {
  .card-bord {
    height: auto !important;
  }
} */

@media (max-width: 1024px) {
  .mobile-nav-toggle {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    padding: 6px;
    font-size: 32px;
    cursor: pointer;
    z-index: 9999;
  }
}

/* @media (min-width: 320px) and (max-width: 1200px) {
  .telephone {
    display: none !important;
  }
} */

@media (min-width: 320px) and (max-width: 1200px) {
  header.fixed-tcop {
    padding: 0 !important;
  }
}


/* code added by aditya  */
.wishlist-heart {
  cursor: pointer;
  transition: transform 0.2s ease;
}

.wishlist-heart:hover::before {
  content: "\f415";
  /* Bootstrap Icons heart-fill */
  font-family: "bootstrap-icons";
}

.wishlist-heart:hover {
  transform: scale(1.1);
}

/* code added by aditya  */


/* code added by aditya for mobile filter  */

/* MOBILE FILTER SLIDE */

/* MOBILE — hide filter initially */
@media (max-width: 991px) {
  #mobileFilterPanel {
    position: fixed;
    top: 0;
    left: -300px;
    /* Hidden outside screen */
    height: 100vh;
    width: 280px;
    background: white;
    z-index: 9999;
    padding: 15px;
    transition: all 0.3s ease;
    overflow-y: auto;
  }

  #mobileFilterPanel.show {
    left: 0;
    /* Slide in */
  }

  .main-sidebar {

    display: block !important;
  }
}


/* code added by aditya for mobile filter  */


/* code added by aditya for pro deails page  */
@media (max-width: 425px) {

  .product_description table,
  .product_description tbody,
  .product_description tr,
  .product_description td,
  .product_description th {
    display: block;
    width: 100%;
  }
}

/* code added by aditya for pro deails page  */


/* code added by aditya */
@media (min-width: 1201px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

a.dropdown-toggle:has(.no-after)::after {
  display: none !important;
}

/* code added by aditya */


/* code added by aditya */

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  background: #fff !important;
  /* color: var(--primary-color) !important; */
  color: var(--primary-color) !important;
  border: 1px solid var(--primary-color);
  font-weight: 600;
}

@media (min-width: 1201px) {

  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show {
    color: #fff !important;
  }
}


/* .menu-right > li:first-child a span {
  color: #ffffff !important;
} */
/* code added by aditya */

/* code added by aditya */

span.navbar-company {
  color: white;
}

/* code added by aditya */


.btn-light-cus {
  background: #f3f9fb !important;
  border: 1px solid #dee2e6 !important;
  color: var(--button-primary-text);
}


/* New code added -16-04 */


@media (max-width: 512px) {

  .product_price {
    padding: 0;
    color: var(--primary-color) !important;
    font-weight: 600;
    font-size: 16px;
    max-height: 80px;
    overflow-y: auto;
    scrollbar-width: auto;
    scrollbar-color: auto;
    text-align: left;
    width: 195px;
  }

  .product-detail-input {
    color: black;
    font-size: 16px;
    display: flex;
    justify-content: end;
    align-items: center;
  }



}

@media (min-width: 320px) and (max-width: 992px) {
  .card-title {
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-align: center !important;
    margin-top: 15px;
    line-height: 16px;
    height: 40px !important;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .trending-title {
    text-align: center !important;

  }

  .product_tabs .product_description {
    text-align: center !important;
  }

  .product_tabs .product_price {
    text-align: center !important;
    width: 100%;
  }
}

@media (min-width:768px) and (max-width:1199px) {

  .qty-input-add-to-cart-product-tab {
    display: block;
  }

  .add-cart-product-tab {
    display: flex !important;
    justify-content: center !important;
    margin-top: 6px !important;
  }

}

@media (min-width: 992px) and (max-width: 1199px) {
  .rightside_header_search_page {
    position: sticky;
    z-index: 999;
    top: 138px !important;
  }

  .filter-area {
    top: 170px !important;
    position: sticky;
    z-index: 1;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .rightside_header_search_page {
    position: sticky;
    z-index: 999;
    top: 120px;
    top: 138px !important;
  }

  .filter-area {
    top: 170px !important;
    position: sticky;
    z-index: 1;
  }

}

@media (min-width: 320px) and (max-width: 575px) {
  .rightside_header_search_page {
    position: sticky;
    z-index: 999;
    top: 120px;
  }

  .filter-area {
    top: 153px;
    position: sticky;
    z-index: 1;
  }
}

/* code added by aditya */

.specials .product_tabs .card-body .product_description {
  color: var(--fix-product_description-text) !important;
}

.pending_icon_cnt {
  background: var(--fix-check-out-counter) !important;
}

/* code added by aditya */





/* ------------------------------------------------------Added by SHRAVANI---------------------------------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1025px) {
  .telephone {
    margin-left: 60px !important;
  }

  .account-login {
    margin-right: 15px !important;
  }
}

@media (max-width: 767px) {

  .card-footer {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 10px;
  }

  .add-to-cart-button-icon {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .breadcrumb-item a {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .btn_login {
    padding: 7px;
    font-size: 11px;
  }
}

.form-control {
  border-radius: 5px !important;
}

.btn_login:hover {
  /* background: ; */
  color: #fff !important;
}

.default-color {
  border-radius: 5px;
}

.about_page {
  padding-bottom: 0px !important;
}

.card-title-wrapper {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
  text-align: center !important;
}

.card-title-wrapper .card-title {
  margin-bottom: 0 !important;
}

.card-title {
  margin-top: 0px !important;
}

.product_tabs .card-footer button {
  justify-content: space-around;
}

.pending_icon_cnt {
  min-width: 25px !important;
  padding: 2px 5px !important;

}

.footer .footer-links ul a:hover {
  color: var(--primary-color);
}

body {
  overflow-y: scroll !important;
}

.alertify-message {
  color: #000 !important;
}

.rightside_header_search_page {
  top: 128px;
}

.rightside_header_search_page {
  top: 135px;
}

.filter-area {
  top: 168px;
}


@media screen and (max-width: 768px) {
  .nav-tabs .nav-item .nav-link {
    height: 30px !important;
    width: auto !important;
    padding: 5px 5px 5px 5px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 1200px) {
  .nav-item {
    margin-left: 0px !important;
  }
}


@media (max-width: 575px) {
  .product-special-icon img {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 767px) {
  .card-footer {
    flex-direction: row !important;
  }
}

@media (max-width: 575px) {
  .product-detail-input-add-to-cart-autoship {
    display: flex !important;
  }
}



/* Header */
@media (max-width: 1200px) {
  .navbar ul {
    margin-top: 20px;
  }
}

@media (max-width: 1200px) {
  .nav-item {
    margin-left: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1025px) {
  .account-login {
    margin-right: 0px !important;
  }
}


@media (max-width: 1200px) {
  .header .container .dropdown {
    margin-left: 5px;
  }
}



.mobile-nav-toggle.bi.bi-x {
  position: absolute;
  left: 90% !important;
  top: -10px !important;
}

@media (max-width: 1080px) and (min-width: 320px) {
  .navbar-nav .nav-link {
    margin-left: 20px;
  }
}

@media (max-width: 575px) {
  .header .container a {
    width: auto !important;
  }
}

@media (max-width: 1080px) and (min-width: 320px) {
  .navbar-nav .nav-item:not(.mega-dropdown) .nav-link {
    margin-left: 20px;
  }

  .mega-dropdown>.nav-link {
    margin-left: 5px !important;
  }
}





/* QTY and btn */
@media (max-width: 767px) {
  .card-footer {
    flex-direction: column !important;
    align-items: center !important;
  }

  .card-footer .add-to-cart-button-icon {
    /* margin-top: 10px; */
    width: 100%;
  }
}

/* QTY and btn */


/* product details */

@media (max-width: 575px) {
  .product_description table tr td {
    font-size: 12px !important;
  }
}

@media (max-width: 575px) {
  .product-detail-tab ul li {
    font-size: 12px !important;
  }
}

/* product details */


/* menu - navigation bar */

@media (max-width: 768px) {
  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 30px;
    top: 10px;
    z-index: 9999;
  }
}


@media (max-width: 1200px) {

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: var(--font-secondary);
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 500 !important;
    color: var(--primary-color) !important;
    white-space: nowrap;
    transition: 0.3s;
  }
}

@media (max-width: 1200px) {
  .navbar ul {
    /* display: flex; */
    flex-direction: column;
    align-items: flex-start;
    inset: 0;
    padding: 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.9);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    width: 100%;
    position: relative;
  }
}



@media (min-width: 1200px) {
  .navbar li {
    position: relative !important;
  }
}

@media (min-width: 1200px) {
  .navbar>ul>li {
    width: 100%;
    white-space: nowrap;
    /* padding: 10px 15px 10px 15px; */
    /* padding: 10px 5px 10px 5px; */
  }
}

@media (min-width: 1200px) {
  .navbar>ul>li {
    width: 100%;
    white-space: nowrap;
    /* padding: 10px 15px 10px 15px; */
    /* padding: 10px 5px 10px 5px; */
  }
}

@media (min-width: 1200px) {
  .navbar>ul>li {
    white-space: nowrap;
    /* padding: 10px 0 10px 28px; */
  }
}


/* menu - navigation bar */



@media (min-width: 1200px) {
  .navbar>ul>li {
    /* padding: 10px 15px 10px 15px; */
    /* padding: 10px 5px 10px 5px; */
  }
}

@media (min-width: 1200px) {
  .navbar>ul>li {
    /* white-space: nowrap; */
    /* padding: 10px 28px 10px 28px; */
  }
}

.dropdown>a {
  display: flex !important;
  /* justify-content: space-between !important; */
  align-items: center !important;
  /* width: 100% !important; */
}

.dropright-indicator {
  margin-left: auto !important;
}

.dropdown ul.dropdown-active {
  margin-left: 30px !important;
}

/* footer */
.footer-top {
  align-items: flex-start !important;
  padding-top: 20px;
  /* padding-bottom: 20px; */
  min-height: 100px;
  transition: all 0.3s ease;
}

.footer-top .container,
.footer-top .row {
  align-items: flex-start !important;
}

.footer-top form {
  position: relative;
}

.footer-top .newsletter_error,
.footer-top .newsletter_success {
  position: relative !important;
  /* top: 10px !important; */
  left: 0;
  width: 100%;
  margin-top: 10px;
}

.newsletter_error,
.newsletter_success {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}

.newsletter_anchor {
  margin-left: auto;
  display: flex;
  align-items: center;
}

/* footer */


/* Product detail btns */
.btn_login:hover {
  background: var(--button-primary-bg) !important;
  color: #fff;
}

/* Product detail btns */


.product_tabs .card .row {
  height: 65px !important;
}

.brand-item {
  border-radius: 0px !important;
}

.filter-area {
  top: 179px ;
}

.rightside_header_search_page {
  top: 146px ;
}


/* for view cart */
.shipping-header .dropdown-menu {
  right: -2px !important;
}

/* for view cart */



@media (min-width: 992px) {
  .dropdown:hover>.dropdown-menu {
    display: block;
  }
}

@media (max-width: 1200px) {
  .navbar ul {
    width: 98% !important;
  }

  .header .container .dropdown {
  width: 95% !important;

}
}

@media (max-width: 768px) {
  .mobile-nav-active .navbar {
    box-shadow: 0px 0px 10px #000000;
  }
}


/* grid list view */
@media (min-width: 320px) and (max-width: 575px) {
  .rightside_header_search_page {
    top: 169px !important;
  }
  .filter-area {
    top: 200px !important;
}

  .product_title {
        text-align: center !important;
    }
}


/* grid list view */


/* FAV list */
@media (max-width: 767px) {
    .favlist th,
    .favlist td {
        white-space: nowrap;
    }

    .favlist {
        display: block;
        overflow-x: auto;
        width: 100%;
    }
}

/* contract list */
@media (max-width: 767px) {
    .contract-item-sider {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

     input[id^="q"] {
        width: 60px !important;
        min-width: 60px;
    }
  }
  @media (max-width: 1200px) {
.input-group {
        flex-wrap: nowrap !important;
    }
}
/* contract list */

.specials-inner p{
  border:none !important;
}

.specials-inner div.content {
  /* border:none !important; */
  border: 1px solid #c6c7c8;
}