﻿/* Koldair storefront */
:root {
  --koldair-navy: #06223d;
  --koldair-blue: #0b5d95;
  --koldair-line: #d9e5ee;
  --koldair-gold: #b99046;
  --koldair-green: #64b735;
  --koldair-text: #17293d;
}

body {
  background: #fff;
  color: var(--koldair-text);
  font-family: Tahoma, Arial, sans-serif;
}

.container {
  max-width: 1180px;
}

.koldair-top,
.koldair-header,
.koldair-home,
.koldair-footer {
  direction: rtl;
  text-align: right;
}

#container {
  min-height: 100vh;
  position: static;
  margin-bottom: 0;
}

#content,
#column-left,
#column-right {
  padding-bottom: 0;
}

#top.koldair-top,
.koldair-top {
  background: var(--koldair-navy);
  border: 0;
  margin: 0;
  padding: 0;
  padding-bottom: 0;
}

.koldair-top__inner {
  align-items: center;
  color: #fff;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  min-height: 34px;
}

.koldair-top a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

.koldair-top__links,
.koldair-top__actions {
  align-items: center;
  display: flex;
  gap: 14px;
}

.koldair-phone {
  color: #fff !important;
  direction: ltr;
  font-size: 15px !important;
  font-weight: 800;
  letter-spacing: 0;
}

.koldair-phone::first-letter {
  color: var(--koldair-green);
}

.koldair-header {
  background: #fff;
  border-bottom: 1px solid var(--koldair-line);
  box-shadow: 0 2px 10px rgba(6, 34, 61, 0.05);
}

.koldair-header-main {
  align-items: center;
  display: grid;
  gap: 26px;
  grid-template-columns: 210px minmax(0, 1fr) 260px;
  min-height: 74px;
}

.koldair-logo {
  justify-self: start;
  margin: 0;
}

.koldair-logo img {
  max-height: 70px;
  max-width: 260px;
}

.koldair-logo__text,
.koldair-logo h1 a {
  align-items: center;
  display: inline-flex;
  gap: 4px;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.koldair-logo__blue {
  color: #1683bc;
}

.koldair-logo__green {
  color: #51a635;
}

.koldair-logo__text img {
  display: inline-block;
  height: 46px;
  margin: 0 2px;
  object-fit: contain;
  width: 40px;
}

.koldair-search #search {
  margin: 0;
}

.koldair-search form {
  margin: 0 !important;
}

.koldair-search .form-control {
  border-color: var(--koldair-line);
  border-radius: 6px;
  font-size: 13px;
  min-height: 38px;
}

.koldair-search .btn {
  background: #fff;
  border-color: var(--koldair-line);
  color: #75889b;
}

.koldair-main-nav,
.koldair-category-nav__list {
  align-items: center;
  display: flex;
  gap: 26px;
  justify-content: center;
}

.koldair-category-nav {
  min-width: 0;
}

#menu.koldair-category-nav {
  background: transparent;
  background-image: none;
  border: 0;
  border-radius: 0;
  margin: 0;
  min-height: 0;
  padding: 0;
}

.koldair-category-nav .navbar-collapse {
  display: block !important;
}

.koldair-category-nav__toggle {
  display: none;
}

.koldair-category-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.koldair-main-nav a,
.koldair-category-nav__list > li > a {
  border-bottom: 2px solid transparent;
  color: #20364d;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  padding: 25px 0 22px;
  text-decoration: none;
  white-space: nowrap;
}

.koldair-category-nav .dropdown-menu {
  border: 1px solid var(--koldair-line);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(6, 34, 61, 0.14);
  min-width: 220px;
  padding: 10px;
  text-align: right;
}

.koldair-category-nav .dropdown-inner {
  display: flex;
  gap: 16px;
}

.koldair-main-nav a.active,
.koldair-main-nav a:hover,
.koldair-category-nav__list > li > a:hover {
  border-color: var(--koldair-blue);
  color: var(--koldair-blue);
}

.koldair-cart .btn {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0);
  color: #fff !important;
  font-size: 13px;
  padding: 0;
}

.koldair-cart .dropdown {
  display: inline-flex;
}

.koldair-cart .dropdown-toggle::after {
  display: none;
}

.koldair-cart .dropdown-menu {
  color: var(--koldair-text);
  min-width: 320px;
}

.koldair-home {
  padding: 18px 0 28px;
}

.koldair-home-layout {
  display: grid;
  gap: 18px;
  grid-template-columns: 220px minmax(0, 1fr);
}

.koldair-sidebar {
  align-self: start;
  background: #fff;
  border: 1px solid var(--koldair-line);
  border-radius: 6px;
  overflow: hidden;
}

.koldair-sidebar--modules {
  padding: 0;
}

.koldair-sidebar .card,
.koldair-sidebar .list-group {
  border: 0;
  border-radius: 0;
  margin: 0;
}

