/* Add custom CSS styles below */ 
.landing-page-first-banner {
    max-width:80%;
    width:80%;
    margin: 3% auto 5% auto;


    /*banner*/
.banner--fixed img {
    background-color: transparent;
    padding: 0rem;
}


/* start customize setion*/
.md\:grid-cols-2 {
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
}
a.banner-entry{
    width: 45% !important;
    height: 255px !important;
    background-color:unset;
}
section.s-block.s-block--banners.container .lazy__bg.lazy.entered.loaded{
    background-size: contain;
    background-repeat: no-repeat;

}

@media(min-width:768px) and (max-width:1200px){
a.banner-entry{
    width: 45% !important;
    height: 200px !important;
    background-color:unset;
}
}
@media(max-width:767px){
a.banner-entry{
    width: 48% !important;
    height: 80px !important;
    background-color:unset;
}
.landing-page-first-banner {
    max-width:100%;
    width:100%;
    margin: 3% auto 5% auto;
}
}
.lazy__bg.lazy.entered.loaded {
    transition: transform .5s;
}
.lazy__bg.lazy.entered.loaded:hover {
    transform: scale(.9);
}
/* end customize setion*/


.wa-messenger-svg-whatsapp {
    fill: #d2b27b;
}

#karzoun-widget-send-button div {
    color: #d2b27b !important;
}

.ql-align-right ql-direction-rtl text-right {
color: #d2b27b;}

} 

.grid-flow-row { 
  grid-template-columns: repeat(2, 1fr);
}

.s-button-element:not(:disabled):not([loading]) {
    color: #2e1338;
}
.s-tabs-bg-normal {
    color: #d2b27c;  
}
.s-tabs-active{
  color: #2e1338;
    
}
h1, h2{
      color: #d2b27c !important;

}
a{
      color: #d2b27c !important;

}
.tamara-summary-widget{
    background-color: white !important;
}

/* Edits */
@media (max-width: 768px) {
    section.s-block.s-block--banners.container > .grid.grid-flow-row {
        grid-template-columns: repeat(1, 1fr);
    }
    section.s-block.s-block--banners.container .banner-entry {
        height: 160px;
    }
}
.blog-single .main-content {
    background-color: transparent;
    border: 1px solid #fff;
}
.product-single .s-product-options-wrapper {
    background-color: transparent;
}

span{
    all: unset;
  display: inline:
  }