@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&display=swap');

body * {
font-family: "El Messiri", sans-serif;
}
.navbar-brand img {
    max-height: 6rem;
}
 .store-header .container {
    max-width: 90%;
}

body.index .store-header {
position: static;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 77px;
}
@media screen and (max-width:768px){
div#mainnav {
    height: 84px;
}
.navbar-brand img {
    max-height: 4rem;
    width: auto;
    max-width: 100px;
}
}
/*****---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;
}
.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;
}
@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 {
height: 35vh;
padding-bottom: 0px;
}
.my-main-banner-0 > .head_img > div > div {
max-width: 93% !important;
}
.my-main-banner-0 p{
display:none
}
.my-main-banner-0  h1 {
font-size: 18px !important;
line-height: 25px;
}
}
 /*------my-category----الاصناف-----*/
 .my-category h2 {
display:none;
}
.my-category{
margin-bottom:25px;
margin-top: 0px;
}
.my-category ul li {
align-self: self-start;
}
.my-category ul{
justify-content: center;
gap: 20px;
}
/*****product**********/
.s-block--best-offers {
margin-top:30px;
}
/*--------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;
}
}
/*------------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;
top:unset;
bottom:30px;
}

.my-fixed-banner h1 {
color: #fff !important;
font-size: 24px !important;
}

@media screen and (max-width:768px) {
.my-fixed-banner h1 {
font-size: 18px !important;
}
}
/****** my-advantage*****/
@media screen and (max-width:768px) {
.my-advantage .conatiner  {
flex-direction: row;
}
.my-advantage {
margin-bottom: 5px;
}
}
/*----------my-info-------*/
.my-info p {
color: #fff;
}
.my-info .shape {
background-color: #F8AC3C;
}
/*--------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: 32px !important;
line-height: 32px;
padding: 5px;
}
.my-banner-photo h1 {
color: #000 !important;
}
@media screen and (max-width:768px) {
.my-banner-photo h1 {
font-size: 12px !important;
line-height: 23px;
padding: 5px;
}
}
@media screen and (max-width:768px) {
    .store-footer__inner * {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}