* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif !important;
  background-color: #f5f5f5;
  position: relative;
}

/* Set Primary and Secondary Color */
:root {
  --primary-color: #ff1010;
  --secondary-color: #212121;
  --white-color: #ffffff;
  --heading-color: #212121;
  --paragraph-color: #555555;
  --default-color: #2d2c2b;
  --store-header-shadow: 0 12px 40px -16px rgba(15, 23, 42, 0.18);
  --store-footer-accent: linear-gradient(
    90deg,
    var(--primary-color) 0%,
    #ff5c5c 50%,
    #c92a2a 100%
  );
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", serif;
  color: var(--heading-color);
}

.main-header.header-4 {
  background: var(--white-color);
  height: 75px;
}

.main-header.header-4 .navbar-brand img {
  max-height: 48px;
  width: auto;
}

.main-header .gap20px {
  gap: 15px;
}

.navbar .menu-item a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--heading-color) !important;
  padding: 0;
}

.main-header.header-light .header-controls-inner li span {
  color: var(--default-color);
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
}

.header-controls-inner .menu-item-has-children,
.header-controls-inner .cart-trigger {
  display: flex;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}

.header-controls-inner li.cart-dropdown-wrapper,
.header-controls-inner li.search-dropdown-wrapper {
  padding: 22px 0px;
  position: relative;
  line-height: 0.9;
}

.header-controls-inner {
  margin: 0;
  display: flex;
  gap: 23px;
}

.cart-item-count {
  width: 15px;
  height: 15px;
  background: var(--primary-color);
  border-radius: 7.5px;
  position: absolute;
  top: 19px;
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  color: var(--white-color) !important;
  font-weight: 500 !important;
  font-size: 8px !important;
  line-height: 10px !important;
  pointer-events: none;
  z-index: 2;
}

.cart-item-count-static {
  width: 15px;
  height: 15px;
  background: var(--white-color);
  border-radius: 7.5px;
  position: absolute;
  top: 12px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  color: var(--heading-color) !important;
  font-weight: 500 !important;
  font-size: 9px !important;
  line-height: 10px !important;
  pointer-events: none;
  z-index: 2;
}

.cart-item-count.is-empty,
.cart-item-count-static.is-empty {
  display: none !important;
}


.navbar-nav {
  gap: 32px;
}

.navbar .menu-item a:hover {
  color: var(--primary-color) !important;
}

.banner.banner-4 .banner-inner h1,
.banner.banner-4 .banner-inner p {
  margin-left: 0;
  margin-right: 0;
  max-width: 615px;
}

.banner .title {
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 75px;
  text-align: left;
  color: var(--white-color);
  text-transform: none;
  margin-bottom: 0;
}

.banner .subtitle {
  color: var(--white-color);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  margin-bottom: 0;
}

.btn-custom {
  cursor: pointer;
  display: block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
  background-color: var(--primary-color);
  line-height: 22px;
  border: 0;
  color: var(--white-color);
  font-size: 18px;
  font-weight: 500;
  padding: 14px 19px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  border-radius: 53px;
  z-index: 1;
  width: 240px;
}

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

.btn-custom:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
}

.btn-custom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--secondary-color);
  z-index: -1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 53px;
}

.gap40px {
  gap: 40px;
}

.gap20px {
  gap: 20px;
}

.banner.banner-4 .banner-inner {
  text-align: center;
  min-height: 1080px;
  display: flex;
  align-items: center;
  /* Prevent banner-1 padding from affecting banner-4 height (element has both classes). */
  padding: 0 !important;
}

/* Ensure banner-4 bottom edge aligns with the next section */
.banner.banner-4 {
  margin: 0;
  padding: 0;
}

/* Theme sets .can-sticky + .banner { large padding } and .banner { min-height } — collapse for storefront hero */
.can-sticky + .banner.banner-1.banner-4,
.header-absolute + .banner.banner-1.banner-4 {
  padding: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
  height: auto !important;
}

.banner.banner-1.banner-4 .banner-item {
  margin: 0;
  padding: 0;
  display: block;
}

/* First homepage block after hero: remove default .section 80px top padding gap */
body .banner.banner-1.banner-4 + .section {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Homepage hero: main banner artwork 1980×1080 — scales with viewport, 1080px cap on wide screens
 * Exclude banner-4 so the banner-4 1080px design is not overridden.
 */
.banner.banner-1:not(.banner-4) .banner-inner {
  width: 100%;
  min-height: clamp(280px, calc(100vw * 1080 / 1980), 1080px);
  padding: 90px 0;
  background-size: cover;
  background-position: center center;
  box-sizing: border-box;
}

/* Compact hero spacing for company website homepage */
.can-sticky + .banner.banner-1:not(.banner-4) .banner-inner,
.header-absolute + .banner.banner-1:not(.banner-4) .banner-inner {
  padding: 78px 0 0;
}

.header-controls-inner li i {
  font-size: 12px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
}

.ct-footer.footer-dark {
  position: relative;
  background-color: #212121;
  overflow: hidden;
}

.ct-footer.footer-dark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--store-footer-accent);
  z-index: 2;
}

.ct-footer.footer-dark .footer-middle {
  position: relative;
  padding-top: 3.5rem;
  padding-bottom: 2.75rem;
  background: linear-gradient(165deg, #1c1c20 0%, #252528 45%, #212121 100%);
}

.ct-footer.footer-dark .footer-middle::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 50% at 20% -20%, rgba(255, 16, 16, 0.09), transparent 55%),
    radial-gradient(ellipse 60% 40% at 95% 100%, rgba(255, 255, 255, 0.04), transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.ct-footer.footer-dark .footer-middle > .container {
  position: relative;
  z-index: 1;
}

.footer-bottom .footer-copyright {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}

.footer-bottom .footer-copyright p {
  color: var(--white-color);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

.ct-footer .footer-widget p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #bdbdbd;
  margin-bottom: 0px;
}

.ct-footer .social-links li {
  margin-top: 0px;
}

.footer-widget ul li a:hover {
  transform: translateX(-15px);
}

.footer-widget ul li a:hover::before {
  opacity: 0;
}

.footer-widget .widget-title {
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #ffffff;
  padding-bottom: 14px;
  margin-bottom: 18px;
  letter-spacing: 0.02em;
}

.footer-widget .widget-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--primary-color), #ff7a7a);
}

.first_widget .widget-title::after {
  left: 50%;
  transform: translateX(-50%);
}

.ct-footer .social-links {
  gap: 10px;
}

.ct-footer .social-links li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.ct-footer .social-links li a:hover {
  transform: translateY(-3px);
  background: rgba(255, 16, 16, 0.2);
  box-shadow: 0 10px 24px -10px rgba(255, 16, 16, 0.45);
}

.ct-footer.footer-dark .footer-bottom {
  background: rgba(0, 0, 0, 0.22);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.ct-footer.footer-dark .footer-bottom ul li a,
.ct-footer.footer-dark .footer-widget ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #bdbdbd;
}

.section-title-wrap h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 0;
}

