/* Google Fonts - Tajawal */
  @import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700&display=swap');


*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Tajawal', sans-serif;
  list-style: none;
  text-decoration: none;
}


body{
    direction: rtl;
    font-family: Tajawal, sans-serif !important;
    background: #fff !important;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px){
  .container {
      max-width: 540px;
  }
}
@media (min-width: 768px){
  .container {
      max-width: 720px;
  }
}
@media (min-width: 992px){
  .container {
      max-width: 960px;
  }
}
@media (min-width: 1200px){
  .container {
      max-width: 1140px;
  }
}

@media (min-width: 1250px){
  .container {
      max-width: 1200px;
  }
}







/********** start header *****************/
/* start header top */
.header__top{
    background: var(--primary-color);
    font-size: 12px;
    padding: 6px 0;
}
.header__top .select__btn__lang{
  background: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  padding: 0 5px 1px;
  border-radius: 3px;
  cursor: pointer;
}
.header__top button{
  background: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  padding: 0 10px 5px;
  border-radius: 3px;
  cursor: pointer;
}
.header__top .end button A{
  color: #333;
  font-size: 12px;
}

.header__top .row,
.header__center .row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* end header top */

/* start header center */
.header__center{
  padding: 5px 0;
  margin: 0 auto;
  background-color: var(--color-white);
  box-shadow: var(--box-shadow);
}
.header__center .start .img {
  max-width: 120px;
  height: 100%;
}
.header__center .start .img img{
  width: 100%;
  height: auto;
}
.header__center .start span {
  color: var(--primary-color);
}
.header__center .center .img{
  height: 100%;
  max-width: 600px;
}
.header__center .center .img img{
  width: 100%;
  height: auto;
  padding: 0 20px;
}
.header__center .end{
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__center .end .icon_shopping{
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 5px;
   background: #3E3E3E;
   border-radius: 50%;
   cursor: pointer;
   margin-right: 1rem;
}
.header__center .end .icon_shopping span{
  width: 30px;
  height: 30px;
  position: absolute;
  top: -40%;
  right: -35%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 50%;
  color: #121313;
  font-size: 16px;
  font-weight: 700;
  opacity: 0.5;
}
.header__center .end .icon_shopping .bx-shopping-bag{
  color: var(--color-white);
  font-size: 30px;
}
.header__center .end .search{
  position: relative;
  display: flex;
  align-items: center;
}
.header__center .end .search .bx-search{
  position: absolute;
  top: 7px;
  left: 15px;
  right: auto;
  font-size: 24px;
  cursor: pointer;
  color: var(--color-gray);
}
.header__center .end .search input {
  outline: none;
  border: 1px solid  var(--color-gray);
  border-radius: 4px;
  padding: 6px 14px;
  height: 35px;
}

/* end header center */

/* start header bottom */
.header_bottom{
  padding: 10px 0;
  background-color: var(--background-body);
}
.header_bottom .list{
  display: flex;
  margin-left: 0;
}
.header_bottom .list a{
  font-size: 15px;
  line-height: 26px;
  color: var(--color-text);
  text-decoration: none;
  padding: 0 15px;
  display: block;
  position: relative;
  white-space: nowrap;
}
.header_bottom .list :first-child a{
  padding: 0;
}
.header_bottom .list a.active{
  color: var(--color-text);
  font-weight: 600;
}
.header_bottom .list a:hover,
.header_bottom .list .inner__list a:hover{
  color: var(--color-text);
  transform: scaleX(1.1);
}
.header_bottom .list .inner__menu{
  position: relative;
}
.header_bottom .list .inner__list{
 position: absolute;
 display: none;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 z-index: 111;
 background: var(--color-bg);
 border-radius: 8px;
 padding: 10px;
 max-height: 300px;
 overflow-y: scroll;
 transition: all .5s ease;
}
.header_bottom .list .inner__menu:hover .inner__list{
  display: flex;
}
.header_bottom .list .inner__list a{
  font-size: 15px;
  line-height: 26px;
  color: var(--color-gray);
  text-decoration: none;
  padding: 5px 15px;
  display: block;
  position: relative;
  white-space: nowrap;
 }

/* end header bottom */

/********** end header *****************/

/********** start header_mob  *****************/
.header_mob .start .menu_mob{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  position: fixed;
  width: 100vw;
  height: 100%;
  right: -100%;
  top: 0;
  background: var(--secondary-color);
  z-index: 1111;
  opacity: 1;
  transition: all .5s ease-in-out;
}
.header_mob .start .menu_mob.show{
  right: 0;
}
.header_mob .menu_mob .logo img{
  width: 100%;
  background: var(--color-bg);
  margin: 20px auto 45px;
 }
.header_mob .menu_mob .logo img{
  width: 100%;
  max-height: 70px;
  object-fit: cover;
  padding: 10px;
  border-radius: 6px;
  box-shadow: var(--box-shadow);
 }
.menu_mob li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  margin: 10px auto;
  background: var(--color-bg);
  border-radius: 8px;
  box-shadow: var(--box-shadow);
  cursor: pointer;
}
.menu_mob li.active{
  background: var(--secondary-color);
  opacity: 0.5;
}
.menu_mob li.active a{
  color: var(--color-text-bg);
}
.menu_mob li a{
  color: var(--secondary-color);
  z-index: 111;
  font-size: 20px;
  font-weight: 600;
}
.header_mob  .icon_shopping{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  background: var(--primary-color);
  border-radius: 50%;
  cursor: pointer;
  margin-left: 10px;
}
.header_mob  .icon_shopping span{
  width: 25px;
  height: 25px;
  position: absolute;
  top: -40%;
  right: -30%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  color: var(--secondary-color);
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  opacity: 0.5;
}
.header_mob  .icon_shopping .bx-shopping-bag{
 color: var(--color-white);
 font-size: 30px;
}
.header_mob  .search{
 width: 100%;
 position: relative;
 display: flex;
 align-items: center;
 margin: 0 auto;
 padding: 0 45px;
}
.header_mob  .search .bx-search{
 position: absolute;
 top: 15px;
 left: 55px;
 right: auto;
 font-size: 24px;
 cursor: pointer;
 color: var(--color-gray);
}
.header_mob  .search input {
 width: 100%;
 outline: none;
 border: var(--border);
 border-radius: 8px;
 padding: 10px 20px;
 height: 46.67px;
}

