.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;
}

#promo-shop {
  display: flex;
  justify-content: center;
  background-size: cover;
  background-position: center;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

#promo-shop img {
  object-fit: scale-down;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

#promo-video-container {
  background-size: contain;
  background-position: center;
  object-fit: cover;

  width: 100%;
  height: 100%;
}

#promo-video {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  width: 100%; /* Set the width of the video to 100% of its container */
  height: auto; /* Automatically adjust the height to maintain the aspect ratio */
}

.product {
  width: 100%;
  height: 30vh;
  display: flex;
  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;
}

.product: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;
}

.img-container img,
.image_down img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.-img {
  width: 100%;
  margin: 0.5em;
}

.checkout-img img {
  object-fit: contain;
  width: 100%;
  height: 7vh;
}

.product-info {
  //display:flex;
  //flex-wrap: wrap ;
  align-content: center;
  //background: #fff;
  //width: 67%;
  overflow: hidden;
}

.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;
}

#add-to-cart {
  display: flex;
  //flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  //padding: 0.2rem 0.5rem !important;
  font-size: 0.75rem !important;
}

#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;
}

.shop_menu {
  background-color: white;
  color: black;
  border-top-right-radius: 5rem !important;
  border-bottom-right-radius: 5rem !important;
  background-color: #bbe0d9 !important;
}

.shop_menu:hover {
  border-top-right-radius: 5rem !important;
  border-bottom-right-radius: 5rem !important;
  background-color: #bbe0d9 !important;
  background-color: rgba(25, 135, 84, 0.5) !important;
}

#add-to-cart:hover {
  background-color: #bbe0d9;
  background-color: rgba(25, 135, 84, 1) !important;
  //border: 1px solid rgba(220, 53, 69);
  //border: 1px solid rgba(25, 135, 84, 0.75) !important;
  //background-color:#ffd58e !important;
}

.product-title {
  width: 100%;
  height: 20%;
  display: flex;
  align-items: center;
  //border-bottom: 1px solid green;
}

.product-title h1 {
  font-size: 0.8rem !important;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2;
}

.product-body {
  width: 100%;
  display: flex;
  //align-items: center;
  font-size: 0.8em;
  height: 80%;
}

.product-desc {
  display: block;
  width: 62%;
  //border-right: 2px solid rgb(93, 164, 219);
}

.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 {
  width: 100%;
  display: block;
}

.product-add {
  width: 38%;
  display: block;
}

.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;
}

#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;
}

#tab {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 4;
}

#tab.scrolled-tab {
  background-color: #3e4b68 !important;
}

#search-nav-menu.backMenu a {
  color: rgb(246, 242, 242) !important;
}

.tab-header-frame {
  height: 55px;
}

/* 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));
  }
}

#search-nav-menu {
  display: none !important;
}

#tab-menu-1 a,
#search-nav-menu a {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}

#tab-menu-1 h6,
#tab-menu-1 p {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}

#fixed-side-menu h1 {
  //font-family: "Cardo", serif;
  font-weight: 600;
}

#shop-right-hero-text {
  //font-family: "Cardo", serif;
}

#shop-right-hero-text h1 {
  //font-family: "Cardo", serif;
  color: #df9e38;
  color: #00365f;
  line-height: 0.8;
  letter-spacing: 1;
  font-weight: 900;
  //  border: 1px solid red;
  //color:#012A11 !important;
}

#our-partners h2 {
  font-family: "Cardo", serif;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0px;
}

/* 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);
  //border: 2px solid yellowgreen;
  height: 100%;
}

.shop-footer-slide {
  display: flex;
  justify-content: center;
  height: 100px;
  width: 250px;
  margin: 10px 20px;
  border: 0.5px solid rgb(246, 242, 242);
}

.shop-footer-slide img {
  max-height: 100px;
  width: 100%;
  margin: 0px 20px;
  margin: 5px 5px;
  //border: 2px solid blue;
  object-fit: scale-down;
}

/* 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;
  }
}

@media only screen and (max-width: 1440px) {
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 1024px) {
  #tab-menu-1 {
    font-size: 0.95rem !important;
  }

  .carousel-viewport {
    width: 40vw !important;
  }

  #shop-right-hero-text h1 {
    //font-size: 1.8rem !important;
  }
  #shop-right-hero-text h6 {
    font-size: 0.95rem !important;
  }

  #shop-right-hero-btn,
  #shop-left-hero-btn {
    font-size: 0.85rem !important;
  }
}

@media only screen and (max-width: 932px) {
  .carousel-viewport {
    width: 35vw !important;
  }

  #shop-right-hero-text h1 {
    font-size: 1.5rem !important;
  }
  #shop-right-hero-text h6 {
    font-size: 0.85rem !important;
  }

  #shop-right-hero-btn,
  #shop-left-hero-btn {
    font-size: 0.8rem !important;
  }
}

@media only screen and (max-width: 767px) {
  #tab-menu-1 {
    font-size: 0.78rem !important;
  }

  #side-menu {
    display: none;
    //width: 40% !important
  }

  .carousel-viewport {
    width: 35vw !important;
  }

  #shop-right-hero-text h1 {
    font-size: 1.5rem !important;
  }
  #shop-right-hero-text h6 {
    font-size: 0.75rem !important;
  }

  #shop-right-hero-btn,
  #shop-left-hero-btn {
    font-size: 0.75rem !important;
  }
}

@media only screen and (max-width: 680px) {
  /* Shopping Page */

  #tab-menu-1 {
    width: 55%;
  }

  #tab-menu-2 {
    width: 0% !important;
    display: none;
  }

  #tab-menu {
  }

  #search-tab {
    width: 45%;
  }

  #search-shop {
  }

  #tab-menu-1 {
  }

  #side-menu {
    display: none;
    //width: 40% !important
  }

  #shop-card {
    width: 100%;
  }

  #left-shop-add {
    justify-content: center;
  }

  #right-shop-add {
    //display: none;
  }

  #shop-right-hero-text h1 {
    font-size: 1.5rem !important;
  }
  #shop-right-hero-text h6 {
    font-size: 0.6rem !important;
  }
}

@media only screen and (max-width: 575px) {
}

@media only screen and (max-width: 490px) {
  #tab-menu {
    display: none;
  }

  #shop-header-frame-2 {
    display: none;
  }
}

@media only screen and (max-width: 430px) {
}
