/* Add custom CSS styles below */ 
header.store-header.has-logo-on-merge,
header.store-header {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
    position: relative !important;
    z-index: 99 !important;
}


/*main slider*/
section.s-block.s-block--photos-slider> salla-slider.photos-slider .swiper-slide {
  margin: 0 !important;
  width: 100% !important;
  border-radius: 0px !important;

}

img.w-full.object-contain.rounded-md 
{
    border-radius: 0px !important;
}

section.s-block--photos-slider .s-slider-nav-arrow,
section.s-block--photos-slider .s-slider-prev,
section.s-block--photos-slider .s-slider-next,
section.s-block--photos-slider .swiper-pagination,
a.s-slider-block__display-all
{
    display: none !important;
}

[dir="rtl"] .carousel-slider .swiper:nth-of-type(1)
{
  padding-left: 0px;
}

@media (min-width: 768px) {
section.s-block.s-block--photos-slider.repeated-block

{
  display: none;
}
}

@media (min-width: 640px) {
    salla-slider[type]:not(.hydrated) > div > div:first-child, 
    salla-slider[type]:not(.hydrated) .swiper > div > div > div:first-child, 
    .carousel-slider .swiper-wrapper > div:nth-of-type(1) {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}


@media (max-width: 767px) {
    #photos-1-slider .swiper-wrapper > div:nth-child(2),
    #photos-1-slider .swiper-wrapper > .swiper-slide-active {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

[dir="rtl"] #photos-1-slider .swiper,
#photos-1-slider salla-slider[type]:not(.hydrated) > div,
#photos-1-slider .carousel-slider .swiper {
    padding-left: 0 !important;
}

#photos-1-slider .swiper-slide {
    width: 100% !important;
    max-width: 100% !important;
}

#photos-1-slider img {
    width: 100% !important;
    object-fit: cover !important;
}


/*feature section*/
 
.s-block--features__item.dm-bg-sec.relative.items-center.rounded-xl{
  border-width: 1px;
  border-color: #954B15;
}
h4.dm-text-main{
  color: #954B15 !important;
}

/*products*/

 custom-salla-product-card
{
  padding:10px;
}

@media (max-width: 767px) {
section.s-block.s-block--photos-slider:nth-of-type(1){
display:none;
  }
  .s-products-slider-card {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

salla-add-product-button button.s-button-element{
  border-radius: 8px !important;
  height: 40px !important;
}

[dir="rtl"] .s-slider-block__title h2 {
    padding-left: 0px;
}

/*faq*/

h3.mx-2.my-1.k-title.custom-s.title.dm-text-main,
.injaz_count_outer.font-bold.text-xl.flex.justify-center

{
  color: #954B15;
}

i.sicon-add.faq-icon.dm-bg-main.dm-text-main.text-primary.rounded-full.duration-200.transition.p-2{
  background-color: #954B15;
}

/*centering title*/

.s-block__title.section.main.title.custom.s,
.s-block__title-right,
.s-block__title-right h2 {
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
}