@font-face {
    font-family: Font;
    src: url(../font/Audiowide-Regular.ttf);
  }
@keyframes glow {
    from {
      box-shadow: 0 0 10px -10px #aef4af;
    }
    to {
      box-shadow: 0 0 10px 10px #aef4af;
    }
  }
  *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
html{
    background-color: #A9A9A9;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    font-family: gameFont;
    color: #FFFFFF;
    letter-spacing: 0px;
}
p,input{
  color: #000;
}
body{  
    font-family: "Font";
    background-color: #969696;
}
.Welcome{
    font-family: "Font";
    color: #ffffff;
    text-align: center;
    padding-top: 5vh;
}
.main-header{
    background-image: linear-gradient(rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.108)), url(../img/vid1.gif) ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
}
.sub-header{
    background-color: #000000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 15vh; 
    margin-bottom: 50px;
}
.img-header{
    margin: 30px;
    width: 10%;
}
.sub-header .img-header{
    width: 100px;
    padding: 0;
    margin: 0;
}
.img-headerR{
    margin: 22px;
    width: 15%;
}
.header{
    padding: 10px 30px ;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between; 
}
.main-nav{
    margin: 10px 30px;
    list-style-type: none;
    display: inline-block;
    text-align: right;
    text-decoration: none;   
}
.main-nav a{
    text-decoration: none;
    color: #ffffff;
    transition: all 0.7s;
}
.main-nav li{
    margin: 10px 10px;
    list-style-type: none;
    display: inline-block;
    text-align: right;
    text-decoration: none;
}
a{
    transition: background-color 1.2s , border 1.2s , color 1.2s;        
}
.main-nav li a:hover,
.main-nav li a:active{
    color: #ffffff;
    text-shadow: 0 0 5px #dfdfdf, 0 0 10px #dfdfdf, 0 0 15px #dfdfdf;
    transition: all 0.7s;
}
.info-title{
    text-align: center;
    color: #141414;
}
.info-paragrah{
    text-align: center;
    margin-left: 150px;
    margin-right: 150px;
    color: #141414;
}
.reach{
    border-top: 2px solid #dfdfdf;
    justify-content: space-between;
}
.section {
    max-width: 1200px; 
    margin: 0 auto; 
    padding: 20px;
}
.info-title {
    text-align: center;
    margin-bottom: 20px;
}
.social{
    padding-bottom: 300px;
}
.os, .social a {
    text-align: center; 
    margin-bottom: 10px;  
}
.social img {
    width: 100px;
    padding-right: 5px;
}
iframe {
    width: 500px; 
    height: 450px; 
    border: none;
    margin-right: 30px;
}
.frImg{
    width: 500;
    height: 450;
    border: 0;
}
footer {
    background-color: #000000;
    padding: 40px;
    font-size: 80%;
}
.footer-nav{
    font-size: 150%;
    height: 54px;
    text-align: center;
    padding: 5px;
    margin-bottom: 40px;
    padding: 10px 30px ;
    display: flex;
    align-items: center;
    justify-content: space-evenly;

}
.footer-nav li {
    list-style-type: none;
    
}

.footer-nav li a{
    margin: 10px 30px;
    list-style-type: none;
    text-align: right;
    text-decoration: none;   
    color: #dfdfdf;
}
.footer-nav li a:hover,
.footer-nav li a:active{
    color: #dfdfdf;
    text-shadow: 0 0 5px #dfdfdf, 0 0 10px #dfdfdf, 0 0 15px #dfdfdf;
    transition: all 0.7s;
}
.nav-team{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-right: 20px;
    margin-left: 20px;
    list-style-type: none;
}
.gab-b{
    padding-bottom: 100px;   
}
footer p{
    text-align: center;
    font-size: 12px;
}
.mail{
    color: #ffffff;
    margin-top: -250px;
}
.mail input{
    background-color: #000000;
    border-color: #ffffff;
    display: flex;
    color: #ffffff;
}