.d_none{
 opacity: 0 !important;
 transition: all .5s;
}
.d_flex{
  display: flex !important;
  transition: all .5s;
}
.header_mob{
  display: none;
 }

 @media (max-width: 992px){
  .header_desktop {
    display: none;
   }
   .header_mob{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
   }
   .header_mob .row{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 15px 0;
   }
  .header_mob .start{
   display: flex;
   align-items: center;
   justify-content: start;
  }
  .header_mob .menu__btn{
    max-height: 30px;
    cursor: pointer;
    padding-right: 10px;
  }
  .header_mob .menu__btn img{
    max-height: 30px;
    cursor: pointer;
    margin-right: 10px;
  }
  .header_mob .center .logo img{
    max-height: 65px;
   }
   .header_mob .center .menu__btn__close{
    position: relative;
    display: none;
   }
   .header_mob .center  .menu__btn__close img{
    max-height: 40px;
    position: fixed;
    top: 15px;
    right: 5vw;
    background: var(--primary-color);
    padding: 5px;
    border-radius: 50%;
    z-index: 1111;
    cursor: pointer;
    opacity: .9;
   }

 }

/********** end header_mob  *****************/



/********** start dropdown ***************/
.select__menu,
.select__menu__lang{
  width: max-content;
  margin: 0 10px;
}
.select__menu .select__btn,
.select__menu__lang .select__btn__lang{
  display: flex;
  /* height: 55px; */
  padding: 5px;
  font-size: 12px;
  font-weight: 400;
  border-radius: 8px;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
}
.select__menu__lang .select__btn__lang .text{
  
}
.select__btn i,
.select__btn__lang i{
  font-size: 18px;
  color: #333;
  transition: .3s;
}
.select__menu.active .select__btn i,
.select__menu__lang.active .select__btn__lang i{
  transform: rotate(-180deg);
}
.select__menu .options,
.select__menu__lang .options__lang{
  padding: 10px;
  background: var(--color-bg);
  margin-top: 5px;
  border-radius: 8px;
  box-shadow: var(--box-shadow);
  display: none;
  position: absolute;
  z-index: 1111;
}
.select__menu .options{
  right: 10%;
}
.select__menu__lang .options__lang{
  right: 5%;
}
.select__menu.active .options,
.select__menu__lang.active .options__lang{
  display: block;
}
.options .option,
.options__lang .option__lang{
  display: flex;
  height: 30px;
  cursor: pointer;
  padding: 0 10px;
  border-radius: 8px;
  align-items: center;
  background: var(--color-bg);
}
.options .option:hover,
.options__lang .option__lang:hover{
  background: #f2f2f2;
}
.options .option span,
.options__lang .option__lang span{
  font-size: 12px;
  font-weight: 400;
}
.option i,
.option__lang i{
  font-size: 12px;
  margin-right: 12px;
}
.option .text,
.option__lang .text{
  font-size: 18px;
  color: #333;
}

/********** end dropdown ***************/

/************* start slider home top ********************/
.slide-container{
  /* max-width: 1120px; */
  width: 100%;
  padding: 0;
}
.slide-container.two{
  max-width: 1120px;
  width: 100%;
  padding: 0;
}
.slide-container.brand{
  max-width: 1120px;
  width: 100%;
  padding: 0;
}
.slide-container.details{
     max-width: 500px;
}
.slide-content-one,
.slide-content-two{
  /* margin: 0 40px; */
  overflow: hidden;
  /* border-radius: 25px; */
}
.card{
  /* border-radius: 25px; */
  background-color: var(--color-bg);
}
.image-content,
.card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 14px;
}
.image-content{
  position: relative;
  row-gap: 5px;
  padding: 0;
}
.card-content h2,
.card-content .h2{
  padding: 0;
}
/* .overlay{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #4070F4;
  border-radius: 25px 25px 0 25px;
}
.overlay::before,
.overlay::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #4070F4;
}
.overlay::after{
  border-radius: 0 25px 0 0;
  background-color: #FFF;
} */
.card-image{
  position: relative;
  height: 100%;
  width: 100%;
  background: var(--color-bg);
}
.card-image .card-img{
  height: 350px;
  width: 100%;
}

