@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap");
:root {
  scroll-behavior: auto;
  --text-main: #1c1c1c;
  --text-sub: #555555;
  --bg-page: #ffffff;
  --bg-secondary: #f9f9f9;
  --border: #e2e2e2;
  --accent: #c0a062;
  --header-bg: #000000;
  --header-text: #ffffff;
  --color-accent: #c0a062;
  --color-accent-hover: #b09152;
  --color-primary: #0d6efd;
  --color-secondary: #6c757d;
  --color-success: #198754;
  --color-info: #0dcaf0;
  --color-warning: #ffc107;
  --color-danger: #dc3545;
  --color-light: #f8f9fa;
  --color-dark: #111827;
  --color-text: #2d2d2d;
  --color-text-light: #666666;
  --color-bg: #ffffff;
  --color-bg-secondary: #f9fafb;
  --spacing-xs: 0.5rem;
  --spacing-sm: 1rem;
  --spacing-md: 1.5rem;
  --spacing-lg: 2rem;
  --spacing-xl: 3rem;
  --text-primary: #000;
  --announcement-height: 38px;
  --header-height: 80px;
  --heading-font-weight: 500;
  --heading-font-style: normal;
  --heading-text-transform: uppercase;
  --heading-letter-spacing: 0.2em;
  --text-font-weight: 400;
  --text-font-style: normal;
  --text-letter-spacing: 0.15em;
  --button-text-transform: uppercase;
  --button-letter-spacing: 0.2em;
  /* Font sizes */
  --text-heading-size-factor: 1;
  --text-h1: max(
    0.6875rem,
    clamp(1.375rem, 1.146341463414634rem + 0.975609756097561vw, 2rem) *
      var(--text-heading-size-factor)
  );
  --text-h2: max(
    0.6875rem,
    clamp(1.25rem, 1.0670731707317074rem + 0.7804878048780488vw, 1.75rem) *
      var(--text-heading-size-factor)
  );
  --text-h3: max(
    0.6875rem,
    clamp(1.125rem, 1.0335365853658536rem + 0.3902439024390244vw, 1.375rem) *
      var(--text-heading-size-factor)
  );
  --text-h4: max(
    0.6875rem,
    clamp(1rem, 0.9542682926829268rem + 0.1951219512195122vw, 1.125rem) *
      var(--text-heading-size-factor)
  );
  --text-h5: calc(0.875rem * var(--text-heading-size-factor));
  --text-h6: calc(0.75rem * var(--text-heading-size-factor));
  --text-xs: 0.6875rem;
  --text-sm: 0.75rem;
  --text-base: 0.6875rem;
  --text-lg: 0.8125rem;
  --text-xl: 0.9375rem;
}

body {
  font-family: "Raleway", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #434343;
  margin-top: 0;
}

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

.form-control {
  box-shadow: none !important;
  outline: none !important;
}

.bg-gray {
  background: #f5f5f5;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.breadcrumbs {
  padding: 20px 40px;
  font-size: 12px;
  text-transform: uppercase;
  background: var(--bg-secondary);
}
.breadcrumbs ol {
  margin-bottom: 0;
}

.password-form input {
  border-color: #dee2e6 !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  box-shadow: none !important;
}
.password-form button {
  border-color: #dee2e6 !important;
  border-left: none;
  background: none !important;
}
.password-form.is-invalid input {
  border-color: #dc3545 !important;
}
.password-form.is-invalid button {
  border-color: #dc3545 !important;
}

.header-area {
  position: sticky;
  top: 0;
  z-index: 1000;
}
.header-area .header-top-bar {
  background: #222222;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 7px 0;
  font-size: 0.8rem;
}
.header-area .header-top-bar .header-phone {
  color: #ccc;
  font-size: 0.85rem;
}
.header-area .header-top-bar .header-top-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-area .header-top-bar .header-top-links .login,
.header-area .header-top-bar .header-top-links .login:active,
.header-area .header-top-bar .header-top-links .login svg,
.header-area .header-top-bar .header-top-links .btn-link {
  color: #ccc;
  font-size: 14px;
}
.header-area .header-top-bar .header-top-links .login:hover,
.header-area .header-top-bar .header-top-links .login:active:hover,
.header-area .header-top-bar .header-top-links .login svg:hover,
.header-area .header-top-bar .header-top-links .btn-link:hover {
  color: #fff;
}
.header-area .header-top-bar .header-top-links span {
  color: #ccc;
  font-size: 13px;
}
.header-area .header-middle-area {
  background: #fff;
}
.header-area .header-middle-area .header-logo {
  padding: 44px 0;
}
.header-area .header-middle-area .header-logo a {
  color: #222222;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
  display: inline-block;
}
.header-area .header-middle-area .header-logo .header-logo-img {
  max-height: 56px;
  max-width: 180px;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}
