@charset "UTF-8";

.banner-hero {
  height: 623px;
  -o-object-fit: cover;
  object-fit: cover;
}

#main-index-slider {
  background: unset !important;
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  #main-index-slider {
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  #main-index-slider {
    padding: 0 !important;
    margin: 0;
  }

  #main-index-slider .container {
    padding: 0;
  }

  #main-index-slider .container .g-3 {
    --bs-gutter-y: 0 !important;
  }
}

.hero-title {
  font-size: 29px;
  position: absolute;
  width: 100%;
  background: #304CA3;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0px 220px 0px 20px;
  height: 108px;
  display: flex !important;
  align-items: center;
}

@media (max-width: 768px) {
  .hero-title {
    height: 55px;
    font-size: 13px;
    padding: 0 90px 0 10px;
  }

  .hero-title .font-black {
    font-family: "Gilroy-Bold", sans-serif !important;
  }
}

.hero-title-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  background: #FFC500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
}

@media (max-width: 768px) {
  .hero-title-btn {
    width: 55px;
  }
}

.home-grid-label {
  background: #304CA3;
  font-size: 17px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  padding: 4px;
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 50%;
  width: 90%;
  margin: 0;
  transform: translate(-50%, 0);
}

.filters-panel {
  max-width: 420px;
  margin: 24px auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(20, 20, 50, 0.06);
  overflow: hidden;
}

.filters-header {
  font-weight: 800;
  font-family: "Gilroy-Bold";
  padding-bottom: 20px;
  font-size: 16px;
  color: #304CA3;
  padding-top: 21px;
  display: flex;
  align-items: center;
}

.filter-label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 6px;
  color: #304CA3;
}

.filter-group {
  margin-bottom: 18px;
}

.filter-group .check-row {
  width: 100%;
}

.filter-group button {
  background: #213578;
  border-radius: 0;
}

.form-select-custom {
  border: 1px solid var(--border);
  padding: 0.5rem 0.75rem;
  font-size: 0.92rem;
  background-color: white;
}

.check-row {
  display: flex;
  align-items: center;
  padding: 7px 4px;
  border-radius: 6px;
  position: relative;
  background: white;
  width: 177px;
  margin: 5px;
}

.check-row.sm-icons {
  justify-content: space-between;
}

.check-row:hover {
  background: #f7f7fb;
}

.check-row label {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  cursor: pointer;
  font-size: 14px;
  margin: 0;
}

.badge-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #b9bdd6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.62rem;
  font-weight: 700;
  color: #3a3f66;
  flex-shrink: 0;
  background: #fff;
}

.badge-hex {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.two-col-checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem !important;
}

.two-col-checks .check-row {
  margin: 0 !important;
}

.app-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3a3f66;
  margin-bottom: -11px;
  display: block;
  margin-right: -4px;
}

.app-icon img {
  width: 40px;
}

.drive-row {
  display: flex;
  gap: 5px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

.drive-btn {
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: #3a3f66;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.drive-btn img {
  -o-object-fit: contain;
  object-fit: contain;
  padding: 5px;
}

.drive-btn:hover {
  background: #eef0fb;
}

.drive-btn.none-icon {
  color: #e05353;
}

.btn-filter {
  background: var(--navy);
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 1.05rem;
  padding: 0.7rem 1rem;
  border-radius: 8px;
  width: 100%;
}

.btn-filter:hover {
  background: #304CA3;
  color: #fff;
}

.selected-filters-title {
  font-weight: 600;
  font-size: 0.92rem;
  margin: 16px 0 10px 0;
}

.filter-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #EEEEEE;
  color: black;
  padding: 5px 12px;
  font-size: 14px;
  margin: 0 8px 8px 0;
}

.filter-tag .x {
  cursor: pointer;
  font-weight: 700;
  opacity: 0.7;
}

.filter-tag .x:hover {
  opacity: 1;
}

