/* Add custom CSS styles below */ 
  .main-nav-container.fixed-header .inner {
  background: #654729;
}
@media (max-width:768px){
  body.index .store-header {
    position: static;
    background: #654729;
}
  .sicon-menu:before {
    color: #fff;
}
}
body.index .main-nav-container .mobile-menu ul li a {
  color: #fff;
  }
  body.index i.header-btn__icon {
  color:#fff !important;
  }
  .sub-menu *{
  color:#000 !important;
  }
/*****---firs-banner--------*/
.my-main-banner-0, .my-main-banner-0> .head_img {
height:100vh;
}
.my-main-banner-0 > .head_img > div{
height:100vh;
 padding-bottom:0px;
  align-items: center;
}
.my-main-banner-0 p{
 width:100%;
 max-width:100%;
 opacity: 1;
 font-size: 30px;
 color:#fff;
 line-height: 47px;
}
.my-main-banner-0  h1{
 font-weight: 700;
 color:#fff;
}
.my-main-banner-0 > .head_img > div > div {
max-width:40%;
  margin-right: 5%;
}
@media screen and (max-width:768px){
.my-main-banner-0 , .my-main-banner-0 .head_img  {
height: 40vh;
}
.my-main-banner-0 > .head_img > div {
align-items: center;
height: 40vh;
padding-bottom: 0px;
}
.my-main-banner-0 > .head_img > div > div {
max-width: 50%;
}
.my-main-banner-0 p {
    font-size: 12px;
    line-height: 20px;
}
.my-main-banner-0  h1 {
font-size: 18px !important;
line-height: 25px;
}
}
 /*------my-category---------*/
.my-category{
margin-bottom:25px;
margin-top:20px;
}
.my-category img{
  filter: unset !important;
}
/*--------my-special-product---------*/
.my-special-product{
margin-bottom:30px
}
.my-special-product h1{
color:#fff;
}
/*------------my-fixed-banner---- ----*/
.my-fixed-banner {
margin-bottom: 40px
}
.my-fixed-banner button {
 color: #fff;
 width: 100% !important;
 border-color: #fff;
}
.my-fixed-banner button a {
color: #fff ;
}
.my-fixed-banner .container > div:nth-of-type(2) .absolute {
width: 50% !important;
left: 30px;
  text-align: end;
    align-items: end;
}
.my-fixed-banner .container > div:nth-of-type(1) .absolute {
right: 30px;
  align-items: flex-start;
}
.my-fixed-banner h1 {
color: #fff !important;
font-size: 21px !important;
line-height: 30px;
}
@media screen and (max-width:768px) {
.my-fixed-banner h1 {
  font-size: 21px !important;
  width: 100%;
  margin-bottom: 14px;
}
  .my-fixed-banner .container > div:nth-of-type(1) h1 {
    text-align: start
  }
}
/*----------my-info-------*/
.my-info p {
    color: #fff;
}
/*--------my-banner-photo-----------*/
.my-banner-photo>div>div {
    justify-content: center;
}
/****** my-advantage*****/
@media screen and (max-width:768px) {
    .my-advantage .conatiner  {
        flex-direction: row;
    }
.my-advantage {
    margin-bottom: 5px;
}
}
/*********footer******/
@media screen and (max-width:768px){
      .store-footer__inner *{
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      }
  .s-menu-footer-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}
      }