.section-title-wrap .title {
  color: var(--heading-color);
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 51px;
}

.section-title-wrap p {
  color: var(--paragraph-color);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.section {
  position: relative;
  padding: 80px 0;
  background: #fff;
}

.section-map .ct-contact-map-wrapper {
  height: 100%;
}

.menu_card {
  border: 1px dashed #555555;
  border-radius: 13px;
  padding: 40px;
  row-gap: 30px;
}

.ct-mini-menu-item .ct-mini-menu-top h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: var(--heading-color);
}

.ct-mini-menu-item .ct-mini-menu-bottom p {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: var(--paragraph-color);
}

.ct-mini-menu-item .price_sec {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 29px;
  color: var(--primary-color);
}

.ct-mini-menu-item {
  margin-bottom: 0;
  border-bottom: 1px dashed #555555;
  padding: 15px;
  width: 587px;
  display: flex;
  align-items: center;
}

.customPrevBtn,
.customNextBtn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.customPrevBtn:hover,
.customNextBtn:hover {
  background: var(--primary-color);
}

.customPrevBtn:hover svg path,
.customNextBtn:hover svg path {
  fill: var(--white-color);
}

.photo-card img {
  width: 312px;
  height: 387px;
  border-radius: 16px;
}

#blog_carousel {
  margin-top: 30px;
}

.owl-carousel .owl-dots.disabled {
  margin-top: 30px !important;
  display: block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 2px 2px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.owl-carousel button.active {
  border: 1px solid var(--primary-color) !important;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--primary-color);
}

.main-header.header-section-menu {
  border-bottom: 1px solid #c9c9c9;
}

/* Inner storefront pages: sticky header sits on white — solid bar + dark nav */
.main-header.can-sticky.header-section-menu {
  background-color: #ffffff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.main-header.can-sticky.header-section-menu .navbar > ul > .menu-item > a,
.main-header.can-sticky.header-section-menu .header-controls-inner li,
.main-header.can-sticky.header-section-menu .header-controls-inner li span {
  color: #111111 !important;
}

.main-header.can-sticky.header-section-menu .aside-toggler {
  border-color: #e5e5e5;
}

.main-header.can-sticky.header-section-menu .aside-toggler .fa-bars {
  color: #111111;
}

/* --- Company storefront: creative header nav + sticky polish --- */
.main-header.header-4.can-sticky {
  transition: background-color 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease;
}

.main-header.header-4.can-sticky.sticky {
  background: rgba(255, 255, 255, 0.97) !important;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: var(--store-header-shadow);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.main-header.header-4 .navbar {
  align-items: center;
}

@media screen and (min-width: 992px) {
  /* Storefront desktop nav: same capsule + plain black links on home and inner pages */
  .main-header.header-4.header-light.can-sticky .navbar-nav {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    padding: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
  }

  body.company-storefront .main-header.header-4.header-light.can-sticky .navbar-nav {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    min-width: 0;
    max-width: 100%;
    gap: clamp(2px, 0.5vw, 6px);
    padding: clamp(4px, 0.8vw, 6px);
    box-sizing: border-box;
  }

  /*
   * Logo (auto) | nav fills space between | icons (auto).
   * Middle column is minmax(0,1fr) so the pill cannot sit on top of cart/lang/login.
   */
  body.company-storefront .main-header.header-4 .navbar {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    column-gap: clamp(10px, 1.8vw, 24px);
    width: 100%;
  }

  body.company-storefront .main-header.header-4 .navbar > .d-flex:first-child {
    grid-column: 1;
    justify-self: start;
    min-width: 0;
    flex-shrink: 0;
  }

  body.company-storefront .main-header.header-4.header-light.can-sticky .navbar > .navbar-nav {
    grid-column: 2;
    justify-self: center;
    align-self: center;
    min-width: 0;
    width: max-content;
    max-width: 100%;
  }

  body.company-storefront .main-header.header-4 .navbar > .header-controls {
    grid-column: 3;
    justify-self: end;
    align-self: center;
    min-width: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 4;
  }

  .main-header.header-4.header-light.can-sticky .navbar-nav > .menu-item > a {
    position: relative;
    font-weight: 600 !important;
    font-size: 13px !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 10px 18px !important;
    border-radius: 999px;
    overflow: hidden;
    color: #111111 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    transition: none !important;
  }

  .main-header.header-4.header-light.can-sticky .navbar-nav > .menu-item > a::before,
  .main-header.header-4.header-light.can-sticky .navbar-nav > .menu-item > a::after {
    display: none !important;
  }

  .main-header.header-4.header-light.can-sticky .navbar-nav > .menu-item > a:hover,
  .main-header.header-4.header-light.can-sticky .navbar-nav > .menu-item > a.active {
    color: #111111 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    transform: none !important;
  }

  .main-header.header-4.header-light.can-sticky .navbar-nav > .menu-item > a:focus-visible {
    outline: 2px solid rgba(0, 0, 0, 0.25);
    outline-offset: 2px;
  }

  body.company-storefront .main-header.header-4.header-light.can-sticky .navbar-nav > .menu-item > a {
    font-size: clamp(11px, 1vw, 13px) !important;
    padding: clamp(7px, 1vw, 10px) clamp(10px, 1.4vw, 18px) !important;
    white-space: nowrap;
  }

  .main-header.header-4.header-light.can-sticky.sticky .navbar-nav {
    background: rgba(0, 0, 0, 0.03);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
  }
}

.main-header.header-4 .header-controls-inner .menu-item-has-children,
.main-header.header-4 .header-controls-inner li.cart-dropdown-wrapper {
  padding: 8px 12px;
  border-radius: 12px;
  transition: background 0.25s ease;
}

.main-header.header-4.can-sticky:not(.sticky).header-light:not(.header-section-menu) .header-controls-inner .menu-item-has-children:hover,
.main-header.header-4.can-sticky:not(.sticky).header-light:not(.header-section-menu) .header-controls-inner li.cart-dropdown-wrapper:hover {
  background: rgba(255, 255, 255, 0.12);
}

.main-header.header-4.can-sticky.sticky .header-controls-inner .menu-item-has-children:hover,
.main-header.header-4.can-sticky.sticky .header-controls-inner li.cart-dropdown-wrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.menu_page {
  background-color: #fff;
}

.menu_page,
.about-us-page {
  padding-top: 135px;
}

.ct-menu-categories {
  background-color: transparent;
  padding: 0;
}

.ct-menu-category-item h6 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--heading-color);
}

.ct-menu-category-item p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: var(--paragraph-color);
}

.menu-category-desc {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 40px;
}

.ct-menu-category-item {
  width: 164px;
  height: 122px;
  padding: 15px 27px;
  background: #ffffff;
  border-radius: 6px;
  position: relative;
  border: 1px solid #e2e2e2;
}

.menu-category-thumb {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 0px;
  border: none;
  opacity: 1;
  position: absolute;
  top: -40px;
  left: 25%;
}

.slick-track {
  background: #fff;
  height: 200px;
  padding-top: 50px;
}