.clear-all {
  font-size: 14px;
  color: black;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.form-check-input[type=checkbox] {
  border-radius: 0;
}

.clear-all:hover {
  color: #2b2f6b;
}

.form-check-input:checked {
  background-color: var(--navy);
  border-color: #A4A4A4;
}

hr.section-hr {
  border-top: 1px solid var(--border);
  margin: 4px 0 16px 0;
}

.page-title .icon-holder {
  color: #304CA3;
}

.all-cat-heading {
  font-size: 29px;
  color: #304CA3;
}

@media (max-width: 768px) {
  .all-cat-heading {
    font-size: 16px;
    width: 80%;
  }
}

._product-item .price .new {
  color: #FC5900;
}

@media (max-width: 768px) {
  ._product-item .price .new {
    font-size: 19px !important;
  }
}

._product-item .image .prod-main-img {
  min-height: 200px;
  -o-object-fit: contain;
  object-fit: contain;
}

.prod-badge {
  position: absolute;
  right: 0;
}

.promo-badge-group {
  position: absolute;
  left: 0;
  right: unset !important;
}

.promo-badge {
  position: absolute;
  left: 12px;
  top: 8px;
}

.btn-primary-flat {
  background: #304CA3;
}

body,
h1,
h2,
h3,
p,
li,
a {
  font-family: "Sofia Sans", sans-serif !important;
  font-optical-sizing: auto;
}

h1 {
  font-weight: 800 !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-14 {
  font-size: 14px;
}

.text-blue {
  color: #304CA3;
}

.usage-wrapper .col-4 .d-flex {
  background: white;
  padding: 13px;
  position: relative;
}

.usage-wrapper .num {
  font-size: 18px;
  color: white;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #304CA3;
  position: absolute;
  top: 0;
  left: 0;
}

.middle-cat-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.cat-box h3 {
  z-index: 1;
}

.middle-cat-nav .cat-box {
  background: white;
  border: 2px solid white;
  width: 9.5%;
  display: flex;
  justify-content: space-between;
  padding: 7px 3px 0 5px;
  transition: border 0.3s ease-in-out;
  overflow: hidden;
  cursor: pointer;
}

.middle-cat-nav .cat-box img {
  transform: translateY(15px);
  transition: transform 0.3s ease-in-out;
  height: 74px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: -7px;
}

.middle-cat-nav .cat-box:hover {
  border: 2px solid #304CA3;
  transition: border 0.3s ease-in-out;
}

.middle-cat-nav .cat-box:hover img {
  transform: translateY(2px);
  transition: transform 0.3s ease-in-out;
}

.middle-cat-nav h3 {
  font-size: 11px;
  width: 80%;
}

.switch img {
  cursor: pointer;
}

.heroSwiper {
  overflow: hidden;
}

@media (max-width: 1024px) {
  .heroSwiper img,
  .heroSwiper-2 img {
    width: 100%;
  }
}

/* Progress bar горе */

.slider-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  z-index: 10;
}

@media (max-width: 768px) {
  .slider-progress {
    height: 3px;
  }
}

.brandLogoShowcase .swiper-slide {
  text-align: start;
}

.brandLogoShowcase {
  display: flex !important;
}

.brandLogoShowcase img {
  height: 68px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.slider-progress-bar {
  display: block;
  height: 100%;
  width: 0%;
  background: #F2B900;
  /* жълто, смени по нужда */
}

.slider-progress-bar.animate {
  animation-name: sliderProgress;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

@keyframes sliderProgress {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

/* Булети квадратчета */

.hero-pagination,
.hero-pagination-2 {
  position: absolute;
  top: 12px !important;
  left: 12px !important;
  display: flex;
  gap: 6px;
  z-index: 10;
  width: auto !important;
}

.hero-pagination .swiper-pagination-bullet,
.hero-pagination-2 .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 0;
  /* квадратче, не кръгче */
  background: white;
  opacity: 1;
  margin: 0 !important;
  transition: background 0.3s ease;
}

.hero-pagination .swiper-pagination-bullet-active,
.hero-pagination-2 .swiper-pagination-bullet-active {
  background: #304CA3;
  /* синьото от скрийншота */
}

.calc-btn {
  z-index: 2;
  bottom: 20px !important;
}

.highlights-box {
  overflow: hidden;
  height: 310px;
  position: relative;
}

.highlights-box video {
  scale: 2;
  overflow: hidden;
  filter: opacity(0.2);
  transform: translate(-40px, 30px);
}

.highlights-box h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 27px;
  color: black;
  font-weight: 800;
  text-transform: uppercase;
  width: 80%;
  padding: 0 0 5px 20px;
  display: inline-block;
}

.highlights-box h2 span {
  color: #FFC500;
}

.container-prod {
  width: 1360px;
  max-width: 1360px;
}

@media (max-width: 768px) {
  .container-prod {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.container-prod .check-row {
  border: 1px solid #EDEDED;
  padding: 5px;
  width: 152px;
  border-radius: 0;
}

.page-title p {
  color: #727272;
  line-height: 1;
}

.prod-tabs {
  border-bottom: 1px solid #B4B4B4;
}

.prod-tabs .tabs {
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #d9d9d9;
}

.prod-tabs .tab {
  background: #f5f5f5;
  border: 0;
  padding: 12px 18px;
  cursor: pointer;
  color: #333;
  border: 1px solid #f5f5f5;
  font-size: 15px;
}

@media (max-width: 768px) {
  .prod-tabs .tab {
    padding: 7px 10px;
    font-size: 12px;
  }
}

.prod-tabs .tab svg {
  margin-top: -2px;
}

.prod-tabs .tab + .tab {
  margin-left: 1px;
}

.prod-tabs {
  /* Активен */
}

.prod-tabs .tab.active {
  background: #fff;
  outline: 2px solid #f5f5f5;
  border-top: 1px solid #B4B4B4;
  border-left: 1px solid #B4B4B4;
  border-right: 1px solid #B4B4B4;
  border-bottom: 0;
  margin-bottom: -1px;
  /* скрива линията на контейнера */
  position: relative;
  z-index: 2;
}

.prod-tabs {
  /* червената линия */
}

.prod-tabs .tab.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 3px;
  background: #ff3158;
  width: 80%;
  margin: 0 auto;
}

.category-swiper .swiper-pagination-bullet {
  background: #304CA3;
}

.category-swiper .fancy {
  background: white;
}

.category-swiper .fancy img {
  padding: 50px;
}

.category-prev::after,
.category-next::after {
  display: none;
}

.category-prev svg,
.category-next svg {
  width: 100%;
  height: 100%;
}

.top-icons img,
.top-right img {
  -o-object-fit: contain;
  object-fit: contain;
}

.navbar-nav {
  justify-content: space-between;
  width: 100%;
}

.navbar-nav .nav-item {
  flex: auto;
}

.navbar-nav .nav-item img {
  transition: 0.3s ease-in-out;
}

.navbar-nav .nav-item:hover img {
  filter: invert(1);
  transition: 0.3s ease-in-out;
}

#main-navigation .navbar-nav > li > a {
  padding: 20px 25px !important;
  justify-content: center;
}

@media (max-width: 1630px) {
  #main-navigation .navbar-nav > li > a {
    padding: 20px 15px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 1300px) {
  #main-navigation .navbar-nav > li > a {
    padding: 10px 5px !important;
  }
}

#main-navigation .navbar-nav > li > a.space-x-2 img {
  height: 19px;
  -o-object-fit: contain;
  object-fit: contain;
}