.koldair-sidebar .card-header {
  background: var(--koldair-blue);
  border: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  padding: 13px 16px;
  text-align: center;
}

.koldair-sidebar .list-group-item {
  border-color: #edf2f6;
  color: #354a5f;
  font-size: 14px;
  font-weight: 700;
  padding: 14px 16px;
  text-align: right;
}

.koldair-sidebar__title {
  background: var(--koldair-blue);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  padding: 12px 16px;
  text-align: center;
}

.koldair-side-link {
  align-items: center;
  border-bottom: 1px solid #edf2f6;
  color: #354a5f;
  display: grid;
  font-size: 14px;
  font-weight: 700;
  gap: 10px;
  grid-template-columns: 16px 1fr 24px;
  min-height: 46px;
  padding: 0 12px;
  text-decoration: none;
}

.koldair-side-link i:last-child {
  align-items: center;
  background: #f5f8fb;
  border: 1px solid var(--koldair-line);
  border-radius: 50%;
  color: var(--koldair-blue);
  display: inline-flex;
  height: 26px;
  justify-content: center;
  width: 26px;
}

.koldair-side-link:hover {
  background: #f7fbff;
  color: var(--koldair-blue);
}

.koldair-offer-link {
  align-items: center;
  background: var(--koldair-gold);
  color: #fff;
  display: flex;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  margin: 12px;
  padding: 12px;
  text-decoration: none;
}

.koldair-hero {
  align-items: center;
  background:
    radial-gradient(circle at 14% 45%, rgba(68, 174, 230, 0.34), transparent 26%),
    linear-gradient(100deg, #031b34 0%, #07355d 54%, #0a74ad 100%);
  border-radius: 8px;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 330px;
  min-height: 300px;
  overflow: hidden;
  padding: 34px 42px;
  position: relative;
}

.koldair-slider-slot {
  background: #eef8ff;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
}

.koldair-slider-slot .carousel img {
  border-radius: 8px;
  aspect-ratio: 25 / 6;
  display: block;
  height: auto;
  min-height: 0;
  object-fit: cover;
  width: 100%;
}

.koldair-slider-slot:empty {
  display: none;
}

.koldair-hero::after {
  background: linear-gradient(145deg, transparent 0%, rgba(255, 255, 255, 0.14) 50%, transparent 100%);
  bottom: -60px;
  content: "";
  height: 170px;
  left: -20px;
  position: absolute;
  transform: rotate(-8deg);
  width: 70%;
}

.koldair-hero__copy {
  position: relative;
  z-index: 1;
}

.koldair-hero__brand {
  color: #bfeeff;
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 12px;
}

.koldair-hero h1 {
  color: #fff;
  font-size: 38px;
  font-weight: 900;
  margin: 0 0 8px;
}

.koldair-hero p {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 18px;
}

.koldair-hero ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.koldair-hero li {
  align-items: center;
  display: flex;
  gap: 10px;
}

.koldair-hero__button {
  background: #0c568b;
  border-radius: 5px;
  color: #fff;
  display: inline-flex;
  font-weight: 800;
  padding: 12px 30px;
  text-decoration: none;
}

.koldair-hero__image {
  position: relative;
  text-align: center;
  z-index: 1;
}

.koldair-hero__image img {
  filter: drop-shadow(0 22px 26px rgba(0, 0, 0, 0.35));
  max-height: 270px;
  max-width: 100%;
}

.koldair-category-strip {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, 1fr);
  margin: 16px 0;
}

.koldair-category-strip a {
  background: #fff;
  border: 1px solid var(--koldair-line);
  border-radius: 8px;
  color: var(--koldair-text);
  font-weight: 800;
  padding: 13px 10px;
  text-align: center;
  text-decoration: none;
}

.koldair-section {
  background: #fff;
  border: 1px solid var(--koldair-line);
  border-radius: 6px;
  margin-top: 14px;
  padding: 14px;
}

.koldair-section h2 {
  color: var(--koldair-navy);
  font-size: 22px;
  font-weight: 900;
  margin: 0 0 14px;
  text-align: center;
}

.koldair-product-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
}

.koldair-product-item {
  min-width: 0;
}

.koldair-product-card {
  border: 1px solid var(--koldair-line);
  border-radius: 8px;
  min-width: 0;
  overflow: hidden;
  text-align: center;
}

.koldair-product-card__image {
  align-items: center;
  background: #fbfdff;
  display: flex;
  height: 160px;
  justify-content: center;
  padding: 12px;
}

.koldair-product-card img {
  max-height: 140px;
  max-width: 100%;
}

.koldair-product-card__body {
  padding: 10px 10px 12px;
}

.koldair-product-card span {
  color: #60778d;
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
}

.koldair-product-card h3 {
  color: var(--koldair-text);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
  min-height: 40px;
}

.koldair-product-card strong {
  color: var(--koldair-blue);
  display: block;
  font-size: 16px;
  margin-bottom: 9px;
}