.header-area .header-middle-area .header-nav .main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.header-area .header-middle-area .header-nav .main-menu li {
  padding: 48px 0;
  margin: 0 18px;
}
.header-area .header-middle-area .header-nav .main-menu li a {
  color: #303030;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  white-space: nowrap;
  transition: color 0.2s;
}
.header-area .header-middle-area .header-nav .main-menu li a:hover, .header-area .header-middle-area .header-nav .main-menu li a.active {
  color: #ff7f00;
}
.header-area .header-middle-area .header-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  padding: 44px 0;
}
.header-area .header-middle-area .header-icons .header-icon-btn {
  background: none;
  border: 0;
  padding: 0 20px;
  color: #666;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: color 0.2s;
}
.header-area .header-middle-area .header-icons .header-icon-btn:hover {
  color: #ff7f00;
}
.header-area .header-middle-area .header-icons .icon-separator {
  width: 1px;
  height: 20px;
  background: #cf0000;
}
.header-area .header-middle-area .nav-cart {
  position: relative;
}
.header-area .header-middle-area .nav-cart .cart-count {
  position: absolute;
  top: -10px;
  right: 8px;
  background: #ff7f00;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-area .header-middle-area .login,
.header-area .header-middle-area .login:active {
  color: #666;
  text-decoration: none;
  transition: color 0.2s;
  min-height: unset;
  padding: 0 20px;
}
.header-area .header-search-bar {
  background: #f1f1f1;
  padding: 10px 0;
}
.header-area .header-search-bar .header-search-form {
  display: flex;
  gap: 8px;
}
.header-area .header-search-bar .header-search-form .header-search-input {
  flex: 1;
  border: 1px solid #ddd;
  padding: 6px 14px;
  font-size: 0.875rem;
  outline: none;
  background: #fff;
}
.header-area .header-search-bar .header-search-form .header-search-input:focus {
  border-color: #ff7f00;
}
.header-area .header-search-bar .header-search-form .header-search-btn {
  background: #222222;
  color: #fff;
  border: 0;
  padding: 6px 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: background 0.2s;
}
.header-area .header-search-bar .header-search-form .header-search-btn:hover {
  background: #ff7f00;
}
.header-area .header-mobile-nav {
  background: #222222;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.header-area .header-mobile-nav nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-area .header-mobile-nav nav ul li a {
  color: #ccc;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 12px 20px;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  transition: color 0.2s;
}
.header-area .header-mobile-nav nav ul li a:hover, .header-area .header-mobile-nav nav ul li a.active {
  color: #ff7f00;
}
.header-area .header-mobile-nav .header-mobile-login {
  padding: 12px 20px;
}
.header-area .header-mobile-nav .header-mobile-login .login,
.header-area .header-mobile-nav .header-mobile-login .login:active {
  color: #ccc;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .header-area .dropdown-menu {
    width: calc(100vw - 24px);
    margin-top: 10px;
  }
}

.plr-185 {
  padding: 0 185px;
}

.footer-top-inner {
  background: #ff7f00;
  padding: 60px 100px;
}

.footer-bottom {
  background: #222222;
}

