/*.header {*/
/*  position: sticky;*/
/*  top: 0;*/
/*  z-index: 1000;*/
/*}*/

.swiper {
  --swiper-pagination-bottom: 0;
}

.product-banner ul li a {
  color: #69768f;
}

.product-banner ul li:before {
  color: #69768f;
  content: '>';
}

:root {
  --swiper-theme-color: #DC2626;
  --swiper-navigation-size: 30px;
  --swiper-navigation-top-offset: calc(50% - 1.5rem);
  /*/ / #9F172A;*/
}


@media (max-width: 768px) {
  .slick-vertical .slick-list.draggable {
    height: auto !important;
  }
}

.mobile-menu {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  background-color: #ffffff;
  z-index: 999;
  box-shadow: 0 -2px 10px 2px rgba(0, 0, 0, 0.1);
  padding-top: 4px;
  padding-bottom: 4px;
}

footer {
  border-top: none;
  background-color: #F6F6F6;
}
footer .quicklinks .h3, footer .quicklinks h3{
  color: #585858;
  font-weight: 700;
  margin: 0 0 12px;
}
/*footer .quicklinks ul li a {*/
/*  color: #585858;*/
/*  font-weight: 400;*/
/*}*/
footer .quicklinks ul li {
  /*margin: 0 0 10px;*/
}
/*footer .copyright{*/
/*  border-top: 1px solid #C4161C;*/
/*  margin: 4px 0 0;*/
/*}*/

@media (max-width: 992px) {
  footer {
    padding-bottom: 96px !important;
  }
}

@media (max-width: 767.98px) {
  footer .quicklinks .h3,footer .quicklinks h3 {
    text-align: left;
  }
  footer .quicklinks{
    margin-bottom: 1rem;
  }
  footer .quicklinks ul {
    display: block;
  }
}


.single-product .product-detail .info-bx .btn-red {
  background: #9F172A;
  border-radius: 10px;
}

.price-container {
  color: #9F172A !important;
}

.quantity-input-group {
  display: flex;
  align-items: stretch;
  justify-content: start;
  gap: 8px;
  /*max-width: 158px;*/

  .btn-secondary {
    background-color: #ccc !important;
    min-width: 50px;
    border-radius: 10px;
  }

  .form-control {
    text-align: center;
    min-width: 50px;
    border-radius: 10px;
  }
}

.promotional-banner {
  padding: 1rem 1rem;
  text-align: center;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1.2rem;
  flex-wrap: wrap;

  .btn {
    border-radius: 40px;
    padding: 2px 10px;
    border: 1px solid;
  }

  .btn:hover {
    background-color: rgb(0 0 0 / 3%)
  }

  strong {
    font-size: 1.4em;
  }
}

@media (max-width: 768px) {
  .promotional-banner {
    font-size: 1rem;
    padding: 10px;
  }
}

@media (max-width: 500px) {
  .promotional-banner {
    flex-direction: column;
    gap: 0
  }
}

.navbar-menu {
  display: flex;
  align-items: center;
  /*gap: 10px;*/

  button {
    color: white !important;
  }

  /*a {*/
  /*  color: #fff;*/
  /*}*/

  /*a:hover {*/
  /*  color: #fffffffa;*/
  /*}*/

  /*> * {*/
  /*  min-width: 50px;*/
  /*  text-align: center;*/
  /*}*/
}

@media (max-width: 767.98px) {
  .product-banner {
    padding: 13px 0;
  }
}

