.web-header{
    background-color: white;
    margin: 0 5% 0 5%;
}
.nav-m{
    margin: 0 3% 0 0;
}
.lang-social-div{
    display: flex;
    align-items: center;
}
.switch-lang,.switch-lang:hover{
    font-size: 17px;
    color: white;
    background-color: var(--main-orange-color) ;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85px;
    height: 35px;
    border-radius: 5px;
}
.header-title{
    font-family: Cairo-Bold,sans-serif;
    font-size: 17px;
    color: #793A33;
    text-align: center;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.contact-div-in-header{
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100%;
}
.contact-in-header{
    font-family: Montserrat-Medium,sans-serif;
    font-size: 13px;
    color:  black;
}
.mail-in-header{
    width: 16px;
}
.navbar-style{
    background-color: #171717;
   /* padding-top: 25px;*/
}
.search-div{
    width: 35%;
    position: relative;
}
.main-logo-div{
    width: 100%;
}
.search-icon{
    width: 16px;
}
#main-search,#main-search:focus{
    color: #020202;
    font-size: 15px;
    padding-right: 15px;
    padding-top: 0;
    border: none;
    border-radius: 5px;
    background-color: white;
    outline: none;
    width: 100%;
    height: 35px;
    text-align: right;
}
#main-search::placeholder{
    color: #020202;
}
.search-icon-div{
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 7px;
}
.menu-nav-link,.menu-nav-link:hover{
    font-size: 16px;
    color: white;
}
.menu-nav-link.active{
    color: var(--main-orange-color);
}
.menu-nav-link.active:after{
    content: '';
    display: block;
    background-color: var(--main-orange-color);
    width: 32px;
    height: 3px;
    margin: auto;
    /* border-radius: 10px; */
    position: relative;
    top: 24px;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
.white-cart{
    width: 20px;
}
.cart-num{
    font-family: Arial,sans-serif;
    font-weight: bold;
    background: var(--main-orange-color);
    border: 1px solid rgb(255 255 255);
    border-radius: 50%;
    width: 21px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: rgb(0 0 0);
    position: absolute;
    top: -5px;
    left: 9px;
}
.gold-fav-in-menu{
    display: none;
    width: 20px;
}
.favorite-link.active .gold-fav-in-menu{
    position: relative;
    top: 2px;
    display: block;
}
.favorite-link.active .white-fav-in-menu{
    display: none;
}
.bars-icon{
    font-size:25px;
    cursor:pointer;
    position: relative;
    top: 1px;
    float: right;
    /*margin-right: 21px;*/
}
.bars-icon{
    display: none;
}
.nav-flex{
    display: flex !important;
}
.back-div{
    /*background-color: var(--green-color) !important;*/
    width: 100%;
    height: 80px;
}
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: rgb(251 245 236);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 10px;
    width: 100%;
    text-align: center;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 18px;
    color: rgb(70 54 18);
    display: block;
    transition: 0.3s;
    text-align: right;
}
/*.overlay a:not(:last-child):after{
    content: '';
    width: 100%;
    height: 1px;
    margin-top: 7px;
    background-color: rgb(70 54 18);
    display: block !important;
}*/

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    left: 5px;
    font-size: 21px;
}
.back-btn{
    width: 15px;
}
.li-border{
    background-color: rgba(70, 54, 18, 0.4);
    width: 85%;
    height: 1px;
}
.main-flex{
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100%;
}
.logo-bars-div{
    display: flex;
    align-items: center;
}
.search-collapse-div{
    display: flex;
    align-items: center;
    width: 91%;
}

.cart-icon{
    display: flex;
    align-items: center;

    justify-content: start;
    width: 100%;
}
@media screen and (max-height: 450px) {
    /* .bars-icon{
        display: block;
    } */
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 21px;
        top: 15px;
        left: 5px;
    }
}

@media (max-width:900px){
    .cart-icon{
        flex-flow: row-reverse;
    }
    .web-header{
       display: none;
    }
    .bars-icon{
        display: block;
    }
    .lang-social-div{
        justify-content: center;
    }
    .bars-icon{
        color:  var(--main-orange-color);
    }
    .header-title{
        font-size: 17px;
    }
    .left-menu-arrow{
        color: rgb(70 54 18);
    }
    .switch-lang-menu, .switch-lang-menu:hover {
        background-color: var(--main-orange-color);
        display: flex;
        justify-content: center;
        align-items: center;
        width: 85%;
        height: 45px;
        border-radius: 5px;
        margin: auto;
        text-align: center !important;
        color: white !important;
        font-size: 20px !important;
    }
    .main-flex{
        display: block;
    }
    .search-collapse-div{
        display: block;
        width: 100%;
    }
    .main-logo-div{
        width: 50%;
        /* margin: auto; */
    }
    .search-div{
        width: 100%;
    }
    .logo-bars-div{
       justify-content: space-between;
    }
}
