:root
{
    --primary-color : #1f1f1f !important;
    --secondary-color : #F4B71E !important;
    --font-color : #000 !important;
    --color-primary : #22221f !important
}

/*------------------ Font Family -------------------*/
@font-face
{
    font-family: bokra;
    src: url(//alfont.com/wp-content/fonts/new-arabic-fonts/alfont_com_AlFont_com_4_CA.ttf)
}

@font-face
{
    font-family: bokra-bold;
    src: url(//alfont.com/wp-content/fonts/new-arabic-fonts/alfont_com_AlFont_com_4_C9.ttf)
}

body, *:not(i)
{
    
}
/*----------------- End of Font Family ---------------*/


/*------------------- Splash Screen ------------------*/
body::before
{
    content: '';
    width: 100%;
    height: 100%;
    border: 2px solid var(--primary-color) !important;
    background: var(--secondary-color) url(https://cdn.salla.sa/xAqrnb/kR7EbF11M8lKpPO7sJDtrpYGNDSIBVy0z1q1NgVK.jpg);
    position: fixed;
    z-index: 9999999999999 !important;    
    transform: scale(0);
    background-size: 25% !important;
    background-repeat: no-repeat;
    background-position: center !important;
    
    animation-name: splash;
    animation-duration: 2.5s;
}

@keyframes splash
{
  0%
  {
    transform: scale(1);
  }
  20%
  {
    transform: scale(1);
  }
  80%
  {
    transform: scale(1);
  }
  100%
  {
    transform: scale(0) rotate(360deg);
  }
}
/*--------------- End of Splash Screen ---------------*/

body, .header-mainbar .sides-wrap, .s-comments-product, .s-block--slider-with-bg
{
    box-shadow: none;
    background: url(https://d.top4top.io/p_2623lpgqm0.png);
}

/*---------------------- Header ----------------------*/
.topnav-is-light .top-nav
{
    background: var(--secondary-color) !important;
}

.header-mainbar,
.header-mainbar .sides-wrap
{
    background: #fff !important;
}
  
  
.header-mainbar .sides-wrap
{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

.navbar-brand img
{
    max-height: 6rem !important;
    border-radius: 15px !important;
    border: 2px solid #000;
    
    animation: scale 1.3s linear infinite;
}

.header-icon-button.login-button .text,
.header-icon-button *
{
    display: flex;
    color: var(--font-color) !important;
}

.main-nav-container
{
    border-top-width: 0px !important;
}

.lg\:block
{
    border-radius: 15px !important;
   /* background: var(--secondary-color) !important;*/
    margin-bottom: 10px !important;
}

 .main-menu li.root-level > a
{
    color: var(--font-color) !important;
}
/*------------------ End of Header -------------------*/


/*---------------------- Banner ----------------------*/

/*------------------ End of Banner -------------------*/


/*-------------------- Categories --------------------*/

/*---------------- End of Categories -----------------*/


/*--------------------- Products ---------------------*/
.carousel-slider .swiper-wrapper > div
{
    margin-top: 25px !important;
    margin-bottom: 35px !important;
}
/*---------------------
.product-entry
{
    border: 1px solid var(--font-color) !important;
    border-radius: 30px !important;
    padding: 0px !important;
    box-shadow: 2px 2px 10px 0px var(--secondary-color);
}
---------------------*/
.product-entry .content-wrap
{
    display: flex;
    flex-direction: column;
    background: #fff !important;
    text-align: center !important;
    padding-top: 15px !important;
}

salla-button .s-button-btn
{
    color: var(--font-color) !important;
    font-size: 18px !important;
    border: 2px solid #fff !important;
    background: var(--secondary-color) !important;
    border-radius: 30px !important;
    padding: 5px 5px !important;
    box-shadow: 0px 0px 10px 1px var(--secondary-color);
    margin: -6px auto 2px auto !important;
    width: 92%;
        
    transition: 4s 0 ease;
    animation: signal 3000ms ease infinite;
}

.product-entry .s-button-icon
{
    color: #fff !important;
    font-size: 18px !important;
    border: 2px solid #fff !important;
    box-shadow: 0px 0px 10px 2px var(--secondary-color);
    background: var(--secondary-color) !important;
    border-radius: 50% !important;
    margin-left: 10px !important;
    margin-top: -2px !important;
    width: 40px;
    height: 40px;
}
/*----------------- End of Products ------------------*/


/*----------------- Products Details -----------------*/

/*------------- End of Products Details --------------*/


/*----------------------- Cart -----------------------*/

/*------------------- End of Cart --------------------*/


/*------------------- Testemonials -------------------*/

/*--------------- End of Testemonials ----------------*/


/*--------------------- Features ---------------------*/

/*----------------- End of Features ------------------*/

.statistics-list .md\:text-3xl
{
    font-size: 1.25rem !important;
    line-height: 2.25rem;
    color: #fff !important;
}

.statistics-list .text-gray-400
{
  color: #fff !important;
}

/*---------------------- Footer ----------------------*/
.store-footer
{
    margin-top: 4rem;
    border-radius: 20px;
    border: 2px solid #fff !important;
    width: 96% !important;
    margin: 25px auto 15px auto !important;
    background: var(--secondary-color) !important;
    box-shadow: 0 0 10px 1px #fff;
}

.sm\:grid
{
    display: grid;
    color: #fff !important;
    text-align: center !important;
    background-color: var(--secondary-color) !important;
    background-image: url("https://i.ibb.co/djnT2L2/image.png");
    border-radius: 40px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 2rem;
    padding-bottom: 15rem;
}

.py-11
{
    padding-top: 15px;
    padding-bottom: 0 !important;
}

.text-white
{
    background: var(--secondary-color) !important;
    border-radius: 40px;
}

.py-3
{
    padding-top: 5px;
    padding-bottom: .75rem;
    background: var(--secondary-color) !important;
    border-radius: 40px;
}
/*------------------ End of Footer -------------------*/


/*----------------------- Blog -----------------------*/

/*------------------- End of Blog --------------------*/


/*------------------ WhatsApp Icon -------------------*/

/*-------------- End of WhatsApp Icon ----------------*/


/*------------------ Mobile Screens ------------------*/
@media only screen and (max-width: 767px)
{ 
    body::before
    {
       background-size: 45% !important;
    }

    /*------------------- Header -------------------*/
    .navbar-brand img
    {
        max-height: 4rem !important;
        max-width: min(170px,36vmin);
        border-radius: 15px !important;
    }
    
    /*------------------- Banner -------------------*/

    /*----------------- Categories -----------------*/
    
    /*------------------ Products ------------------*/
    salla-button .s-button-btn
    {
        font-size: 16px !important;
    }

    /*-------------- Products Details --------------*/

    /*---------------- Testemonials ----------------*/
    
    /*------------------ Features ------------------*/
    
    /*-------------------- Cart --------------------*/
    
    /*------------------- Footer -------------------*/
    .store-footer
    {
        margin-top: 4rem;
        border-radius: 40px;
        border: 2px solid #fff !important;
        width: 92% !important;
        margin: 25px auto 15px auto !important;
        background: var(--secondary-color) !important;
        box-shadow: 0 0 10px 1px #fff;
    }
    
    .sm\:grid
    {
        background-size: contain;
        background-position: 0 700px;
        background-repeat: no-repeat;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    /*-------------------- Blog --------------------*/
}
/*-------------- End of Mobile Screens ---------------*/


/*------------------- Animations ---------------------*/
@keyframes scale
{
    0%,100%
    {
        transform: scale(1);
        opacity: 1;
    }
    50%
    {
        transform: scale(.9);
        opacity: .7;
    }
}

@keyframes up-down
{
    0%, 100%
    {
        top: 0;
    }
    50%
    {
        top: -25px;
    }
}

@keyframes tournemoi
{
    0%
    {
        transform: rotate(-5deg);
    }
    50%
    {
        transform: rotate(5deg);
    }
    100%
    {
        transform: rotate(0deg);
    }
}

@keyframes signal
{
    0%
    {
        box-shadow: 0 0 0 0 #ffffff;
    }
    100%
    {
        box-shadow: 0 0 10px 4px var(--secondary-color);
    }
}
/*----------------- End of Animations ----------------*/


  /*-------------------- custom css --------------------*/
  #mainnav .container{
  width: 100% !important;
  max-width: 100%;
 
  margin-bottom: 0 !important;
}
.main-menu{
 
  padding-bottom: 13px;

}

#mainnav .lg\:block{
  background-color: #fff !important;
}
#mainnav.main-nav-container{
  background-color: #fff;
  border-top: 1px solid #f1f1f1 !important;
}
.s-block:first-of-type {
    margin-top: 0 !important;
  }
  .carousel-slider .swiper-wrapper > div {
  margin-top: 12px !important;
  margin-bottom: 35px !important;
}
.top-nav .lg\:block {
 
  background: #202020 !important;
 
}
.store-header .top-nav {
  background: #202020 !important;
  padding-top: 20px;
}

.top-nav .lg\:block {

  background: #202020 !important;

}
.store-header .top-nav {
  background: #202020 !important;
  padding-top: 20px;
}
.main-menu li{
  position: relative;
}
.main-menu li:before{
  content: '';
  background-color: var(--secondary-color) !important;
  width: 0%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  border-radius: 5px;
  transition: all 0.5s ease-in-out
}
.main-menu li:hover:before{
  width: 100%;
}
.main-menu li li:hover{
  background-color: var(--secondary-color);
  color: #fff;
}
.main-menu li li:hover a{
  color: #fff;
  font-weight:bold;
}
.main-menu li li:hover  li a{
  color: #202020;

  font-weight: normal;
}
.main-menu li li:hover  li:hover a{
  color: #fff;
  font-weight: bold;
}
.main-menu li a{
  padding-top: 14px !important;
 
}


body::before{
  border: none !important;
}
header .header-icon-button .icon {
 margin-left: 11px !important;
  border-radius:5px;
  background-color:var(--secondary-color) !important;
 
}
.header-icon-button .text span:first-child {
  font-size: 0.8rem;
  line-height: 1.5rem;
  opacity: 1;
  font-weight: bold;
  color: #000 !important;
}
.s-cart-summary-wrapper .s-cart-summary-count {
  top: -0.8rem !important;

}
header .navbar-brand img{
  border: none !important;
  animation: none;
  border-radius: 0 !important;
}

header .s-cart-summary-wrapper .s-cart-summary-total:before {
 font-weight:bold;
  opacity:1;
}

body, .header-mainbar .sides-wrap, .s-comments-product, .s-block--slider-with-bg {

  background: none;

}
.s-slider-block__title:before {
   content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #e5e5e5;
  z-index: 0;
}
.s-slider-block__title:before {
   content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #e5e5e5;
  z-index: -1;
}

.s-slider-block__title-right h2, .s-slider-block__title-left{
  background-color: #fff !important;
}
.swiper-slide .product-entry,
.vertical-products .product-entry,
.s-product-card-entry
 {
  border: 1px solid #eee !important;
  border-radius: 0px;
  padding: 0px !important;
    padding-bottom: 0px;
  box-shadow: 2px 2px 10px 0px #f1f1f1;
 
}
.swiper-slide .product-entry .content-wrap,
.vertical-products .product-entry .content-wrap
 {
 
  padding: 15px !important;
}
salla-button .s-button-btn {
  color: #fff !important;
  font-size: 18px !important;
  border: 2px solid #fff !important;
  background: var(--color-primary) !important;
  border-radius: 13px !important;
  padding: 5px 5px !important;
  box-shadow: 0px 0px 10px 1px #f1f1f1;
  margin: -6px auto 2px auto !important;
  width: 92%;
  transition: 4s 0 ease;
  animation: none !important;
}
.product-entry .s-button-icon {
  color: #fff !important;
  font-size: 18px !important;
  border: 2px solid #fff !important;
  box-shadow: 0px 0px 10px 2px #f1f1f1;
  background: var(--secondary-color) !important;
  border-radius: 10px !important;
  margin-left: 10px !important;
  margin-top: -4px !important;
  width: 49px;
  height: 49px;
}
.statistics-list .md\:text-3xl {
 font-size: 2rem !important;
  margin-bottom: 10px;
  color: #000 !important;
}
.statistics-list .text-gray-400 {
  color: #000 !important;
  font-weight: bold;
}
.s-block--statistics{
margin-top: 3rem !important;
  padding-bottom: 4rem;
  background-color: #f9f9f9;
  padding-top: 2rem;
}
.store-footer {
 
  border-radius: 0;
  border: 0px solid #fff !important;
  width: 100% !important;
  margin: 0px auto 0px auto !important;
 background: var(--primary-color) !important;
  box-shadow: 0 0 10px 1px #fff;
}
footer .text-white {
  background: var(--secondary-color) !important;
  border-radius: 0;
}
footer .sm\:grid {
 
  background-color: var(--primary-color) !important;
 
}
footer p.text-gray-400{
  color: #fff;
  font-weight:bold;
}
.footer-logo img{
  background-color: #fff;
  border-radius: 5px;
 
}
.footer-is-dark .store-footer h3 {
  --tw-text-opacity: 1;
  color: rgba(255,255,255,var(--tw-text-opacity));
  font-weight: bold !important;
  font-size: 1.4rem;
  border: 1px solid var(--secondary-color);
  padding: 12px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.footer-list a {
 transition: all 0.5s ease-in-out;
  text-align: right;
}
.footer-logo img{
margin-right: 25px;
}
.footer-list a:hover {
  opacity: 1;
  color: var(--secondary-color);

}
.product-card:hover, .product-card:hover .content-wrap,
.s-product-card-entry:hover
{
  background-color: var(--secondary-color) !important;
}
.product-card:hover a, .product-card:hover p,
.s-product-card-entry:hover p
{
  color: #fff !important;
}
.product-card:hover h3 a{
  color: #000 !important;
}
.product-card:hover button, .s-product-card-entry:hover button{
  box-shadow: 0px 0px 0px
}
salla-button .s-button-btn {
 
  padding: 15px !important;
 
  width: 100%;
 
}
.s-login-modal-header-icon svg {
 
  fill: #fff;
}
  .s-login-modal-header-icon {
 
    background-color: var(--secondary-color);
    border: none;
    color: #fff !important;
  }
  .breadcrumbs.py-3{
  background-color: #f9f9f9 !important;
  padding-top: 30px;
 padding-bottom: 20px;
  padding-right: 20px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.05) !important;
  border-radius: 10px;
  border-bottom: 3px solid #f1f1f1 !important;
}
.page-header{
  background-color: var(--secondary-color) !important;
}
.page-header .breadcrumbs.py-3,
.self-start .breadcrumbs.py-3
 {
  background-color: transparent !important;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-right: 20px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.05) !important;
  border-radius: 10px;
  border-bottom: 0px solid #f1f1f1 !important;
  font-weight: bold;
  opacity: 1 !important;
  color: #fff !important;
}
.page-header .breadcrumbs.py-3 li span{
  color: #fff !important;
  font-weight: bold !important;
}
.product-single .page-container .breadcrumbs {
  padding:0;
  line-height: 49px !important;
  height: 49px;
  padding-right: 16px;
}
.product-single .page-container .breadcrumbs li{
  line-height: 49px;
}
#single-product-form .text-white{
  background-color: #fff !important;
}
#single-product-form .s-button-element{
min-height: 60px;
}
#more-content{
  line-height: 40px;
 
}
#more-content p{
  font-size: 15px;
}
.cart-item .py-3{
  background-color: #fff !important;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  padding: 5px;
}
.form--user-profile button.s-button-btn{
  margin-top: 30px !important;
}
::selection{
  background-color: var(--secondary-color) !important;
}
.statistics-list__item{
  border: 1px solid #f1f1f1;
  padding: 20px;
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
  background-color: #fff;
}
.statistics-list__item:hover{
background-color: var(--primary-color);
}
.statistics-list__item strong, .statistics-list__item small{
  transition: all 0.5s ease-in-out;
}
.statistics-list__item:hover strong, .statistics-list__item:hover small{
  color: #fff !important;
 
}
.slider-bg h3{
  color: var(--secondary-color);
 font-size: 1.8rem
}
.s-slider-block__title a{
  color: #000 !important;
  padding: 5px;
 
}
.product-card{
 transition: all 0.5s ease-in-out
}
.product-card:hover{
  transform: scale(1.05)
}
#app button.s-slider-nav-arrow:hover {
 
  background-color: var(--secondary-color);
}
.product-entry--vertical .product-entry__image {
  margin-bottom: 0rem !important;
 
}
.s-product-card-content:hover h4, .s-product-card-content:hover span{
  color: #fff !important;
}
.s-product-card-entry{
transition: all 0.5s ease-in-out !important;
}
.s-product-card-entry:hover{
  transform: scale(1.05) !important;
}