@media (max-width: 768px) {
  .card-image .card-img{
    height: 190px;
  }
}
.name{
  font-size: 18px;
  font-weight: 500;
  color: var(--color-text);
}
.description{
  font-size: 14px;
  color: var(--color-gray);
  text-align: center;
}
.button{
  border: none;
  font-size: 16px;
  color: var(--color-white);
  padding: 8px 16px;
  background-color: var(--primary-color);
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button:hover{
  background: var(--secondary-color);
  opacity: 0.5;
}

.swiper-navBtn{
  color: #9f9f9f;
  transition: color 0.3s ease;
}
.swiper-navBtn:hover{
  color: var(--secondary-color);
  opacity: 0.5;
}
.swiper-navBtn::before,
.swiper-navBtn::after{
  font-size: 12px;
  font-weight: 600;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev{
  left: 0;
}
.swiper-pagination-bullet{
  background-color: var(--primary-color);
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background-color: var(--secondary-color);
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .slide-content{
    margin: 0 10px;
  }
  .swiper-navBtn{
    display: none;
  }
}

/************* end slider home top ********************/

/************* start slider home center ***************/
.slide-content-two{
  margin: 0 3rem;
  padding-top: 1.5rem;
}
.slide-content-two h1,
.slide-content-brand h1{
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}
.slide-content-two .card {
  height: 100%;
  min-height: 1px;
  /* border: 1px solid #ECECEC; */
  transition: 0.4s ease;
  background: var(--background-body);
  /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); */
}
.slide-content-two .card .card-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: start;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
}
.slide-content-two .card .card-content a{
  white-space: nowrap;
  color: #121313;
}
.slide-content-two .card .card-image{
  /* border-radius: 50% !important;
  border: none; */
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  background: var(--background-body);
}
.slide-content-two .card .card-image img{
  border-radius: 50% !important;
  height: 130px;
  width: 100%;
}
.swiper-button-next.swiper-navBtn.two{
  position: absolute;
  top: 50%;
  transform: translateY(50%);
}
.swiper-button-prev.swiper-navBtn.two{
  position: absolute;
  top: 50%;
  transform: translateY(50%);
}
@media (max-width: 768px) {
  .slide-content-two{
    margin: 0 2rem;
    max-height: 270px;
  }
}


/************* end slider home center *****************/


