@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

body {
    margin: 0;
    font-family: 'Noto Sans Arabic', sans-serif;
    padding: 0;

}

.navbardesk {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    top: 0;
    left: 0;
    width: 100vw;
    background-color: #191919;
    height: 65px;

    padding-top: 10px;


}

.navbardesk .sec1 {
    display: flex;
    align-items: center;
    margin-bottom: 6px;

}

@media (max-width: 767px) {
    .navbardesk .sec1 {
        display: flex;
        align-items: center;
        margin-bottom: 6px;
        justify-content: space-between;
        width: 90vw;

    }

    .navbardesk {
        background-color: aliceblue;
        color: black;
        position: fixed;
        z-index: 999;
    }
}

.logo {
    font-family: 'Pacifico', cursive;
    font-weight: 900;
    font-size: 36px;
    color: white;

}

@media (max-width: 767px) {
    .logo {
        font-family: 'Pacifico', cursive;
        font-weight: 900;
        font-size: 26px;
        color: rgb(0, 0, 0);

    }
}

.searchbar {
    background-color: white;
    width: 58vw;

    display: flex;
    height: 45px;
    border-radius: 100px;
    padding: 0 5px 0 20px;
    align-items: center;
    justify-content: space-between;

    margin-right: 1vw;
    margin-left: 3vw;
}

@media (max-width: 767px) {
    .searchbar {
        background-color: white;
        width: 80vw;

        display: flex;
        flex-direction: row;
        height: 45px;
        border-radius: 100px;
        padding: 0 5px 0 20px;
        align-items: center;
        justify-content: space-between;

        margin-right: 1vw;
        margin-left: 3vw;
        display: none;
    }

    .mobilesp{
        display: flex;
    }
}
#mobilesearch{
display: none;
}
.search {
    border: none;
    outline: none;
    font-size: 16px;
    width: 45vw;

}

.search:focus {
    border: none;
    outline: none;
}

.search::placeholder {
    color: rgba(49, 49, 49, 0.718);
}

.searchbar i {
    background-color: #191919;
    padding: 10px 18px;
    color: white;
    border-radius: 100px;
    cursor: pointer;

}


.navbardesk .di {
    color: white;
    font-size: 30px;
    margin: 0 1vw;
    cursor: pointer;
}

@media (max-width: 767px) {
    .navbardesk .di {
        color: rgb(42, 42, 42);
        font-size: 20px;
        margin: 0 1vw;
        cursor: pointer;
    }
#mobilesearch{
display: block;
}

    .searcbaricon{
        display: flex;
        gap: 3vw;

    }

    .search {

    width: 75vw;

}
  
}
#hiddenmobileseach{

}
.category {
    background-color: #535353;
    color: white;
    width: 230px;
    font-size: 18px;
    height: 45px;
    border-radius: 100px;
    display: flex;
    justify-content: center;

    gap: 15px;




}

.expandca {
    position: absolute;
    margin-top: 0;

    background-color: #ffffff;
    color: rgb(0, 0, 0);
    border-radius: 20px;


}

.optca {
    width: 230px;
    font-size: 18px;
    height: 45px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.hidden {
    display: none;
}

.optnav {
    color: white;
    margin: 0 18px;
    font-size: 17px;
    background-color: #53535300;
    padding: 8px 12px;
    border-radius: 100px;
}

.optnav:hover {
    background-color: #535353;
    padding: 8px 12px;
}

.red {
    color: rgb(255, 2, 2);
}

#cartcount {
    position: absolute;
    background-color: red;
    background-color: linear-gradient(#ff00b3, #ff0090b6);
    border-radius: 500px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -15px;
    font-size: 14px;
    margin-left: 25px;

}
@media (max-width: 767px) {
    #cartcount {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.325);

    border-radius: 500px;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -5px;
    font-size: 10px;
    margin-left: 15px;

}
}

.suggestion-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: fit-content;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 5px 5px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: none;
    font-size: 16px;
    color: #000000;
    padding: 15px 0;
    border-radius: 15px;
    width: 58vw;
    z-index: 999999;

}

@media (max-width: 767px) {
    .suggestion-list {

    width: 80vw;


}
}


.suggestion-list td {
    padding: 10px;

    cursor: pointer;
    padding: 5px 15px !important;
    border-radius: 15px;
}

.suggestion-list td:hover {
    background-color: #5e5e5e1d;
}

.suggestion-list tr.selected {
    background-color: #5e5e5e1d;
    /* Set your desired color here */

    /* Set your desired text color here */
}






/* mobile */

/* create menu that is showing when use mobile */
.menu {
    color: #ffffff;
    display: none;

    font-size: 15px;
    background-color: rgba(89, 89, 89, 0.202);
    width: 35px;
    height: 35px;
    border-radius: 100%;
    margin-right: 10px;
}

.dflex {
    display: flex;
    align-items: center;
}


@media (max-width: 767px) {
    .headerdes ul {
        display: none;
    }

    .menu {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000000;

    }


}

.menusec {
    height: 100vh;
    position: fixed;
    overflow-y: auto;
    z-index: 99999;
    background-color: #000000b3;
    top: 0;
    width: 100%;
    display: none;
    transform: rotateY(0deg);
    transition: 0.8s;
    /* link with java script menu code delay  */

    transform-origin: left center;

}

.hiddenf {
    transform: rotateY(-90deg);
    z-index: 999;
}

.menusec1 {
    min-height: 100vh;
    background-color: #ffffff;
    width: 80%;
}

.menuclose {
    font-size: 30px;
    width: 100%;
    text-align: right;

}

.menuclose i {
    margin: 30px 50px;
}

@media (max-width: 767px) {
    .menusec {
        display: block;
    }
}

.menusec ul {
    font-size: 20px;
    list-style: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;

}

.menusec li {
    margin-bottom: 40px;

}

.menucontent {
    margin: 20%;
}

.menusec a {
    text-decoration: none;
    text-transform: uppercase;
    color: #333;

}

.menusec .hbar {
    height: 5px;
    width: 100%;
    background: #3333330e;
    margin-top: 80px;
}

.menusec p {
    font-size: 14px;
}

.menusec .email {
    font-weight: 600;
    margin-bottom: 30%;
    padding-bottom: 100px;
}