.s-block--banners .has-4-photos{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.s-block--banners .has-4-photos .banner-entry{
width: 23%;
  background-color: #fff
}
.s-block--banners .has-4-photos .banner-entry a{
 background-size: auto auto;
  background-position: center !important;
  margin: 0 auto;
  display: block;
  left: 0;
  right: 0;
  text-align:center;
  background-repeat: no-repeat;
  padding:0 !important;
}
.s-block--banners .has-4-photos .banner-entry:hover a:before{
 opacity: 0;
  background-color: transparent
}

.s-block__title .right-side::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #e5e5e5;
  z-index: 0;
  top: 19px;
  bottom: 0;
}
.s-block__title{
  position: relative;
  background-color: #fff;
}
.s-block__title .right-side h2{
  background-color: #fff;
  padding-left: 20px;
}
.s-block.s-block--fixed-banner.wide-placeholder img{
  width: 100% !important;
  height: 162px !important;;
  object-fit: contain !important;
}
.s-block--statistics .right-side:before{
  display: none;
}
.s-block--banners .has-4-photos .banner-entry a{
transition: all 0.5s ease-in-out !important;
}
.s-block--banners .has-4-photos .banner-entry a:hover{
 transform: scale(1.08)
}
 body::before {
 
  animation-name: none;
 
}
salla-slider.details-slider .swiper-slide {
    
    background-color: #fff;
  }