/* ---------- Mega Dropdown ---------- */

.nav-item.has-dropdown {
  position: relative;
}

@media (max-width: 768px) {
  .nav-item.has-dropdown {
    padding: 0 !important;
  }

  .nav-item.has-dropdown .nav-link {
    padding: 19px 20px;
  }
}

.mega-dropdown.active {
  opacity: 1;
  visibility: visible;
}

.nav-item.has-dropdown:hover .mega-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mega-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 670px;
  background: #213578;
  border-top: 1px solid #5E73B4;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.25s ease;
  z-index: 9999;
}

@media (max-width: 1300px) {
  .mega-dropdown {
    width: 620px;
  }
}

@media (max-width: 768px) {
  .mega-dropdown {
    width: 100%;
    position: unset;
  }
}

.mega-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.mega-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  transition: 0.2s;
}

@media (max-width: 768px) {
  .mega-item {
    border-right: 0;
    padding: 14px 19px;
  }
}

.mega-item:nth-child(even) {
  border-right: none;
}

.mega-item img {
  width: 38px;
  height: 38px;
  -o-object-fit: contain;
  object-fit: contain;
  flex-shrink: 0;
}

.mega-item:hover,
.mega-item.active {
  background: #F4B400;
  color: #1F3B8A;
}

.mega-item:hover img,
.mega-item.active img {
  filter: brightness(0) saturate(100%) invert(20%) sepia(47%) saturate(1155%) hue-rotate(196deg);
}

