/* Add custom CSS styles below */ 
@media(min-width:991px){
.index .inner.bg-inherit {
    border-radius: 20px;
    background: unset;
}
.index div#mainnav  {
    position: absolute;
    width: 95%;
    left: 2%;
    background: #00000000;
    border-radius: 20px;
    z-index:111
}
}
body:not(.index) .inner.bg-inherit.w-full {
   background:#4D2E55 ;
}

@media screen and (min-width:991px){
  header .fixed-header > div{
    background:#4D2E55 !important;
    }
ul.main-menu.mm-spn--open * {
    color: #fff;
}
.fixed-header ul.main-menu.mm-spn--open * {
    color: #fff;
}
.fixed-header .items-stretch div:nth-of-type(2) * {
    color: #fff;
    border-color: #fff;
}
 .items-stretch div:nth-of-type(2) * {
    color: #fff;
    border-color: #fff;
}
}
.s-slider-block__title-left {
    display: none;
}
/*main-slider */
 salla-slider.photos-slider .swiper-slide {
    padding: 0rem;
    margin: 0rem;
    width: 100%;
}
/*main-slider */
/*arrow of slider */
.s-slider-block__title-nav {
    visibility: hidden;
}
/*arrow of slider */
/*----------------banner----------------*/
.banner--fixed img {
    background: unset !important;
     margin-bottom:20px ;
}
section:nth-of-type(1){
margin-top:0px
}
.s-slider-block__title-right{
  padding-left: 0px
  
}
.s-slider-block__title-right h2 {
    padding: 0px !important;
  font-size: 30px
}
.s-slider-block__title {
    justify-content: center;
}
/*------------margin-top of main container---------------*/
.swiper.s-slider-container.swiper-initialized {
    margin-left: 0!important;
   padding:0px
}
/*-------------------------------------*/

.swiper.s-slider-container.swiper-initialized {
    margin-left: 0!important;
    padding: 0px;
}
salla-slider.photos-slider .swiper-slide {
    width: 100%;
    padding: 0px;
}
.store-footer__inner {
    background: #4D2E55 !important;
}
.store-footer__inner *{
  color: #fff
}
/*--------------media-of-product--------*/
@media screen and (max-width:768px){
.s-products-slider-card{
    width:50%
}
button.undefined {
    font-size: 15px;
    padding: 10px;
}
}
/*--------------media-of-product--------*/
/*---------footer-----------*/
footer *{

color:#fff;
border-color:#fff;
}
@media screen and (max-width:768px){
  footer *{
margin-left:auto;
margin-right:auto ;
text-align: center;
  }
  .s-slider-block__title-right h2 {
    font-size: 17px;
}
}
.top-navbar {
    display: none;
}
.md\:grid-cols-3 {
    grid-template-columns: repeat(3,minmax(0,1fr));
}

.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
a.banner-entry{
    height: 305px;
    background-color:unset;
}
.lazy__bg.lazy.entered.loaded {
    background-size: contain;
    background-repeat: no-repeat;
}
@media(min-width:768px) and (max-width:1200px){
a.banner-entry{
    height: 200px;
}
}
@media(max-width:767px){
a.banner-entry{
    height: 100px;
    padding: 0rem;
  
}
}