/* Add custom CSS styles below */ 
.top-navbar .lg\:w-32{
      width: 5.5rem;
}
.khayal-store-header .khayal-main-nav-container .mobile-menu .main-menu li a {
    font-size: 14px !important;
    }
.category-list {
padding:40px !important;
    border-top: 1px solid #0003;
    margin-top: 30px;
    }
@media(max-width:991px){
.khayal-categories-slider img{
   width: auto;
    height: 200px;
}
.khayal-categories-slider .items-center.swiper-slide{
    width: 50% ! IMPORTANT;}
}
#featured-products-style2-3 {
display:none !important;
opacity:0
}
.category-list {
padding:20px !important}
}
/*.salla-1732827178 .swiper .khayal-moving-text*/

.category-list {
  margin-top: 30px;
  padding: 20px;
  background-color: #fdfdfd;
  border-radius: 5px;
}

.category-list h2 {
  font-size: 22px ;
    font-weight: 200 ;
  margin-bottom: 15px;
  color:#262626;
      text-align: center;
}

.category-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
      width: 33%;
    display: inline-table;
}

.category-list li {
  margin-bottom: 8px;
}

.category-list a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
}

.category-list a:hover {
  color: ;
}



/*create popup box*/
/* Popup Styles */
#popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  padding: 20px;
}

.popup-content {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  position: relative;
  width: max-content;
  margin: auto;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  cursor: pointer;
  color: red;
  background: #ededed;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.popup-image {
  width:300px;
  margin-bottom: 15px !important;
  border-radius:4px;
  max-width:100%;
  display:block;
  margin:auto;
}

.popup-button {
  background-color: #0b3026;
  color: white;
  padding: 10px 20px;
  border: none;
  font-size: 16px;
  border-radius: 5px;
margin-top:20px;
  cursor: pointer;
}

.popup-button:hover {
  background-color: #196b55;
}