﻿body {
  width: 100%;
  height: 100%;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}
/* content */
#content, #column-left, #column-right {
  padding-bottom: 730px;
}
@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 400px;
  }
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  right: 50%;
  width: 400px;
  margin-right: -200px;
}
@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-right: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-right: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-right: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}
#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}
#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}
#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}
#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}
#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}
#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}
#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}
#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}
/* top */
#top {
  background-color: var(--bs-tertiary-bg);
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}
#top ul.list-inline {
  margin-bottom: 0;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}
/* logo */
#logo {
  text-align: center;
  margin: 7px 0 7px 0;
}
#logo img {
  max-width: 200px;
}
@media (min-width: 768px) {
  #logo {
    text-align: right;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
  margin-bottom: 10px;
}
#cart .img-thumbnail {
  min-width: 100px;
}
#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
}
#cart .dropdown-menu {
  background: #eee;
}
#cart .dropdown-menu li {
  min-width: 300px;
}
@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border: 1px solid #1f90bb;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
  border-radius: 4px;
  padding: 0 1rem;
  margin-bottom: 20px;
}
#menu .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  background-color: transparent;
}
#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}
#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}
@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    right: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    right: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    right: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    right: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    right: -600px;
  }
}
#category {
  float: right;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
.nav-tabs {
  margin-bottom: 15px;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: left;
  }
}
/* footer */
footer {
  border: 1px solid #000000;
  position: absolute;
  bottom: -1px;
  width: 100%;
  padding-top: 30px;
  background-color: #303030;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #ccc;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}
footer h5 {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-tertiary-bg);
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  transform: rotate(45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.product-thumb {
  border: 1px solid #ddd;
  position: relative;
  height: 100%;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 15px;
  margin-bottom: 45px;
}
.product-thumb .description h4 {
  font-weight: bold;
}
.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid var(--bs-border-color);
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-gray-600);
  line-height: 38px;
  text-align: center;
}
.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button button + button {
  border-right: 1px solid var(--bs-border-color);
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button {
    border-right: 1px solid #ddd;
    width: calc(100% -  15px);
    margin-right: 15px;
  }
}
.rating .fa-stack {
  width: 20px;
}
.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;
  right: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

/* Koldair storefront */
:root {
  --koldair-navy: #06223d;
  --koldair-blue: #0b5d95;
  --koldair-line: #d9e5ee;
  --koldair-gold: #b99046;
  --koldair-green: #64b735;
  --koldair-text: #17293d;
}

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

.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;
}

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

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

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

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

.koldair-phone {
  color: #fff !important;
  direction: ltr;
  font-size: 18px !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 4px 16px rgba(6, 34, 61, 0.06);
}

.koldair-brand-row {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(190px, 250px) 1fr;
  padding: 10px 0 4px;
}

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

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

.koldair-logo__text,
.koldair-logo h1 a {
  color: #51a635;
  display: inline-flex;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.koldair-logo__text span,
.koldair-logo h1 a span {
  color: #1683bc;
  margin-inline-end: 8px;
}

.koldair-nav-row {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(220px, 300px) 1fr;
  padding: 8px 0 14px;
}

.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: 42px;
}

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

.koldair-main-nav {
  align-items: center;
  display: flex;
  gap: 34px;
  justify-content: flex-end;
}

.koldair-main-nav a {
  border-bottom: 2px solid transparent;
  color: #20364d;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 0;
  text-decoration: none;
}

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

.koldair-cart .btn {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0);
  color: var(--koldair-navy);
  font-size: 13px;
  padding: 9px 12px;
}

#menu {
  display: none;
}

.koldair-home {
  padding: 24px 0 30px;
}

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

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

.koldair-sidebar__title {
  background: var(--koldair-blue);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  padding: 13px 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: 12px;
  grid-template-columns: 30px 1fr 16px;
  min-height: 52px;
  padding: 0 14px;
  text-decoration: none;
}

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

.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-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: 8px;
  padding: 18px;
}

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

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

.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 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: 8px;
  overflow: hidden;
  text-align: center;
}

.product-thumb .description {
  margin-bottom: 42px;
  padding: 12px;
}

.product-thumb .description h4 {
  font-size: 14px;
  line-height: 1.45;
}

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

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

.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-brand-row,
  .koldair-nav-row,
  .koldair-shell {
    grid-template-columns: 1fr;
  }

  .koldair-logo {
    order: -1;
  }

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

  .koldair-main-nav a {
    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;
}