.koldair-product-card__body a {
  background: var(--koldair-blue);
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 800;
  padding: 7px 8px;
  text-decoration: none;
}

.koldair-tiles {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 16px;
}

.koldair-tiles a {
  align-items: center;
  background: #fff;
  border: 1px solid var(--koldair-line);
  border-radius: 8px;
  color: var(--koldair-text);
  display: grid;
  gap: 4px;
  grid-template-columns: 54px 1fr;
  min-height: 76px;
  padding: 12px;
  text-decoration: none;
}

.koldair-tiles img {
  border-radius: 6px;
  grid-row: span 2;
  height: 54px;
  object-fit: contain;
  width: 54px;
}

.koldair-tiles i {
  color: var(--koldair-blue);
  font-size: 30px;
  grid-row: span 2;
  text-align: center;
}

.koldair-tiles span {
  font-weight: 900;
}

.koldair-tiles small {
  color: #71869a;
}

.koldair-opencart-content {
  margin-top: 18px;
}

.product-thumb {
  background: #fff;
  border: 1px solid var(--koldair-line);
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
}

.product-thumb .image {
  align-items: center;
  display: flex;
  height: 150px;
  justify-content: center;
  padding: 10px;
}

.product-thumb .image img {
  max-height: 130px;
  object-fit: contain;
}

.product-thumb .description {
  margin-bottom: 38px;
  padding: 8px 10px;
}

.product-thumb .description h4 {
  font-size: 13px;
  line-height: 1.45;
  margin-bottom: 6px;
  min-height: 38px;
}

.product-thumb .description h4 a {
  color: var(--koldair-text);
  text-decoration: none;
}

.product-thumb .button button:first-child {
  background: var(--koldair-blue);
  color: #fff;
}

.product-thumb .button button {
  border: 0;
  font-size: 0;
  line-height: 32px;
}

.product-thumb .button button:first-child {
  font-size: 12px;
  font-weight: 800;
  width: 100%;
}

.product-thumb .button button:first-child i {
  display: none;
}

.product-thumb .button button:first-child::after {
  content: "عرض التفاصيل";
}

.product-thumb .button button:not(:first-child) {
  display: none;
}

.koldair-footer {
  background: var(--koldair-navy);
  border: 0;
  color: #fff;
  padding: 0;
  position: static;
}

.koldair-service-bar {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
}

.koldair-service-bar > div {
  align-items: center;
  border-inline-end: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  gap: 2px 12px;
  grid-template-columns: 46px 1fr;
  min-height: 86px;
  padding: 12px 20px;
}

.koldair-service-bar i {
  color: #dcecff;
  font-size: 32px;
  grid-row: span 2;
}

.koldair-service-bar strong {
  font-size: 14px;
}

.koldair-service-bar span {
  color: #c7d7e7;
  font-size: 12px;
}

.koldair-footer__links {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  padding: 14px 0;
}

.koldair-footer__links a {
  color: #dcecff;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .koldair-top__links {
    display: none;
  }

  .koldair-header-main,
  .koldair-home-layout {
    grid-template-columns: 1fr;
  }

  .koldair-logo {
    justify-self: center;
    order: -2;
  }

  .koldair-search {
    order: -1;
  }

  .koldair-category-nav__toggle {
    align-items: center;
    background: var(--koldair-blue);
    border: 0;
    border-radius: 6px;
    color: #fff;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    width: 44px;
  }

  .koldair-category-nav .navbar-collapse {
    display: none !important;
    margin-top: 10px;
  }

  .koldair-category-nav .navbar-collapse.show {
    display: block !important;
  }

  .koldair-category-nav__list {
    gap: 14px;
    justify-content: center;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .koldair-category-nav__list > li > a {
    padding: 10px 0;
    white-space: nowrap;
  }

  .koldair-sidebar {
    order: 2;
  }

  .koldair-hero {
    grid-template-columns: 1fr;
    padding: 26px 22px;
    text-align: center;
  }

  .koldair-hero li {
    justify-content: center;
  }

  .koldair-category-strip,
  .koldair-product-grid,
  .koldair-tiles,
  .koldair-service-bar {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .koldair-top__actions {
    display: none;
  }

  .koldair-top__inner {
    justify-content: center;
  }

  .koldair-logo__text,
  .koldair-logo h1 a {
    font-size: 34px;
  }

  .koldair-hero__brand {
    font-size: 34px;
  }

  .koldair-hero h1 {
    font-size: 30px;
  }

  .koldair-hero p {
    font-size: 19px;
  }

  .koldair-category-strip,
  .koldair-product-grid,
  .koldair-tiles,
  .koldair-service-bar {
    grid-template-columns: 1fr;
  }
}
.rating .fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  font-weight: 600;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.blog-thumb h4 {
  font-weight: bold;
}
.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.blog-thumb .image a:hover {
  opacity: 0.8;
}
.blog-thumb .description {
  padding: 15px;
}
/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