/************* start section offers ********************/
.slide-content-offers{
  margin: 0;
  padding: 3rem 0;
  margin: 0 3rem;
  overflow: hidden;
}
.slide-content-offers .title_new_products{
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 20px;
}
.slide-content-offers .title_new_products a{
  color: var(--color-text);
  text-shadow: var(--box-shadow);
  font-size: 18px;
  font-weight: 700;
}
.slide-content-offers .card {
  height: 300px;
  min-height: 1px;
  border: 1px solid #ECECEC;
  border-radius: 12px !important;
  transition: 0.4s ease;
  /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); */
}
.slide-content-offers .card .card-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: start;
  align-items: flex-start;
  justify-content: center;
  height: 70px;
}
.slide-content-offers .card .title{
  font-size: 12px;
  font-weight: 600;
  text-align: start;
}
.slide-content-offers .card .info{
  max-width: 90%;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.slide-content-offers .prices {
  white-space: nowrap;
  padding-left: 10px;
}
.slide-content-offers .card .new__price{
  font-size: 12px;
  font-weight: 600;
  margin-left: 3px;
}
.slide-content-offers .old__price {
  margin: 0;
  text-decoration: line-through;
  font-size: 12px;
  font-weight: 700;
  color: var(--color-gray);
}
.slide-content-offers .card .card-image{
  border-radius: 12px !important;
  padding-top: 5px;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
.slide-content-offers .card .card-image img{
  width: 100%;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  height: 195px;
  object-fit: contain;
  padding: 10px;
  background-color: #fff;
}
/* .slide-content-offers .card .card-image:hover img{
  transform: scale(1.1);
} */
.slide-content-offers .card .btn {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.slide-content-offers .card .btn .start {
  width: 100%;
  padding: 8px;
  background: var(--primary-color);
  border-radius: 5px !important;
  border: none;
  transform: none;
  transition: 0.2s ease;
  white-space: nowrap;
  margin-left: 10px;
  text-align: center;
}
.slide-content-offers .card .btn .start a {
  color: var(--color-text-bg);
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;
}
.slide-content-offers .card .btn .end{
  max-width: 70px;
  width: 100%;
  background: var(--primary-color);
  pointer-events: none;
  border-radius: 5px;
  padding: 8px;
  border: none;
  text-align: center;
  display: none;
}
.slide-content-offers .card .btn .end a{
  font-size: 12px;
  font-weight: 600;
  color: var(--color-text-bg);
}

.swiper-button-prev.swiper-navBtn.offers{
  left: 50px;
}
.swiper-button-next.swiper-navBtn.offers{
  right: 50px;
}

@media (max-width: 768px) {
  .slide-content-offers{
    margin: 0;
    padding: 1rem 0;
  }
  .slide-content-offers .card .btn .start a {
    font-size: 10px;
    font-weight: 600;
  }
  .slide-content-offers .card .btn .end a{
    font-size: 10px;
    font-weight: 600;
  }
  .swiper-button-prev.swiper-navBtn.offers,
  .swiper-button-next.swiper-navBtn.offers{
    display: none;
  }
}


/*************** end section offers  ******************/

/************* start section collections sale ********************/
.homepage-collections-sale {
  width: 100%;
  margin: 2rem auto;
}
.homepage-collections .categories .category img{
  max-width: 100%;
}
.homepage-collections-sale .box_container_title{
  display: flex;
  max-width: 1100px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  padding-right: 4rem;
}
.homepage-collections-sale .box_container_title a{
  color: var(--color-text);
  text-shadow: var(--box-shadow);
  font-size: 18px;
  font-weight: 700;
}
.homepage-collections-sale .box_container_title a:nth-child(2){
  color: var(--primary-color);
}

.homepage-collections-sale .box-container{
  display: flex;
  align-items: center;
  /* justify-content: center; */
  flex-wrap: wrap;
  /* grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); */
  gap: 25px;
}
@media(min-width:992px){
    .homepage-collections-sale .box-container{
    margin-right: 45px;
    }
}

.homepage-collections-sale.page-category .box-container .box{
  min-width: 120px;
  max-width: 155px;
  height: 210px;
  width: 100%;
  border: 1px solid #E5E5EA;
  box-sizing: border-box;
  border-radius: 12px;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  color: #000;
}
.homepage-collections-sale.page-category .box-container .box img{
  height: 150px;
}
.homepage-collections-sale.page-category .box-container .box .title{
  text-align: center;
}
.homepage-collections-sale .box-container .box{
  min-width: 130px;
  max-width: 194.8px;
  height: 300px;
  width: 100%;
  border: 1px solid #E5E5EA;
  box-sizing: border-box;
  border-radius: 12px;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  color: #000;
}
.homepage-collections-sale .box-container .box:hover{
  box-shadow: 0 0 5px 1px rgba(0,0,0,.2);
}

 .homepage-collections-sale .box-container .box img{
  width: 100%;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  height: 195px;
  object-fit: contain;
  padding: 10px;
  background-color: #fff;
}
.homepage-collections-sale .box-container .box .img{
  position: relative;
  overflow: hidden;
}
/* .homepage-collections-sale .box-container .box img{
  transform: scale(1);
  transition: all .5s;
}
.homepage-collections-sale .box-container .box:hover img{
  transform: scale(1.1);
} */
.homepage-collections-sale .box-container .box .img .icon_shopping{
  position: absolute;
  background: var(--primary-color);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 50%;
  cursor: pointer;
  top: auto;
  bottom: 10px;
  left: 10px;
  right: auto;
  z-index: 111;
}
.homepage-collections-sale .box-container .box .img .icon_shopping .bx-shopping-bag{
  color: var(--color-white);
  font-size: 18px;
}
.homepage-collections-sale .box-container .box .img .icon_heart{
  position: absolute;
  cursor: pointer;
  top: 10px;
  bottom: auto;
  right: 10px;
  left: auto;
  z-index: 111;
}
.homepage-collections-sale .box-container .box .img .icon_heart .bx-heart{
  color: #C90505;
  font-size: 20px;
 }

 .homepage-collections-sale .box-container .box .title{
  padding: 10px;
  height: 70px;
  text-align: start;
  white-space: nowrap;
}
.homepage-collections-sale .box-container .box .title a{
  color: var(--color-text);
  font-weight: 700;
  font-size: 12.5px;
  max-height: 55px;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  line-height: 1.4;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin: 0 auto;
}
.homepage-collections-sale .price{
  padding-left: 10px;
  padding-right: 10px;
  line-height: 25px;
  font-weight: 600;
  color: #000;
  font-size: 13px;
}
.homepage-collections-sale .price .new_price{
  font-size: 14px;
  font-weight: 700;
  color: var(--primary-color);
  padding-right: 3px;
}
.homepage-collections-sale .price .old_price{
  font-size: 14px;
  font-weight: 700;
  text-decoration: line-through;
  padding-left: 3px;
}

@media (max-width: 768px) {
  .homepage-collections-sale .box-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 5px;
  }

}

@media (max-width:992px) {
  .homepage-collections-sale .box_container_title{
    padding-right: 0;
  }
  .homepage-collections-sale .box_container_title a {
    font-size: 14px;
}
}

/*************** end section collections sale ******************/

/************** start section banner ****************/
.banner__wrapper{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3rem auto 1rem;
  padding: 0 15px;
}
.banner__wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px){
  .banner__wrapper{
    padding: 0;
  }
}

/************** end section banner ****************/


/************* start slider home brand ***************/
.slide-content-brand{
  margin: 0 3rem;
  padding: 2rem 0;
  overflow: hidden;
}
.slide-content-brand h1{
  text-align: center;
  margin-bottom: 15px;
}
.slide-content-brand .card {
  height: 100%;
  min-height: 1px;
  /* border: 1px solid #ECECEC; */
  transition: 0.4s ease;
  background: var(--background-body);
  /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); */
}
.slide-content-brand .card .card-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: start;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
}
.slide-content-brand .card .card-content a{
  color: #121313;
  white-space: nowrap;
}
.slide-content-brand .card .card-image{
  /* border-radius: 50% !important;
  border: none; */
  height: 100%;
  max-width: 160px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  background: var(--background-body);
}
.slide-content-brand .card .card-image img{
  border-radius: 25px !important;
  height: 70px;
  width: 100%;
}


