﻿@font-face {
  font-family: "gt-walsheim-medium";
  src: url("./fonts/gt-walsheim-medium.eot") format("embedded-opentype"), url("./fonts/gt-walsheim-medium.woff") format("woff"), url("./fonts/gt-walsheim-medium.ttf") format("truetype");
}

body,
button,
select {
  font-family: "gt-walsheim-medium", Helvetica, Arial, sans-serif;
}

a {
  text-decoration: none;
  color: #000000;
}

a:focus {
  text-decoration: none;
}

select,
select:active,
select:focus {
  border: transparent;
  outline: none;
}

a:hover {
  text-decoration: none;
}

.splash-container {
  height: 300px;
}

.splash {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 30%;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.splash-spinner {
  margin-bottom: 15px;
  font-size: 20px !important;
  text-align: center;
}

.hide-seek-logo {
  padding-top: 30px;
}

.hide-seek-logo {
  max-width: 50%;
}

@media (min-width: 768px) {
  .hide-seek-logo {
    max-width: 250px;
  }
}

.hide-seek-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hide-seek-nav .nav-link {
  margin: 0px 20px;
}

.hide-seek-btn {
  width: 100%;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0px;
  cursor: pointer;
}

#home-carousel {
  margin-top: 30px;
}

.carousel {
  width: 100%;
}

.carousel-indicators {
  text-align: right;
  float: right;
  right: 2% !important;
  left: inherit;
  margin-left: 0%;
  margin-right: 0%;
}

.carousel-indicators > li {
  max-height: 15px;
  height: 15px;
  max-width: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
}

.carousel-indicators > li.active {
  background-color: #000000;
}

ol.carousel-indicators {
  margin-bottom: 2px;
}

.carousel-item.active {
  display: block;
}

.carousel-inner > .carousel-item > .carousel-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 55%;
}

#csl-home1 {
  background-image: url(../img/home/home1.jpg);
}

#csl-home2 {
  background-image: url(../img/home/home2.jpg);
}

#csl-home3 {
  background-image: url(../img/home/home3.jpg);
}

#csl-home4 {
  background-image: url(../img/home/home4.jpg);
}

.shop-collection-container {
  position: relative;
  margin-bottom: 20px;
}

/* @media (min-width: 576px) {
  .shop-collection-container
    margin-bottom: 0px;
  }
} */

.shop-collection-container label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
  font-size: 1.3em;
  display: none;
}

.shop-collection-container:hover label {
  display: block;
}

.shop-collection-container:hover img {
  opacity: 0.5;
}

.product-description p,
.product-description ul {
  border-bottom: black solid 0.05em;
  padding-bottom: 10px;
}

.product-details h4 {
  margin-top: 30px;
}

@media (min-width: 576px) {
  .product-details h4 {
    margin-top: 0px;
  }
}

.product-details .col-12 {
  margin-bottom: 15px;
}

.product-image {
  padding: 5px !important;
}

.thumbnails .thumbnail-image {
  padding: 5px;
  cursor: pointer;
}

.thumbnails .thumbnail-image.active {
  cursor: unset;
  opacity: 0.2;
}

.collection-heading {
  font-size: 50px;
}

.cart-row {
  border-bottom: black solid 0.05em;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.cart-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 75%;
}

.cart-quantity-link {
  cursor: pointer;
}

.cart-quantity-link:hover {
  text-decoration: none;
  color: #000000;
}

.cart-total-row {
  margin-bottom: 20px;
}

.cart-total-row .subtotal-title {
  font-size: 14px;
  margin-bottom: 5px;
}

.cart-total-row .subtotal-value {
  font-size: 20px;
  margin-bottom: 5px;
}

.cart-total-row .subtotal-excludes {
  font-size: 14px;
}

.cart-checkout-row {
  margin-bottom: 50px;
}

.cart-checkout-row .hide-seek-btn {
  margin-bottom: 10px;
}

.cart-status {
  padding: 10px 0px 20px 0px;
}

.about-us,
.contact,
.terms,
.media-page {
  margin-top: 10px;
  padding: 60px 90px;
  padding-bottom: 160px;
}

.about-us h1,
.contact h1,
.terms h1 {
  font-size: 45px;
  margin-bottom: 40px;
}

.about-us h1::after,
.contact h1::after,
.terms h1::after {
  content: '';
  display: block;
  position: absolute;
  width: 5%;
  padding-bottom: 10px;
  border-bottom: 2px solid #000000;
}

.about-us h3 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.about-us h3::after {
  content: '';
  display: block;
  position: absolute;
  width: 5%;
  padding-bottom: 10px;
  border-bottom: 2px solid #000000;
}

.about-us p {
  font-size: 20px;
}

.about-us .about-email {
  text-decoration: underline;
}

.media-page .media-container {
  display: flex;
}

.media-page .media-container .media-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33%;
}

.media-page .media-container .media-logo {
  max-width: 250px;
}

.hide-seek-dialog {
  min-width: 400px;
  padding: 20px;
}

.navbar-toggler {
  border: none;
}

.nav-link.active::after {
  content: '';
  display: block;
  position: absolute;
  width: 5%;
  padding-bottom: 5px;
  border-bottom: 2px solid #000000;
}

.terms-section {
  margin-bottom: 20px;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  min-height: 60px;
  background-color: #ffffff;
  z-index: 100;
}

.hide-seek-footer {
  margin-left: auto;
  margin-right: auto;
  max-width: 1250px;
  padding: 20px 0px;
}

.hide-seek-footer::before {
  content: '';
  display: block;
  position: absolute;
  width: 2%;
  margin-top: -10px;
  border-top: 2px solid #000000;
}
