/* Add custom CSS styles below */ 
 @media screen and (max-width:768px){
 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 {
 height:100vh;
}
.my-main-banner-0 > .head_img > .items-center{
justify-content:  flex-end;
}
.my-main-banner-0>.head_img>.items-center>.text-center {
    text-align: start !important;
     margin-left: 0px; 
    align-items: flex-start;
    max-width: 45%;
}
.my-main-banner-0 p {
    font-size: 22px !important;
    margin-top: 20px!important;
    color: #000;
    line-height: 45px;
    margin-left: auto;
    margin-right: 0px;
    max-width: 58% !important;
}
.my-main-banner-0  h1 {
font-weight: 500;
font-size: 40px !important;
margin-top: 10%;
line-height: 30px;
color:#000;
}
@media screen and (max-width:768px){
.my-main-banner-0 , .my-main-banner-0 .head_img  {
height: 40vh;
}
.my-main-banner-0 > .head_img > {
justify-content: center;
height: 40vh;
}
.my-main-banner-0>.head_img>.items-center>.text-center {
width: 50%;
align-items: flex-start;
}
.my-main-banner-0 >  h1::before {
width: 170px;
height: 60px;
background-size: contain;
margin:0px auto;
}
.my-main-banner-0 > .head_img > .items-center > .text-center{
text-align:center;
 
}

.my-main-banner-0 p{
display:none
}
.my-main-banner-0  h1 {
font-size: 15px !important;
line-height: 18px;
}
}
/*------my-category---------*/
.my-category{
margin-bottom:25px;
margin-top:20px;
}
.my-category ul{
justify-content: center;
gap: 20px;
}
.my-category ul li {
align-self: flex-start;
}
/*******************************/
/*--------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 {
color: #fff;
text-align: center;
font-size: 20px;
}
}
/*------------my-fixed-banner----بانر ثابت----*/
.my-fixed-banner{
margin-bottom:40px
}
.my-fixed-banner button {
color: #fff!important;
border-color: #fff;
}
.my-fixed-banner button a{
color: #fff!important;
}

.my-fixed-banner  .absolute {
width: 100% !important;
left:0px;
}
.my-fixed-banner h1 {
color: #fff!important;
font-size: 21px!important;
}
@media screen and (max-width:768px){
.my-fixed-banner h1 {
font-size: 14px!important;
}
}
@media screen and (min-width:991px){
 .my-fixed-banner .container div{
 width:50%;
 }
 }
/*------------------------*/
/*-------------my-advantage---------*/
.my-advantage{
margin-top: 50px;
margin-bottom: 50px;
}
 @media screen and (max-width:768px){
.my-advantage > div > div {
flex-direction: row;
}
}
/*--------my-banner-photo-----------*/
.my-banner-photo > div{
justify-content: space-around;
}
.my-banner-photo > div > div{
justify-content:center;
}
.my-banner-photo h1 {
font-size: 30px !important;
line-height: 30px;
padding: 5px;
color:#000 !important;
}
@media screen and (max-width:768px){
.my-banner-photo h1 {
font-size: 12px !important;
line-height: 23px;
padding: 5px;
}
}
/************/
.my-info p{
color:#fff;
}
/*----------footer --------------------*/
.store-footer__inner {
background: #fff!important;
}
.store-footer__inner *{
margin-left: auto;
margin-right: auto;
text-align: center;

}
@media screen and (max-width:768px){
    .store-footer__inner *{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    }
    }