.colorselect {
  background-color: #aaabc2;
  background-color: #eceff0;
  background-color: #bee6f1;
  background-color: rgb(241, 141, 141);
  background-color: #ffd58e;
  opacity: 0.8;
  color: rgb(255, 255, 255) !important;
  margin: auto;
}

.product-card {
  width: 100%;
  height: 60vh;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0px 0px 21px 3px rgba(0, 0, 0, 0.05);
  transition: all 0.1s ease-in-out;
}

.card-product-head {
  background-size: cover;
  background-position: center;
  height: 45%;
}

/*

.card-img-container {
    background-size: cover;
    background-position: center;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: 90%;
}*/

.card-img-container {
  background-size: cover;
  background-position: center;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

.card-img-container img {
  object-fit: scale-down;
  max-width: 100%;
  max-height: 100%;
  width: 65%;
  height: 100%;
}

.card-product-header {
  width: 100%;
}

.card-image_down img {
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

.product-card:hover {
  box-shadow: 0px 0px 21px 3px rgba(0, 0, 0, 0.11);
}

.overlap {
  position: relative;
}

.image_down {
  position: absolute;
  z-index: 1;
}

.text_up {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  //opacity: 0.7;
  //background-color: rgba(255, 255, 255, 0.5);
}

.-img {
  width: 100%;
  margin: 0.5em;
}

.checkout-img {
  font-size: 0.6rem;
}

.checkout-img img {
  object-fit: contain;
  width: 100%;
  //height: 15vh;
}

.checkout-add,
.checkout-add p {
  font-size: 0.6rem;
}

.card-product-info {
  align-content: center;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  height: 50%;
}

.product-content {
  padding: 0.2em 0 0.2em 1em;
}

.product-content h1 {
  font-size: 1.2em;
}

.product-content p {
  color: #636363;
  font-size: 0.9em;
  font-weight: bold;
  width: 90%;
}

.product-content ul li {
  color: #636363;
  font-size: 0.8em;
  margin-left: 0;
  line-height: 1px;
}

.buttons {
  padding-top: 0.2em;
  display: flex;
  justify-content: space-between;
}

.button {
  text-decoration: none;
  color: #5e5e5e;
  padding: 0.2em 0.45em;
  border-radius: 2.3px;
  transition: all 0.1s ease-in-out;
}

.button-v {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #5e5e5e;
  padding: 0.2em 0.5em;
  border-radius: 2.3px;
  transition: all 0.1s ease-in-out;
}

#form1 {
  //width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#negative_add,
#positive_add {
  display: block;
  //padding: 0.1rem 0.3rem !important;
}

#negative_add:hover {
  background-color: rgba(230, 86, 86, 0.5) !important;
  border: 0.5px solid rgba(230, 86, 86, 0.5) !important;
  color: white !important;
  //opacity: 75%;
}

#positive_add:hover {
  background-color: #198754 !important;
  color: white !important;
  border: 1px solid #198754 !important;
  //opacity: 75% !important;
}

.left-shop-menu {
  background-color: white;
  color: black;
  //border-top-right-radius: 5rem !important;
  //border-bottom-right-radius: 5rem !important;
  background-color: #bbe0d9 !important;
}

.left-shop-menu:hover {
  background-color: #bbe0d9 !important;
  background-color: rgba(25, 135, 84, 0.5) !important;
  background-color: white !important;
  color: rgba(1, 80, 43, 1) !important;
}

.card-add-to-cart {
  display: flex;
  align-items: center;
  font-size: 0.9rem !important;
  background-color: #3e4b68 !important;
  background-color: #91b7ef !important;
  color: rgb(255, 255, 255) !important;
  color: black !important;
}

#submit-button {
  display: flex;
  align-items: center;
  font-size: 0.9rem !important;
}

#submit-button:hover {
  background-color: #91b7ef !important;
  font-size: 0.95rem !important;
  color: black !important;
}

.card-add-to-cart:hover {
  border: 1px solid rgba(220, 53, 69);
  border: 1px solid #3e4b68 !important;
  background-color: white !important;
  color: #3e4b68 !important;
}

.card-product-title {
  width: 100%;
  display: flex;
  align-items: center;
}

.card-product-title h1 {
  font-size: 0.8rem !important;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2;
  color: #3e4b68 !important;
}

.bg-metro {
  background-color: #3e4b68 !important;
}
.bg-metro-light {
  background-color: #ced3dd !important;
}

.metro-bg-gradient {
  background: linear-gradient(
    to bottom,
    rgb(41, 153, 38, 1) 0%,
    rgba(1, 39, 1, 0) 100%
  );
  z-index: 4;
}

.metro-bg-card {
  background-color: #e0e6f3 !important;
  background: linear-gradient(
    to bottom,
    rgb(244, 244, 245) 0%,
    rgba(156, 58, 58, 0) 100%
  );
  z-index: 4;
}

.text-metro {
  color: #3e4b68 !important;
}

.text-metro-light-green {
  color: #ace08a !important;
}

.card-product-body {
  display: flex;
  font-size: 0.8em;
}

.card-product-desc {
  display: block;
  //border-right: 2px solid rgb(93, 164, 219);
}

.card-product-price {
  display: flex;
  width: 30%;
  align-items: center;
  flex-wrap: wrap;
  justify-items: center;
  justify-content: center;
}

.product-footer {
  display: flex;
  font-size: 0.8em;
}

.product-footer-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

.card-product-add {
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.product-add a {
  //margin-top: 0.2em
}

.add {
  border: 1px #5e5e5e solid;
  margin-top: 0.2em;
}

.add:hover {
  border-color: #6997b6;
  color: #6997b6;
}

.buy {
  margin-top: 0.2em;
  border: 1px #5e5e5e solid;
}

.buy:hover {
  border-color: #6997b6;
  color: #6997b6;
}

#price {
  display: flex;
  justify-content: center;
  color: #0e6ffd;
  color: #3e4b68 !important;
}

#cart-count {
  text-align: center;
  padding: 0 0.9rem 0.1rem 0.9rem;
  color: #198754;
  border-radius: 3rem;
}

.left-menu-shop {
  position: fixed;
  //left: 2rem;
  max-height: calc(100vh - 50px);
  /* Set max height to viewport height minus header height */
  overflow: auto;
  /* Set overflow to auto to enable scrolling */
}

.main-shop-bottom {
  position: absolute;
  z-index: 1;
}

/* Client Brand Sliders */
.white-gradient {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

/* Animation */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7));
  }
}

/* Styling 
.slider {
  background: white;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 960px;
}

.slider::before,
.slider::after {
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slide-track {
  animation: scroll 10s linear infinite;
  display: flex;
  width: calc(250px * 14);
}

.slide {
    height: 100px;
    width: 250px;
}*/

/* Supplier Brand Sliders */
/*
.carousel-container {
    width: 100%;
    overflow: hidden;
}

.carousel {
    animation: slide-in 10s linear infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
    width: calc(7vw * 11);

}

.carousel img {
    //width: auto;
    height: 4vh;
    margin: 0 20px;
    object-fit: contain;
    //transform: translateX(-1000px); 
}
*/

@keyframes slide-in {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translate3d(calc(-10vw * 11), 0px, 0px);
    transition: transform 0.5s ease-in-out;
    //transform: translateX(-1000px); transition: transform 0010ms ease 001s;
  }
}
