@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@500&display=swap');

.font-main {
    font-family: 'Tajawal', sans-serif;
}

.font-cairo {
    font-family: 'Cairo', sans-serif !important;

}

.main-wrappe {
    background-color: #fff;
    padding: 20px 10px;
    border-radius: 10px;
    box-shadow: 4px 3px 18px 10px #00000038;
}

.bg-main {
    background-color: #febd69 !important;
}

.img-banner {
    min-height: 90vh;
    max-height: 90vh;
    height: 90vh !important;
    width: 100% !important;
    display: block;
}


.banner-p {
    height: 450px !important;
    width: 100% !important;
}

.banner {
    height: 100%;
    vertical-align: middle;
    /*-o-object-fit: cover !important;*/
    /*object-fit: cover !important;*/
    width: 100% !important;
}

.size-main {
    font-size: 14px !important;
}

.nav-tabs-dash {
    width: 15%;
}

.content-tabs-dash {
    width: 85%;
}

/* navbarStyles */
.navbarStyles {
    background-color: #232f3e;
}

.count {
    min-height: 80px;
    background-color: #2f568f;
    text-align: center;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    align-items: center;
    font-weight: 600;
    color: #fff;
    border-radius: 10px;
}

@media (max-width:500px) {
    .img-banner {
        min-height: 100%;
        max-height: 100%;
        height: 100% !important;
    }

    .nav-tabs-dash {
        display: none;
    }

    .content-tabs-dash {
        width: 100%;
    }
}



.title-line {
    display: block;
    width: 70px;
    height: 3px;
    background-color: #ddab17;
    border-radius: 10px;
}

.checked {
    color: orange;
}

.start-icon {
    font-size: 10px;

}

.time {
    font-size: 13px;
}

.load {
    position: fixed;
    z-index: 199999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 100%;
    height: 100%;
}



.imgs-block {
    height: 350px !important;
    overflow: hidden;
}

.img-block {
    display: block;
    width: 100% !important;
    height: 100% !important;
}

.cart-div {
    position: relative;
}

.count-shop {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 50% !important;
}

/* search-warrap */
.search-warrap {
    position: relative;
}

.searchicon {
    background-color: #febd69 !important;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.search-input {
    text-align: right !important;
    padding: 10px 10px;
    color: #444 !important;
}

.search-input:focus,
.btn:focus {
    box-shadow: none;
    border-color: #3333 !important;
}

.search-input::placeholder {
    /* font-family: 'Tajawal', sans-serif; */
    text-align: right !important;
}

/* sidebar */
.sidebar {
    position: fixed;
    height: 100vh;
    width: 250px;
    background-color: #131921;
    transition: 0.5s all ease;
    right: -290px;
    z-index: 999999999999;
    top: 0;
}

.overFlow {
    background-color: #0000006b;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    /* text-decoration: ; */
}


.remove {
    font-size: 14px;
    position: absolute;
    left: -30px;
    top: 9px;
    padding: 5px 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.listicon {
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 9px;
    padding: 5px 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.hr {
    background-color: #ffffffc9;
    width: 100%;
    height: 1px;
}

.link-sidebar {
    border-bottom: 1px solid #00000026;
    padding: 12px 10px;
}

.openSidebar {
    right: 0 !important;
}

.accordion-button::after {
    margin-right: auto !important;
    margin-left: 0 !important;
}

.accordion-button:not(.collapsed) {
    color: #2f568f !important;
}

.link-decoration {
    text-decoration: none;
    color: #333;
}

.table>tbody {
    vertical-align: middle !important
}

.img-wrappe {

    width: 100px;
    height: 100px;

}

/* .containerZoom {
    width: 80% !important;
    min-height: 350px !important;
    max-height: 400px !important;
    overflow: hidden !important;
    background-size: 100%
} */

.divp {
    margin: auto;
    height: 200px;
    position: relative !important;
    overflow: hidden;
    width: 200px;
    border: 1px solid #ccc;
    border-radius: 50%;

    text-align: center;
}

.badgedis {
    transform: rotate(10deg);
    position: absolute;
    background-color: #318c85;
    top: 10%;
    right: 15%;
    font-size: 18px;
    font-weight: bold;
    width: 70px;
    height: 70px;
    /* border-radius: 10% !important; */
    border-radius: 50% !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
}

.imagediscounts {
    width: 50% !important;
    text-align: center;
    height: 100% !important;
    text-align: center !important;
    object-fit: contain !important;
    color: transparent !important;
    text-indent: 10000px !important;
}

.image {
    width: 100% !important;
    text-align: center;
    height: 100% !important;
    text-align: center !important;
    object-fit: contain !important;
    color: transparent !important;
    text-indent: 10000px !important;
}

.avatar-p {
    height: 400px !important;

    width: 100% !important;
    /* width: 450px !important; */
}

.avatar {
    height: 100%;
    vertical-align: middle;
    -o-object-fit: cover !important;
    object-fit: cover !important;
    width: 100% !important;
}

.login-form {
    background-color: #fff;
    padding: 20px 10px;
    border-radius: 10px;
    box-shadow: 4px 3px 18px 10px #00000038;
}

.jelly-slider .jelly-prev,
.jelly-slider .jelly-next {
    background-color: #c9c9c9 !important;
    padding: 30px 25px;
    transition: 0.3s all ease-in-out;
    border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

.jelly-slider .jelly-prev:hover,
.jelly-slider .jelly-next:hover {
    background-color: #161616 !important;
}

.jelly-slider .jelly-prev::after,
.jelly-slider .jelly-next::after {
    color: #fff !important;
    font-weight: bold;
    top: 14px !important;
}

@media (max-width: 500px) {
    .sidebar {
        width: 100%;
        right: -100%;
    }

    .d-hidding {
        display: none !important;
    }


}


.btn-cat {
    min-width: 100px !important;
    width: auto !important;
}

.bar-categories {
    overflow-x: auto;
}


.bar-categories::-webkit-scrollbar {
    width: 20px !important;
    height: 5px;
    border-radius: 50px;
    background-color: #f6f6f6;
}



/* width */
::-webkit-scrollbar {
    border-radius: 50px;
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #febd69 ;
    border-radius: 50px;

}

