/* Add custom CSS styles below */ 
.navbar-brand img {
    max-height: 6rem;
 }
 @media(max-width:767px){
 .navbar-brand img {
    max-height: 4rem;
 }
 }
 .main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 85px;
}
div#mainnav {
    background: #fff8ec;
}
/*.inner.bg-inherit {
    background: #000;
    width: 95%;
    margin: auto;
    border-radius: 57px;
}*/
.inner.bg-inherit *{
color:#000!important;
}
.app-inner.flex.flex-col.min-h-full {
    background-color: #fff8ec;
}
section:nth-of-type(1) .container{
margin-right:0px;
width:90%;
 max-width: 90%;
}

/*----------------banner----------------*/
.banner--fixed img {
    background: unset !important;
     margin-bottom:20px ;
}
/*-----------banner--------------------*/
/* start customize setion*/
section:nth-child( 1 of .s-block.s-block--banners.container) .md\:grid-cols-3 {
    grid-template-columns: repeat(5,minmax(0,1fr));
}

.banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
section:nth-child( 1 of .s-block.s-block--banners.container) a.banner-entry{
    height: 310px;
    background-color:unset;
}
section:nth-child( 1 of .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){
section:nth-child( 1 of .s-block.s-block--banners.container) a.banner-entry{
    height: 200px !important;
}
}
@media(max-width:767px){
section:nth-child( 1 of .s-block.s-block--banners.container) a.banner-entry{
    height: 100px!important;
    padding: 0rem;
  
}
}
/**********product*****************/
.s-slider-block__title-left {
    display: none;
}
.s-slider-block__title {
    justify-content: center;
}
.s-slider-block__title h2{
color:#C1881A;
padding:0px;
}

    .s-slider-block__title h2::after{
        content: "";
        width: 100%;
        height: 3px;
        background-color: #C1881A;
         display: block;
             margin-top: 11px;

    }
    .s-slider-block__title h2::before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #C1881A;
    display: block;
    margin-top: 11px;
    text-align: center;
    position: absolute;
    bottom: -5px;
    right: 50%;
    transform: translateX(50%);
    border-radius: 50%;
}
.s-slider-block__title-right:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0rem;
}
footer *{
margin-left:auto;
margin-right:auto ;
text-align: center;
color:#000
}
.store-footer__inner {
    background-color: #fff8ec!important;
}
.s-contacts-item {
    justify-content: center;
}
/**/

/*Category*/
section:nth-child( 2 of .s-block.s-block--banners.container) .md\:grid-cols-3 {
      grid-template-columns: 1fr 1fr ;
  }
.lazy__bg.lazy.entered.loaded {
    background-repeat: no-repeat;
    background-size: contain;
}
.banner-entry {
    transition: all .3s ease-in-out;
}
section:nth-child( 2 of .s-block.s-block--banners.container) .banner-entry {
    height: 315px;
    background-color: unset;
    transition: all .3s ease-in-out;
}
a.banner-entry:hover {
    transform: scale(1.05);
    transition: transform 1s ease;
}
.banner--fixed img {
    background: unset;
}
.two-row .banner-entry:first-child {
    grid-column: span 1/span 1;
    grid-row: span 1/span 1;
}
@media (max-width: 768px){
section:nth-child( 2 of .s-block.s-block--banners.container) .md\:grid-cols-3 {
      grid-template-columns: 1fr 1fr ;
  }
section:nth-child( 2 of .s-block.s-block--banners.container) .banner-entry{
      height: 90px;
  }
}