* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/****************************! home style  *********************************/
/**************** Navbar **********************/

/* logo */
.navbar-brand {
  font-size: 1.8rem;
  font-weight: 900;
  /* color: #fff; */
}

/* link */
.navbar-nav .nav-link {
  margin: 0 10px;
  /* color: #fff !important; */
}

/* icon */
.icon-buttons i {
  font-size: 1.4rem;
  margin-left: 20px;
  cursor: pointer;
  /* color: #fff; */
}
.icon-buttons i:hover {
  color: #262fe1;
}

/* search*/
.search-box {
  width: 550px;
}
/********************* End Navbar ********************/

/******************** Media Quary  ******************/

@media (max-width: 1199px) {
  .search-box {
    display: none !important;
  }

  .search-btn {
    display: inline-block !important;
  }
}
@media (max-width: 992px) {
  .navbar-nav {
    flex-direction: column;
    align-items: flex-start !important;
    width: 100%;
    padding-left: 1rem;
  }

  .navbar-nav .nav-item {
    margin: 10px 0;
  }

  .icon-buttons {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .icon-buttons i {
    font-size: 1.5rem;
  }
}

/******************** End Media Quary  ******************/

/******************** Home  ******************/
.position-relative img:last-child {
  top: 10%;
  left: 70%;
}
/******************** End Home  ******************/

/******************** Media Quary  ******************/

@media (max-width: 768px) {
  /* div parent */
  .d-flex.py-5 {
    flex-direction: column;
    align-items: center;
  }
  .w-50 > h1 {
    font-size: 2rem;
  }
  .w-50 > p {
    font-size: 1rem;
  }
  .d-flex.py-5 > .w-50 {
    width: 100% !important;
    position: static;
  }
  /* link btn */
  .w-50 > .btn {
    width: 90%;
  }
  /* div img parent */
  .d-flex.py-5 > .position-relative {
    width: 100% !important;
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
    flex-wrap: wrap;
    padding: 20px;
    background-color: #f8f9fa;
  }

  .d-flex.py-5 > .position-relative img {
    position: static;
    max-width: 80px;
    height: auto;
    opacity: 0.95;
  }
  .home-content {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .home-content .col-4 {
    width: 45%;
    margin-bottom: 20px;
  }
}
/******************** End Media Quary  ******************/

/******************** Media Quary brant  ******************/
@media (max-width: 1286px) {
  .py-4 > img {
    padding: 1rem 1.5rem !important;
  }
}
@media (max-width: 446px) {
  .py-4 > img.pe-5 {
    padding: 1rem 1.5rem !important;
  }
}
/******************** End Media Quary brant  ******************/

/******************** style  ******************/
.style {
  border-radius: 50px;
}

/******************** End style  ******************/

/******************** Media Quary  ******************/
@media (max-width: 1286px) {
  .style-imge img {
    max-width: 30%;
  }
}
@media (max-width: 768px) {
  .style-imge {
    flex-direction: column;
    gap: 2rem;
  }

  .style-imge img {
    max-width: 80%;
  }
}
/******************** End Media Quary  ******************/

/******************** feedback  ******************/
.feedback {
  /* background-color: aquamarine; */
  height: 70vh;
  margin: 50px 0;
}

/******************** End feedback  ******************/

/******************** Media Quary  ******************/
@media (max-width: 768px) {
  .feedback {
    height: auto;
    margin: 30px 0;
    text-align: center;
  }
  .feedback .d-flex img {
    /* background-color: aqua; */
    width: 100% !important;
  }
}
/******************** End Media Quary  ******************/

/******************** Contact  ******************/
.border-rad {
  border-radius: 25px;
}
.newsletter i {
  top: 17%;
}
.position-abs {
  top: -150px;
}
.col-md-2 > h6 {
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 10px 0 20px 0;
}
.social-links i {
  border-radius: 50%;
  padding: 0.5rem;
  font-size: 1.25rem;
  border: 0.5px slategrey solid;
  margin: 30px 5px 40px 0;
  color: black;
}
.fa-facebook {
  background-color: rgba(0, 0, 0, 1) !important;
  color: white !important;
}
.contact {
  left: 6%;
  right: 6%;
}
/******************** End Contact  ******************/

/******************** Media Quary  ******************/
@media (max-width: 1203px) {
  .links,
  .contact {
    padding: 2rem !important;
  }
}
@media (max-width: 994px) {
  .newsletter i {
    top: 13%;
  }
  .social-links i {
    margin: 3px;
  }
}
@media (max-width: 768px) {
  .position-abs {
    position: static !important;
    margin-bottom: 2rem;
  }

  .d-flex.justify-content-between {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
  }

  .newsletter {
    width: 100%;
  }

  .newsletter input,
  .newsletter button {
    width: 100%;
    margin: 0.5rem auto;
  }

  .newsletter i {
    top: 20%;
  }

  h4.w-50 {
    width: 100% !important;
    font-size: 1.5rem;
  }

  .col-md-2,
  .col-md-3 {
    margin-bottom: 2rem;
    text-align: center;
  }

  .social-links {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }

  .social-links i {
    margin: 10px;
  }

  .col-md-2 > h6 {
    font-size: 0.9rem;
    padding-bottom: 10px;
  }

  .col-md-2 p,
  .col-md-3 p {
    font-size: 0.9rem;
  }

  section.bg-light hr {
    display: none;
  }
}

/******************** End Media Quary  ******************/

/******************** Media Quary Footer  ******************/
@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
  }

  footer p {
    font-size: 0.9rem;
  }
}
@media (max-width: 310px) {
  .payment-img {
    max-width: 200px;
  }
}
/******************** End Media Quary Footer ******************/

