/* Add custom CSS styles below */ 
body.index .store-header {
    position: static;
}
/*****---firs-banner--------*/
.my-main-banner-0, .my-main-banner-0> .head_img {
height:100vh;
}
.my-main-banner-0 > .head_img > div{
height:100vh;
 align-items: center;
 padding-bottom:0px;
}
.my-main-banner-0 p{
 width:100%;
 max-width:100%;
 opacity: 1;
 font-size: 30px;
 color:#000;
 line-height: 47px;
}
.my-main-banner-0  h1{
 font-weight: 700;
 color:#926F57;
}
.my-main-banner-0 > .head_img > div > div {
max-width:40%;
}
.my-main-banner-0  h1:before {
    content: "";
    width: 300px;
    height: 100px;
    background-image: url(https://github.com/wpAzzrk/again/blob/main/image%205.png?raw=true);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    text-align: center;
    margin-inline: auto;
}
@media screen and (max-width:768px){
.my-main-banner-0 , .my-main-banner-0 .head_img  {
height: 35vh;
}
.my-main-banner-0 > .head_img > div {
align-items: center;
height: 35vh;
padding-bottom: 0px;
}
.my-main-banner-0 > .head_img > div > div {
max-width: 50%;
}
.my-main-banner-0 p{
display:none
}
.my-main-banner-0  h1 {
font-size: 13px !important;
line-height: 25px;
}
  .my-main-banner-0  h1:before {
    width: 120px;
    height: 40px;
}

}
 /*------my-category-------*/
.my-category{
margin-bottom:25px;
margin-top:20px;
}
.my-category h2 {
text-align: center;
}
/*--------my-special-product---------*/
.my-special-product{
margin-bottom:30px
}
.my-special-product h1{
color:#fff;
}
@media screen and (max-width:768px){
.my-special-product h1 {
text-align: center;
font-size: 20px;
}
}

.bullets_points.wave {
    display: none;
}
/*------------my-fixed-banner---- ----*/
.my-fixed-banner {
margin-bottom: 40px
}
.my-fixed-banner button {
 color: #fff;
 width: 100% !important;
 background: #6C7C56;
 border: none;
}
.my-fixed-banner button a {
color: #fff ;
}
.my-fixed-banner .absolute {
width: 100% !important;
left: 0px;
top:unset;
bottom:0px;
}
.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: 14px !important;
}
.details-sec .grid {
    height: 100vh !important;
    grid-template-rows: repeat(8, 1fr);
}
  .details-sec .grid > div:nth-of-type(1){
    grid-row:  span 2
  }
    .details-sec .grid > div:nth-of-type(2){
    grid-row:  span 4
  }
     .details-sec .grid > div:nth-of-type(3){
    grid-row:  span 2
  }


    .my-fixed-banner button a {
    color: #fff;
    font-size: 14px !important;
}
}
/*----------my-info-------*/
.my-info p {
    color: #fff;
}
.my-info .shape {
  background-color: #6C7C56
}
/********my-commen-quc***   */
@media screen and (min-width:991px) {
.my-commen-quc .container>div>div {
    width: calc(100% / 2);
    max-width: calc(100% / 2);
}
.my-commen-quc  .container_accordion{
max-width: 100% !important;
}
}
/*********footer******/
@media screen and (max-width:768px){
      .store-footer__inner *{
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      }
      }
/****** my-advantage*****/
@media screen and (max-width:768px) {
    .my-advantage .conatiner  {
        flex-direction: row;
    }
.my-advantage {
    margin-bottom: 5px;
}
}
.rooms .s-slider-container .overlay {
    opacity: 1 !important;
}