@charset "UTF-8";

.navbar .megamenu {
  padding: 1rem;
  background: #fff !important;
  font-size: 1em;
  font-weight: 300;
  max-width: 1400px;
}

.navbar .megamenu li {
  padding-top: 0.35em;
  padding-bottom: 0.35em;
}

.navbar .megamenu li a {
  color: #222222;
  text-decoration: none;
}

.navbar .megamenu li a:hover {
  color: #0a9396;
  text-decoration: none;
}

.navbar .megamenu a {
  color: #222222;
  text-decoration: none;
}

.navbar .megamenu a:hover {
  color: #0a9396;
  text-decoration: underline;
}

.navbar-brand img {
  height: 40px;
}

/* ============ desktop view ============ */

@media all and (min-width: 992px) {
  .navbar .has-megamenu{position: static!important;
}

.navbar .megamenu {
  left: 0;
  right: 0;
  width: 100%;
  margin-top: 0;
}

.navbar-brand img {
  height: 60px;
  }

}	

/* ============ mobile view ============ */

@media(max-width: 991px) {
  .navbar.fixed-top .navbar-collapse, .navbar.fixed-top .navbar-collapse{

		overflow-y: auto;
  max-height: 80vh;
  margin-top: 10px;
  }

}

.navbar .list-group-item {
  padding: 0.5rem 0rem;
}

.slider {
  margin-top: 65px;
}

@media(max-width: 991px) {

  .slider {
    margin-top: 43px;
  }
}

.page-banner {
  margin-top: 65px;
}

@media(max-width: 991px) {

  .page-banner {
    margin-top: 43px;
  }
}

.item .card {
  text-decoration: none;
  min-height: 440px;
}

.product-card .card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.main-groups .card {
  background-color: #1a1a1a;
  text-decoration: none;
}

.main-groups .card:hover {
  background-color: #0a9396;
  text-decoration: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25) !important;
}

.featured .card {
  background-color: #343a40;
  text-decoration: none;
}

.featured .card:hover {
  background-color: #0a9396;
  text-decoration: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.collections .card {
  text-decoration: none;
}

.collections .card:hover {
  text-decoration: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.50) !important;
  -webkit-transform: translateY(200px);
  transform: translateY(-10px);
  -webkit-transition: transform 0.3s ease 0.1s;
  transition: transform 0.3s ease 0.1s;
}

.collections img {
  opacity: 0.75;
}

.collections img:hover {
  opacity: 1;
}

footer a {
  color: #ececec;
}

footer a:hover {
  color: #0a9396;
}

.accordion-body .btn {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  padding: 0.25rem 1rem;
  line-height: 1.5;
}

.page-text a {
  color: #0a9396;
}

.page-text a:hover {
  color: #333333;
}

/* ============ Product Gallery ============ */

#productCarousel .carousel-indicators {
  position: static !important;
  width: 100%;
  margin: 5px auto !important;
  padding: 5px !important;
}

#productCarousel .carousel-indicators [data-bs-target] {
  width: 100px !important;
  height: auto !important;
}

#productCarousel .carousel-control-next,
#productCarousel .carousel-control-prev {
  opacity: 1 !important;
  width: 40px !important;
  height: 40px !important;
  top: 35% !important;
}

.size-select .btn {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.similar-items .item {
  background-color: #000;
} 
.similar-items img {
  border: solid 3px #f1f1f1;
} 
.similar-items img:hover {
  border: solid 3px #0a9396;
  opacity: 0.75;
}   