:root {
  --blue: #228be6;
  --white: #fff;
  --darkGrey: #b3b3b3;
  --black: #000;
  --yonex-blue: #0b50a1;
  --yonex-green: #1d9533;
  --button-light-green: #8ace84bf;
  --button-text-light-green: #14340f;
  --danger-shadow: #f03e3ebf;
  --success-shadow: #0ca678bf;
}

a:link,
a:visited {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  .my-dropdown:hover .my-dropdown-menu {
    display: flex;
  }
}

.my-nav-link:hover {
  color: var(--blue);
}

.nav__product-img {
  max-width: 7rem;
  max-height: 7rem;
}

.main__sport--container {
  position: relative;
  overflow: hidden;
}

.main__sport--container::after {
  position: absolute;
  content: attr(data-name);
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0, 0.4);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100%;
  min-height: 100%;
  font-size: 1.8rem;
}

.main__sport--img {
  height: 100%;
  width: 100%;
}

.list__footer {
  list-style: none;
}

.line__footer {
  width: 100%;
  height: 0.1rem;
}

.line__cart {
  width: 75%;
  height: 0.1rem;
}

.form__label {
  width: 11%;
}

@media (max-width: 1200px) {
  .list__footer--yonex {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .form__label {
    width: 15%;
  }
}

.shop__card {
  width: 18rem;
}

@media (max-width: 576px) {
  .form__label {
    width: 25%;
  }

  .shop__card {
    width: 27rem;
    justify-self: center;
  }
}

.height__container {
  min-height: 75vh;
}

.body__filters {
  max-height: 15vh;
  overflow-y: scroll;
}

.body__filters::-webkit-scrollbar {
  /* display: none; */
  background-color: transparent;
  width: 10px;
}

.body__filters::-webkit-scrollbar-thumb {
  background-color: var(--darkGrey);
  border-radius: 9px;
}

.video__container {
  height: 30rem;
}

.youtube__video {
  height: 100%;
  width: 60%;
}

.quantity__product {
  width: 2rem;
}

.circle {
  border-radius: 50%;
  padding: 0.5rem 1rem;
}

.circle__fill {
  background-color: var(--black);
  color: var(--white);
}

.circle__nofill {
  background-color: var(--white);
  color: var(--black);
  border: 1px solid var(--black);
}

@media (max-width: 1355px) {
  .special__dropdown {
    left: -20rem !important;
  }
}

.table__height {
  height: 70vh;
  overflow-y: scroll;
}

.table__height::-webkit-scrollbar {
  width: 1rem;
}

.table__height::-webkit-scrollbar-thumb {
  background-color: var(--blue);
  border-radius: 3px;
}

.table__head {
  position: sticky;
  top: 0px;
}

.danger__shadow {
  box-shadow: 0 0.125rem 0.25rem var(--danger-shadow);
}

.success__shadow {
  box-shadow: 0 0.125rem 0.25rem var(--success-shadow);
}

table,
th,
td,
tr {
  vertical-align: middle;
  text-align: center;
}

.imgSingleOrder {
  height: 500px;
}

.discount__code {
  background-color: var(--button-light-green);
  padding: 0.3rem 0.6rem;
  border-radius: 9px;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: space-between;
  color: var(--button-text-light-green);
  font-weight: bold;
}

.discount__code p {
  padding: 0;
}

.close__btn-x {
  padding: 0;
}

.close__btn-x i {
  font-size: 20px;
  color: var(--button-text-light-green);
}