.mega-item img {
  filter: unset !important;
  width: 22px;
  height: 22px;
}

.ar-down {
  width: 9px !important;
}

.product-card {
  max-width: 1050px;
  margin: 40px auto;
}

.info-row {
  border-top: 1px solid #ddd;
  padding: 10px 0;
  font-size: 16px;
}

.info-row:first-child {
  margin-top: 25px;
  border: 0 !important;
}

.label {
  color: #111;
  font-weight: 400;
}

.value {
  text-align: right;
  color: #111;
  font-weight: 400;
}

@media (max-width: 768px) {
  .info-row {
    font-size: 18px;
  }

  .value {
    text-align: left;
    margin-top: 6px;
  }

  .top-right {
    margin-top: 20px;
  }
}

.prod-filters {
  background: #F9F9F9;
}

.prod-filters .form-select {
  width: 250px !important;
  height: 37px;
  font-size: 12px;
  border: 1px solid #A4A4A4;
  font-family: "Sofia Sans", sans-serif !important;
}

.prod-filters button {
  padding: 0;
  width: 136px;
  height: 37px;
  background: #304CA3;
}

.prod-filters select {
  color: #8C8C8C !important;
}

.prod-filters label {
  font-size: 14px;
  font-weight: 400 !important;
  font-family: "Sofia Sans", sans-serif !important;
}

.products-table-list tbody tr {
  background: white !important;
  border-bottom: 5px solid #F9F9F9;
  cursor: pointer;
}

.products-table-list .see-more-prod {
  display: none;
  cursor: unset;
}

.products-table-list .see-more-prod.active {
  display: contents !important;
}

.products-table-list .see-more-prod {
  background: unset !important;
}

.table:not(.custom-table) > :not(caption) > * > * {
  border-bottom: 0 !important;
}

.table.f-14:not(.custom-table) td {
  border-bottom: 1px solid #DEE2E6 !important;
}

.table:not(.custom-table) > :not(caption) > * > * {
  padding: 0.7rem 0.7rem;
}

.color-orange {
  color: #FC5900;
}

.faq-title {
  color: #304CA3;
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 20px;
}

.accordion-item {
  background: #ffffff;
  border: none;
  border-bottom: 1px solid var(--border-color);
}

.accordion-item:first-of-type,
.accordion-item:last-of-type {
  border-radius: 0;
}

.accordion-button {
  font-weight: 700;
  font-size: 18px;
  color: black;
  background: #ffffff;
  padding: 28px 32px;
  box-shadow: none !important;
  margin-bottom: 7px;
}

.accordion-button:not(.collapsed) {
  background: #ffffff;
  color: var(--text-dark);
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
}

/* remove default bootstrap chevron */

.accordion-button::after {
  display: none;
}

/* custom plus / minus icon */