.slick-current,
.slick-active.active {
  border: 1px solid var(--primary-color);
}

.slick-current h6 {
  color: var(--primary-color);
}

.product {
  margin-bottom: 0;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  height: 464px;
  overflow: hidden;
}

.product:hover {
  border: 1px solid var(--primary-color);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
  border-radius: 18px;
}

.product .product-thumb {
  display: block;
  text-align: center;
  margin-bottom: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.product .product-thumb img {
  width: 100%;
  height: 296px;
  box-shadow: none;
  border-radius: 0;
}

.product .product-body {
  background-color: #fff;
  border-radius: 18px;
  -webkit-box-shadow: 0 3px 12px 0 rgba(25, 31, 33, 0.1);
  box-shadow: none;
  padding: 35px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.product .product-desc h4 a {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--heading-color);
}

.product .product-desc h4 a:hover {
  color: var(--primary-color);
}

.product-desc .rating {
  cursor: pointer;
}

.product-desc .rating-num {
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 24px;
  color: #5e5e5e;
}

.product-desc .rating-wrap {
  display: flex;
  gap: 5px;
}

.product .product-price {
  font-weight: 800;
  color: var(--primary-color);
  margin: 0;
  border: none;
  display: inline-block;
  padding: 0;
  border-radius: 0;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
}

.product .product-controls {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.order-item {
  width: 45px;
  height: 45px;
  background: #ececec;
  border-radius: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.order-item:hover {
  background: var(--primary-color);
}

.order-item:hover svg path {
  fill: var(--white-color);
}

.product .product-body .product-desc h4 {
  margin-bottom: 0;
  text-align: left;
}

.product .product-body .product-desc {
  text-align: left;
}

.product-single {
  padding-top: 135px;
}

.product-thumb img {
  width: 536px;
  height: 495px;
  box-shadow: 10px 11px 20px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
}

.product-single .title {
  margin-right: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 61px;
  color: var(--heading-color);
  margin-bottom: 0;
}

.product-single .product_description {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--paragraph-color);
}

.product-single .product-price {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: var(--secondary-color);
}

.related-products .product .product-thumb img {
  width: 100%;
  height: 296px;
  box-shadow: none;
  border-radius: 0;
}

.menu-v2 .product {
  position: relative;
  background-color: #ffffff;
  border-radius: 18px;
  -webkit-box-shadow: 0 3px 24px 0 rgba(25, 31, 33, 0.1);
  box-shadow: none;
  padding: 0;
}

.menu-v2 .product .product-thumb {
  margin-bottom: 0;
}

.menu-v2 .product .product-body {
  padding: 35px;
  background-color: transparent;
  border-radius: 0;
  text-align: left;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.atc-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-start;
  margin-bottom: 20px;
  flex-direction: column;
}

.atc-form label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #201141;
}

.atc-form textarea {
  width: 420px;
  height: 81px;
  border: 1px solid #cecece;
  border-radius: 8px;
  padding: 10px 10px 10px 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #727272;
}

.atc-form .qty {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 170px;
  padding: 8px;
  width: 124px;
  height: 50px;
  justify-content: space-between;
  align-items: center;
}

.qty span.qty-add,
.qty span.qty-subtract {
  width: 34px !important;
  height: 34px;
  background: #f2f2f2;
  border-radius: 170px;
  border: none;
}
.atc-form .form-group .qty input {
  height: 34px;
}

.qty input {
  background-color: #fff;
  border: 0;
  outline: none;
  width: 34px;
  height: 34px;
  text-align: center;
  font-weight: 600;
  border: none;
}

.single_order {
  width: unset;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 11px;
  background: var(--primary-color);
  border-radius: 53px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: var(--white-color);
  text-transform: none;
}

.go_to_checkout {
  width: unset;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 11px;
  background: var(--primary-color);
  border-radius: 53px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: var(--white-color);
  text-transform: none;
}


.contact-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 0 0px 0;
  background: #fff;
}

.ct-info-box {
  position: relative;
  overflow: hidden;
  background: #f9f9f9;
  border-radius: 25px;
  padding: 50px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.ct-info-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ct-info-body h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: #1e1d1d;
}

.ct-info-body span {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #727272;
}

.contact-wrapper .form-control {
  background: #f9f9f9;
  border-radius: 5px;
  padding: 12px 19px;
  border: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #727272;
}

.contact-wrapper textarea {
  height: 131px;
}

.contact-page {
  padding: 105px 0 60px 0;
}

.contact-page .title {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 0;
}

.contact-page .title span {
  color: var(--primary-color);
}

.contact-page .subtitle {
  color: #727272;
}

.contact-page .card {
  padding: 10px 20px;
  background: #ffffff;
  border: 1px solid #b8b8b8;
  border-radius: 6px;
  width: 195px;
  height: 147px;
}

.contact-page .card-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  align-items: center;
}

.contact-page .card-title {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--default-color);
  margin-bottom: 0;
}

.contact-page .card-text {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: var(--primary-color);
}

.gap60px {
  gap: 60px;
}

.gap30px {
  gap: 30px;
}

.gap16px {
  gap: 16px;
}

.gap25px {
  gap: 25px;
}

.cart-sidebar {
  width: 450px;
  height: 760px;
  background: linear-gradient(185.81deg, #fff5f5 4.62%, #d09595 510.78%);
}

.cart-sidebar-header {
  background: #ffffff;
  border-radius: 0px 0px 16px 16px;
  padding: 10px 40px;
  width: 450px;
  height: 52px;
}

.cart-sidebar-header h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: var(--heading-color);
}

.close-btn {
  border: 0;
  background-color: transparent;
  padding: 0;
  width: unset;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  gap: 10px;
}

.cart-sidebar-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  padding: 40px;
}

.slimScrollDiv {
  height: 390px !important;
}

.order_summary h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: var(--heading-color);
  padding: 0 15px;
}
.order_summary_inner p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--heading-color);
}

.order_summary .total {
  padding: 10px 15px;
  background: #ffffff;
  border-radius: 6px;
}

.order_summary_inner {
  display: flex;
  flex-direction: column;
  padding: 0px 15px;
}

.order_summary_inner p {
  margin-bottom: 0px;
}

.order_summary .total p {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: var(--heading-color);
  margin-bottom: 0;
}

.gap35px {
  gap: 35px;
}
.total_section_cart{
  z-index: 9999999;
    position: relative;
}
.cart-sidebar-body .checkout_btn {
  margin: 0 auto;
}

/* Sidebar Cart Card */

.cart-sidebar-body {
  position: relative;
  padding: 0 40px;
  padding-top: 20px;
}

.sidebar-cart-card {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: none;
  width: 100%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}