/****************************! cart style  *********************************/

/**************************Add Cart  ************************************/

.product-img {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  border-radius: 8px;
  object-fit: contain;
}

.trash-icon {
  color: red;
  cursor: pointer;
}

/**************************End Add Cart  ************************************/

/******************** Media Quary ******************/

@media (max-width: 768px) {
  .home-cart .d-flex {
    position: relative;
    padding-bottom: 5px;
    /* background-color: #ff4d4d !important; */
  }

  #cart-container {
    width: 100% !important;
    margin: 0 !important;
    /* background-color: #ffe6e6 !important; */
  }

  .card {
    width: 100% !important;
    margin: 0 !important;
    padding: 20px !important;
  }

  .product-img {
    width: 100px;
    height: auto;
    border-radius: 12px;
  }

  .d-flex.justify-content-between.align-items-center {
    align-items: flex-start !important;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: space-between !important;
    text-align: start;
  }

  .card h5,
  #cart-container h5 {
    font-size: 1rem;
    width: 50%;
  }

  #cart-container p {
    font-size: 0.9rem;
    text-align: start;
  }

  .card {
    text-align: start;
    row-gap: 10px;
  }
  .card .d-flex.justify-content-between {
    flex-direction: row;
  }

  /* زر الشيك أوت */
  .btn.w-100 {
    font-size: 1rem;
    padding: 12px;
    border-radius: 30px;
  }

  .trash-icon {
    font-size: 1.2rem;
    position: absolute;
    top: 10px;
    right: 15px;
    color: red;
    cursor: pointer;
  }
}

/********************End Media Quary ******************/

/****************************! details style  *********************************/
.selectColor {
  .yellow {
    background-color: #4f4631;
  }

  .green {
    background-color: #314f4a;
  }

  .blue {
    background-color: #31344f;
  }
}

/**************start might like****************/
.mightLike h2 {
  font-size: 50px;
}

.selectColor div {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 10px;
}

.productsShow img {
  width: 300px;
  height: 300px;
  object-fit: contain;
}
.mightLike {
  height: 120vh;
}
/**************end might like****************/

/**************start all review****************/
.allReviews .item {
  p,
  .info {
    font-size: 14px;
    color: #00000092;
  }
}

.allReviews .item button {
  top: -10px;
  right: 0;
}

/**************end all review****************/
/******************** Media Quary ******************/

@media (max-width: 768px) {
  
  #product-details-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  
  #product-details-container img {
    width: 100%;
    max-width: 300px;
    height: auto;
    display: block;
    margin: auto;
    border-radius: 15px;
  }

  
  .colors-options {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 10px 0;
  }

  .colors-options span {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid #ddd;
  }

  
  .size-options {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 10px 0;
  }

  .size-options button {
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    border: 1px solid #ddd;
    background-color: white;
  }

  
  .price {
    font-size: 1.5rem;
    font-weight: bold;
    color: black;
  }

  .old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 1rem;
    margin-left: 10px;
  }

  .discount {
    color: #ff4d4d;
    background-color: #ffe6e6;
    font-size: 0.9rem;
    padding: 3px 7px;
    border-radius: 5px;
    margin-left: 10px;
  }

  
  .add-to-cart-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
  }

  .add-to-cart-btn button {
    width: 100%;
    max-width: 250px;
    background-color: black;
    color: white;
    padding: 12px;
    border: none;
    border-radius: 25px;
    font-size: 1rem;
  }

  
  .quantity-controls {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 15px 0;
  }

  .quantity-controls button {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 1.2rem;
  }

  /* العناوين  (Product Details, Reviews, FAQs) */
  .options h3 {
    font-size: 1rem;
    padding: 8px 0;
  }

  .options .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
    border: none !important;
  }

  .options .col-4.border-bottom {
    border-bottom: 2px solid black !important;
  }

  .mightLike {
    height: auto !important;
  }
  .productsShow .col-3 {
    width: 100% !important;
    text-align: center;
  }
  .productsShow .col-3 img {
    width: 100% !important;
    height: 300px !important;
  }
}
@media (max-width: 500px) {
  .allReviews .col-6 {
    width: 100%;
  }
}

/********************End Media Quary ******************/