.mail input:focus,textarea:focus {
    color: #ffffff;
}
textarea{
    background-color: #000000;
    border-color: #ffffff;
    color: #ffffff;
    width: 400px;
}
.yourMail{
    display: flex;
}
.yourMail input{
    padding-right: 60px;
}
.sendEm{
    border: 2px solid #ffffff;
    padding: 5px;   
}
.card{
    display: block;
    flex-direction: column;
    align-items: space;
    align-content: space-around;
    justify-content: center;
    position: relative;
    color: white;
    transition: 0.5s;
    margin-right: 10px;
    margin-left: 10px;
    border: none;
}
.catalog{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-right: 20px;
    margin-left: 20px;
}
.card img{
    max-width: 300px;
    max-height: 400px;
    border: solid #ffffff;
    margin-bottom: 4rem;
    padding: 0px;
    object-fit: cover;
    border: none;
    padding: 0;  
    margin: 0;   
}
.info-parent{
    border: 2px solid #000000;
    padding: 20px;
    max-width: 400px;
    text-align: center;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #000000;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
  }
  .sidenav a:hover {
    color: #dfdfdf;
    text-shadow: 0 0 5px #dfdfdf, 0 0 10px #dfdfdf, 0 0 15px #dfdfdf;
    transition: all 0.7s;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #ffffff;
  }
  .openBtn{
    float: right;
    padding-right: 20px;
    padding-top: 20px;
    color: #dfdfdf;
    
  }
  .emL{
    text-align: center;
  }
  .yourMail1{
    margin-top: 50px;
    margin-bottom: 50px;
}
.yourMail1 input{
    padding-right: 60px;
}
.emL input{
    background-color: #000000;
    border-color: #ffffff;
    color: #ffffff;
}
.catalogs{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-right: 20px;
    margin-left: 20px;
}
.cards{
    display: block;
    flex-direction: column;
    align-items: space;
    align-content: space-around;
    justify-content: center;
    position: relative;
    color: white;
    padding: 0px 0px 200px;
    margin: 10px 20px 100px;
    width: 280px;
    min-width: 280px;
    height: 200px;
    transition: 0.5s;
    border-radius: 5px;
    color: #ffffff;
}
.cards img{
    max-width: 100%;
    border: solid #000000;
    margin-bottom: 1rem;
    object-fit: cover;
    height: 50vh;
}
.cards h2 {
    margin: 0;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }
  .phone{
    display: none;
  }
  @media only screen and (max-width:700px){
    .phone{
        display: block;
    }
    .header li{
        display: none;
    }
    .img-headerR{
        margin: 22px;
        width: 24%;
    }
    .footer-nav{
        height: 5vh;
    }
    .message{
        text-align: center;
    }
    textarea{
        background-color: #000000;
        border-color: #ffffff;
        color: #ffffff;
        width: 100%;
    }
    .footer a{
        font-size: 15px;
    }
    .message{
        width: 100%;
    }
    .yourMail input{
        width: 100%;
    }
    iframe{
        max-width: 100%;
    }
    } 
    iframe{
        margin-right: 0px;
    }
    .info-paragrah{
        text-align: center;
        margin-left: 50px;
        margin-right: 50px;
    }
    @media only screen and (max-height:775px){
      footer{
          padding-top: 350px;
      }      
  }
  .catalog {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
}
.card {
    width: 300px;
    height: 550px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.card:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}
.card a {
    text-decoration: none;
    color: inherit;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.card-image {
    width: 100%;
    height: 95%;
    overflow: hidden;
}
.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-details {
    height: 25%;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
}
.card-details h2 {
    font-size: 16px;
    margin: 5px 0;
    color: #333;
}
.card-details p {
    font-size: 14px;
    color: #555;
    font-weight: bold;
    margin: 5px 0;
}
  .main-image {
    width: 450px;
    height: auto;
    max-width: 100%;
    border: 2px solid #000;
    object-fit: cover;
  }
  .thumbnails {
    display: flex;
    gap: 10px;
    margin-top: 20px;
  }
  .thumbnails img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border: 2px solid #000;
    cursor: pointer;
    transition: transform 0.3s ease;
  }
  .thumbnails img:hover {
    transform: scale(1.05);
  }
  .info-parent h1 {
    margin-bottom: 20px;
    font-size: 2rem;
    color: #333;
  }
  .info-parent p {
    line-height: 1.6;
    margin-bottom: 20px;
    color: #555;
  }
  .size-options p {
    margin-bottom: 10px;
    font-weight: bold;
  }
  .size-btn {
    margin: 5px;
    padding: 10px 15px;
    background-color: #000;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  .size-btn:hover {
    background-color: #444;
  }
  .size-btn:disabled {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
  }
  .availability p {
    color: red;
    font-weight: bold;
  }
  .action-buttons {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }
  .add-to-cart {
    padding: 10px 20px;
    font-size: 1rem;
    background-color: #000;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  .add-to-cart:hover {
    background-color: #444;
  }