/************* end slider home brand *****************/





/************** start section homepage-footer ****************/
.footer {
  background: var(--primary-color) !important;
  margin-bottom: 0;
}

.footer .heading{
  color:#fff;
  text-shadow: 0 5px 10px rgba(0,0,0,.2);
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
}

.footer .box-container{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  text-align: center;
  margin-top: 20px;
  padding-bottom: 20px;
}
.footer .box-container .box h3{
  width: 100%;
  background: var(--primary-color);
  margin-bottom: 1rem;
  padding: 10px 0;
}
.footer a{
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.footer .phone,
.footer .email,
.footer .social{
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding-left: 10px;
}
.footer .bottom__footer{
  display: flex;
  background: var(--primary-color);
  align-items: center;
  justify-content: center;
  border-top: 1px solid #3E3E3E;
  box-shadow: 0 0 5px rgba(0,0,0,.3);
  width: 100%;
  padding-top: 15px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.logo__footer{
  padding-bottom: 10px;
}
.footer .bottom__footer a,
.footer .bottom__footer span{
  text-align: center;
  color:#fff;
  text-shadow: 0 5px 10px rgba(0,0,0,.2);
  font-size: 16px;
  font-weight: 400;
  margin: 20px auto;
}
.text__center {
  text-align: center;
}
.footer .email span,
.footer .phone span,
.footer .social span{
  padding-right: 10px;
}
.footer .social i{
  font-size: 30px;
  padding-top: 10px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 5px;
}
.footer .list__menu{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer button{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: none;
  padding: 8px 14px;
  width: 120px;
  border-radius: 6px;
}
.footer button:nth-child(2){
  margin-top: 10px;
}
.footer button a{
  color: var(--primary-color);
}
.footer button .bx{
  color: var(--primary-color);
}

@media (max-width: 768px){
  .footer .box-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    text-align: center;
    padding-bottom: 20px;
    gap: 10px 0;
}
}
/************** end section homepage-footer ****************/

  /* counter */

  .cont {
    display: flex;
    align-items: center;
    width: max-content;
    border: 1px solid #cccccc;
    border-radius: 6px;
    height: 30px;
    margin: 1rem 0;
  }

  .cont button {
    width: 30px;
    height: 30px;
    font-size: 2em;
    line-height: 15px;
    border-radius: 6px;
    outline: none;
    border: none;
    cursor: pointer;

  }

  .cont input {
    border-radius: 6px;
    outline: none;
    border: none;
    max-width: 40px;
    text-align: center;
    font-size: 1.5em;
  }


  /* ******************************************************************************************* */

  /* start cart page */
  .cart_page_desktop {
    width: 100%;
    margin: 1rem auto;
  }

  .cart_page_desktop table {
    width: 100%;
    border-collapse: collapse;
  }
  .cart_page_desktop .cart_info{
    display: flex;
    flex-wrap: wrap;
  }
  .cart_page_desktop th{
    text-align: center;
    padding: 5px;
    color: #fff;
    background: var(--primary-color);
    font-weight: normal;
  }
  .cart_page_desktop th:nth-child(1){
    text-align: right;
  }
  .cart_page_desktop td{
    text-align: center;
    padding: 10px 5px;
  }
  .cart_page_desktop td img{
    width: 80px;
    height: 80px;
    margin-left: 10px;
  }
  .cart_page_desktop .icon_remove{
    margin: 0 auto;
    color: #f64749;
    background: #ececec;
    padding: 3px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cart_page_desktop .icon_remove i{
    font-size: 24px;
  }

  /* counter */

  .cart_page_desktop .cont {
    display: flex;
    align-items: center;
    width: max-content;
    border: 1px solid #cccccc;
    border-radius: 6px;
    height: 30px;
    margin: 0 auto;
  }

  .cart_page_desktop .cont button {
    width: 25px;
    height: 30px;
    font-size: 24px;
    line-height: 30px;
    border-radius: 6px;
    outline: none;
    border: none;
    cursor: pointer;

  }

  .cart_page_desktop .cont input {
    border-radius: 6px;
    outline: none;
    border: none;
    max-width: 30px;
    text-align: center;
    font-size: 20px;
  }
  .cart_page_desktop tfoot tr{
    border-top: 2px solid #05C3C9;
  }
  .cart_page_desktop tfoot td{
    display: flex;
    align-items: center;
    text-align: start;
  }
  .cart_page_desktop tfoot h5{
    margin-left: 20px;
  }

  .cart_page_mob .box-container{
    display: none;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap:15px;
    margin-bottom: 150px;
  }

  .cart_page_mob .box-container .box{
    display: flex;
    align-items: start;
    justify-content: space-between;
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    background: #fff;
    text-align: center;
    padding: 30px 10px 10px;
    margin-top: 10px;
  }
  .cart_page_mob .box-container .start{
    position: relative;
  }
  .cart_page_mob .box-container .start i{
    position: absolute;
    top: -25px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #f64749;
    color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
  }
  .cart_page_mob .box-container .start img{
    height: 120px;
    max-width: 100px;
    object-fit: cover;
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .cart_page_mob .box-container .end{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .cart_page_mob .box-container .end .product_name{
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 700;
  }
  .cart_page_mob .box-container .end small{
    color: #5c5c5c;
  }
  .cart_page_mob .box-container .end span{
    color: var(--primary-color);
    text-transform: uppercase;
  }
  .cart_page_mob .box-container .end .cont{
    border: none;
  }
  .cart_page_mob .box-container .end .cont button{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 20px;
    background: var(--primary-color);
    color: var(--color-text-bg);
  }
  .cart_page_mob .btn_cart_mob{
    position: fixed;
    bottom: 0;
    right: 0;
    top: auto;
    left: auto;
    width: 100%;
    height: 120px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    background: #fff;
    text-align: center;
    padding: 10px 40px 10px;
    z-index: 1111;
  }
  .cart_page_mob .btn_cart_mob .btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: var(--primary-color);
    height: 40px;
    margin: 10px auto;
    border-radius: 8px;
    color: var(--color-text-bg);
    font-size: 16px;
    font-weight: 700;
    padding: 8px 14px;
  }
  .cart_page_mob .btn_cart_mob p{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
  }

  @media (max-width:768px){
    .container{
      padding-left: 10px;
      padding-right: 10px;
    }
    .cart_page_desktop {
      display: none;
     }
     .cart_page_mob .box-container{
      display: grid;
     }
     .cart_page_mob .btn_cart_mob{
      display: flex;
     }
  }

  .card{
    border: none;
  }
  /* end cart page */

  /**************************** start product-details page ****************************/
  .product_details{
    display: flex;
    align-items: center;
    justify-content: start;
    padding-right: 3rem;
  }
.product_details_page{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  text-align: center;
  margin-top: 20px;
  padding-bottom: 20px;
}
.product_details .product_price{
  display: flex;
  align-items: center;
}
.product_details .product_price .new-price{
  margin-right: 10px;
}
.product_details .product-content {
  padding: 1rem 1rem;
  margin-bottom: 0;
}

.product_details .product-title {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
  color: #12263a;
  margin: 5px 0;
}
.product_details .row{
  padding-top: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product_details .product-link {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.9rem;
  display: inline-block;
  margin-bottom: 0.5rem;
  background: #256eff;
  color: #fff;
  padding: 0 0.3rem;
  transition: all 0.5s ease;
}

.product_details .product-link:hover {
  opacity: 0.9;
}

.product_details .product-rating {
  color: #ffc107;
}

.product_details .product-rating span {
  font-weight: 600;
  color: #252525;
}

.product_details .product-price {
  margin: 1rem 0;
  font-size: 1rem;
  font-weight: 700;
}

.product_details .product-price span {
  font-weight: 400;
}

.product_details .last-price span {
  color: #f64749;
  text-decoration: line-through;
}

.product_details .new-price span {
  color: #256eff;
}

.product_details .product-detail h2 {
  text-align: start;
  text-transform: capitalize;
  color: #12263a;
  color: #12263a;
  font-size: 18px;
}

.product_details .product-detail p {
  text-align: start;
  font-size: 0.8rem;
  padding: 0.2rem;
  font-weight: 500;
}

.product_details .product-detail ul {
  margin: 1rem 0;
  font-size: 0.9rem;
}

.product_details .product-detail ul li {
  margin: 0;
  list-style: none;
  background: url(shoes_images/checked.png) left center no-repeat;
  background-size: 18px;
  padding-right: 1.7rem;
  margin: 0.4rem 0;
  font-weight: 600;
  opacity: 0.9;
}

.product_details .product-detail ul li span {
  font-weight: 400;
}

.product_details .purchase-info {
  margin: 1.5rem 0;
}

.product_details .purchase-info input,
.product_details .purchase-info .btn {
  text-align: center;
}

.product_details .purchase-info input {
  width: 60px;
}

/* counter */

.cont {
  display: flex;
  align-items: center;
  width: max-content;
  border: 1px solid #cccccc;
  height: 30px;
  margin: 1rem auto;
  border: none;
}

.cont span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 20px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  color: var(--color-text-bg);
  background: var(--primary-color);
}

.cont input {
  border-radius: 25px;
  outline: none;
  border: none;
  max-width: 40px;
  text-align: center;
  font-size: 1.5em;
}

/* dropdown */
.dropdown {
  display: flex;
  align-items: center;
}

.select__menu {
  position: relative;
  width: max-content;
  margin-left: 20px;
}

.product_details .select__menu .select__btn {
  display: flex;
  height: 55px;
  background: #fff;
  padding: 20px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 8px;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.product_details .select__btn i {
  font-size: 25px;
  transition: .3s;
}

.product_details .select__menu.active .select__btn i {
  transform: rotate(-180deg);
}

.product_details .select__menu .options {
  width: 100%;
  position: absolute;
  padding: 10px 20px;
  background: #fff;
  margin-top: 10px;
  border-radius: 8px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  display: none;
}

.product_details .select__menu.active .options {
  display: block;
}

.product_details .options .option {
  display: flex;
  height: 30px;
  cursor: pointer;
  padding: 0 16px;
  border-radius: 8px;
  align-items: center;
  background: #fff;
}

.product_details .options .option:hover {
  background: #f2f2f2;
}

.product_details .option i {
  font-size: 25px;
  margin-right: 12px;
}

.product_details .option .text {
  font-size: 18px;
  color: #333;
}
.swiper-navBtn{
  display: flex;
}
.purchase-info .btn_submit input{
  margin-top: 20px;
  padding: 8px 24px;
  width: 200px;
  background: var(--primary-color);
  border: none;
  border-radius: 8px;
  color: var(--color-text-bg);
  font-size: 16px;
  font-weight: 700;
}
.product_details form .row{
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.purchase-info form .col{
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  margin: 5px 30px;
  white-space: nowrap;
}
@media (max-width:768px){
  .product_details .card-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .product_details .product-content {
    margin-bottom: 70px;
  }

  .purchase-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    bottom: -100%;
    background: var(--background-body);
    height: 30vh;
    transform: scale(0);
    transition: all .5s ease-in-out;
  }
  .purchase-info.show_form_details{
    bottom: 0;
   transform: scale(1);
  }
  .purchase-info form{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .purchase-info form .col{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    margin: 5px 30px;
    white-space: nowrap;
  }

  .product_details .product-content .btn_product_details_mob{
    width: 100%;
    margin: 0 auto;
    padding: 20px 40px;
    position: fixed;
    bottom: 0;
    right: 0;
    opacity: 1;
    transition: all .3s ease-in-out;
  }
  .product_details .product-content .btn_product_details_mob.hidden{
    display: none;
  }
  .product_details .product-content .btn_product_details_mob .btn{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    color: #fff;
    background: var(--primary-color);
    border: none;
    border-radius: 8px;
    padding: 8px 24px;
    font-size: 16px;
    font-weight: 700;
  }
  .product_details form .row{
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

}

p{
  margin-top: 0;
  margin-bottom: 0;
}

/**************************** end product details ****************************/

/* *********************************************** */
/* Start Navbar */

nav {
  background-color: white;
  font-size: 19px;
  direction: ltr;
  padding: 12px 0 !important;
}

nav ul {
  margin: auto;
}

.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0px 2px 4px 0px #545b622e;
}

@media (max-width: 576px) {
  nav {
      font-size: 16px;
  }
}

@media (max-width: 992px) {
  .navbar-nav {
      align-items: end;
  }
  nav .nav-item{
    text-align: end;
    padding: .75rem;
    border-bottom: 1px solid #ececec;
    width: 100%;
  }
}


nav .collapse {
direction: rtl;
}

nav a {
  margin-left: 10px;
}

nav .nav-item a {
  color: #000 !important;
  font-weight:500;
}

.nav-item.active a{
  color: #000 !important;
  font-weight:600;
}

nav .lang .slide-toggle {
  position: absolute;
  left: -8px;
  top: 40px;
  z-index: 9999;
  background-color: #fff;
  color: #000;
  padding: 10px 39px;
  border-radius: 4px;
  display: none;
  box-shadow: 0 2px 2px #00000029;
}


.dropdown-menu .menu_item {
  position: relative;
}

.dropdown-menu .menu {
  position: absolute;
  right: 175px;
  top: 20px;
  background-color: white;
  color: #000;
  border-radius: 4px;
  box-shadow: 0px 0 2px 0px #00000066;
  display: none;
}

.dropdown-menu .menu a {
  padding: 7px 25px;
}


h2, .h2 {
    font-size: 24px;
    padding-top: 20px;
    font-weight: 600;
}



@media (max-width: 991.98px) {
  nav .collapse {
    direction: ltr;
    }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
      padding-right: 15px;
      padding-left: 15px;
  }
}

nav img {
  width: 75px;
}

nav .nav-about {
  margin-right: 60px;
}

nav .nav-link {
  font-size: 16px;
  transition: all .3s;
}
nav .nav-link:hover {
  color: #000 !important;
}

@media (max-width: 992px) {
  .navbar-nav {
      padding-top: 15px;
  }
  .nav-about {
      margin-right: 0 !important;
  }
  nav .lang {
      padding: 5px 10px;
      font-size: 13px;
      border-radius: 5px;
      margin-right: 0px;
      margin-top: 10px;
  }
  nav img {
      width: 55px;
  }
  nav .lang .slide-toggle {
      top: 30px;
      padding: 10px 32px;
  }

  nav .last {
      display: none;
  }

  nav .nav-link {
      font-size: 15px;
  }
  
}


.navbar-nav{
  white-space: nowrap;
}


/* sub section menu */
.center{
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper {
  padding: 35px;
  position: relative;
  overflow-x: hidden;
  max-width: 1000px;
  border-radius: 13px;
}
.wrapper .icon {
  position: absolute;
  top: 0;
  height: 100%;
  width: 120px;
  display: flex;
  align-items: center;
}
.icon:first-child {
  left: -10px;
  justify-content: flex-end;
  /* background: linear-gradient(90deg, #fff 70%, transparent); */
}
.icon:last-child {
  right: -10px;
  display: none;
  /* background: linear-gradient(-90deg, #fff 70%, transparent); */
}
.icon i {
  width: 45px;
  height: 45px;
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 45px;
  border-radius: 50%;
}
.icon i:hover {
  background: var(--primary-color);
}
.icon:first-child i {
  margin-left: 15px;
} 
.icon:last-child i {
  margin-right: 15px;
} 
.wrapper .tabs-box {
  display: flex;
  gap: 12px;
  list-style: none;
  overflow-x: hidden;
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
}
.tabs-box.dragging {
  scroll-behavior: auto;
  cursor: grab;
}
.tabs-box .tab {
  cursor: pointer;
  font-size: 1.18rem;
  white-space: nowrap;
  background: #fff;
  padding: 13px 20px;
  border-radius: 30px;
  border: 1px solid #ddd;
}
.tabs-box .tab:hover{
  background: #efedfb;
}
.tabs-box .tab a{
  color: #000;
  text-decoration: none;
}
.tabs-box .tab.active a{
  color: #fff;
}
.tabs-box.dragging .tab {
  user-select: none;
  -webkit-user-select:none;
  pointer-events: none;
}
.tabs-box .tab.active{
  color: #fff;
  background: var(--primary-color);
  border-color: transparent;
}

button{
  outline: none !important;
}

/* End Navbar */
/* *********************************************** */



/**************************** start delivery address page ****************************/

.form-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  margin-top: 20PX;
  margin-bottom: 20px;
  gap: 30PX;
}
.form-container .start{
  padding: 20px;
  background: #f2f2f2;
}
.form-container .end{
  display: grid;
  grid-template-columns: 1fr;
  gap: 30PX 0;
}
.form-container .end .cart_total{
  background: #f2f2f2;
  padding: 20px;
}
.form-container .end .payment{
  background: #f2f2f2;
  padding: 20px;
}

.form-container h1 {
  font-weight: 500;
  font-size: 1.7rem;
  color: black;
}
.form-container .start select{
  border: 2px solid #d3d9f0;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0.3rem;
  height: 3rem;
  padding: .5rem;
  outline: none;
}
.form-container .start input {
  border: 2px solid #d3d9f0;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0.3rem;
  height: 3rem;
  padding: .5rem;
  outline: none;
}

.form-container .start input:focus, 
.form-container .start button:focus,
.form-container .start select:focus{
  border: 2px solid #a7b8f6;
}

.form-container button{
  width: 40%;
  margin: .5rem auto 1rem;
  background-color: var(--primary-color);
  border: none;
  color: var(--color-text-bg);
  font-size: 1.2rem;
  font-weight: 500;
  height: 3rem;
  outline: none;
  border-radius: 0.3rem;
  cursor: pointer;
} 
.form-container button:hover{
  background: #07cbd2;
}

.form-container .start label {
  display: block;
  font-weight: 500;
  padding: 1rem 0 0.5rem;
}
.form-container .end  .cart_total div{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-container .end  .cart_total div h6{
  font-size: 16px;
  font-weight: 500;
}
.form-container .end  .cart_total div span{
  padding-left: 60%;
  font-size: 14px;
  font-weight: 600;
}
.form-container .end .payment,
.form-container .end  .cart_total{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.form-container .end h3{
  margin-bottom: 10px;
} 
.form-container .end .payment div{
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
} 
.form-container .end .payment label{
  font-size: 14px;
  font-weight: 600;
} 
.form-container .end .payment input{
  margin-left: 60%;
  width: 20px;
  height: 1.5rem;
  padding: .5rem;
  outline: none;
} 

.swiper-button-next.swiper-navBtn.barnd{

}
.swiper-button-prev.swiper-navBtn.barnd{

}
.navbar{
  background: #fff !important;
  border: 1px solid #eeeeee;
  /* position: fixed;
  width: 100%;
  top: 0;
  right: auto;
  left: 0;
  z-index: 999; */
}
.slide-container.main-slide-home{

}
.right-side.float-none-xs{
    text-align:start;
}

 /**************************** end delivery address page ****************************/