.main-menu li a {
  padding-top: 9px !important;
 
}
.product-single .sidebar.md\:\!w-1\/2{
 
}
.product-single .main-content.md\:w-1\/2{
  
}
#more-content p br{
  display: none;
}
.main-menu li:nth-child(2) .sub-menu ul li a {
  padding-left: 0;
  padding-right: 0;
padding-top: 3px !important;
  padding-bottom: 3px !important;
  font-size: 14px;
}
.main-menu li:nth-child(2) .sub-menu ul li a:hover span{
  font-size: 14px !important;
}
#single-product-form .s-button-element:hover{
  background-color: var(--secondary-color) !important;
}
.s-user-menu-inline li:hover a{
  color: var(--secondary-color) !important;
  opacity: 1 !important;
  text-shadow: none !important;
}
.product-single .s-slider-container img{
  max-width: 500px;
  max-height: 500px;
  object-fit: contain;
}



.product-single .main-content h1{
  border: 1px solid var(--secondary-color);
  border-radius: 10px;
  padding: 10px;
}
.product-single .main-content h3{
  border: 1px dashed var(--primary-color);
  border-radius: 10px;
  padding: 10px;
}
 .share-rate-area{
  border: 1px dashed var(--primary-color);
  border-radius: 10px;
  padding: 1px;
}
.product__description{
    border: 2px dashed var(--secondary-color);
  border-radius: 10px;
  padding: 10px;
}
.product-single .main-content h4.text-xl{
  background-color: var(--secondary-color);
  color: #fff;
  padding: 10px;
  border-radius: 5px;
}
.tag_link{
  background-color: var(--secondary-color);;
  padding: 5px;
  border-radius: 5px;
  color: #fff !important;
}


 .swiper-slide .product-entry, .vertical-products .product-entry, .s-product-card-entry {

  max-width: 100%;

 
}
.main-menu li:nth-child(2) ul{
  display: flex;
  flex-wrap: wrap;
  width: 430px;
}
 

