/* Add custom CSS styles below */ 

@font-face {
    font-family: 'Zanjabeel SemiBold';
    src: url('https://wpazzrk.github.io/again/zanjabeel-semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}
.navbar-brand img {
    max-height: 6rem;
    max-width: 100px;
    width: auto;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 90px;
}
/* Carousel */

.s-block:nth-of-type(1) {
    margin-top: 0 !important;
}

.s-block--photos-slider .s-slider-block__title-nav {
    display: none !important;
}

.s-block--photos-slider * {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.s-block--photos-slider .swiper-slide {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}

/* Categories */
.s-block__title {
  justify-content: center;
}
.s-block__title h2 {
 font-family: 'Zanjabeel SemiBold';
  font-size: 30px;
    color: #2D120A;
}

.s-block--banners .grid {
    grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
}
.s-block--banners .lazy__bg {
    background-size: contain;
    background-repeat: no-repeat;
}
.s-block--banners .banner-entry {
    height: 420px;
}


@media (max-width: 992px) {
    .s-block--banners .banner-entry {
        height: 200px;
    }
}
@media (max-width: 480px) {
    .s-block--banners .banner-entry {
        height: 130px;
    }
}
@media (min-width: 640px) {
    .two-row .banner-entry:first-child {
        grid-row: span 1 / span 1;
    }
}

/* Transparent Banner */
.banner-entry,
.banner--fixed img {
    background-color: transparent !important;
}

/* Products */
.s-slider-block__title {
  margin-bottom: 2rem;
  justify-content: center;
}

.s-slider-block__title h2 {
 font-family: 'Zanjabeel SemiBold';
  border: none;
    font-size: 30px;
    color: #2D120A;
}
.s-slider-block__title-left {
   
    display: none;
}
.s-product-card-entry {
    background-color: transparent !important;
    border-radius: 0.5rem !important;
}
.s-product-card-image {
    background-color: transparent !important;
}
.s-product-card-entry:hover img {
    scale: 1.2;
}
.s-product-card-entry img {
    transition: all 0.3s;
}
.slider-bannars-moving h2,
.s-product-card-content-title {
    text-align: center !important;
}
.s-product-card-content-sub {
    justify-content: center;
}
.s-product-card-content-title a {
    color: #000 !important;
}
body:not(body.product-single)
    .s-button-element:not(.s-product-card-wishlist-btn) {
    background: var(--color-primary);
    color: #fff !important;
    border-radius: 0.5rem;
}
.s-product-card-vertical .s-product-card-wishlist-btn button:hover {
    background-color: var(--color-primary) !important;
}
.s-product-card-vertical
    .s-product-card-wishlist-btn
    button:hover
    .sicon-heart {
    color: #fff !important;
}

.s-block--features__item:first-child {
    grid-column: span 1/span 2;
}
.s-block--features .grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
}


@media (max-width: 600px) {
    .s-products-slider-card {
        width: 55%;
    }

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

/* Footer */

.store-footer,
.store-footer__inner {
    background-color: #fff !important;
}

footer *{

  color: #2D120A;
}

@media (min-width: 1024px) {
    footer .grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.copyright-text p {
    color: #000 !important;
}


/***/
.s-block__title ,
.s-slider-block__title,
.s-reviews-header-wrapper{
    justify-content:center;
}
.s-slider-block__title-left{
    display:none;
}
.s-block__title .right-side ,
.s-slider-block__title-right,
.s-slider-block__title h2{
    padding:0;
}
.s-reviews-header{
    margin:0;
}
.s-block__title h2 ,
.s-slider-block__title h2,
.s-reviews-header{
  position: relative;
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media(max-width:768px){
.s-block__title h2 ,
.s-slider-block__title h2,
.s-reviews-header{
  font-size: 22px;
}
}
.s-block__title h2::before,
.s-block__title h2::after,
.s-slider-block__title h2::before,
.s-slider-block__title h2::after,
.s-reviews-header::before,
.s-reviews-header::after{
  content: "";
  position: absolute;
  bottom: -15px;
  width: 80px;
  height: 2px;
  background:#2D120A; 
}

.s-block__title h2::before,
.s-slider-block__title h2::before,
.s-reviews-header::before{
  right: 50%;
  margin-right: 15px;
}

.s-block__title h2::after,
.s-slider-block__title h2::after,
.s-reviews-header::after{
  left: 50%;
  margin-left: 15px;
}

/* الدايرة */
.s-block__title h2 .circle ,
.s-slider-block__title h2 .circle ,
.s-reviews-header .circle{
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #2D120A;
  border-radius: 50%;
  background: #fff;
}

.store-footer__inner .s-contacts-title,
.store-footer__inner .s-contacts-list,
.s-trust-badges-number{
  display: none !important;
}


salla-contacts img{
  width: 200px;
  height: 150px;
  border-radius: 8px;
}