.accordion-button .icon {
  position: absolute;
  width: 20px;
  right: 30px;
  height: 20px;
  flex: 0 0 auto;
  margin-left: 16px;
}

.accordion-button .icon::before,
.accordion-button .icon::after {
  content: "";
  position: absolute;
  background: #304CA3 !important;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

/* horizontal bar */

.accordion-button .icon::before {
  top: 50%;
  left: 0;
  width: 20px;
  height: 2px;
  transform: translateY(-50%);
}

/* vertical bar */

.accordion-button .icon::after {
  left: 50%;
  top: 0;
  width: 2px;
  height: 20px;
  transform: translateX(-50%);
}

.accordion-button:not(.collapsed) .icon::before {
  background: var(--icon-red);
}

.accordion-button:not(.collapsed) .icon::after {
  transform: translateX(-50%) scaleY(0);
}

.accordion-body {
  padding: 0 32px 32px 32px;
  color: var(--text-body);
  font-size: 1rem;
  line-height: 1.6;
}

.cert-title {
  color: #304CA3;
  font-weight: 700;
  font-size: 21px;
  padding-bottom: 33px;
}

.cert-card {
  background: #fff;
  border-radius: 6px;
  padding: 1.75rem 2rem;
  position: relative;
}

@media (max-width: 768px) {
  .cert-card {
    flex-direction: column !important;
  }
}

.cert-number {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #304CA3;
  color: #fff;
  font-weight: 700;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cert-heading {
  color: #1c1c1c;
  font-weight: 600;
  font-size: 20px;
}

@media (max-width: 768px) {
  .cert-heading {
    line-height: 1;
    padding-bottom: 10px;
  }
}

.cert-text {
  color: #2b2b2b;
  font-size: 18px;
  line-height: 1;
}

.usage-wrapper .usage-header {
  background: #213579;
  font-size: 16px;
}

@media (min-width: 992px) {
  .row-cols-lg-5 {
    flex: 0 0 auto;
    width: 20%;
  }
}

.cat-container {
  padding-left: 40px;
  padding-right: 100px;
}

@media (max-width: 768px) {
  .cat-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.row-grid {
  display: none;
}

.row-grid ._product-item {
  display: none;
}

@media (max-width: 768px) {
  ._product-item:hover {
    box-shadow: unset;
  }
}

.row-grid.active {
  display: flex;
}

.row-grid.active ._product-item {
  display: flex;
}

.change-row {
  display: none;
}

.change-row.active {
  display: flex;
}

.change-grid .category-card {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 20px 10px;
  gap: 20px;
  width: 100%;
  justify-content: space-between;
  position: relative;
}

.change-grid .category-card-image {
  width: 150px;
  flex-shrink: 0;
}

.change-grid .category-card-content {
  width: 270px;
}

.change-grid .category-card-content .title {
  font-size: 19px;
  font-weight: 700;
  color: #111;
  text-decoration: none;
  line-height: 1.2;
}

.change-grid .category-card-specs {
  width: 300px;
}

.change-grid .category-card-specs .row {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px dotted #ddd;
}

.change-grid .category-card-price {
  width: 200px;
  text-align: right;
}

.change-grid .price-new {
  color: #ff5b00;
  font-size: 19px;
  font-weight: 800;
}

.change-grid .price-old {
  text-decoration: line-through;
  color: #333333;
  font-size: 19px;
}

.change-grid .category-card-action {
  width: 220px;
}

.change-grid .buy-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  background: #ff5b00;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
}

.form-check-input:checked[type=checkbox] {
  background-image: url("/assets/images/check.svg");
}

.main-prod-img .prod {
  width: 222px;
  height: 222px;
  -o-object-fit: contain;
  object-fit: contain;
}

.add-fav {
  margin-top: -4px;
  cursor: pointer;
}

.add-fav path {
  transition: all 0.3s ease-in-out;
}

.add-fav.active path,
.add-fav:hover path {
  fill: rgb(255, 217, 0);
  stroke: rgb(255, 217, 0);
  transition: all 0.3s ease-in-out;
}

.category-applications-item img {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
  object-fit: contain;
}

.change-row.active + .row-cols-lg-5 {
  display: none !important;
}

.is-blue {
  color: #304CA3;
}

.see-more-prod:hover {
  --bs-table-accent-bg: unset !important;
}

.see-more-prod.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: unset !important;
  color: unset !important;
}

.more-prod-wrapper {
  background: white;
  color: black;
  text-decoration: none;
  width: 15.7%;
  border: 2px solid white;
}

@media (max-width: 768px) {
  .more-prod-wrapper {
    width: 230px !important;
  }
}

@media (max-width: 768px) {
  .mobile-more-prod {
    overflow-x: scroll;
    width: 100vw;
    flex-wrap: unset !important;
  }
}

.more-prod-wrapper:hover {
  color: black;
  border: 2px solid #304CA3;
}

.more-prod-wrapper img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

.more-prod-wrapper .buy-btn {
  background: #304CA3;
  width: 33px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s ease-in-out;
  border: 0;
}

.more-prod-wrapper .buy-btn:hover {
  background: #E52148;
  transition: background 0.3s ease-in-out;
}

.more-prod-wrapper .price {
  color: #FC5900;
  font-weight: 700;
}

.more-prod-wrapper .old-price {
  text-decoration: line-through;
}

.see-more-prod-click button:hover {
  background: #FC5800;
  color: white;
}

.see-more-prod-click .cart {
  margin-top: -4px;
}

.pagination .pag-main {
  background-color: unset !important;
  width: 100% !important;
  height: 100% !important;
  transition: color 0.3s ease-in-out;
}

.pagination .pag-main:hover {
  color: #FC5800 !important;
  transition: color 0.3s ease-in-out;
}

.pagination .page-item span {
  background: unset;
}

.pagination .page-item.active .page-link {
  background-color: #304CA3 !important;
}

.pagination .page-item.active .page-link:focus {
  outline: unset !important;
  border: 0 !important;
}

.pagination .page-item.active .page-link span {
  background: unset !important;
  background: unset !important;
}

.pagination .page-item .page-link {
  width: 53px;
  height: 53px;
  border-radius: 0 !important;
  background: white;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination .page-item .page-link:hover {
  color: white;
  background: #FC5800;
}

.prod-badge img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 768px) {
  .cat-hover-row {
    display: flex;
    flex-direction: row;
    flex-wrap: unset;
    overflow: auto;
  }
}

@media (max-width: 768px) {
  .cat-hover-row > a {
    flex: 0 0 80%;
  }
}

.cat-hover-row img {
  border: 3px solid transparent;
  transition: border 0.3s ease-in-out;
}

.cat-hover-row img:hover {
  border: 3px solid #304CA3;
  transition: border 0.3s ease-in-out;
}

.view-switcher {
  position: relative;
  display: flex;
  width: 68px;
  height: 36px;
  padding: 0;
  background: #fff;
}

@media (max-width: 1024px) {
  .view-switcher {
    display: none !important;
  }
}

.active-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 36px;
  background: #304db0;
  transition: transform 0.25s ease;
  z-index: 0;
}

