/** @format */

body {
  margin: 0;
  font-family: Arial, sans-serif;
}

/* .container {
    width: 80%;
    margin: auto;
  } */
/*hearder container shop*/
.header .containers .main-nav ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin-left: 7rem;
  margin-top: 2rem;
  color: #826565;
}

.header .containers .main-nav ul li {
  position: relative;
  padding: 10px;
  margin-right: 10px;
}

.header .containers .main-nav ul li a {
  text-decoration: none;
  color: #000;
  color: #826565;
}

.header .containers .main-nav ul li .dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.header .containers .main-nav ul li .dropdown-content a {
  padding: 10px;
  display: block;
  text-decoration: none;
  color: #000;
}

.header .containers .main-nav ul li:hover .dropdown-content {
  display: block;
}

.header {
  background-color: white;
  color: black;
  padding: 10px 0;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .containers {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #f8f8f8;
}

.header-left,
.header-right {
  display: flex;
  align-items: center;
}

.header-middle {
  text-align: center;
  flex-grow: 1;
}

.logo img {
  height: 55px;
  width: 75%;
}

.header-left i {
  margin-right: 20px;
}

.header-right a {
  margin-left: 20px;
}

.header-right img {
  margin-left: 5px;
}

.search-bar {
  align-items: center;
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 2px;
  width: 100%;
}

.search-bar input[type="text"] {
  flex-grow: 1;
}

.search-bar select {
  padding: 2px;
}

.header-right select {
  padding: 2px;
  margin-left: 10px;
}

.navigation-links {
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

.navigation-links a {
  text-decoration: none;
  color: #826565;
  margin: 0 10px;
  cursor: pointer;
}

.help {
  margin-left: auto;
}
#browse:hover + .browse-categories {
  display: block;
}
.banner-container {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}

.banner-img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 1s ease-in-out;
}
.container1 h2 {
  text-align: center;
  margin-top: 2rem;
}
* {
  box-sizing: border-box;
}
/*three image side by side*/
.image-container {
  display: flex;
  justify-content: space-around;
}
.image-wrapper {
  /* width: 30%; */
  text-align: center; /* Center-align text below the image */
  margin-bottom: 20px; /* Add margin to separate images */
}
.image-box {
  position: relative;
}
.image-box img {
  width: 100%;
  transition: transform 0.3s;
}
.image-container .image-wrapper .image-box img {
  height: 550px;
  width: 90%;
}
.image-box:hover img {
  transform: scale(0.9);
}
.icon {
  position: absolute;
  display: none;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px;
  border-radius: 50%;
}
.wishlist-icon {
  top: 10px;
  right: 10px;
}
.cart-icon {
  bottom: 10px;
  right: 10px;
}
.image-box:hover .icon {
  display: block;
}
.text-box {
  text-align: left;
}
.text-box p {
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 0px;
}
.text-box h5 {
  font-size: 17px;
  margin-top: 5px;
}

.container2 {
  text-align: center;
  text-size-adjust: 2px;
  margin-top: 1rem;
}
.container3 h2 {
  text-align: center;
  margin-top: 2rem;
}
.add-img {
  display: flex;
  padding: 5px;
  margin-right: 10px;
  margin-left: 20px;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 100px) {
  .prev,
  .next,
  .text {
    font-size: 11px;
  }
}
* {
  box-sizing: border-box;
}

.container4 h2 {
  text-align: center;
  margin-top: 2rem;
}
.container5 {
  text-align: center;
  text-size-adjust: 10%;
}

.container6 h2 {
  text-align: center;
  margin-top: 5rem;
}
.logo-container {
  display: flex;
  justify-content: center;
  gap: 100px;
  margin-left: 50px;
  margin-right: 100px;
  /* Space between the logos */
}
.container7 h2 {
  text-align: center;
  margin-top: 2rem;
}
.container7 p {
  text-align: center;
}
.container8 {
  margin-left: 1rem;
}
.input {
  justify-content: center;
}
.foot-panel1 {
  text-align: right;
}
.foot-panel2 {
  text-align: right;
}
.meh {
  text-align: center;
  margin-top: 2rem;
}
.ship h3 {
  text-align: center;
}
.image-container .image-wrapper .image-box img {
  max-width: 100%;
  height: auto;
}

.cart-page {
  margin: 80px auto;
}
table {
  width: 100%;
  border-collapse: collapse;
}
.cart-info {
  display: flex;
  flex-wrap: wrap;
}
th {
  text-align: left;
  padding: 5px;
  color: white;
  background: #ff523b;
  font-weight: normal;
}
td {
  padding: 10px 5px;
}
td input {
  width: 40px;
  height: 30px;
  padding: 5px;
}
td a {
  color: #ff523b;
  font-size: 12px;
}
td img {
  width: 80px;
  height: 80px;
  margin-right: 10px;
}
.total-price {
  display: flex;
  justify-content: flex-end;
}
.total-price table {
  border-top: 3px solid #ff523b;
  width: 100%;
  max-width: 370px;
}
td:last-child {
  text-align: right;
}
th:last-child {
  text-align: right;
}
.cart-info p {
  display: none;
}