.sidebar-cart-card img {
  width: 70px;
  height: 83px;
  border-radius: 6px;
  object-fit: cover;
}
.sidebar-cart-card .card-header {
  display: flex;
  align-items: center;
  background-color: #fff;
  gap: 15px;
  border-bottom: none;
}
.sidebar-cart-card .card-title {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  color: var(--heading-color);
}
.sidebar-cart-card .card-title small {
  font-size: 14px;
  color: #888;
}
.sidebar-cart-card .card-description {
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  color: var(--heading-color);
  margin-bottom: 0;
}
.sidebar-cart-card .card-prices ul {
  list-style: none;
  margin-top: 15px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.sidebar-cart-card .card-prices ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 10px;
  color: var(--paragraph-color);
  margin: 0;
}
.sidebar-cart-card .card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sidebar-cart-card .quantity {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  border-radius: 50px;
  width: 100px;
  height: 38px;
  justify-content: space-between;
  padding: 5px;
}
.sidebar-cart-card .quantity button {
  width: 30px;
  height: 30px;
  background: #ffffff;
  border: none;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
.sidebar-cart-card .quantity button:hover {
  background: var(--primary-color);
}
.sidebar-cart-card .quantity input {
  width: 20px;
  height: 20px;
  text-align: center;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  background: transparent;
}
.sidebar-cart-card .delete-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  cursor: pointer;
  color: #ff6b6b;
  font-size: 18px;
  transition: color 0.2s ease-in-out;
}
.sidebar-cart-card .delete-btn:hover {
  color: #ff3b3b;
}
.sidebar-cart-card .price-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  font-size: 16px;
}

.cart-sidebar-scroll {
  height: 100% !important;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cart-sidebar-body .slimScrollDiv {
  padding-right: 0px;
}

.price-section div {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: var(--heading-color);
}

.gap15px {
  gap: 15px;
}

.login_page {
  padding-top: 105px;
}
.auth-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 3px 12px -4px rgba(0, 0, 0, 0.1);
  box-shadow: none;
}
.auth-form {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  padding: 60px;
  text-align: center;
}

.auth-form h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 126%;
  color: #212121;
  letter-spacing: -0.01em;
  margin-bottom: 0;
}

.auth-form .subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #555555;
}

.auth-form label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: var(--heading-color);
  text-align: left;
}

.auth-form .form-control {
  border: 1px solid #cecece;
  border-radius: 12px;
  padding: 10px 10px 10px 40px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #818ea1;
}

.auth-form .form-control:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.2rem rgba(255, 16, 16, 0.25);
}

.auth-form .form-group {
  margin-bottom: 12px;
  text-align: left;
}

.auth-form .btn-custom {
  width: 100%;
  border-radius: 12px;
}

.ct-social-login {
  cursor: pointer;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  white-space: nowrap;
  line-height: 100%;
  border: 0;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #f9f9f9 !important;
  border-radius: 12px;
  padding: 12px 9px;
  color: #201141 !important;
  text-decoration: none !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.auth-form .register_text {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #201141;
  display: flex;
  justify-content: center;
  gap: 5px;
}

.auth-form .register_text a {
  color: #1e4ae9;
}

.auth-form .icon-inside {
  position: absolute;
  top: 10px;
  left: 20px;
}

.auth-form .eyeIcon-inside {
  position: absolute;
  right: 20px;
  top: 12px;
}

.auth-form .forgot_password_text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #1e4ae9;
  text-align: right;
  margin-top: 10px;
}

.auth-description {
  width: 600px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.auth-description-inner h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 126%;
  letter-spacing: -0.01em;
  color: #ffffff;
  text-align: left;
}

.auth-description-inner p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #ffffff;
  text-align: left;
}

.forgot-password-page {
  width: 532px;
  padding: 50px;
  background: #ffffff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.0705882);
  border-radius: 24px;
  margin: 0 auto;
}

.forgot-password-page .auth-form {
  padding: 0;
}

.forgot-password-page .auth-form {
  display: flex;
  flex-direction: column;
  gap: 55px;
}

.gap70px {
  gap: 70px;
}

.checkout-page {
  padding-top: 105px;
}

.checkout-page h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #000000;
}

.checkout-page h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

.checkout-page label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #212121;
}

/* Order Sumarry */
.checkout-billing {
  display: flex;
  justify-content: end;
}
.checkout-billing .order-summary {
  background: #ffffff;
  width: 471px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 24px;
}

.checkout-billing h2,
.checkout-billing h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #1a1a1a;
  margin: 0 0 20px;
}

.checkout-billing .item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}

.checkout-billing .item-details {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.checkout-billing .item-details img {
  width: 60px;
  height: 60px;
  border-radius: 10px;
}

.checkout-billing .item-details h4 {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--heading-color);
}

.checkout-billing .item-details h4 span {
  font-weight: normal;
}

.checkout-billing .item-details ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.checkout-billing .item-details ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 10px;
  color: var(--paragraph-color);
}

.checkout-billing .item-details .note {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: var(--heading-color);
}

.checkout-billing .price {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #1a1a1a;
}

.checkout-billing hr {
  border: 0;
  border-top: 1px solid #e6e6e6;
  margin: 10px 0;
  opacity: 1;
}

.checkout-billing .totals p {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
}

.checkout-billing .totals {
  margin-top: 40px;
}

.checkout-billing .totals .total {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #4d4d4d;
}

.checkout-billing .totals .total span {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #1a1a1a;
}

.checkout-billing form {
  margin-top: 20px;
}

.checkout-billing form label {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
  cursor: pointer;
}

.checkout-billing form input[type="radio"] {
  margin-right: 10px;
}

.checkout-billing form button {
  width: 100%;
  background: red;
  color: white;
  border: none;
  padding: 10px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

.checkout-billing form button:hover {
  background: darkred;
}

.checkout-billing .shipping,
.checkout-billing .subtotal {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #4d4d4d;
}

.checkout-billing .shipping span,
.checkout-billing .subtotal span {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #1a1a1a;
}

.gap10px {
  gap: 10px;
}

.payment_card label {
  display: flex;
  gap: 10px;
  margin-bottom: 0;
}

.payment_card label span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #4d4d4d;
}

.payment_card label input {
  width: 20px;
  height: 20px;
}

.old_order_section {
  padding-top: 105px;
}

.old_order_section .card {
  filter: drop-shadow(0px 8px 24px rgba(170, 170, 170, 0.12));
  border: 1px solid #e6e6e6;
}

.old_order_section .card-header {
  padding: 10px 20px;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: none;
}

.old_order_section .card-header h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #212121;
  margin-bottom: 0;
}

.old_order_section table th {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #4d4d4d;
  background: #f2f2f2;
  font-family: "Inter", sans-serif;
  height: 36px;
}

.old_order_section table tr {
  height: 45px;
}

.old_order_section table td {
  background-color: transparent;
  border-bottom: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
}

.old_order_section .btn1 {
  padding: 6px 10px;
  border: 1px solid var(--primary-color);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--primary-color);
}

.old_order_section .btn1:hover {
  background: var(--primary-color);
  color: #fff;
}

.old_order_section .btn2 {
  padding: 6px 10px;
  border: 1px solid #ffbe00;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #ffbe00;
}

.old_order_section .btn2:hover {
  background: #ffbe00;
  color: #fff;
}

.gap12px {
  gap: 12px;
}