.main-menu li:nth-child(2) .sub-menu{
 
  width: 430px;
}
.main-menu li:nth-child(9) li .sub-menu{
right: auto !important;
left:  100% !important;
}
 
.main-menu li:nth-child(2) .sub-menu{
 
  width: 430px;
}
.main-menu li:nth-child(2) li{
  width: 50%;
}
 
body{
  overflow-x: hidden;
}
.main-menu li:nth-child(2) .sub-menu ul li a:hover span {
  font-size: 13px !important;
}
.main-menu li li li a{
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.main-menu .sub-menu ul li a {
  padding-left: 0;
  padding-right: 0;
  padding-top: 4px !important;
  padding-bottom: 4px;
  font-size: 13px !important;
}
.s-slider-block__title{
  display: none !important;
}
  .s-block {
    margin-top: 2.5rem;
  }
  .s-block--photos-slider{
  max-width: 1260px;
  margin: 0 auto;
}
.s-block--photos-slider img{
  border-radius: 0 !important;
}
 .s-cart-summary-total {
    display: block !important;
  }
    [dir="rtl"] .s-cart-summary-wrapper .s-cart-summary-count {
    right: -7px;
    top: -3px !important;
    padding: 0px !important;
    height: 20px !important;
    width: 20px;
  }
    .s-cart-summary-icon svg {
    height: 1.45rem;
    width: 1.45rem;
    fill: #7c8082;
    fill: var(--color-text);
    margin-top: 10px;
    margin-left: 7px;
  }
    [dir="rtl"] .s-cart-summary-wrapper .s-cart-summary-total::before {
    margin-bottom: 7px;
  }
   .header-icon-button .icon {
    font-size: 1.225rem;
  }
    .product-entry--vertical.product-entry--fit-type .product-entry__image {
    height: 16rem;
    flex-basis: 16rem;
    background-color: #fff;
    border-bottom: 1px solid #f1f1f1;
  }
  .header-mainbar .search-bar .s-search-input {
 
  border: 1px solid #f1f1f1 !important;
}
.header-mainbar .left-side {
  flex-direction: row-reverse;
}
  
    [dir="rtl"] .header-icon-button {
    margin-right: 2rem;
  }
  
  
  .store-header .top-nav {
 
  padding-top: 17px;
  padding-bottom: 17px;
}
.top-nav-inner a{
  color: #fff
}
.s-block--photos-slider{
  min-width: 100% !important;
}
.s-product-card-vertical .s-product-card-image{
  background-color: #fff !important;
}
.s-product-card-vertical .s-product-card-content{
  padding: 15px !important;
  text-align: center;
}
.s-product-card-vertical .s-product-card-price {
text-align: center !important;
  display: block !important;
  width: 100%;
  border: 1px solid #f1f1f1;
  padding: 10px;
  border-radius: 5px;
}
.s-product-card-vertical h3{
  min-height: 60px;
}
.s-product-card-vertical h3 a{
  font-weight: bold !important;
  font-size: 1.1rem !important;
}
.s-product-card-vertical h3 a:hover{
  color: #fff !important;
}
.s-product-card-content:hover .s-product-card-price{
  border: 1px solid #fec433
}


.s-product-card-content salla-button .s-button-btn{
  background-color: #f4b71e !important;
  border-radius: 5px !important;
  box-shadow: none
}
.carousel-slider .swiper-wrapper > div {
  margin-top: 0px !important;
 
}
.s-fast-checkout-button.outline {
 
  height: 56px;
}
#single-product-form .s-button-element {
  min-height: 56px;
  padding: 0 !important;
  border-radius: 6px !important;
}
.store-footer h3 {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 28px;
  font-weight: 700;
  border: 1px dashed #f2b81d;
  padding: 10px;
  border-radius: 6px;
}
custom-salla-product-card .s-product-card-wishlist-btn button.s-button-icon{
  color: #000 !important;
}

