.product-details .price {
  font-size: 30px;
  font-weight: bold;
  color: #00a1e5;
}
.product-details {
  padding-left: 0px;
}
.opt {
  color:gray;
  text-align: right;
  float:right;
}
.fpr {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.js-add-to-cart-btn {
  width: 100%;
  padding: 8px 4px;
  font-weight: bold;
  background: #eb4145;
  border-color: #b4151a;
}
.product-gallery {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.related {
  text-decoration: none;
}
.related img {
  margin-right: 10px;
}

/** HEADER */
header {
  padding-top: 10px;
}
header .top-line .line-item.location {
  background: none;
  padding-left: 0;
}
header .fas {
  color: #00a1e7;
  display: inline-block;
  margin-right: 5px;
}
header .top_nav {
  display: flex;
  font-size: 16px;
  padding: 0;
  justify-content: center;
  margin-bottom: 13px;
}
header .top_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

header .top_nav a{
  color: #272727;
  text-decoration: none;
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
  padding: 0 10px;
  margin: 0 5px;
  transition: all 0.3s ease-in-out;
}
header .logo a img {
  width: auto;
  max-height: 90px;
}
header .catalog {
  display: block;
  text-align: center;
  color: white;
  text-decoration: none;
  background: #ff1920;
  font-weight: bold;
  border-radius: 10px;
  line-height: 50px;
  font-size: 18px;
}
header .search-form .form-control {
  border: 2px solid #00a1e7 !important;
  border-right: none;
  border-radius: 10px;
  font-size: 18px;
  height: 50px;
}
header .search-form .btn {
  background: #00a3e3 url(/images/magnifying-glass-solid.svg) 50% no-repeat;
  background-size: 20px;
  line-height: 20px;
  padding: 7px 0;
  width: 50px;
  display: block;
  border-radius: 0 10px 10px 0;
}
header .menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.menu li i {
  color: #00a3e3;
  font-size: 30px;
  margin: 0;
}
.menu li {
  height: 50px;
}
.menu li a {
  color: gray;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  height: 50px;
  position: relative;
}
.menu li a span {
  max-width: 90px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.menu li a sup {
  position: absolute;
  top: -5px;
  right: 10px;
  color: white;
  background: red;
  width: 20px;
  height: 20px;
  font-size: 14px;
  border-radius: 20px;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
}
.menu sup[data-count="0"] {
  display: none;
}
.head.stick {
  position: fixed;
  top:0;
  max-width: 1320px;
  width: 100%;
  background: white;
  z-index: 1000;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.head.stick .logo {
  text-align: left;
}
.head.stick .logo img {
  height: 70px;
}
.triggers {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.triggers .trigger {
  text-align: center;
  padding: 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.triggers .trigger.animate {
  opacity: 1;
  transform: translateY(0);
}

.triggers .number {
  font-size: 2rem;
  font-weight: bold;
  color: #00a1e5;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}

.triggers .text {
  font-size: 1rem;
  color: #333;
  transition: all 0.3s ease;
  margin-bottom: 0;
}

.triggers .trigger.animate .number,
.triggers .trigger.animate .text {
  opacity: 1;
}




@media (max-width: 768px) {
  header .logo {
    height: 40px;
    margin-left: 10px;
  }
  header .top-line .line-item {
    height: 40px;
    margin: 0;
    color:white;
    line-height: 40px;
  }
  header .fas {
    color:white;
  }
  .cities-list {
    color: rgb(39, 39, 39);
  }
  header.is_mobile {
    padding-top: 40px;
  }
  /* Mobile Footer Menu */
  .footer-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-around;
    padding: 8px 0;
    z-index: 1000;
  }

  .footer-menu a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #666;
    font-size: 12px;
    position: relative;
  }
  .footer-menu a .fas {
    color: #666;
  }

  .footer-menu a.active {
    color: #00a1e5;
  }

  .footer-menu i {
    font-size: 20px;
    margin-bottom: 4px;
  }

  /* Red badge indicators */
  .footer-menu sup {
    position: absolute;
    top: 0;
    right: 0;
    background: #ff0000;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
  }

  .footer-menu sup[data-count="0"] {
    display: none;
  }

}