@media (min-width: 1170px) and (max-width: 1400px) {
  .plr-185 {
    padding: 0 30px;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .plr-185 {
    padding: 0 30px;
  }
  .footer-area .plr-185 {
    padding: 0;
  }
  .footer-top-inner {
    padding: 60px;
  }
  .copyright {
    padding: 0 60px;
  }
}
@media (max-width: 991px) {
  .footer-area .plr-185 {
    padding: 0;
  }
  .footer-top-inner {
    padding: 60px 15px;
  }
  .footer-about {
    padding-right: 15px;
  }
  .copyright {
    padding: 0 15px;
  }
}
.footer-about {
  padding-right: 70px;
}

.footer-logo {
  margin-bottom: 35px;
}
.footer-logo img {
  max-height: 60px;
  max-width: 180px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.footer-logo .footer-site-name {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-brief {
  margin-bottom: 33px;
}
.footer-brief p {
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer-title {
  font-weight: 700;
  margin: 10px 0 30px;
  text-transform: uppercase;
}

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

.footer-menu > li {
  display: block;
}

.footer-menu li a {
  color: #666666;
  display: inline-block;
  line-height: 30px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
}

.footer-menu li a::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #999999;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.footer-menu li:hover a {
  color: #ff7f00;
}

.footer-menu li:hover a::before {
  background: #ff7f00;
}

.border-left {
  position: relative;
  padding-left: 10px;
}

.border-left::before {
  background: #ff7f00;
  content: "";
  height: 12px;
  left: 0;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  width: 2px;
}

.footer-area .footer-top-inner p,
.footer-area .footer-top-inner h4,
.footer-area .footer-top-inner .footer-menu li a {
  color: #fff;
}

.footer-area .footer-top-inner .footer-menu li a::before {
  background: rgba(255, 255, 255, 0.7);
}

.footer-area .footer-top-inner .footer-menu li:hover a {
  color: #444;
}

.footer-area .footer-top-inner .footer-menu li:hover a::before {
  background: #444;
}

.copyright {
  padding: 0 100px;
}

.copyright-text {
  padding: 14px 0;
}
.copyright-text p {
  line-height: 1;
  margin: 0;
  color: #999;
  font-size: 13px;
}
.copyright-text strong {
  color: #ccc;
}
.copyright-text a {
  color: #999999;
  text-decoration: none;
}
.copyright-text a:hover {
  color: #ff7f00;
}

.footer-payment {
  line-height: 1;
  padding: 12px 0;
}
.footer-payment li {
  display: inline-block;
  margin-left: 6px;
}
.footer-payment li a {
  display: block;
  line-height: 1;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-80 {
  margin-bottom: 80px;
}

.section-title h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 12px;
}
.section-title h6 {
  color: #666;
  font-weight: 400;
}

.brands-slider .brand-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  outline: none;
}
.brands-slider .brand-slide img {
  max-height: 60px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
.brands-slider .brand-slide img:hover {
  filter: grayscale(0%);
  opacity: 1;
}
.brands-slider .brand-slide span {
  font-size: 14px;
  font-weight: 600;
  color: #666;
  text-align: center;
}

.homepage .section {
  float: left;
  width: 100%;
}
.homepage .ptb-150 {
  padding: 150px 0;
}
.homepage .bg-3 {
  background-clip: initial;
  background-origin: initial;
  background: rgba(0, 0, 0, 0) url("/images/theme-2/slider-hero.jpg") no-repeat fixed center center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.homepage .bg-opacity-black-60 {
  z-index: 9;
}
.homepage .bg-opacity-black-60::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.6);
}
.homepage .slider-desc-3 {
  margin: auto;
  width: 65%;
}
.homepage .slider-desc-3 .slider2-title-1,
.homepage .slider-desc-3 .slider2-title-2 {
  margin-bottom: 10px;
}
.homepage .slider2-title-1 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
  position: relative;
  text-transform: uppercase;
}
.homepage .slider2-title-2 {
  color: #fff;
  font-size: 55px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0;
  position: relative;
  text-transform: uppercase;
}
.homepage .slider2-title-3 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}
.homepage .slider-button {
  margin-top: 40px;
}
.homepage .slider-button a.button.button-white {
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  overflow: hidden;
  padding: 0;
  position: relative;
  background-color: #fff;
  color: #4fc1f0;
  font-size: 15px;
  text-decoration: none;
}
.homepage .slider-button a.button.button-white span {
  display: block;
  float: left;
  position: relative;
  z-index: 2;
  padding: 8px 30px;
  font-size: 14px;
  color: #434343;
  font-weight: normal;
}
.homepage .carousel .carousel-inner .carousel-item img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

@media (min-width: 768px) and (max-width: 991px) {
  .homepage .slider2-title-1 {
    font-size: 13px;
  }
  .homepage .slider2-title-2 {
    font-size: 26px;
  }
  .homepage .slider2-title-3 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .homepage .slider-button {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .homepage .slider2-title-1 {
    display: none;
  }
  .homepage .slider2-title-2 {
    font-size: 13px;
  }
  .homepage .slider2-title-3 {
    font-size: 10px;
    margin-bottom: 0;
  }
  .homepage .slider-button {
    margin-top: 10px;
  }
  .homepage .slider-desc-3 {
    width: 85%;
  }
  .homepage .ptb-150 {
    padding: 80px 0;
  }
}
.status-pill {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 20px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  border: 1.5px solid;
  white-space: nowrap;
}

.status-pill-submitted {
  border-color: #0d6efd;
  color: #0d6efd;
}

.status-pill-paid {
  border-color: #198754;
  color: #198754;
}

.status-pill-in_progress {
  border-color: #0dcaf0;
  color: #0dcaf0;
}

.status-pill-pending_payment {
  border-color: #fd7e14;
  color: #fd7e14;
}

.status-pill-ready {
  border-color: #6f42c1;
  color: #6f42c1;
}

.status-pill-delivered {
  border-color: #6c757d;
  color: #6c757d;
}

.status-pill-cancelled {
  border-color: #dc3545;
  color: #dc3545;
}
