.navbar.navbar-default.navbar-fixed-top {
  background-color: #0a2545;
  box-shadow: 0 2px 4px rgb(5 12 51 / 30%);
  border-color: transparent;
}

.navbar.navbar-default.navbar-fixed-top .navbar-brand {
  color: #ac005f;
}

.navbar-default .navbar-nav > li > a {
  color: #ac005f; /* Active/default text color */
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ff3399; /* Optional: brighter magenta on hover */
  background-color: rgba(172, 0, 95, 0.1); /* Soft magenta tint */
}

header{
  color: white;
  background: transparent;
  border: 1px solid darkblue;
  border-radius: 3px;
  background-image: url("../images/code.png");
  background-color: #cccccc;
  margin-bottom: 5px;
}
div.head-div{
  padding-bottom: 5px;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

body {
  max-width: none;
  margin: 0;
  padding-top: 70px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #ac005f;
  background-color: #051832;
}
.list-group-item.product-gallery {
  display: block;
  border: 1px solid #020a18;
  min-height: 50px;
}

.product-gallery::after {
  content: "";
  display: table;
  clear: both;
}

h3 {
  color: #f3f5f8;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
}

h4 {
  color: #ac005f;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
}

blockquote {
  color: #666;
  font-style: italic;
  border-left: 5px solid #ac005f;
  margin: 0 0 20px;
  padding-left: 15px;
}

a {
  color: #ac005f;
}
a:hover,
a:focus {
  text-decoration: underline;
}

ul{
  padding: 0;
}

li{
  color: #f2f4f7;
  list-style: none;
}

li.small-image{
  width: 50px;
}

li.small-image img{
  width: 100%;
}

img{
  max-width: 230px;
  max-height: 230px;
}

.img-wrap {
  background: #f8f8f8;
  height: 200px;
  margin: 0 auto 20px;
  padding: 10px;
  width: 200px;
}

.img-thumbnail {
  background: none;
  border: 0;
  height: auto;
  max-width: 100%;
}

.img-thumbnails {
  margin: 0 auto 10px;
  width: 200px;
}

.img-thumbnails .thumbnail {
  background: #f8f8f8;
  border: 0;
  margin-right: 25px;
  min-height: 50px;
}

.img-thumbnails .thumbnail:last-child {
  margin-right: 0;
}

.nav-pills {
  margin-bottom: 30px;
}

.nav-pills > li > a:hover,
.nav-pills > li > a:focus{
  color: #ac005f;
}

.nav-pills > li.active > a,
.btn-primary,
.btn-primary:focus {
  background: #ac005f;
  border: 0;
}

.nav-pills > li.active > a:hover,
.btn-primary:hover {
  background: #ac005f;
}
.ng-invalid.ng-dirty {
  border-color: red;
}

.ng-valid.ng-dirty {
  border-color: green;
}

.list-group-item {
  background-color: #0a2545; /* or a slightly lighter navy */
  border-color: #ac005f;     /* match your accent color */
  color: #ac005f;            /* ensure text is readable */
}

/* Add to cart button */
.list-group-item > button {
  margin-top: 5px;
  color: white;
  background-color: #ac005f;
  border-color: #ac005f;
  border-radius: 3px;
}

.zoco-header {
  margin: 0 0 8em 0;
  padding: 0 0 0 0;
  /*background-color: #ac005f;
  color: white;*/
  border-radius: 3px;
}

.zoco-cathegories h3 {
  color: white;
}

.zoco-cathegories .nav-stacked > li {
  background-color: #0f2a44;
  color: #e6f1ff;
  margin-bottom: 6px;
  padding: 8px 12px;
  font-size: 15px;
  /*padding: 10px;*/
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.zoco-cathegories .nav-stacked > li:hover {
  background-color: #173d5c;
}

.footer {
  background-color: #0a2545;
}

.footer  li {
  color: #ac005f;  
}

.allAvailable {
  display: block;
  text-align: center;
}

.all-gallery {
  margin-top: 20px;
}

.thumbnail-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;  
}

.thumbnail-list > .thumbnail {
  flex: 0 1 calc(33.333% - 15px); /* 3 per row with gap accounted */
  max-width: calc(33.333% - 15px);
}
@media (max-width: 768px) {
  .thumbnail-list > .thumbnail {
    flex: 0 1 calc(50% - 15px); /* 2 per row on tablets */
  }
}
@media (max-width: 480px) {
  .thumbnail-list > .thumbnail {
    flex: 0 1 100%; /* full width on mobile */
  }
}

.thumbnail-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50px;
  text-align: center;
}

.thumbnail-img {
  width: 92%;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 4px;
}

img {
  max-width: 230px;
  max-height: 230px;
}
.product-name {
  font-size: 13px;
  margin-top: 5px;
  color: #fff;
  text-align: center;
}
