/*your custom css goes here*/
.aiz-category-menu .category-nav-element {
    position: relative;
}

.aiz-category-menu .sub-cat-menu {
    width: auto;
	min-width: 200px;
    height: auto;
    min-height: unset !important;
}

.aiz-category-menu .sub-cat-menu .card-columns {
    column-count: auto !important;
}

.top-navbar {
    padding: 8px 0;
    background-color: #b80679; color: #ffffff;
}

.top-navbar .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.top-navbar .inner ul.social {
    margin: 0;
}

.top-navbar .inner ul.social a {
    width: 25px;
    height: 25px;
    line-height: 30px;
    font-size: unset;
}

.top-navbar .inner ul.social a i {
    font-size: 16px;
}

.top-navbar .inner .middle {
    width: 400px;
    max-width: 100%;
    position: relative;
}

.top-navbar .inner .middle .text {
    position: absolute;
    top: calc(50% + 10px);
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    opacity: 0;
    transition: .5s ease-out;
    font-size: 14px;
    text-align: center;
}

.top-navbar .inner .middle .text.active {
    opacity: 1;
    top: 50%;
}
@media (max-width: 992px) {
    .top-navbar .inner .middle {
        height: 21px;
    }
}
@media (max-width: 768px) {
    .top-navbar .inner {
        flex-direction: column;
    }
    .top-navbar .inner ul.social {
        display: none;
    }
}

.aiz-megabox.color-template-check .aiz-megabox-elem {
    padding: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.aiz-megabox.color-template-check .aiz-megabox-elem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.product-tooltip-img {
    width: 250px;
    opacity: 1 !important;
}
.tooltip-inner {
    max-width: 300px !important; /* Set desired width */
    text-align: center; /* Center content inside */
    background-color:  #fff; /* Set background color */
    color: #000; /* Set text color */
}
.tooltip.show {
    opacity:1 !important;
}

.subcategory-search {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}

.subcategory-search-btn {
    padding: 8px 16px;
    background-color: #ebebeb;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    transition: .3s;
}




/* Hamdino Custom Css */

.promo-section {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f2f2f2;
    padding: 15px 0;
    text-align: center;
}

@media (max-width: 768px) {
    .promo-section {
        display: none;
    }
}
  .promo-item {
    flex: 1;
    font-size: 14px;
    font-weight: bold;
  }
  .promo-item p {
    font-size: 12px;
    font-weight: normal;
    margin: 5px 0 0;
    color: #666;
  }
  .divider {
    height: 20px;
    width: 1px;
    background-color: #ccc;
    margin: 0 20px;
  }
  /* welcome section */
  .welcome-section {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    color: #333;
    text-align: center;
  }
  .welcome-section h1 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .welcome-section p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
  }

.dropdown:hover .dropdown-menu {
    display: block;
}

.front-header-search {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.front-header-search.active {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    opacity: 1;
}

.header-cart .header-cart-icon {
    font-size: 27px;
}

.py-34px {
    padding-top: 2px;
    padding-bottom: 2px;
}

.aiz-category-menu .category-nav-element-fixed {
    position: relative;
}

.aiz-category-menu .category-nav-element-fixed:hover .sub-cat-menu {
    z-index: 9;
    opacity: 1;
    min-height: 350px;
}

.logo-padding {
    padding: 0 20px;
}

@media (max-width: 991px) {
.app-logo {
	order: 3;
	margin: 0 auto;
}

.search-button-home {
order: 2;
        margin-inline-start: 0 !important;
        padding-inline-end: 23% !important;
}
.search-button {
order: 2;
        margin-inline-start: 0 !important;
        padding-inline-end: 13% !important;
}

.nav-noti {
	order: 4;
}

.nav-wish-list {
	order: 5;
}

.header-cart {
	order: 6;
}

.nav-user {
	order: 7;
}

    .app-logo img {
	width: 100px;
	}
}

.h-md-200px, .size-md-200px {
    height: 270px;
}

.product-size-padding {
    padding: 11px 15px;
    margin: 10px 10px 0 0;
}
.slider-height {
    height: 700px;
}

@media (max-width: 768px) {
    .slider-height {
        height: 500px;
    }
}
.slider-button-color {
    background-color: #ffffff;
    color: #000000;
    border-radius: 5px !important;
    padding: 10px 20px;
    font-size: 14px;
    transition: .3s;
}
.slider-button-color:hover {
    background-color: #000;
    color: #fff;
}
.home-slider-descriptions{  
    font-size: 2rem !important;
    font-family: "Nunito Sans", sans-serif;
    color: #fff;
    line-height: 1.0;
}
@media (max-width: 768px) {
    .home-slider-title {
        font-size: 1.5rem !important;
    }
}
.home-slider-title {  
    font-size: 3.5rem !important;
    font-family: "Nunito Sans", sans-serif;
    color: #fff;
    padding: 30px 0px 30px 0px;
    white-space: normal;
    word-wrap: break-word;
    line-height: 1.0;
}
@media (max-width: 768px) {
    .home-slider-title {
        font-size: 2.5rem !important;
    }
}
.container-hamdy {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.add-to-cart {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 5px !important;
    font-size: 14px;
    transition: .3s;
    border: solid;
    border-color: #000000;
}
.add-to-cart:hover {
    background-color: #000000;
    color: #fff !important;}
.buy-now {
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px !important;
    font-size: 14px;
    transition: .3s;
}
.buy-now:hover {
    background-color: #ffffff;
    color: #000000 !important;
}
.fs-margin {
    margin-bottom: 15px;
  }

.app-logo-hamdy {
    width: 100%;
    padding: 10px;
    position: absolute;
    position: relative
}

.blog-title {
    text-align: center;
}

.ramadan-align {
    align-self: center;
}

.hamdino-color-padding {
    padding-top: 10px;
}
/* Estimate Shipping Time */
.estimate-mr svg {
    margin-right: 15px !important;
}
.estimate-padding {
    padding: 20px 20px;
}
/* Checkout Css */
.checkout-header {
    background-color: #eee5da;
}
.form-control {
    border-radius: 10px !important;
    padding: 1.6rem 1rem;
}
.text-blue {
    color: #1c65ad !important;
}










.brands-bar {
  background: linear-gradient(to bottom, #FFD700, #FFB800); /* أصفر ذهبي */
  padding: 45px 0;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.brands-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.brand-item {
  flex: 1;
  text-align: center;
  color: #000; /* الكتابة سوداء */
  text-decoration: none;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  padding: 5px 10px;
  transition: transform 0.3s ease, filter 0.3s;
}

.brand-item:last-child {
  border-right: none;
}

.brand-item:hover {
  transform: translateY(-5px);
  filter: drop-shadow(0 0 6px #000);
}

.brand-item .icon {
  margin-bottom: 8px;
}

.brand-item svg {
  width: 34px;
  height: 34px;
  fill: #000; /* الأيقونات سوداء */
}

.brand-item p {
  font-weight: 700;
  font-size: 16px;
  margin: 0;
}

.brands-bar {
  animation: fadeUp 1s ease;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 📱 موبايل */
@media (max-width: 768px) {
  .brands-wrapper {
    flex-direction: column; /* يخليهم تحت بعض */
  }

  .brand-item {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 15px 0;
  }

  .brand-item:last-child {
    border-bottom: none;
  }
}