body {
  /*background:
          linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)),
          url('../img/bg.png');*/
  background-size: 800px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding-top: 200px; }
  body a {
    color: #C2303B; }

.text-primary {
  color: #C2303B !important; }

.nav-tabs .nav-link {
  color: #C2303B; }

.pagination {
  overflow: hidden; }

.btn-primary {
  background-color: #C2303B;
  border-color: #C2303B; }
  .btn-primary:hover {
    background-color: #616A6F;
    border-color: #616A6F; }

#siteHeader {
  background-color: #fff; }

.page-link {
  color: #C2303B; }

.page-link.active, .active > .page-link {
  background-color: #C2303B;
  border-color: #C2303B; }

.hero-section.bg-image {
  border-radius: 21px; }
  .hero-section.bg-image .breadcrumb {
    color: #fff; }
  .hero-section.bg-image .breadcrumb-item.active, .hero-section.bg-image .breadcrumb-item + .breadcrumb-item::before {
    color: #fff; }

@media (max-width: 575.98px) {
  .dropdown-menu.show {
    width: 100%; } }

.container {
  background-color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 24px; }

header .fa-solid {
  color: #C2303B; }

header .navbar-collapse {
  justify-content: end; }
  @media (max-width: 575.98px) {
    header .navbar-collapse {
      padding-top: 15px; } }

header .header__contacts a {
  text-decoration: none;
  color: #000;
  margin-left: 30px;
  font-weight: bold; }
  header .header__contacts a .fa {
    color: #C2303B;
    margin-right: 5px; }
  @media (max-width: 575.98px) {
    header .header__contacts a {
      margin: 0;
      margin-bottom: 10px; } }

@media (max-width: 575.98px) {
  header .header__contacts {
    display: flex;
    flex-direction: column; } }

header .navbar-nav .nav-item {
  margin-left: 25px; }
  @media (max-width: 575.98px) {
    header .navbar-nav .nav-item {
      margin-left: 0; } }

header .navbar-nav .nav-link {
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 5px;
  font-weight: 800;
  font-style: normal; }

header .navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #C2303B;
  transition: all 0.3s ease; }
  @media (max-width: 1199.98px) {
    header .navbar-nav .nav-link.active::after {
      width: 40px; } }

header .header__contacts {
  padding-top: 20px; }

header .collapse.navbar-collapse {
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: end;
  height: 93px; }
  @media (max-width: 575.98px) {
    header .collapse.navbar-collapse {
      height: auto; } }

header .navbar {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important; }
  header .navbar .container {
    border-radius: 24px 24px 0 0; }
  header .navbar .nav-link {
    font-weight: 600;
    letter-spacing: 1px; }

.navbar-brand {
  background-image: url(../img/LOGO_V1.svg);
  width: 195px;
  height: 93px;
  display: block;
  text-indent: -9999em;
  background-size: contain; }
  @media (max-width: 1199.98px) {
    .navbar-brand {
      width: 150px;
      height: 71px; } }

#searchForm .btn-catalog {
  font-weight: bold; }
  #searchForm .btn-catalog i {
    margin-right: 5px; }
  @media (max-width: 991.98px) {
    #searchForm .btn-catalog {
      margin-bottom: 10px; } }

#searchForm .btn-outline-default {
  background-color: #F5F7FC;
  border: 1px solid #dee2e6; }

#searchForm .container {
  border-radius: 0px 0px 0px 0px;
  padding-top: 0.5rem;
  padding-bottom: 0.7rem; }

#searchForm .form-control {
  background-color: #F5F7FC; }
  @media (max-width: 575.98px) {
    #searchForm .form-control {
      font-size: 12px; } }

#searchForm .btn-primary {
  background-color: #C2303B;
  border-color: #C2303B;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between; }

main .container {
  border-radius: 0px 0px 0px 0px; }

.btn-outline-primary {
  border-color: #C2303B;
  color: #000; }
  .btn-outline-primary:hover {
    background-color: #C2303B !important;
    border-color: #C2303B; }

/* Custom slider styles */
.carousel {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden; }

.carousel-item {
  transition: transform 1s ease, opacity .5s ease-out;
  max-height: 500px;
  height: 500px; }
  .carousel-item .bg-img {
    background-size: cover;
    background-position: center; }
  @media (max-width: 1399.98px) {
    .carousel-item {
      height: 400px; } }
  @media (max-width: 575.98px) {
    .carousel-item {
      height: 300px; } }
  @media (max-width: 1399.98px) {
    .carousel-item img {
      width: auto; } }
  @media (max-width: 1199.98px) {
    .carousel-item img {
      width: auto; } }

.carousel-caption {
  padding: 20px;
  bottom: 0%;
  top: 0px;
  text-align: left;
  height: auto;
  text-align: left; }
  @media (max-width: 1399.98px) {
    .carousel-caption {
      top: 0px; } }
  @media (max-width: 991.98px) {
    .carousel-caption {
      margin-left: 0px;
      left: 30px; } }
  .carousel-caption .w-50 {
    width: 70% !important; }
    @media (max-width: 1399.98px) {
      .carousel-caption .w-50 {
        width: 80% !important; } }
    @media (max-width: 991.98px) {
      .carousel-caption .w-50 {
        width: 90% !important; } }
    @media (max-width: 575.98px) {
      .carousel-caption .w-50 {
        width: 100% !important; } }
  .carousel-caption h5 {
    font-size: 50px; }
    @media (max-width: 1199.98px) {
      .carousel-caption h5 {
        font-size: 30px; } }
    @media (max-width: 575.98px) {
      .carousel-caption h5 {
        font-size: 20px; } }
  @media (max-width: 575.98px) {
    .carousel-caption p {
      font-size: 13px; } }

/* Animation delays */
.animate__animated.animate__fadeInUp {
  animation-delay: 0.3s; }

.animate__animated.animate__fadeInRight {
  animation-delay: 0.5s; }

.animate__animated.animate__fadeInLeft {
  animation-delay: 0.7s; }

/* Custom indicator style */
.carousel-indicators button {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50% !important;
  margin: 0 5px;
  transition: all 0.3s ease; }

.carousel-indicators button.active {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #C2303B; }

.carousel-control-prev, .carousel-control-next {
  width: 30px; }

/* Product card hover effect */
.product-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 10px;
  overflow: hidden;
  min-height: 365px; }
  .product-card .card-title a {
    color: #000;
    text-decoration: none; }
  @media (max-width: 575.98px) {
    .product-card .card-title {
      font-size: 16px; } }

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); }

/* Card image styling */
.card-img-top {
  height: 200px;
  object-fit: cover;
  transition: transform 0.5s ease; }

.product-card:hover .card-img-top {
  transform: scale(1.05); }

/* Rating stars */
.rating {
  letter-spacing: 2px; }

/* Add to cart button */
.btn-outline-primary {
  transition: all 0.3s ease; }

.btn-outline-primary:hover {
  background-color: #0d6efd;
  color: white !important; }

.hero-section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center; }

/* Background image with overlay */
.bg-image {
  background-image: url("../img/banner.jpg"); }

/* Responsive adjustments */
@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 2.5rem; } }

.gallery-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0px; }