.view-btn {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* LIST ICON */

.list-icon {
  width: 22px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.list-icon i {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
}

/* GRID ICON */

.grid-icon {
  width: 18px;
  height: 18px;
  display: grid;
  grid-template-columns: repeat(2, 7px);
  grid-template-rows: repeat(2, 7px);
  gap: 3px;
}

.grid-icon i {
  display: block;
  width: 7px;
  height: 7px;
  background: #304db0;
}

/* При активен Grid icon-ът става бял */

.view-btn.active .grid-icon i {
  background: #fff;
}

/* При hover върху List */

.view-switcher:has(.view-btn[data-view=list]:hover) .active-bg {
  transform: translateX(0);
}

/* Неактивният list icon */

.view-btn:not(.active) .list-icon i {
  background: #304db0;
}

/* Неактивният grid icon */

.view-btn:not(.active) .grid-icon i {
  background: #304db0;
}

.more-products-swiper.swiper-loading {
  visibility: hidden;
}

.more-products-swiper.swiper-ready {
  visibility: visible;
}

@media (min-width: 992px) {
  .row-cat.grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
  }

  .row-cat.grid > .row-cols-lg-5 {
    width: auto;
    display: flex;
  }

  .row-cat.grid > .row-cols-lg-5 > .change-grid {
    width: 100%;
    display: flex;
  }

  .row-cat.grid > .row-cols-lg-5 .row-grid {
    width: 100%;
    display: flex;
  }

  .row-cat.grid > .row-cols-lg-5 ._product-item {
    width: 100%;
    display: flex;
  }

  .row-cat.grid > .row-cols-lg-5 ._category-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.active-nav {
  background: #ffda21;
}

@media (max-width: 768px) {
  .nav-link {
    padding: 9px 16px;
  }
}

.active-nav > .nav-link {
  color: black;
}

.active-nav > .nav-link > span {
  color: black;
}

.active-nav > .nav-link > img {
  filter: brightness(0);
}

.mega-dropdown .active-nav,
.mega-dropdown .active-nav span {
  color: black;
}

.mega-dropdown .active-nav > img {
  filter: brightness(0) !important;
}

.mega-dropdown .mega-item.active-nav > span {
  color: black;
}

.mega-dropdown .mega-item.active-nav > img {
  filter: brightness(0) !important;
}

.l-combo {
  background: #304CA3;
  display: flex;
  align-items: center;
  border-radius: 4px;
  height: 15px;
  padding: 0 6px;
  color: white;
  font-size: 11px;
}

.l-delivery {
  display: flex;
  align-items: start;
  text-transform: uppercase;
  line-height: 7px;
  height: 15px;
  font-size: 9px;
  color: #6FCA2A;
  font-weight: 700;
}

.l-delivery svg {
  margin-right: 2px;
}

.l-promo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 15px;
  background: #ff6600;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0px 9px 0 5px;
  clip-path: polygon(0% 0, 88% 0, 100% 50%, 88% 100%, 0 100%);
  border-radius: 3px 6px 6px 3px;
}

.table-prod-h {
  width: 40%;
}

.c-blue {
  color: #304CA3;
}

.products-table-list .text-black {
  color: black !important;
}

@media (max-width: 768px) {
  .products-table-list {
    margin-top: 20px;
  }
}

.drive-btn input[type=checkbox] {
  display: none;
}

.drive-btn img {
  width: 43px;
  height: 43px;
}

.drive-btn label {
  cursor: pointer;
  display: inline-block;
}

.drive-btn input[type=checkbox]:checked + label img {
  outline: 1px solid #304CA3;
}

@media (max-width: 768px) {
  .mobile-header-bottom {
    display: flex;
  }

  .mobile-header-bottom .text-left {
    font-family: "Sofia Sans", sans-serif !important;
    font-size: 13px;
    font-weight: 400;
  }

  .mobile-header-bottom .mobile-search {
    background: #304CA3;
    width: 70%;
  }

  .mobile-header-bottom #side-navigation-toggle {
    width: 30%;
    background: #FFC500;
    text-transform: uppercase;
    color: black;
    display: flex;
    align-items: center;
  }

  .mobile-header-bottom #side-navigation-toggle .text-left {
    margin-top: 3px;
    font-weight: 600;
  }

  #side-navigation {
    width: 100%;
    overflow-y: auto;
    top: 95px;
    height: 100%;
    background-color: #213578 !important;
    padding-bottom: 100px;
    z-index: 1111111;
  }

  #side-navigation .navbar {
    padding: 0 !important;
  }

  #side-navigation .nav-item {
    padding: 10px 20px;
    border-bottom: 1px solid #41518C;
  }

  #side-navigation .navbar-nav .nav-item img {
    width: 20px;
    height: 20px;
  }

  #side-navigation .nav-link {
    color: white;
  }

  #side-navigation .mega-grid {
    display: unset;
  }

  .navbar-nav .nav-item:hover img {
    filter: invert(0);
  }

  .mega-dropdown {
    display: none;
  }

  .mega-dropdown.active {
    display: block;
  }

  .filter-mobile-btn {
    position: fixed;
    text-align: right;
    z-index: 111111;
    bottom: 20px;
    width: unset;
    right: 0;
  }

  .filter-desktop {
    display: none;
    background: #F9F9F9;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    overflow-y: scroll;
  }

  .filter-desktop.active {
    z-index: 1111111;
    display: block;
  }

  .filters-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .middle-cat-nav {
    padding-bottom: 10px;
  }

  .middle-cat-nav::-webkit-scrollbar {
    display: none;
  }

  .cat-box {
    width: 32% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
  }

  .row-cat .row-cols-lg-5 {
    width: 50% !important;
  }

  .row-cat {
    --bs-gutter-x: 1rem !important;
    --bs-gutter-y: 1rem !important;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .change-grid {
    height: 100% !important;
  }

  .change-grid ._category-item {
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .category-layout .pagination {
    display: none;
  }

  .show-more-txt {
    margin: 20px 0;
    background: white;
    padding: 25px 0;
    font-size: 18px;
    width: 100%;
    color: #304CA3;
    text-align: center;
  }

  ._product-item {
    padding: 10px;
  }

  #body.category-layout .page-title .title {
    font-size: 40px;
  }

  #installation img {
    width: 140px;
  }

  .check-row {
    font-size: 14px;
    margin: 0;
  }

  .page-title {
    margin-bottom: 0;
  }

  .section-title .title {
    font-size: 17px;
  }
}

