* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

html,
body {
    font-family: "Lato", sans-serif;
}

@font-face {
    font-family: boldf;
    src: url(../fonts/NotoKufiArabic-Bold.ttf);
}
@font-face {
    font-family: regularf;
    src: url(../fonts/NotoKufiArabic-Regular.ttf);
}
@font-face {
    font-family: medf;
    src: url(../fonts/NotoKufiArabic-Medium.ttf);
}
@font-face {
    font-family: lightf;
    src: url(../fonts/NotoKufiArabic-Light.ttf);
}
.container {
    width: 80%;
    padding-top: 29px;
    /* margin: auto; */
}

ul {
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
}

a {
    text-decoration: none;
}
    /* background-color: #4e2e75; */

/* header.main-haed {
} */
header.main-haed .navbar-expand-lg {
    height: 71px;
}
header.main-haed .navbar > .container,
header.main-haed .navbar > .container-fluid,
header.main-haed .navbar > .container-lg,
header.main-haed .navbar > .container-md,
header.main-haed .navbar > .container-sm,
header.main-haed .navbar > .container-xl,
header.main-haed .navbar > .container-xxl {
    display: flex;
    gap: 5px;
}
header.main-haed .form-control {
    width: 350px;
    height: 37px;
     /* width:554px;
    height: 44px; */
    /* background-color: #4e2e75; */
}
.cart-h6 {
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: 500;
    margin-left:1px;
    margin-right:1px;

}
header.main-haed .navbar-light .navbar-nav .nav-link {
    color: white;
    font-size: 14px;
    font-weight: 500;
}
header.main-haed .navbar-nav {
    display: flex;
    gap: 5px;
}
header.main-haed .nav-link {
    padding: 0px;
    padding: 8px 26px;
}
header.main-haed .nav-item {
    color: #4e2e75;
}
header.main-haed .navbar-light .navbar-nav .nav-link.log {
    background-color: #ffffff;
    color: #4e2e75;
    border-radius: 4px;
}

header.main-haed .svg-inline--fa {
    margin-right: 5px;
}

header.mobile-head {
    width: 100%;
    /* background-color: #4e2e75; */
}
header.mobile-head .container {
    width: 90%;
    margin: auto;
    padding: 0px;
}
header.mobile-head div.nav {
    width: 100%;
    height: 88px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header.mobile-head div.nav .navbar-brand {
    margin-right: 0px; 
}
header div.nav .navbar-brand {
    margin-right: 0px;
}
header.mobile-head div.nav h1 {
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
}
header.mobile-head div.nav .bar {
    display: block;
    cursor: pointer;
    /* color: #FFFFFF; */
    font-size: 22px;
}
header.mobile-head div.search {
    padding: 16px 0px;
    background-color: #ffffff;
}
header.mobile-head div.search .container {
    width: 95%;
}
header.mobile-head div.search .container form input {
    width: 100%;
    height: 35px;
    /* background: #F7F8FD; */
    border: 1px solid rgba(0, 0, 0, 0.13);
    border-radius: 4px;
}

@media (min-width: 320px) and (max-width: 991px) {
    header.main-haed {
        display: none;
    }
    .mobile-head {
        display: block;
    }
}
@media (min-width: 992px) {
    .mobile-head {
        display: none;
    }
}
.container,
.container-fluid {
    width: 100%;
}

.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 90%;
}

.navbar-expand-lg .navbar-nav .nav-link {
    /* padding-right: 20px; */
    padding-left: 20px;
}

.custom-nav.ltr {
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Styles for RTL */
.custom-nav.rtl {
    margin-right: auto;
}

footer {
    width: 100%;
    height: 100% !important;
    background-color: #4e2e75;
    padding: 40px 0px;
}
footer .content {
    width: 100%;
    display: flex;
    margin-bottom: 40px;
}
footer .content .f1 {
    width: 30%;
    margin-left: 30px;
}
footer .content .f1 img {
    margin-bottom: 28px;
    width: 155px;
    height: 48px;
}
footer .content .f1 p {
    margin-bottom: 26px;
    font-size: 16px;
    color: #ffffff;
}
footer .content .f1 ul {
    width: 121px;
    height: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 9px;
}
footer .content .f1 ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 50%;
}
footer .content .f1 ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    width: 24px;
    height: 24px;
}
footer .content .f1 ul li {
    color: white;
    border: 1px solid white;
    border-radius: 50%;
    background-color: transparent !important;
}

footer .content .f2 {
    width: 20%;
}
footer .content .f2 ul {
    color: #ffffff;
    font-size: 16px;
    line-height: 43px;
    padding-right: 5px;
}
footer .content .f2 ul li {
    display: flex;
    align-items: center;
}
footer .content .f2 ul li img {
    margin-left: 5px;
}
footer .content .f2 ul li a {
    color: #ffffff;
    font-size: 14px;
}
footer .content .f3 {
    width: 30%;
}
footer .content .f3 form h3 {
    color: #f5f5f5;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
footer .content .f3 form .row {
    gap: 15px;
}
footer .content .f3 form .row .col-8,
footer .content .f3 form .row .col-4 {
    padding: 0;
}
footer .content .f3 form input.newsletter-input {
    width: 100%;
    border-radius: 10px;
    height: 40px;
    padding: 5px 20px;
    background-color: #ffffff;
    border: none;
}
.btn-subscribe-footer {
    background-color: #f49d33 !important;
    color: #ffffff !important;
    border: none;
    border-radius: 10px;
    padding: 8px 25px;
    height: 40px;
    font-weight: 600;
    white-space: nowrap;
    transition: background-color 0.3s ease;
}
.btn-subscribe-footer:hover {
    background-color: #e68a1f;
}

@media (min-width: 320px) and (max-width: 767px) {
    footer {
        padding: 40px 0px;
    }
    footer .content {
        flex-wrap: wrap;
    }
    footer .content .f1 {
        width: 100%;
    }
    footer .content .f2 {
        display: none;
    }
    footer .content .f3 {
        width: 100%;
    }
    footer .content .f3 form {
        margin-right: 20px;
    }
    footer .content .f3 form h3 {
        font-size: 20px !important;
        margin-bottom: 15px;
    }
    footer .content .f3 form .row {
        gap: 15px;
    }
    footer .content .f3 form .row .col-8,
    footer .content .f3 form .row .col-4 {
        width: 100% !important;
        flex: 0 0 100%;
        max-width: 100%;
    }
} /*# sourceMappingURL=head&foot.css.map */

.navbar-expand-lg .navbar-nav .dropdown-menu {
    z-index: 99999;
}
.navbarTogglerDemo03 form {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    padding: 0px 10px;
}
/* place after bootstrap.css */
.no-right-border {
    /* remove the physical right border */
    border-right: 0 !important;

    /* remove the right-side radius */
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

/* handle Bootstrap focus shadow (optional) */
.no-right-border:focus {
    box-shadow: none !important; /* remove the focus shadow if it still shows a right edge */
}
.support {
    color: white;
    padding: 5px 15px;
    background-color: #4e2e75;
    border-radius: 10px;
    height: fit-content;
}
.gift {
    padding: 5px 15px;
    background-color: #f6c605;
    border-radius: 10px;
    height: fit-content;
}
/* ul {
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
} */