/* Main Menu Styles fixed pinned */
/*-----------------------------------------*/
.index .inner i{
  /* color: white !important; */
}
.index .main-menu li.root-level > a {
  /* color: white !important; */
}

.index .inner i {
  /* color: white !important; */
}
body.index .store-header {
    position: static;
}


.main-nav-container.fixed-header .inner {
  background-color: #000000 !important;
}

/* Navbar Brand Image */
/*-----------------------------------------*/
.navbar-brand img {
  max-height: 4rem !important;
  max-width: 180px !important;
  background-color: transparent;
}

/* Video Section Styles */
/*-----------------------------------------*/
#video-banner {
  margin-top: 0;
}
#video-banner .play-btn {
    display: none;
}
#video-banner .video-parent::after {
    content: unset;
}


/* Hero Section Styles */
/*-----------------------------------------*/
@media(max-width:768px){
.frist-section-0 .head_img {
height: 65vh!important;
}
}
.frist-section-0 .w-fit {
display:none;
}

.frist-section-0 > div > div > div {
  text-align: center !important;

  max-width: 55%!important;
}

.frist-section-0 h1,
.frist-section-0 p {
  color: white;
}

.frist-section-0 h1 {
  color: white;
  text-align: center;
  width: 100%;
  
  /* margin-right: 49px; */
  font-size: 40px!important;
}

.frist-section-0 p {
  color: white;
  margin: auto !important;
  font-size: 20px !important;
  max-width: 54%!important;
  /* margin-right: 102px; */
  opacity: 1;
}

.frist-section-0 button:hover {
  color: var(--m-color) !important;
}

/* Responsive Styles for Hero Section */

@media (max-width: 768px) {

.frist-section-0 .mb-4{background-color: #00000078 !important;padding: 10px;border-radius: 20px;}

.frist-section-0 > div > div > div {
  text-align: center !important;
  max-width: 100%!important;
  margin-top: 60px;
}

.frist-section-0 h1::before{
   width: 149px;
   height: 95px;
}

.frist-section-0 > div > div {
      justify-content: center;
}
  .frist-section-0 h1 {
    color: white;
    text-align: center;
    width: 100%;
    font-size: 18px!important;
    margin-top: unset!important;
  }
  .frist-section-0 p {
    color: white;
    margin-right: unset !important;
    font-size: 14px!important;
    max-width: 100%!important;
    opacity: 1;
  }
}


/* Image Styling for Hero Section */
/*-----------------------------------------*/
index.frist-section-0 img {
  height: 90% !important;
}

/* Flex Box Styles التصنيفات   */
/*-----------------------------------------*/
.f-flex ul {
  justify-content: center;
  gap: 3rem;
}

.f-flex li {
  flex-grow: 1;
  max-width: 300px;
}

 .f-flex a {
 color:#43406f !important;
 }
/* 3pics */

/*-----------------------------------------*/

.fixed-3pics h1{
color:#fff!important;

}


/* Offers Section */

/*-----------------------------------------*/
img.w-full.h-full {
  object-fit: contain;
}

.furnitur_offer
  .s-count-down-wrapper
  .s-count-down-list
  .s-count-down-item
  .s-count-down-item-value {
  border: 1px solid var(--color-primary);
}

.furnitur_offer
  .s-slider-container
  .swiper-wrapper
  .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  display: flex;
}

.furnitur_offer .s-button-element {
  max-width: 250px !important;
  border-radius: 0.5rem;
}

.furnitur_offer
  .s-slider-container
  .swiper-wrapper
  .swiper-slide.swiper-slide-active
  img {
  object-fit: contain !important;
}

.furnitur_offer img {
  border-radius: 16px !important;
  object-fit: contain !important;
  max-height: 500px;
}

.products-1 .s-slider-block__title {
  display: none !important;
}

.furnitur_offer .flex > div {
  background-color: transparent !important;
}

.furnitur_offer h1 {
  line-height: 1.6 !important;
  margin-bottom: 1rem;
}

.furnitur_offer salla-add-product-button {
  margin-top: 2rem !important;
}

/* Fixed banner الصورتين */
/*-----------------------------------------*/

.fixed-t h1,
.fixed-t a,
.fixed-t button {
  color: white !important;
  border-color: white !important;
 
}

.fixed-t h1 {
   width: 400px !important;
   font-size: 33px !important;
}

.fixed-t > div > div > div {
 left: unset;
 top: 65%;
}
@media(max_width:768px){
.fixed-t h1 {
  width: 335px !important;
  font-size: 31px !important;
 
}
}
/* Product Slider Card */
/*-----------------------------------------*/
.s-products-slider-card.swiper-slide {
  min-width: 200px;
}

/* information about us المعلومات */
/*-----------------------------------------*/
.media > div {
  background-color: rgba(243, 244, 246, 1);
  max-width: 100% !important;
  /* clip-path: unset !important; */
}

/*best of services مميزات الموقع  */
/*-----------------------------------------*/

.features {
  margin-top: 50px;
}
.features > div > div {
  flex-direction: row;
}
.features > div > div > div > div:last-of-type {
  justify-content: start !important;
}
/* shop now  */
/*-----------------------------------------*/
.shop-now > div > div {
  margin: auto;
}

/* Footer Section */
/*-----------------------------------------*/
.store-footer__inner {
  background-color: white !important;
  color: white;
}

footer * {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}