/*******************Font****************/

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700&display=swap');

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://fonts.gstatic.com/s/materialicons/v8/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2');
}

/* Example usage */

html, body, *, #smartAlertBox {
    font-family: "Cairo", sans-serif;
}
body {
    direction: rtl;
}

.english-font {
    font-family: "Cairo", sans-serif;
}
.change-language {
    font-family: 'Roboto Condensed' !important;
}
/*top menu*/
.newloginnavbar .loginMenuLi {
    float: left;
}

/*MODIFIED*/
.mp-menu ul.list-circle {
    padding: 0 30px 0 0;
}
.mp-menu ul li > a {
    text-align: right;
}
.QM_hidden-en {
    visibility: visible;
    display: block;
}
.margin-0-right {
    margin-left: 0px !important;
}
h1, .h1, .QM_h1, h2, .h2, .QM_h2, h3, .h3, .QM_h3, h4, .h4, .QM_h4, h5, .h5, .QM_h5, h6 .h6, .QM_h6 {
   line-height: 1.5;
}
@media (max-width: 767.98px) {
    h1, .h1, .QM_h1 {
        font-size: 24px !important;
    }

    h2, .h2, .QM_h2 {
        font-size: 20px !important;
    }

    h3, .h3, .QM_h3 {
        font-size: 16px !important;
    }

    h4, .h4, .QM_h4 {
        font-size: 14px !important;
    }

    h5, .h5, .QM_h5 {
        font-size: 12px !important;
    }

    h6, .h6, .QM_h6 {
        font-size: 10px !important;
    }

    .fw-bold-sm {
        font-weight: bold;
    }
}

/*rtl*/
p, select {
    direction: rtl;
}
.newnavbar .navbar-nav.navbar-right:last-child {
    margin-left: 0px;
}
.navbar-right .dropdown-menu {
    left: auto;
    right: 0;
}
li > a.dropdown-toggle > span.caret {
    float: left !important;
}
.left-minus-110 {
    left: auto;
    right: -110px !important;
}
.left-minus-250 {
    left: auto;
    right: -250px !important;
}
.float-left {
    float: right !important;
}
.float-right-common {
    float: right !important;
}
.float-right {
    float: left !important;
}
.float-left-common {
    float: left !important;
}
.pull-left {
    float: right !important;
}
.pull-right {
    float: left !important;
}
.text-left {
    text-align: right !important;
}
.side {
    left: auto;
    right: calc(50% - 30%);
}
@media (max-width : 1199px) {
    .side {
        left: auto;
        right: calc(50% - 45%);
    }
}
@media (max-width : 767px) {
    .side {
        left: auto;
        right: 0;
    }
}
/*inputs and select*/
select, .select, select.form-control, .select.form-control, .white-select, select.white-select, .select.white-select {
    direction: rtl;
    background-position-x: calc( 10px);
    background-position-y: center;
}
label {
    direction: rtl;
    text-align: right;
}

.newloginnavbar .loginMenuLi {
    float: left;
}
.newloginnavbar {
    margin-left: 0;
    margin-right: 5px;
}
select.currency-list {
    width: 150px;
    font-size: 13px;
}
select.currency-list option {
    border: none;
    text-align: right;
}
/**************** BORDER START ******************/
.border-left {
    border-left: none !important;
    border-right: 1px solid #b4b4b4 !important;
}
/**************** BORDER END ******************/

/* Small Devices, Tablets */
@media (min-width : 768px) {
    .navbar-right {
        float: left !important;
    }
    #OpenSearchVerticalForm.newsearch {
        width: 260px;
    }
}
/**************************TimeLine**********************/
.mp-menu {
    left: auto;
    right: -300px;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.mp-level {
    left: auto;
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.basketNotification {
    direction: rtl;
}
