/* Add custom CSS styles below */ 
body#app.index {
    background-color:#5B392B;
}
#mainnav{
    background-color:#5B392B;
}
#mainnav *{
    color:#ffffff ;
    fill: #ffffff;
}
.top-navbar{
    display:none;
}
div#mainnav a.navbar-brand img{
    width:60px;
    min-height:50px !important;
}
/*photos slider full width */
section.s-block--photos-slider .swiper{
    padding:0;
}
section{
    margin-bottom:50px;
}
section.s-block--photos-slider .swiper .swiper-slide{
    padding:0;
    width:100%;
}
section.s-block.s-block--photos-slider {
    margin-top:0;
}
section.s-block--photos-slider  button.s-slider-nav-arrow.swiper-button-disabled.swiper-button-lock {
    visibility:hidden;
}
/*transparent to img*/
.s-block--fixed-banner .banner--fixed img{
    background-color:transparent !important;
}
.s-block--best-offers.container .s-slider-block__title h2{
    color:white;
    font-size:30px;
}

/*--------products--------*/

.s-block--best-offers.container .s-product-card-entry{
   background-color:#5b392b;
    padding:10px;
    border:solid 1px #957264;
}
.s-block--best-offers.container {
   background-color:#5b392b;
   color:white;
}
.s-block--best-offers.container h3 a{
    color:white !important;
}
.s-block--best-offers.container .s-product-card-content-title button{
    color:#000000 !important;
}
/*-------footer--------*/
.store-footer__inner {
    background-color: #5b392b !important;
    color:white !important;
}
.md\:flex.items-center.justify-between.py-4.container.text-center {
    background-color: #ac8a6c !important;
    margin: 0;
    max-width: 100% !important;
}
.md\:flex.items-center.justify-between.py-4.container.text-center p{
    color:#ffffff;
}