:root {
  --primary--color : #000 ;
}
.mt-2 {
  margin-top: 2rem;
}




/* ==========header======= */
header.store-header {
    z-index: 1;
    background-color: transparent !important;
}

body:not(.index) .inner.bg-inherit {
  background: #763017;
}

div#mainnav {
    background-color: transparent !important;
}



/*=====main banner=====  */
section.s-block.all.s-block--one-wide-banner.wide-placeholder.custom-s.\!mob-block.\!desk-block:nth-of-type(1) {
    /* margin-top: 0; */
    margin-top: -5.3rem;
}



/* start button  */
button.tab-trigger.is-active.s-button-element.s-button-btn.s-button-outline.s-button-primary-outline.s-button-loader-after {
    background: #fff;
    border: none;
     color: var(--primary--color );
    font-size: 25px;
}
/* end button */

/* start add photo  */
.s-slider-block__title-right h2{
  position: relative;
}
.s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *)
 {
    padding-right: 2rem;
    padding-left: 0;
}

.s-block.s-block--best-offers {
     overflow: visible;
}


.s-slider-block__title-right h2::before{
    content: "";
    background: url(https://i.ibb.co/5XQtY0M8/v1.png);
    width: 30px;
    height: 49px;
    position: absolute;
    background-repeat: no-repeat;
    top: -17px;
    right: -4px;
    background-size: contain;
  
}
/*end add photo  */

.titles-line-underline .s-block-special-testimonials .block__title::after {
    display: none;
}

.block__title-right.custom-s.dm-text-main h2{
  margin-right: 25px;
  margin-bottom: -1rem;
}

/*start button */
salla-add-product-button .w-full{
   background: #763017;
   border-radius: 12px;
    color: #fff;
 }

/*end button  */



/*footer  */
.footer-is-dark .store-footer__inner , 
.store-footer
 {
  background: #763017;
   color: #fff;
}

.store-footer__inner {
  padding-bottom: 0;
}

span.line.block.my4.px-4.mb-4.border-0.border-dashed.border-t-2.opacity-30 {
    border: none;
}
.s-slider-block__title-left{
  display: none;
}
.s-block.s-block-special-testimonials 
.swiper-wrapper.s-slider-swiper-wrapper{
  width: 50%;
}
.special-testimonial__inner {
    flex-direction: row !important;
}

.swiper-slide {
    padding: 10px;
}
 
.top-navbar.bg-inherit.text-inherit {
    display: none;
}

.footer-is-dark .store-footer .text-gray-400 {
  color: #fff;
}