.prod-chars-right {
  padding: 0 0 0 35px;
}

@media (max-width: 768px) {
  .prod-chars-right {
    padding: 0 20px;
  }

  .prod-chars-right .info-row {
    display: flex;
    padding: 7px 0;
  }

  .prod-chars-right .label {
    font-size: 16px;
  }

  .prod-chars-right .value {
    font-size: 16px;
  }
}

.prodSlider-1,
.prodSlider-2,
.prodSlider-3,
.prodSlider-4,
.prodSlider-5 {
  padding-bottom: 10px !important;
  padding-left: 2px !important;
}

.tab-content > .active {
  display: flex;
}

#main-header .cart-btn-mobile .notification {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  background: #ed1b34;
  font-size: 11px;
  color: #fff;
  font-weight: bold;
  padding: 3px 3px;
  line-height: 0.8em;
  margin-left: 2px;
  margin-bottom: -3px;
  display: block;
  z-index: 1;
}

.search-mobile-input {
  background: #304CA3 !important;
  border: 0;
  color: white !important;
}

.search-mobile-input::-moz-placeholder {
  color: white;
}

.search-mobile-input::placeholder {
  color: white;
}

body.no-scroll {
  overflow: hidden;
  height: 100vh;
  touch-action: none;
}

body {
  position: relative;
}

._category-item .promo-badge {
  top: -3px;
  left: 0px;
}

@media (max-width: 768px) {
  .mobile-header-bottom {
    background: #304CA3;
  }

  #mobile-search {
    width: unset;
  }

  .mobile-header-bottom #side-navigation-toggle {
    width: 138px;
    align-items: center;
    margin-left: auto;
  }

  .wishlist-btn,
  .cart-btn-mobile {
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    width: 46px;
    height: 40px;
  }
}

@media (max-width: 1300px) {
  #main-header .header-phone .phone {
    font-size: 20px !important;
  }
}

@media (max-width: 1300px) {
  .delivery-text {
    font-size: 11px;
  }
}

.pagination .page-item:first-child .page-link {
  margin-left: 0;
}

.coverage .check-row {
  margin-left: 0 !important;
}

.check-row {
  overflow: hidden;
}