.old_order_section .pagination .icon {
  width: 36px;
  height: 36px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.old_order_section .pagination .icon.disabled {
  background: #f2f2f2;
  cursor: not-allowed;
}

.old_order_section .pagination .icon:hover {
  background: var(--primary-color);
}

.old_order_section .pagination .icon:hover svg path {
  stroke: #fff;
}

.old_order_section .pagination .number {
  width: 36px;
  height: 36px;
  background: transparent;
  border: none;
  border-radius: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #666666;
}

.old_order_section .pagination .number.active,
.old_order_section .pagination .number:hover {
  background: var(--primary-color);
  color: #fff;
}

/* Order Details */
.order_details_section {
  padding-top: 105px;
}

.order_details_section .order-details {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  max-width: 825px;
  margin: 0 auto;
  padding: 20px;
}

.order_details_section .order-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.order_details_section .order-header h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #212121;
  margin-bottom: 0;
}

.order_details_section .order-header .order-info {
  list-style-type: disc;
  display: flex;
  gap: 25px;
  margin-bottom: 5px;
}

.order_details_section .order-header .order-info li {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #555555;
}

.order_details_section .order-header .back-link {
  color: var(--primary-color);
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}

.order_details_section .order-body {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.order_details_section .billing-section {
  width: 312px;
  height: 290px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  padding: 20px;
}

.order_details_section .billing-section h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--paragraph-color);
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.order_details_section .billing-section p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #1a1a1a;
  margin-bottom: 0;
}

.order_details_section .summary-section {
  width: 288px;
  height: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  padding: 20px;
}

.order_details_section .summary-section strong {
  color: #f00;
  font-weight: bold;
}

.order_details_section .timeline .step {
  flex: 1;
  text-align: center;
  position: relative;
}

.order_details_section .timeline .step::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ddd;
  top: 50%;
  left: 0;
  z-index: 1;
}

.order_details_section .timeline .step:first-child::before {
  width: 50%;
  left: 50%;
}

.order_details_section .timeline .step:last-child::before {
  width: 50%;
}

.order_details_section .timeline .step.active,
.order_details_section .timeline .step.completed {
  color: #f00;
}

.order_details_section .timeline .step.completed::before {
  background: #f00;
}

.order_details_section .products table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.order_details_section .products th,
.order_details_section .products td {
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px;
  background-color: transparent;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #212121;
}

.order_details_section .products th {
  background: #f2f2f2;
  border: none;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #4d4d4d;
}

.paragraph-color {
  color: var(--paragraph-color) !important;
}

.summary-section .top_section {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
}

.summary-section .payment-method p:first-child,
.summary-section .order-id p:first-child {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #999999;
  margin-bottom: 8px;
}

.summary-section .payment-method p:last-child,
.summary-section .order-id p:last-child {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #212121;
  margin-bottom: 0;
}

.summary-section .hori-line {
  width: 1px;
  border: 1px solid #e6e6e6;
}

.summary-section .bottom_section {
  margin-top: 10px;
}

.summary-section .bottom_section p {
  padding: 0px 0px 12px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #666666;
}

.summary-section .bottom_section span {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #1a1a1a;
}

.summary-section .bottom_section .total {
  border-bottom: none;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #212121;
}

.summary-section .bottom_section .total span {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: var(--primary-color);
}

/* Timeline */
.timeline .checkout-wrap {
  color: #333333;
  font-family: "Inter", sans-serif;
  margin: 40px auto;
  position: relative;
}