.main-image-container {
  position: relative;
  margin-bottom: 15px; }

.main-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px; }

.thumbnail-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center; }

.thumbnail {
  width: 80px;
  height: 80px;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 3px;
  transition: all 0.3s ease;
  object-fit: cover; }

.thumbnail:hover, .thumbnail.active {
  border-color: #C2303B; }

.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 50%;
  font-size: 18px;
  z-index: 10; }

.prev-btn {
  left: 0px; }
  .prev-btn i {
    color: #C2303B; }

.next-btn {
  right: 0px; }
  .next-btn i {
    color: #C2303B; }

.caption {
  text-align: center;
  margin-top: 10px;
  font-style: italic;
  color: #555; }

.make-list-item {
  border: 1px solid #E2E8EA;
  border-radius: 10px;
  padding: 20px; }
  .make-list-item a {
    text-decoration: none;
    display: block; }
    .make-list-item a span {
      display: block;
      background-position: center;
      background-size: 60px;
      background-repeat: no-repeat; }
  .make-list-item strong {
    display: block;
    margin-top: 5px; }
  .make-list-item img {
    max-width: 100%;
    width: 60px;
    opacity: 0; }

.body-content img {
  border-radius: 10px; }

.underline-title {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem; }
  .underline-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    /* Adjust this to control distance from text */
    width: calc(80%);
    height: 3px;
    background-color: #C2303B;
    /* Change to your preferred color */ }

@media (max-width: 575.98px) {
  .products__resent {
    flex-wrap: nowrap;
    overflow: scroll; }
    .products__resent .col {
      width: 250px; } }

@media (max-width: 575.98px) {
  .products__resent .card__meta {
    flex-direction: column; } }

@media (max-width: 575.98px) {
  #productTab .nav-link {
    font-size: 12px !important; } }

@media (max-width: 575.98px) {
  #productTab {
    flex-wrap: nowrap; } }