.checkout-container {
    display: flex;
    gap: 20px;
    max-width: 1200px;
    margin: 40px auto;
    flex-wrap: wrap;
  }
  .payment-details {
    flex: 2;
    padding: 20px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  .payment-details h2 {
    margin-bottom: 20px;
    color: #333;
  }
  .checkout-form .form-group {
    margin-bottom: 15px;
  }
  .checkout-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
  }
  .checkout-form input[type="text"],
  .checkout-form input[type="tel"],
  .checkout-form select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  .payment-methods {
    display: flex;
    gap: 20px;
    margin-top: 5px;
  }
  .checkout-form input[type="radio"] {
    margin-right: 5px;
  }
  .checkout-button {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  .checkout-button:hover {
    background-color: #444;
  }
  .cart-summary {
    flex: 1;
    min-width: 300px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: fit-content;
  }
  .cart-summary h2 {
    margin-bottom: 20px;
    color: #333;
  }
  .cart-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .cart-item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 1px solid #000;
    margin-right: 10px;
  }
  .cart-item .item-info p {
    margin: 3px 0;
    font-size: 1rem;
    color: #333;
  }
  .order-summary p {
    margin: 5px 0;
    font-size: 1.1rem;
    color: #333;
  }
  .order-summary p span {
    float: right;
  }
  @media only screen and (max-width: 700px) {
    .checkout-container {
      flex-direction: column;
    }
  }
  .cart-container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  .cart-container .info-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2rem;
    color: #333;
  }
  .cart-options {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .cart-options button {
    padding: 10px 20px;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  .login-option {
    background-color: #000;
    color: #fff;
  }
  .login-option:hover {
    background-color: #444;
  }
  .quick-purchase {
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
  }
  .quick-purchase:hover {
    background-color: #000;
    color: #fff;
  }
  .cart-items {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
  }
  .cart-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .cart-item-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin-right: 20px;
    border: 2px solid #000;
  }
  .cart-item-details h2 {
    margin-bottom: 10px;
    font-size: 1.5rem;
    color: #333;
  }
  .cart-item-details p {
    margin: 5px 0;
    color: #555;
  }
  .cart-total {
    text-align: right;
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 20px;
    color: #333;
  }
  @media only screen and (max-width: 700px) {
    .cart-options {
       flex-direction: column;
       gap: 10px;
       align-items: center;
    }
    .cart-item {
       flex-direction: column;
       text-align: center;
    }
    .cart-item-img {
       margin-bottom: 10px;
    }
    .cart-total {
       text-align: center;
    }
  }
.login-section, .register-section {
  width: 400px;
  max-width: 80%;
  margin: 80px auto;
  padding: 20px;
  background: #fff;
  color: #333;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.login-section h1, .register-section h1 {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}
.login-form label, .register-form label {
  display: block;
  margin: 10px 0 5px;
  color: #141414;
  font-weight: bold;
}
.login-form input, .register-form input {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
}
.login-form button, .register-form button {
  width: 100%;
  padding: 10px;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  border: none;
  margin-top: 10px;
}
.login-form button:hover, .register-form button:hover {
  background-color: #444;
}
.admin-section {
  max-width: 1200px;
  margin: 40px auto;
  padding: 20px;
  background: #fff;
  color: #333;
}
.admin-section h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
table th, table td {
  padding: 8px;
  text-align: left;
  vertical-align: middle;
}
table th {
  background-color: #f5f5f5;
}
table tr:nth-child(even) {
  background-color: #f9f9f9;
}
.manage-clothes, .manage-orders {
  margin-bottom: 40px;
}
.manage-clothes form, .manage-orders form {
  margin-top: 20px;
}
.manage-clothes form input, .manage-orders form input {
  margin-right: 5px;
  padding: 5px;
}
label input[type="radio"] + span {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #000;
  margin-right: 5px;
  cursor: pointer;
}
label input[type="radio"]:checked + span {
  background-color: #000;
  color: #000000;
}
.sizeSelector label input{
  color: #000;
}
label{
  color: #000;
}
.pay-option{
  color: #000;
}
#cartSummaryItems span{
  color: #000;
}
.checkout-container {
  display: flex;
  gap: 20px;
  max-width: 1200px;
  margin: 40px auto;
  flex-wrap: wrap;
}
.payment-details {
  flex: 2;
  padding: 20px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.payment-details h2 {
  margin-bottom: 20px;
  color: #333;
}
.checkout-form .form-group {
  margin-bottom: 15px;
}

.checkout-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.checkout-form input[type="text"],
.checkout-form input[type="tel"],
.checkout-form select {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.checkout-form p {
  margin: 0;
  font-size: 0.95rem;
  color: #333;
}

.checkout-button {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.checkout-button:hover {
  background-color: #444;
}

.cart-summary {
  flex: 1;
  min-width: 300px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  height: fit-content;
}

.cart-summary h2 {
  margin-bottom: 20px;
  color: #333;
}

.cart-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.cart-item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 1px solid #000;
  margin-right: 10px;
}

.cart-item .item-info p {
  margin: 3px 0;
  font-size: 1rem;
  color: #333;
}

.order-summary p {
  margin: 5px 0;
  font-size: 1.1rem;
  color: #333;
}
.order-summary p span {
  float: right;
}

@media only screen and (max-width: 700px) {
  .cart-container {
    width: 90%;
    margin: 20px auto;
    padding: 10px;
  }
  .cart-items, .cart-total {
    margin-bottom: 20px;
  }
}
.checkout-container {
  display: flex;
  gap: 20px;
  max-width: 1200px;
  margin: 40px auto;
  flex-wrap: wrap;
}

.payment-details {
  flex: 2;
  padding: 20px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.cart-summary {
  flex: 1;
  min-width: 300px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  height: fit-content;
}
.size-line {
  display: block;
  margin-bottom: 10px;
  color: #000; 
}

.size-line input[type="radio"] {
  margin-right: 8px;
}
.limited-stock {
  color: red;
  font-size: 0.9rem;
  font-weight: bold;
  margin-left: 5px;
}

.shop-button-container {
  text-align: center;
  margin: 20px 0;
}

.shop-button {
  background-color: #000;
  color: #fff;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

.shop-button:hover {
  background-color: #444;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  height: 250px; 
  border: 2px solid #000;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;  
  transition: transform 0.3s ease;
}

.gallery-item img:hover {
  transform: scale(1.05);
}
.main-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 2px solid #000;
  margin-bottom: 20px;
}
.thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.thumbnails img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 2px solid #000;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.thumbnails img:hover {
  transform: scale(1.05);
}
.checkout-container {
  display: flex;
  gap: 20px;
  margin: 40px auto;
  max-width: 1200px;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.payment-details {
  width: 600px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  padding: 20px;
  margin-top: 20px;
  border: 2px solid #000;
  box-sizing: border-box;
}

.cart-summary {
  width: 300px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  padding: 20px;
  margin-top: 20px;
  border: 2px solid #000;
  box-sizing: border-box;
  height: fit-content;
}
@media only screen and (max-width: 700px) {
  .checkout-container {
    flex-direction: column;
    align-items: center; 
  }
  .payment-details, .cart-summary {
    width: 90%;
    max-width: 500px;
    margin-bottom: 20px;
  }
}
.checkout-link {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 10px 20px;
  margin-top: 20px;
  text-decoration: none;
}
.checkout-link:hover {
  background: #444;
}
.remove-btn {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  padding: 8px 16px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 1rem;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.remove-btn:hover {
  background-color: #444;
  border-color: #444;
}
.qty-input {
  width: 60px;
  padding: 5px;
  font-size: 1rem;
  border: 1px solid #000;
  border-radius: 4px;
  text-align: center;
  margin-right: 10px;
  background-color: #fff;
  color: #000;
  transition: border-color 0.3s ease;
}

.qty-input:focus {
  outline: none;
  border-color: #444;
}
.cart-container {
  max-width: 1200px;
  margin: 40px auto;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.cart-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.cart-item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-right: 10px;
  border: 1px solid #000;
}
.cart-item p {
  margin-right: 10px;
  color: #000;
}
.qty-input {
  width: 50px;
  padding: 5px;
  font-size: 1rem;
  border: 1px solid #000;
  border-radius: 4px;
  text-align: center;
  margin-right: 10px;
  background-color: #fff;
  color: #000;
}
.remove-btn {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  padding: 8px 16px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

.remove-btn:hover {
  background-color: #444;
  border-color: #444;
}
.cart-total {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 20px;
  color: #000;
}
.checkout-button {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  padding: 8px 16px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 1rem;
  margin: 10px 5px 0 0;
  transition: background-color 0.3s ease;
}

.checkout-button:hover {
  background-color: #444;
  border-color: #444;
}
@media only screen and (max-width: 700px) {
  .cart-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .cart-item img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .cart-item p {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .qty-input {
    margin-bottom: 10px;
  }
  .checkout-button {
    width: 100%;
    margin-bottom: 10px;
  }
}
.thankyou-body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}
.thankyou-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

footer {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 20px;
}

footer .footer-nav {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 10px;
}

footer .footer-nav li a {
  color: #dfdfdf;
  text-decoration: none;
  transition: color 0.3s ease;
}

footer .footer-nav li a:hover {
  color: #fff;
}
.parent {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  margin: 40px auto;
}
.left {
  flex: 1;
  max-width: 600px;
  margin-top: 20px;
}
.main-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 2px solid #000;
  margin-bottom: 20px;
}
.thumbnails {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.thumbnails img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 2px solid #000;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.thumbnails img:hover {
  transform: scale(1.05);
}
.right {
  width: 400px;
  background-color: #fff;
  border: 2px solid #000;
  padding: 20px;
  margin-top: 20px;
  box-sizing: border-box;
}
.limited-stock {
  color: red;
  font-size: 0.9rem;
  font-weight: bold;
  margin-left: 5px;
}
@media only screen and (max-width: 700px) {
  .parent {
    flex-direction: column;    
    align-items: center;       
  }
  .left, .right {
    width: 90%;              
    max-width: 500px;
    margin-bottom: 20px;
  }
}