.timeline ul.checkout-bar {
  margin: 0 20px;
}
.timeline ul.checkout-bar li {
  color: #333333;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 14px 20px 14px 80px;
  position: relative;
  line-height: 150%;
}
.timeline ul.checkout-bar li:before {
  background: transparent;
  border: 2px dashed var(--primary-color);
  border-radius: 50%;
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 400;
  left: 20px;
  line-height: 40px;
  height: 35px;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  top: 4px;
  width: 35px;
  z-index: 999;
}
.timeline ul.checkout-bar li.active {
  color: #2c742f;
  font-weight: 400;
}
.timeline ul.checkout-bar li.active:before {
  background: var(--primary-color);
  border: none;
  color: #fff;
}
.timeline ul.checkout-bar li.visited {
  background: #ececec;
  color: var(--primary-color);
}
.timeline ul.checkout-bar li.visited:before {
  background: var(--primary-color);
  z-index: 999;
  border: none;
  color: #fff;
}
.timeline ul.checkout-bar li:nth-child(1):before {
  content: "âœ”";
}
.timeline ul.checkout-bar li:nth-child(2):before {
  content: "2";
}
.timeline ul.checkout-bar li:nth-child(3):before {
  content: "3";
}
.timeline ul.checkout-bar li:nth-child(4):before {
  content: "4";
}
.timeline ul.checkout-bar li:nth-child(5):before {
  content: "5";
}
.timeline ul.checkout-bar li:nth-child(6):before {
  content: "6";
}
.timeline ul.checkout-bar a {
  color: #2c742f;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

@media all and (min-width: 800px) {
  .timeline .checkout-bar li.active:after {
    -webkit-animation: myanimation 3s 0;
    background-size: 35px 35px;
    background-color: var(--primary-color);
    content: "";
    height: 8px;
    width: 93%;
    left: 50%;
    position: absolute;
    top: -45px;
    z-index: 0;
  }

  .timeline .checkout-wrap {
    margin: 80px auto;
    margin-bottom: 120px;
  }

  .timeline ul.checkout-bar {
    background-size: 35px 35px;
    background-color: #fff;
    border-radius: 15px;
    height: 8px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  .timeline ul.checkout-bar:before {
    background-size: 35px 35px;
    background-color: var(--primary-color);
    border-radius: 15px;
    content: " ";
    height: 8px;
    left: 0;
    position: absolute;
    width: 0%;
  }
  .timeline ul.checkout-bar li {
    display: inline-block;
    margin: 50px 0 0;
    padding: 0;
    text-align: center;
    width: 24%;
  }
  .timeline ul.checkout-bar li:before {
    height: 45px;
    left: 40%;
    line-height: 42px;
    position: absolute;
    top: -65px;
    width: 45px;
    z-index: 99;
  }
  .timeline ul.checkout-bar li.visited {
    background: none;
  }
  .timeline ul.checkout-bar li.visited:after {
    background-size: 35px 35px;
    background-color: var(--primary-color);
    content: "";
    height: 8px;
    left: 50%;
    position: absolute;
    top: -45px;
    width: 100%;
    z-index: 99;
  }

  .timeline ul.checkout-bar li.next::after {
    background-size: 35px 35px;
    background-color: #f2f2f2;
    content: "";
    height: 8px;
    left: 63%;
    position: absolute;
    top: -45px;
    width: 81%;
    z-index: 99;
  }
}

.payment_success_section {
  padding-top: 105px;
}

.payment_success_section .success_col {
  background: #f5f7fa;
  border-radius: 24px;
  justify-content: center;
  display: flex;
  height: 685px;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}

.payment_success_section .payment-success {
  width: 345px;
  height: 412px;
  padding: 24px;
  background: #ffffff;
  box-shadow: 0px 8px 24px rgba(170, 170, 170, 0.12);
  border-radius: 24px;
}

.payment_success_section .payment_success {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.payment-success-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.payment_success_section .payment_success p:first-child {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #555555;
  margin-bottom: 0;
}

.payment_success_section .payment_success p:last-child {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #212121;
  margin-bottom: 0;
}

.payment_success_section .payment_success_hr {
  width: 100%;
  border: 1px solid #ededed;
  margin: 20px 0;
  opacity: 1;
}

.payment_success_section .order-header {
  gap: 14px;
  display: flex;
  flex-direction: column;
}

.payment_success_section .payment-info p {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
}

.payment_success_section .payment-info p:last-child {
  font-weight: 500;
  color: #212121;
}

.payment_success_section .payment_amount_hr {
  width: 100%;
  border: 1px dashed #ededed;
  margin: 10px 0;
  opacity: 1;
  background-color: transparent;
}

.payment_success_section .payment-success-btn a {
  border-radius: 12px;
  width: 345px;
  text-transform: none;
}

.navbar .menu-item .submenu {
  min-width: 180px;
  background: #ffffff;
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.0705882);
  border-radius: 6px;
  padding: 20px 12px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.navbar .menu-item .submenu .menu-item a {
  padding: 0;
  border-bottom: none;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
}

.navbar .menu-item .submenu .menu-item a:hover {
  background-color: transparent;
}

.main-header.header-4 {
  border-bottom: 1px solid #c9c9c9;
}

.slimScrollRail {
  display: none !important;
}

.cart-sidebar-body .img1 {
  position: absolute;
  top: 0;
  right: 0;
}

.cart-sidebar-body .img2 {
  position: absolute;
  top: 30%;
  left: 0;
}

/* Star Rating */
.full-stars-example-two .rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  text-align: center;
}
.full-stars-example-two .rating > span {
  display: inline-block;
  position: relative;
  width: 1.1em;
  font-size: 14px;
  color: #ffd700;
  cursor: pointer;
}
.full-stars-example-two .rating > span:hover,
.full-stars-example-two .rating > span:hover ~ span {
  color: #ffd700;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid var(--primary-color);
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.color-picker {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 20px;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 999;
}

.color-picker .color-picker-toggle {
  width: 60px;
  height: 60px;
  background: var(--primary-color);
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.color-picker .color-list li {
  width: 30px;
  height: 30px;
  margin: 0;
  cursor: pointer;
}

.color-picker .color-list .color1 {
  background: #ff1010;
}

.color-picker .color-list .color2 {
  background: #ffbe00;
}

.color-picker .color-list .color3 {
  background: #00833e;
}

.color-picker .color-list .color4 {
  background: #d68240;
}

.color-picker .color-list .color5 {
  background: #1abc9c;
}

.color-picker .color-list .color6 {
  background: #372020;
}

.color-picker-content h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
  margin-bottom: 15px;
}

.color-picker .color-picker-content {
  width: 210px;
  height: 128px;
  background: #ffffff;
  padding: 15px;
  position: relative;
  transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.color-picker .color-list {
  display: flex;
  column-gap: 20px;
  row-gap: 9px;
  flex-wrap: wrap;
}

.color-picker-content .right_arrow {
  position: absolute;
  right: -15px;
  top: 40%;
}

.color-picker-content.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.color-list .active::before {
  content: "âœ”";
  color: #fff;
  font-size: 19px;
  position: absolute;
  left: 24%;
  top: 8%;
}

@media screen and (min-width: 991px) {
  .aside-toggler {
    display: none;
  }  
}

.aside-toggler .fa-bars {
  font-size: 15px;
}

.aside-toggler {
  margin-left: 0;
  border: 1px solid #e5e5e5;
  padding: 8px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 3px 12px -4px rgba(0, 0, 0, 0.1);
}

.main-header .menu-item a::before {
    content: "";
    position: absolute;
    height: 1px;
    left: 0px;
    width: 0%;
    margin-top: 15px;
    z-index: 5;
    background: var(--primary-color);
    transition: 0.4s;
}

.main-header li > a:hover::before, 
.main-header li > a.active::before {
  width: 100%;
}

.main-header li > a.active{
  color: var(--primary-color) !important;
}

.color-picker-toggle svg path{
  fill: #fff;
}

@media (max-height: 800px) {
  .cart-sidebar {
      height: 100%;
  }

  .slimScrollDiv {
    height: 300px !important;
  }
}
.callout.callout-danger, .alert-error, .label-danger, .modal-danger .modal-body {
  background-color: #fc5c65 !important;
}
.bg-red, .bg-yellow, .bg-aqua, .bg-blue, .bg-light-blue, .bg-green, .bg-navy, .bg-teal, .bg-olive, .bg-lime, .bg-orange, .bg-fuchsia, .bg-purple, .bg-maroon, .bg-black, .bg-red-active, .bg-yellow-active, .bg-aqua-active, .bg-blue-active, .bg-light-blue-active, .bg-green-active, .bg-navy-active, .bg-teal-active, .bg-olive-active, .bg-lime-active, .bg-orange-active, .bg-fuchsia-active, .bg-purple-active, .bg-maroon-active, .bg-black-active, .callout.callout-danger, .callout.callout-warning, .callout.callout-info, .callout.callout-success, .label-danger, .label-info, .label-warning, .label-primary, .label-success, .modal-primary .modal-body, .modal-primary .modal-header, .modal-primary .modal-footer, .modal-warning .modal-body, .modal-warning .modal-header, .modal-warning .modal-footer, .modal-info .modal-body, .modal-info .modal-header, .modal-info .modal-footer, .modal-success .modal-body, .modal-success .modal-header, .modal-success .modal-footer, .modal-danger .modal-body, .modal-danger .modal-header, .modal-danger .modal-footer {
  color: #fff !important;
}
.callout p {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 1px;
  color: #ffffff;
  padding: 8px;
}
.no_access {
  pointer-events: none;
}
.button_show_cl{
  display:none;
}
.text-center-total-amount{
  text-align: center;
  display: block;
  padding-top: 11px !important;
}
.error_txt p {
  color: red;
  text-align: left;
  margin-left: 3px;
}

.red_error {
  color: red;
}

.green_error {
  color: green;
}

.approved {
  border: 1px solid #23a26d;
  padding: 3px;
  border-radius: 3px;
  background-color: #e4f3ed;
}
.decline {
  border: 1px solid #ffb28e;
  padding: 3px;
  border-radius: 3px;
  background-color: #f443364d;
}
.pending {
  border: 1px solid #f8e84f;
  padding: 3px;
  border-radius: 3px;
  background-color: #f2f8544d;
}
.p_msg{
  margin-bottom: 0px;
}
.display_none{
  display: none;
}

/* -----------------------------------------------------------------
   Company storefront: header toolbar (cart, language, login icons)
   + simple hamburger (mobile only — never on desktop web view).
------------------------------------------------------------------ */
body.company-storefront .main-header.header-4 {
  border-bottom-color: rgba(15, 23, 42, 0.08);
  /* Theme uses fixed 75px — let grid + padding define height so rows don’t collide */
  height: auto;
  min-height: 64px;
}

body.company-storefront .main-header.header-4 .navbar {
  align-items: center !important;
  min-height: 0;
  max-height: none;
  padding-top: clamp(6px, 1.2vw, 12px);
  padding-bottom: clamp(6px, 1.2vw, 12px);
  box-sizing: border-box;
}

@media screen and (min-width: 992px) {
  body.company-storefront .main-header.header-4 .navbar {
    max-height: 76px;
  }

  body.company-storefront .main-header.header-4 .header-controls {
    flex-shrink: 0;
  }

  body.company-storefront .main-header.header-4 .header-controls-inner {
    flex-shrink: 0;
    justify-content: flex-end;
  }
}

body.company-storefront .main-header.header-4 .navbar-brand {
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

body.company-storefront .main-header.header-4 .navbar-brand img {
  max-height: clamp(34px, 4vw, 48px);
  width: auto;
  object-fit: contain;
  vertical-align: middle;
}

body.company-storefront .main-header.header-4 .header-controls,
body.company-storefront .main-header.header-4 .header-controls-inner {
  align-items: center !important;
}

body.company-storefront .main-header.header-4 .header-controls-inner {
  gap: clamp(0px, 0.3vw, 4px);
  flex-wrap: nowrap !important;
  flex-shrink: 0;
}

/* Company frontend: remove cart icon block from header on web/desktop too */
body.company-storefront .main-header.header-4 .header-controls-inner .cart-dropdown-wrapper {
  display: none !important;
}

body.company-storefront .main-header.header-4 .header-controls-inner li.cart-dropdown-wrapper {
  padding: clamp(4px, 0.9vw, 8px) clamp(8px, 1.4vw, 14px) !important;
}

body.company-storefront .main-header.header-4 .header-controls-inner .menu-item-has-children,
body.company-storefront .main-header.header-4 .header-controls-inner li.cart-dropdown-wrapper {
  align-items: center;
  border-radius: 999px;
  min-height: 0;
  max-height: 48px;
  box-sizing: border-box;
  color: #1a1d24;
  transition: background 0.2s ease, color 0.2s ease;
  flex-shrink: 0;
  white-space: nowrap;
}

body.company-storefront .main-header.header-4 .header-controls-inner li.cart-dropdown-wrapper,
body.company-storefront .main-header.header-4 .header-controls-inner .cart-trigger {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: clamp(6px, 0.9vw, 10px);
}

body.company-storefront .main-header.header-4 .header-controls-inner .menu-item-has-children:not(.cart-dropdown-wrapper) {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: clamp(6px, 0.9vw, 10px);
  padding: clamp(4px, 0.9vw, 8px) clamp(8px, 1.4vw, 14px) !important;
}

body.company-storefront .main-header.header-4 .header-controls-inner svg {
  width: clamp(18px, 2vw, 22px);
  height: clamp(18px, 2vw, 22px);
  flex-shrink: 0;
  display: block;
}

body.company-storefront .main-header.header-4 .header-controls-inner svg path,
body.company-storefront .main-header.header-4 .header-controls-inner svg g path,
body.company-storefront .main-header.header-4 .header-controls-inner svg rect {
  fill: currentColor !important;
}

body.company-storefront .main-header.header-4.header-light .header-controls-inner li span {
  color: inherit;
  font-weight: 600;
  font-size: clamp(11px, 1.1vw, 13px);
  line-height: 1.15;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

body.company-storefront .main-header.header-4 .header-controls-inner li span .fa-chevron-down {
  font-size: 10px;
  margin-left: 4px;
  opacity: 0.5;
  font-weight: 700;
  vertical-align: middle;
}

body.company-storefront .main-header.header-4 .cart-dropdown-wrapper .cart-item-count,
body.company-storefront .main-header.header-4 .cart-dropdown-wrapper > svg,
body.company-storefront .main-header.header-4 .cart-dropdown-wrapper > svg.flaticon-shopping-bag {
  grid-column: 1;
  grid-row: 1;
}

body.company-storefront .main-header.header-4 .cart-dropdown-wrapper > svg {
  display: block;
}

body.company-storefront .main-header.header-4 .cart-dropdown-wrapper .cart-item-count {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  justify-self: end;
  align-self: start;
  margin: -5px -8px 0 0;
  width: auto;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 9px;
  font-size: 9px !important;
  line-height: 18px !important;
  font-weight: 700 !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

body.company-storefront .main-header.header-4 .cart-dropdown-wrapper > span:not(.cart-item-count) {
  grid-column: 2;
  grid-row: 1;
}

body.company-storefront .main-header.header-4 .header-controls-inner .menu-item-has-children > svg {
  grid-column: 1;
  grid-row: 1;
}

body.company-storefront .main-header.header-4 .header-controls-inner .menu-item-has-children > span {
  grid-column: 2;
  grid-row: 1;
}

body.company-storefront .main-header.header-4 .header-controls-inner .menu-item-has-children > a {
  grid-column: 2;
  grid-row: 1;
  color: #1a1d24 !important;
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0;
  display: inline-flex !important;
  align-items: center;
  background: none !important;
  border: 0 !important;
}

body.company-storefront .main-header.header-4 .header-controls-inner .menu-item-has-children {
  position: relative;
}

/* Web + device: same dropdown logic — width tracks labels, text centered */
body.company-storefront .main-header.header-4 .header-controls-inner .menu-item-has-children .submenu {
  left: auto !important;
  right: 0 !important;
  top: 100% !important;
  margin-top: 4px;
  margin-left: 0;
  min-width: 100% !important;
  width: max-content !important;
  max-width: min(calc(100vw - 48px), 300px) !important;
  box-sizing: border-box !important;
  padding: 4px 0 !important;
  border-radius: 10px !important;
  border: 1px solid rgba(15, 23, 42, 0.09);
  box-shadow: 0 12px 36px -20px rgba(15, 23, 42, 0.38);
  z-index: 1050;
  background-color: #fff;
}

body.company-storefront .main-header.header-4 .header-controls-inner .menu-item-has-children .submenu .menu-item {
  display: block;
  width: 100%;
  min-width: 0;
}

body.company-storefront .main-header.header-4 .header-controls-inner .menu-item-has-children .submenu .menu-item a {
  padding: 9px 16px !important;
  font-size: 13px !important;
  font-weight: 500;
  line-height: 1.3;
  box-sizing: border-box !important;
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  color: #1a1d24 !important;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

body.company-storefront .main-header.header-4 .header-controls-inner .menu-item-has-children .submenu .menu-item:last-child > a {
  border-bottom: none;
}

body.company-storefront .main-header.header-4 .header-controls-inner .menu-item-has-children .submenu .menu-item a:hover,
body.company-storefront .main-header.header-4 .header-controls-inner .menu-item-has-children .submenu .menu-item a:focus-visible {
  color: var(--primary-color) !important;
  background: rgba(15, 23, 42, 0.06);
  outline: none;
}

body.company-storefront .main-header.header-4.can-sticky:not(.sticky).header-light:not(.header-section-menu) .header-controls-inner .menu-item-has-children:hover,
body.company-storefront .main-header.header-4.can-sticky:not(.sticky).header-light:not(.header-section-menu) .header-controls-inner li.cart-dropdown-wrapper:hover {
  background: rgba(15, 23, 42, 0.06);
}

body.company-storefront .main-header.header-4.can-sticky.sticky .header-controls-inner .menu-item-has-children:hover,
body.company-storefront .main-header.header-4.can-sticky.sticky .header-controls-inner li.cart-dropdown-wrapper:hover {
  background: rgba(15, 23, 42, 0.07);
}

/* Menu hamburger: only below desktop; hidden on web (≥992px) */
@media screen and (min-width: 992px) {
  body.company-storefront .aside-toggler,
  body.company-storefront .main-header.header-4 .aside-toggler {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    min-width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
  }
}

@media screen and (max-width: 991.98px) {
  body.company-storefront .aside-toggler,
  body.company-storefront .main-header.header-4 .aside-toggler {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 4px 6px;
    border-radius: 0;
    min-width: 38px;
    min-height: 38px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    /* assets/website: margin 20px 0 pushes icon row to the baseline */
    margin: 0 !important;
    margin-left: 0 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
  }

  body.company-storefront .aside-toggler .fa-bars {
    font-size: clamp(17px, 4.5vw, 19px);
    font-weight: 400;
    color: #1a1d24;
    line-height: 1;
  }

  body.company-storefront .main-header.can-sticky.header-section-menu .aside-toggler .fa-bars {
    color: #111111;
  }
}

/* -----------------------------------------------------------------
   Company storefront: main content rhythm (not header/footer).
   Scoped via body.company-storefront from website_layout.php.
------------------------------------------------------------------ */
body.company-storefront {
  background-color: #f1f3f6;
  background-image: linear-gradient(180deg, #f1f3f6 0%, #eef0f4 45%, #f5f6f9 100%);
}

body.company-storefront .section {
  padding: clamp(3.25rem, 5vw, 5.5rem) 0;
  background: #ffffff;
}

/* Homepage: pull service block up to hero — tight seam, beats generic .section padding-top */
body.company-storefront .banner.banner-1.banner-4 + .section {
  margin-top: 0 !important;
  padding-top: clamp(0.35rem, 1.3vw, 0.85rem) !important;
}

body.company-storefront .section + .section {
  box-shadow: inset 0 1px 0 rgba(16, 24, 40, 0.06);
}

body.company-storefront .section-title-wrap h5 {
  letter-spacing: 0.06em;
}

body.company-storefront .section-title-wrap .title {
  letter-spacing: -0.02em;
}

body.company-storefront .ct-single-img-wrapper img {
  border-radius: 18px;
  box-shadow: 0 18px 44px -24px rgba(15, 23, 42, 0.35),
    0 8px 24px -12px rgba(15, 23, 42, 0.18);
}

body.company-storefront .menu_card {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  background: linear-gradient(165deg, #fafbfe 0%, #f6f7fb 100%);
  box-shadow: 0 14px 40px -28px rgba(15, 23, 42, 0.25);
  padding: clamp(1.75rem, 4vw, 2.75rem);
  row-gap: clamp(1rem, 2vw, 1.75rem);
}

body.company-storefront .ct-mini-menu-item {
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 4px 18px -12px rgba(15, 23, 42, 0.18);
  margin-bottom: 0;
  border-bottom: none;
  padding: clamp(14px, 2.5vw, 20px) clamp(16px, 3vw, 22px);
}

body.company-storefront .row.menu_card {
  row-gap: 16px;
}

body.company-storefront .customPrevBtn,
body.company-storefront .customNextBtn {
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.1);
}

body.company-storefront .menu_page,
body.company-storefront .about-us-page {
  background: transparent;
}

body.company-storefront .contact-page .card {
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 10px 28px -18px rgba(15, 23, 42, 0.22);
  height: auto;
  min-height: 147px;
}

body.company-storefront .contact-wrapper .form-control {
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #ffffff;
}

body.company-storefront .section-map .ct-contact-map-wrapper {
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  box-shadow: 0 -1px 0 rgba(15, 23, 42, 0.06) inset;
}

/* LocalBazaar-inspired marketplace listing cards (company storefront) */
body.company-storefront .lb-product-grid {
  --lb-card-radius: 14px;
}

body.company-storefront .menu_card.lb-product-grid {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

body.company-storefront .lb-listing-card {
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 0;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: var(--lb-card-radius);
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 8px 24px -18px rgba(15, 23, 42, 0.28);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

body.company-storefront .lb-listing-card:hover {
  transform: translateY(-3px);
  border-color: rgba(115, 103, 240, 0.35);
  box-shadow: 0 16px 36px -20px rgba(67, 101, 236, 0.35);
}

body.company-storefront .lb-listing-card .lb-listing-thumb,
body.company-storefront .lb-listing-card .product-thumb {
  display: block;
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: linear-gradient(145deg, #f3f4f8 0%, #e8ebf2 100%);
}

body.company-storefront .lb-listing-card .lb-listing-thumb img,
body.company-storefront .lb-listing-card .product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
}

body.company-storefront .lb-listing-card .lb-listing-body,
body.company-storefront .lb-listing-card .product-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px 12px 14px;
  align-items: stretch;
  justify-content: flex-start;
  height: auto;
  min-height: 0;
  box-shadow: none;
  border-radius: 0;
}

body.company-storefront .lb-listing-card .lb-listing-desc,
body.company-storefront .lb-listing-card .product-desc {
  flex: 1 1 auto;
  min-width: 0;
}

body.company-storefront .lb-listing-card .product-desc h4,
body.company-storefront .lb-listing-card .product-desc h4 a {
  font-size: clamp(0.8125rem, 2.2vw, 0.9375rem);
  line-height: 1.35;
  font-weight: 700;
  color: #111827;
  margin: 0 0 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.company-storefront .lb-listing-excerpt {
  margin: 0 0 6px;
  font-size: 0.75rem;
  line-height: 1.45;
  color: rgba(17, 24, 39, 0.62);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.company-storefront .lb-listing-card .lb-listing-price,
body.company-storefront .lb-listing-card .product-price {
  margin: 0;
  font-size: clamp(0.875rem, 2.4vw, 1rem);
  font-weight: 800;
  color: var(--primary-color);
}

body.company-storefront .lb-listing-card .product-controls {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
}

body.company-storefront .lb-listing-card .order-item,
body.company-storefront .lb-listing-card .lb-listing-action {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(115, 103, 240, 0.1);
}

body.company-storefront .lb-listing-card .order-item:hover,
body.company-storefront .lb-listing-card .lb-listing-action:hover {
  background: var(--primary-color);
}

body.company-storefront .menu_page .lb-listing-card {
  height: auto;
}

body.company-storefront .menu_page .lb-listing-card .rating-wrap {
  margin-bottom: 4px;
}