/*!Font Name: Montserrat Arabic
Author: Mohamed Gaber
Font URL: https://github.com/typeagm/Montserrat-Arabic*/
@font-face {
    font-family: hacenmaghreb;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/hacen-maghreb/HacenMaghrebLt.eot);
    src: url(../fonts/hacen-maghreb/HacenMaghrebLt.eot?#iefix)
            format("embedded-opentype"),
        url(../fonts/hacen-maghreb/HacenMaghrebLt.woff2) format("woff2"),
        url(../fonts/hacen-maghreb/HacenMaghrebLt.woff) format("woff");
}

@font-face {
    font-family: hacenmaghreb;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/hacen-maghreb/HacenMaghrebBd.eot);
    src: url(../fonts/hacen-maghreb/HacenMaghrebBd.eot?#iefix)
            format("embedded-opentype"),
        url(../fonts/hacen-maghreb/HacenMaghrebBd.woff2) format("woff2"),
        url(../fonts/hacen-maghreb/HacenMaghrebBd.woff) format("woff");
}

@font-face {
    font-family: hacenmaghreb;
    font-style: normal;
    font-weight: 700;
    src: url(../../fonts/hacen-maghreb/HacenMaghreb.eot);
    src: url(../../fonts/hacen-maghreb/HacenMaghreb.eot?#iefix)
            format("embedded-opentype"),
        url(../../fonts/hacen-maghreb/HacenMaghreb.woff2) format("woff2"),
        url(../../fonts/hacen-maghreb/HacenMaghreb.woff) format("woff");
}

:root {
    --bs-font-sans-serif: "HacenMaghreb";
}

body {
    background-color: #f8f8f8;
    /* color: #575757; */
}

.header--simple {
    padding: 1rem 0;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 199;
    background-color: #ffffff !important;
    z-index: 199;
    border-bottom: 1px solid #ededed;
}

.header__content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.header__right-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__logo {
    display: inline-block;
}

@media (min-width: 768px) {
    .header__logo img {
        max-width: 100px;
        max-height: 40px;
    }
}

.header__logo img {
    max-width: 80px;
    max-height: 35px;
}

.img-responsive {
    display: block;
    width: 100%;
    height: auto;
}

.page-404 .img-wrapper {
    width: 80%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}

.page-404 .img-wrapper img {
    display: block;
    width: 100%;
}

.page-404 p {
    margin-bottom: 1.5rem;
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
}

html {
    height: 100%;
}

footer {
    position: fixed;
    width: 100%;
    bottom: 0px;
}

.footer__copyright {
    text-align: center;
    padding: 1rem 0;
    background: #fff;
    border-top: 1px solid #ededed;
    font-size: 0.9rem;
}

.footer__made-by {
    margin-bottom: 0;
}

@media (min-width: 576px) {
    .footer__copyright-text {
        margin-bottom: 0;
    }
}

.payment-methods {
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.payment-methods__item {
    width: 40px;
}

.payment-methods__item img {
    width: 40px;
}

.btn-gradient-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-primary-hover);
    --bs-btn-hover-border-color: #0a5664;
    --bs-btn-focus-shadow-rgb: 49, 130, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a5664;
    --bs-btn-active-border-color: #0a515e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--bs-primary);
    --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-gradient-primary:hover {
    color: var(--bs-btn-hover-color);
    text-decoration: none;
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}
.btn-remove-filter {
    min-height: unset;
    font-size: 10px;
    background-color: red;
    padding: 5px 5px;
    border-radius: 14px;
}
.text-start {
    text-align: right !important;
}