.s-product-card-content-footer:hover button i{
  color: #1f1f1f;
  font-size: 1.1rem
}
.s-product-card-content-footer:hover button{
  background-color: #fff;
  opacity: 1
}
.top-nav .s-contacts-topnav-link::before{
  color: #fff !important;
}
.main-menu .sub-menu ul{
    display: flex;
    flex-wrap: wrap;
    width:100% !important;
}
.main-menu .sub-menu{
    
   width:450px !important;
}
.main-menu .sub-menu ul li{
    width: 50%;
    line-height: 20px !important;
  
}
.main-menu .sub-menu ul li a{
  
    height: 33px;
}
.main-menu .sub-menu ul li a span{
    font-size: 0.9rem
}
.main-menu li a span{
    font-size: 1.1rem
}
.main-menu li a{
    padding-inline: 5px !important;
}
.s-product-card-content:hover button i{
  opacity: 1 !important;
  color: #000;
  font-size: 1.1rem
}
.s-filters-widget-title {
 
  border: 1px dashed;
  padding: 10px;
  border-radius: 5px;
}
#filters-menu .s-filters-footer button span{
 text-align: center !important;
  height: 50px;
  line-height: 7870px;
}
#filters-menu .s-filters-footer button{
    padding: 0px !important;
  height: 60px !important;
   line-height: 50px;
  border-radius:10px !important;
}
.page-header a, .page-header  span{
  font-size: 1.3rem;
}
  
