@import url('https://fonts.googleapis.com/css2?family=Bungee&family=Cute+Font&family=Dongle&family=Inter:wght@100..900&family=Jost:ital,wght@0,100;0,200;0,300;1,100;1,200&family=Monda:wght@400;700&family=Oswald:wght@200..700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Tektur:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bungee&family=Cute+Font&family=Dongle&family=Inter:wght@100..900&family=Jost:ital,wght@0,100;0,200;0,300;1,100;1,200&family=Monda:wght@400;700&family=Oswald:wght@200..700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Tektur:wght@400..900&display=swap');

/* css add to cart pop up*/
.pop-up {
  position: relative;
  display: none;
}

.pop-upcon {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  background: #fff;
  width: 650px;
  height: 450px;
  border-radius: 20px;
  border: 1px solid #000;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.400);
}

.closebtn {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.closebtn img {
  width: 30px;
  margin: 10px;
}

.addtocart {
  display: flex;
  margin-top: 6%;
  gap: 5%;
}

.details h1 {
  font-family: 'monda';
}

.details p {
  font-size: 1.3em;
  font-family: 'roboto';
}

.jerseycart {
  width: 50%;
}

/* Dropdown styles */
.dropdown {
  position: relative;
  display: inline-block;
  margin-top: 5%;
}

.dropdown p {
  font-size: 1em;
}

.dropdown select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 5px;
  padding-right: 30px;
  font-size: 16px;
  width: 115%;
  height: 30%;
  cursor: pointer;
}



.dropdown:after {
  content: "";
  position: absolute;
  top: 75%;
  right: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  pointer-events: none;
}

/*quantity*/
.quantity {
  margin-top: 5%;
}

.quantity h1 {
  font-size: 1em;
  font-family: 'roboto';
  font-weight: normal;
}

.quantity-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 110px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 4px;
  background-color: #f5f5f5;
}

.quantity-container input[type="number"] {
  width: 25px;
  height: 25px;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border-radius: 0 4px 4px 0;
}

.quantity-container button {
  width: 36px;
  height: 36px;
  border: none;
  background-color: transparent;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.quantity-container button:hover {
  background-color: #ddd;
}

/*addtocart and buy now btn*/
.popbtn {
  margin-top: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5%;
}

.addtocart-btn {
  margin-top: 20px;
}

.addtocart-button {
  background-color: #3B4046;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  height: 45px;
  width: 120px;
}

.addtocart-button:hover {
  background-color: #4d5155;
}

.buynow-btn {
  margin-top: 20px;
}

.buynow-button {
  background-color: #F5A302;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  height: 45px;
  width: 120px;
}

.buynow-button:hover {
  background-color: #fdb72a;
}


/*Drop down*/

/*DROPDOWN TEAMS*/
.row li,
.row li a {
  color: #fff;
  text-decoration: none;
  list-style: none;
  font-size: 0.9em;
  font-weight: 100;
}

.row li a:hover {
  color: #F5A302;
  transition: all 0.6s ease;
}

.row header {
  color: #000000;
  width: 200px;
}

.row .header-to-hide {
  color: #ffffff;
  opacity: 0;
}

.mega-box {
  z-index: 1000;
  position: fixed;
  background: #1E2023;
  width: 60%;
  height: 62%;
  top: 80px;
  right: 0;
  overflow: hidden;
  text-wrap: nowrap;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.row b{
  color: #fff;
}

.mega-box .content {
  background: #1E2023;
  padding: 25px;
  padding-right: 0px;
  display: flex;
  width: 100%;
  gap: 1%;
}

.content .row {
  width: calc(25% - 30px);
  line-height: 45px;
}

.link-list:hover .mega-box {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}

/*HR*/
#hr {
  width: 100%;
  height: 50px;
  background-color: #C8102E;
  color: #ffffff;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

#hr h1 {
  font-family: Arial, Helvetica, sans-serif;
  padding: 6px;
  text-shadow: 2px 2px 2px gray;
}
