/* Add custom CSS styles below */ 
@font-face {
    font-family: "Careem";
    src: url("https://arbfonts.com/wp-content/fonts/new-arabic-fonts/CAREEM-REGULAR.DB5F2BCA26992ED25A89.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: "Careem", sans-serif;
}

/*main-slider */

.top-navbar {

    min-height: 92px;
   
}

.main-nav-container .inner {
    background: black;
}
.navbar-brand img {
    max-height: 4rem;
    margin-top: 10px;
}
 ul.main-menu.mm-spn--open * {
    color: #BB8129;
}
 .fixed-header ul.main-menu.mm-spn--open * {
    color: #BB8129;
}
 .fixed-header .items-stretch div:nth-of-type(2) * {
    color: #BB8129;
    border-color: #BB8129;
}
 .items-stretch div:nth-of-type(2) * {
    color: #BB8129;
    border-color: #BB8129;
}

 salla-slider.photos-slider .swiper-slide {
    padding: 0rem;
    margin: 0rem;
    width: 100%;
}
/*main-slider */
/*arrow of slider */
.s-slider-block__title-nav {
    visibility: hidden;
}
/*arrow of slider */
/*----------------banner----------------*/
.banner--fixed img {
    background: unset !important;
     margin-bottom:20px ;
}
/*-----------banner--------------------*/
.md\:grid-cols-3 {
    grid-template-columns: repeat(4,minmax(0,1fr));
}

.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
a.banner-entry{
    height: 255px;
    background-color:unset;
}
.lazy__bg.lazy.entered.loaded {
    background-size: contain;
    background-repeat: no-repeat;
}
@media(min-width:768px) and (max-width:1200px){
a.banner-entry{
    height: 200px;
}
}
@media(max-width:767px){
a.banner-entry{
    height: 140px;
    padding: 0rem;
  
}

.sicon-menu::before {
    color: #fff;
}
  
  .md\:grid-cols-3 {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
}
section:nth-of-type(1){
margin-top:0px
}

.swiper.s-slider-container.swiper-initialized {
    margin-left: 0!important;
   padding:0px
}
/*-------------------------------------*/

.swiper.s-slider-container.swiper-initialized {
    margin-left: 0!important;
    padding: 0px;
}
salla-slider.photos-slider .swiper-slide {
    width: 100%;
    padding: 0px;
}
/*--------------media-of-product--------*/
@media screen and (max-width:768px){
.s-products-slider-card{
    width:50%
}
button.undefined {
    font-size: 15px;
    padding: 10px;
}
}
/*--------------media-of-product--------*/
/*---------footer-----------*/
footer *{
margin-left:auto;
margin-right:auto ;
text-align: center;
color:#000;
border-color:#000;
}
.s-block__title {
    justify-content: center;
}
.s-block__title * , .s-slider-block__title *{
  padding: 0px !important
}
.s-block__title h2:after , .s-slider-block__title h2:after {
content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: #BB8129;
  margin-top: 10px;
}
.s-slider-block__title-left {
    display: none;
}
.s-slider-block__title {
    justify-content: center;
}


@media(min-width:991px){
header .container .items-stretch  > div:nth-of-type(1) {
    width: 90%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
  header .container .items-stretch  {
    align-items: flex-end;
  }
  .main-menu li.root-level>a {
    padding-bottom: 1rem;
}

.main-nav-container {
    height: 131px !important;
}
  .main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 57px;
    margin-top: 20px;
}
}
  footer .container > div:nth-of-type(2):after {
    content: "الرقم الضريبي";
    margin-top: 12px;
    display: block;
}
footer .container > div:nth-of-type(2){
  display: flex;
  flex-direction: column;
}
footer .container > div:nth-of-type(2):before{
   content: "314437136900003";
   order: 2;
}


h3.s-product-card-content-title:after {
content:"";
  background-image: url(https://cdn.files.salla.network/homepage/394983741/acf63ba7-d844-418d-9068-a6068d284ea7.webp);
  width: 100%;
  max-width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 50px;
  margin-top: 10px
}
/*----------------*/
/* Custom form styles */
.myform{
  background-color: #000; 
  color: #fff; 
  font-family: Arial, sans-serif;
  padding: 20px;
  border-radius: 10px;
}

form h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

form .form-control {
  margin-bottom: 15px;
}

form .form-control label {
  display: block;
  margin-bottom: 5px;
  color: #fff;
}

form .form-control input,
form .form-control select {
  width: 100%;
  padding: 10px;
  border: 1px solid #333;
  border-radius: 5px;
  background: #222;
  color: #fff;
}

form .form-control input:focus,
form .form-control select:focus {
  outline: none;
  border-color: #555;
}

form .form-control small {
  display: none;
  color: red;
  margin-top: 5px;
}

form .form-control.error input,
form .form-control.error select {
  border-color: red;
}

form .form-control.error small {
  display: block;
}

form button {
  width: 100%;
  padding: 10px;
  background: #333 !important;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}

form button:hover {
  background: #444;
}