.catalog-list-item {
  height: 100%;
  border: 1px solid #E2E8EA; }
  .catalog-list-item p {
    font-size: 12px; }
    @media (max-width: 575.98px) {
      .catalog-list-item p {
        display: none; } }
  .catalog-list-item .category-logo {
    /*a{
      position: absolute; width: 100%; height: 100%; left: 0; top:0; display: block; text-indent: -99999em; opacity: 0.3;
      background-repeat: no-repeat;
      background-size: inherit;
      background-position: 190px;
      @media (max-width: 575.98px) {
        background-position: 115%;
        background-size: 100px;
      }
    }*/ }
  .catalog-list-item ul {
    padding: 0; }
    .catalog-list-item ul li {
      display: inline-block;
      list-style: none;
      font-size: 12px; }
  .catalog-list-item ol li {
    list-style: none;
    font-size: 14px;
    margin-bottom: 5px; }
    .catalog-list-item ol li a {
      text-decoration: none; }
      .catalog-list-item ol li a:hover {
        color: #212529; }

.car_logo {
  background-size: contain; }

#hoverDropdown .dd_catalog_items {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 5px; }
  #hoverDropdown .dd_catalog_items a {
    background-repeat: no-repeat;
    padding-left: 35px;
    background-size: 20px;
    background-position: center left; }

#homeAdvantages {
  position: relative;
  height: 500px; }
  @media (max-width: 991.98px) {
    #homeAdvantages {
      height: auto; } }
  #homeAdvantages .fas {
    color: #C2303B;
    margin-right: 30px;
    font-size: 50px; }

#back-to-top {
  position: fixed;
  bottom: 120px;
  right: 120px;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background-color: #555;
  color: white;
  font-size: 20px;
  cursor: pointer;
  z-index: 99;
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
  visibility: hidden; }
  @media (max-width: 991.98px) {
    #back-to-top {
      bottom: 20px;
      right: 20px; } }

#back-to-top:hover {
  background-color: #333; }

#back-to-top.show {
  opacity: 1;
  visibility: visible; }

.product-card .card-title {
  height: 75px;
  margin: 0; }

.product-card .carousel {
  box-shadow: none;
  border-radius: 0; }
  .product-card .carousel .carousel-indicators {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0; }
  .product-card .carousel .carousel-control-next-icon {
    width: 1.2rem; }
  .product-card .carousel .carousel-control-prev-icon {
    width: 1.2rem; }
  .product-card .carousel .carousel-indicators button {
    width: 20px !important;
    height: 3px !important;
    border-radius: 0 !important; }

.product-card .carousel-item {
  min-height: auto;
  max-height: 100%;
  height: auto; }

.catalog-tabs {
  display: flex;
  border-radius: 0.25rem;
  overflow: hidden; }
  .catalog-tabs .nav-tabs {
    flex: 0 0 350px;
    flex-direction: column;
    border: 0; }
  .catalog-tabs .nav-tabs .nav-link {
    padding: 1rem;
    border: none;
    border-radius: 0;
    text-align: left;
    font-size: 1.25rem;
    font-weight: 600; }
  .catalog-tabs .nav-tabs .nav-link.active {
    background-color: #f8f9fa;
    color: #000;
    border-color: #dee2e6 #fff #dee2e6 #dee2e6; }

.nav-tabs .nav-link:last-child {
  border-bottom: none; }

.tab-content {
  flex: 1;
  padding: 1.5rem; }

.category-items {
  list-style-type: none;
  padding-left: 0; }

.category-items li {
  margin-bottom: 0.5rem; }

.category-items a {
  text-decoration: none; }

.category-items a:hover {
  color: #0d6efd;
  text-decoration: underline; }

.tab-pane h3 {
  margin-bottom: 1rem;
  color: #212529; }

.summary {
  padding: 20px 10px; }

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

.accordion-button:not(.collapsed) {
  background-color: #C2303B;
  color: #fff; }

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }

#accordionPanelsCategory .accordion-button {
  font-size: 1.25rem;
  font-weight: 600; }

#accordionPanelsCategory .accordion-header {
  position: relative; }
  #accordionPanelsCategory .accordion-header button {
    min-height: 80px; }
  #accordionPanelsCategory .accordion-header .img-cat {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -35px;
    width: 70px;
    z-index: 6; }
    #accordionPanelsCategory .accordion-header .img-cat img {
      width: 100%; }

.detail-view th {
  white-space: nowrap; }

.header__cart {
  position: relative; }
  .header__cart .cart-badge {
    font-size: 10px;
    position: absolute;
    top: -8px;
    border-radius: 50%;
    right: -13px; }
