.container {
  display: flex;
  height: 100vh;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  background-color: #ffffff;

  font-family: "Karla", Sans-serif;
  font-size: 17px;
  font-weight: 500;
  /* border: 1px solid; */
}

.logo img {
  width: 100px;
  margin-left: 100px;

  /* Adjust as per your logo size */
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 35px;
}

.nav-links li a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
}

.nav-links li a:hover {
  /* color: #ffcc00; */
  text-decoration: underline;
}

.login-btn {
  padding: 15px 50px;
  background-color: #000000;
  color: #ffffff;
  border: none;
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
  border-radius: 100px;
  font-family: "Karla", Sans-serif;
}







/* ============================== */




/* Main Section CSS  */

.main-product-container {


  display: flex;
  width: 100%;
  padding-top: 36px;
  padding-bottom: 12px;


}


.product-section {

  width: 60%;




}

.product-section img {
  width: 700px;
  padding-top: 60px;


}

.content-section {

  width: 35%;




}


.content-section .sec-heading {
  padding-top: 11px;
  font-size: 40px;
font-family: "Karla", Sans-serif;
  letter-spacing: 3px;
  line-height: 1.3;

}



.little-above-heading {

  padding-top: 80px;
  font-size: 10px;
  font-family: "Karla", Sans-serif;
  color: gray;
  letter-spacing: 1px;
}


.s-p-price {
  font-size: 18px;
  font-family: "Karla", Sans-serif;
  padding-right: 13px;
  letter-spacing: .13rem;
  margin-top: 15px;
}

.sold-out {
  margin-top: 15px;
  background-color: #242833;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  padding: 5px 13px 6px;
  font-size: 12px;
  font-family: "Karla", Sans-serif;

}

.shipping-cal {
  margin-top: 10px;
  font-size: 13px;
  font-family: "Karla", Sans-serif;
  color: rgba(18, 18, 18, 0.781)
}

.pay-inst {

  margin-top: 10px;
  font-size: 13px;
  font-family: "Karla", Sans-serif;
  color: rgba(18, 18, 18, 0.781)
}






.color-btn {
  border-radius: 50px;
  padding: 10px 20px;
  margin: 5px;
  display: inline-block;
  text-align: center;
  background-color: lightgray;
  /* Default background */
  color: white;
  border: none;
  cursor: pointer;
}

.color-btn.clicked {
  background-color: black;
  /* Background turns black when clicked */
  color: white;
  /* Ensure text stays readable */
}

.btn-headings {

  margin-top: 10px;
  font-size: 13px;
 font-family: "Karla", Sans-serif;
  color: gray;
  letter-spacing: 1px;
}







.color-btn,
.size-btn {
  border: 1px solid gray;
  /* Remove default button border */
  padding: 10px;
  /* Add some padding */
  border-radius: 50px;
  /* Rounded corners */
  margin: 5px;
  /* Add space between buttons */
  cursor: pointer;
  /* Change cursor to pointer on hover */
  background-color: lightgray;
  /* Default button color */
  color: black;
  /* Default text color */
}

.color-btn.clicked,
.size-btn.clicked {
  background-color: black;
  /* Color when button is clicked */
  color: white;
  /* Text color when button is clicked */
}

.color-btn.unavailable,
.size-btn.unavailable {

  opacity: 0.5;
  /* Dim unavailable buttons */
}

/* ================== */




.quantity-div {
  width: 170px;
  height: 50px;
  border: 1px solid #121212BF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quantity-button {
  background-color: #f0f0f0;
  /* Light gray background */
  border: 1px solid #ccc;
  /* Light gray border */
  width: 30px;
  /* Button width */
  height: 30px;
  /* Button height */
  cursor: pointer;
  /* Pointer cursor on hover */
  font-size: 20px;
  /* Font size */
}

.quantity-button:hover {
  background-color: #e0e0e0;
  /* Darker gray on hover */
}


.prd-sub-btn {
  margin-top: 20px;
  font-family: "Karla", Sans-serif;
  font-size: 16px;
  padding: 15px 150px 15px 150px;
  border: 1px solid #121212BF;
  cursor: pointer;
}

.pay-opt {
  margin-top: 10px;
  font-size: 13px;
 font-family: "Karla", Sans-serif;
  color: rgba(18, 18, 18, 0.781);
  text-align: center;
  text-decoration: underline;
}

.pro-discrpt {
  font-size: 16px;
  color: #121212BF;
  font-family: "Karla", Sans-serif;
  line-height: 30px;
  font-weight: 500;
  padding-right: 100px;
}


.pro-size-g {
  font-family: "Karla", Sans-serif;
  font-weight: 700;
  color: #121212BF;
  ;
}


/* ==========Table=========== */

table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

th,
td {
  border: 1px solid rgb(18 18 17 / 20%);
  padding: 10px;
  font-weight: 500;
}

th {
  background-color: #f2f2f2;
  /* Light gray background for header */
}

/* ==================*/


.other-articles {
  margin-top: 50px;
  display: flex;
  width: 100%;

}

.article {
  padding: 20px;
  width: 25%;
}

.article-l a {

  margin-top: 10px;
  font-size: 13px;
font-family: "Karla", Sans-serif;
  color: gray;
  letter-spacing: 1px;
  text-decoration: none;

}


.article-p {

  font-size: 18px;
font-family: "Karla", Sans-serif;
  padding-right: 13px;
  letter-spacing: .13rem;
  margin-top: 15px;
}



.color-option {
  cursor: pointer;
  padding: 10px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 5px;
  background-color: #007BFF;
  /* Default color */
  color: white;
  transition: background-color 0.3s;
  /* Smooth transition for hover effect */
}

.color-option:hover {
  background-color: #0056b3;
  /* Darker shade on hover */
}

.color-option.sold-out {
  background-color: #dc3545;

  /* Red for sold-out */
}


.size-btn.active {
  background-color: #007bff;
  /* Example active color */
  color: #fff;
}