@media (min-width: 480px) and (max-width: 1100px) {
[dir="rtl"] salla-slider[type]:not(.hydrated) > div, [dir="rtl"] salla-slider[type]:not(.hydrated) .swiper > div > div, [dir="rtl"] .carousel-slider .swiper {
  padding-left: 0;
  max-width: 99%;
  margin: 0 auto;
}
  .s-block {
    margin-top: 0rem;
  }
    salla-slider[type]:not(.hydrated) > div > div, salla-slider[type]:not(.hydrated) .swiper > div > div > div, .carousel-slider .swiper-wrapper > div {
    padding-left: 4px;
    padding-right: 4px;
  }
  salla-slider .slide--one-fourth {
     

 
  }
    .product-entry--vertical.product-entry--fit-type .product-entry__image {
 
    background-color: #fff;
    border-bottom: 1px solid #f1f1f1;
  }
  .store-header {
  position: relative;
  min-height: 193px;
}
.s-block.s-block--fixed-banner.wide-placeholder img {
  width: 99% !important;
  height: 162px !important;
  object-fit: contain !important;
  margin: 0 auto;
}
.s-block--photos-slider img{
  border-radius: 0 !important;
}
}





@media (min-width: 320px) and (max-width: 480px) {


/*------------------ Font cairo -------------------*/
@font-face
{
    font-family: cairo;
    src: url(//alfont.com/wp-content/fonts/thulth-arabic-fonts//alfont_com_Cairo-Black.ttf)
}

@font-face
{
    font-family: cairo;
    src: url(//alfont.com/wp-content/fonts/thulth-arabic-fonts//alfont_com_Cairo-SemiBold-1.ttf)
}




.s-product-card-image img.loaded {
 
  max-height: 196px;
}
#more-content p {
 
  text-align: justify;
}
 header .sides-wrap .right-side, header .sides-wrap .left-side{
  width: 100%
}
.product-single .sidebar.md\:\!w-1\/2{
  width: 100% !important;
}
.product-single .main-content.md\:w-1\/2{
  width: 100% !important;
}
.product-single .s-slider-container img{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
header .sides-wrap .left-side{
  border: 1px solid #f5f5f5;
  padding: 10px;
  justify-content: space-between;
    flex-direction: row-reverse;
}
.footer-logo{
  text-align: center !important;
}
.footer-logo img{
  margin:  0 auto !important;
}
.store-footer p.max-w-\[75\%\]{
  max-width:  100% !important;
}
.s-block--banners .has-4-photos .banner-entry a {
  background-size: cover;
  background-position: center !important;
  margin: 0 auto;
  display: block;
  left: 0;
  right: 0;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 192px;
}
.s-block--banners .has-4-photos .banner-entry {
  width: 48%;
 
}
#best-offers-2-slider .slide--one-fourth {
 
 
}
#best-offers-7-slider .slide--one-fourth {
 
 
}
.s-block.s-block--fixed-banner.wide-placeholder img {
height:auto !important;
 
 
}
.s-block__title h2, .s-slider-block__title h2 {
 
  font-size: 1.2rem;
 
}
.main-menu li::before {
 
  background-color: transparent !important;
 
}



.product-entry__subtitle{
  display: none
}
salla-button .s-button-btn {
 
  border: 0px solid #fff !important;
 border-radius:0 !important;
  width: 100%;
 
}
.swiper-slide .product-entry, .vertical-products .product-entry, .s-product-card-entry {
  border: 1px solid #343434 !important;
  border-radius: 0px !important;
  max-width: 221px;
    margin: 0 auto;
   
 
}
.swiper-slide .product-entry .content-wrap, .vertical-products .product-entry .content-wrap {
  padding: 15px !important;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  padding-right: 8px !important;
  padding-left: 8px !important;
  padding-bottom: 4px !important;
}
.product-entry__image img {
 
  border: 10px solid #fff;
}
.product-entry--vertical.product-entry--fit-type .product-entry__image {
  height: 171px;
  flex-basis: 10rem;
  flex-grow: 0;
  background-color: #fff;
  text-align: center;
  margin: 0 auto;
 border-bottom: 1px solid #f1f1f1;
}
.product-entry .s-button-icon {
 
  border: 0px solid #fff !important;
 
  border-radius: 0px !important;
 
  width: 42px !important;
  height: 42px !important;
}
    .product-card salla-button .s-button-btn {

        font-size: 0px !important;
        font-weight: 900 !important;
        background-image: url('https://www.arabsharing.com/do.php?img=320499') !important;
        background-size: 100% !important;
        background-repeat: no-repeat !important;
        background-position:  5px center !important;
        max-height: 71px !important;
        padding: 0 !important;
        position: relative;
        max-height: 39px !important;
    }
    .product-card salla-button .s-button-btn:before{
        position: absolute;
        content: '';
        width: 2px;
        height: 100%;
        background-color: #fff;
        left: 27%;
    }
    .product-card salla-button .s-button-btn.s-button-disabled:before{
        display: none;
    }
.product-card:hover, .product-card:hover .content-wrap, .s-product-card-entry:hover {
  background-color: #fff !important;
}
*{
  
}
.statistics-list .text-gray-400 {
 
  font-size: 0.9rem;
}
.statistics-list__item {
  border: 1px solid #f1f1f1;
padding-top: 18px !important;
  border-radius: 0px;
  transition: all 0.5s ease-in-out;
  background-color: #fff;
  padding-bottom: 22px !important;
  padding: 8px;
}
.statistics-list{
  gap: 8px !important;
}
.product-entry__title a {
 
  font-size: 0.9rem !important;

  color: #000 !important;
}
.product-entry__content h4{
  font-weight: 400 !important;
}
.vertical-products{
  gap: 9px !important;
}
.index .s-block__title{
  display: none;
}
 .navbar-brand img {
    max-height: 3rem !important;
 
  }
  .carousel-slider .swiper {
 padding-left: 0rem !important;
    width: 98%;
    margin: 0 auto;
    padding-right: 0;
}
body {
 
  background-color: #f9fafa !important;
}
[dir="rtl"] .navbar-brand {
  margin-left: 0 !important;
}
.product-card salla-button .s-button-text {

  font-weight: bold !important;
}
.s-block.s-block--photos-slider img.rounded-md{
  border-radius: 0 !important;
}
.s-cart-summary-total{
  display: block !important;
}
[dir="rtl"] .s-cart-summary-wrapper .s-cart-summary-total::before {
 
  margin-bottom: 7px;
}
 .s-block--best-offers salla-slider .slide--one-fourth {
  height:auto;
  width:50%;
  max-width:none;
 
}
.s-block--best-offers .s-slider-block__title{
  display: none
}
.s-block--best-offers.container, .s-block--fixed-banner{
padding: 0px;
    margin-top: 16px;
}
.s-block--photos-slider span.swiper-pagination-bullet{
  background-color: #edf0f0;
  opacity: 1 !important;
  width: 18px;
  height: 18px;
  border-radius: 0px;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.s-block--photos-slider span.swiper-pagination-bullet-active{
  background-color: #b9c1c0;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.s-block--photos-slider .swiper-pagination{
 bottom:  -5px !important;
}
.s-block--banners .has-4-photos .banner-entry{
  background-color: transparent !important;
}
.store-footer .col-span-6{
  width: 100% !important;
  display: block !important;
  grid-column: span 12/span 12;
  text-align: center !important;
  margin-top: 0 !important;
}
.footer-list.store-links-items a{
  text-align: center !important;
  margin-right:  0;
  padding-right: 0 !important;
  font-size: 1rem;
 
}
.footer-list.store-links-items a:before{
  display: none;
}
.store-footer p.max-w-\[75\%\]{
   font-size: 1rem; 
  text-align: justify;
  display: block;
  width: 90% !important;
  margin: 0 auto;
  line-height: 35px;
}
.store-footer a.leading-none{
 float: right;
  width: 50% !important;
margin: 6px auto 20px;
  font-size: 1.1rem;
}
.store-footer a.leading-none:last-child{
  float: none;
 
}
.store-footer .col-span-12{
  margin-top: 0 !important;
}
.footer-logo img{
  background-color: transparent;
  border-radius: 0px;
 width: 0;
}
.footer-logo{
    background-image: url('https://www.arabsharing.com/do.php?img=320478');
    height: 100px;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}
.footer-is-dark .store-footer h3 {
 
  border-radius: 0;
 
}
.s-block--statistics {
 
  padding-top: 0.1rem;
}
.store-footer .contact-icon {
 
  padding: 16px;
  font-size: 1rem;
}
.product-card salla-button .s-button-btn.s-button-disabled{
  background-image: none !important;
  font-size: 14px !important;
}
.footer-is-dark .store-footer h3 {
 
  max-width: 88%;
  margin: 0 auto 30px;
}
[dir="rtl"] .store-footer .contact-icon {
  margin-left: .225rem;
  margin-right: 0.4rem;
}
footer .sm\:grid {
 
  padding-right: 0;
}
.s-block--banners .has-4-photos .banner-entry:last-of-type{
  display: none;
}
.s-block--banners .has-4-photos {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.header-mainbar .search-bar--mobile .s-search-input {
 
  border-color: #f3f5f5;
}
.product-entry .btn--add-to-cart, .product-entry .btn--wishlist {
  height: 44px;
}
salla-slider[type]:not(.hydrated) > div > div, salla-slider[type]:not(.hydrated) .swiper > div > div > div, .carousel-slider .swiper-wrapper > div {
 
  padding-left: 4px;
  padding-right: 4px;
}
.product-entry__image img {
 
  width: 165px;
  height: 165px;
  border-width: 5px !important;
  display: block;
  margin: 0 auto;
}
.s-block.s-block--banners{
  margin-top: 18px
}
.s-cart-summary-icon svg {
  height: 1.45rem;
  width: 1.45rem;
  fill: #7c8082;
  fill: var(--color-text);
  margin-top: 10px;
  margin-left: 7px;
}
[dir="rtl"] .s-cart-summary-wrapper .s-cart-summary-count {
  right: -7px;
  top: -3px !important;
  padding: 0px !important;
  height: 20px !important;
  width: 20px;
}
.header-icon-button .icon {
 
  font-size: 1.225rem;
 
}
.product-single .page-container .breadcrumbs {
 
  padding-right: 7px;
}
.s-block:first-of-type {
  margin-top: auto !important;
}
.container {
 
  padding-right: 8px;
  padding-left: 7px;
}
  .s-block.s-block--photos-slider {
    margin-top: 10px !important;
    max-width: 100%;
    margin: 10px auto 0;
    margin-top: 10px;
  }
  .store-header {
  position: relative;
  min-height: 246px;
}
.s-slider-block__title-right h2, .s-slider-block__title-left {
  background-color: #f9f9f9 !important;
}
.s-product-card-content:hover{
  background-color: #1f1f1f
}
.s-product-card-content:hover a{
  color: #fff
}
}