﻿:root {
    --base: #000000;
    --baseText: #ffffff;
    --second: #636466;
    --other: #bb993a;
    --otherText: #000000;
}

body,
body * {
    font-family: Mjdinar;
}

/* =========== header-top =========== */
#LZMBLUUZCN.main-header .header-top[show=false] {
    display: none;
}

#LZMBLUUZCN.main-header .header-top {
    top: unset;
    margin-top: unset;
}

#LZMBLUUZCN.main-header .header-top .auto-container {
    display: flex;
    justify-content: space-between;
}

.is-fa #LZMBLUUZCN.main-header .header-top .auto-container {
    flex-direction: row-reverse;
}

#LZMBLUUZCN.main-header .header-top .top-left {
    font-size: 16px;
}

#LZMBLUUZCN.main-header .header-top .top-right[show=false] {
    display: none;
}

#LZMBLUUZCN.main-header .header-top .top-right {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: center;
    z-index: 1;
}

#LZMBLUUZCN.main-header .header-top .top-right .list {
    float: unset;
    z-index: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#LZMBLUUZCN.main-header .header-top .top-right .social-nav[show=false] {
    display: none;
}

#LZMBLUUZCN.main-header .header-top .top-right .social-nav {
    background: unset;
    border-radius: unset;
    padding: unset;
    display: flex;
    flex-wrap: wrap;
    float: unset;
    gap: 1.5rem;
    margin-right: 45px;
    margin-left: unset;
}

#LZMBLUUZCN.main-header .header-top .top-right .social-nav li {
    padding-left: unset;
    padding-right: unset;
}

#LZMBLUUZCN.main-header .header-top .top-right .social-nav li:first-child {
    padding-right: unset;
}

#LZMBLUUZCN.main-header .upper-column img,
#LZMBLUUZCN.main-header .social-nav img {
    overflow: hidden;
}

/* =========== header-upper =========== */
#LZMBLUUZCN .logo img {
    width: -1px !important;
    height: 70px;
    object-fit: contain;
    max-height: unset;
}

#LZMBLUUZCN.main-header .header-upper {
    top: unset;
    padding: 40px 0;
    background: #ffffff;
    color: #333;
    font-size: 10px;
}

#LZMBLUUZCN.main-header .info-box ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;

}

#LZMBLUUZCN.main-header .info-box li,
#LZMBLUUZCN.main-header .info-box strong {
    color: #333;
    font-size: 10px;
    margin-bottom: unset;
}

#LZMBLUUZCN.main-header .header-upper .auto-container {
    margin-block: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 30px;
}

#LZMBLUUZCN.main-header .header-upper .logo-box {
    padding: unset;
}

#LZMBLUUZCN.main-header .header-upper .upper-right[show=false] {
    display: none;
}

#LZMBLUUZCN.main-header .header-upper .upper-right {
    display: flex;
    justify-content: start;
    gap: 1rem;
    overflow-y: auto;
    scrollbar-width: thin;
    flex: 1;
}

#LZMBLUUZCN.main-header .header-upper .upper-right.flex-wrap {
    flex-wrap: wrap;
}

#LZMBLUUZCN.main-header .header-upper .upper-right>* {
    flex: 0 1 calc(25% - 1rem);
}

#LZMBLUUZCN.main-header .upper-column img {
    height: 4rem;
    width: 4rem;
}

#LZMBLUUZCN .upper-column.info-box {
    float: unset;
    display: flex;
    justify-content: flex-start;
    gap: 1rem;
    column-gap: 10px;
    padding: 0;
    margin-right: unset;
    text-align: right;
}

#LZMBLUUZCN.main-header .info-box .icon-box {
    position: relative;
    margin: unset;
    width: fit-content;
    height: fit-content;
}

#LZMBLUUZCN.main-header .nav-outer {
    bottom: unset;
    top: -30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* =========== header-lower =========== */
#LZMBLUUZCN.main-header .header-lower {
    position: absolute;
    width: 100%;
}

#LZMBLUUZCN .main-menu {
    float: unset;
}

#LZMBLUUZCN .main-menu .navigation>li>ul {
    border-top: 3px solid var(--other);
}

#LZMBLUUZCN .main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

#LZMBLUUZCN .main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

#LZMBLUUZCN .main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    left: 10px;
    right: unset;
    border: unset;
}

#LZMBLUUZCN .main-menu .navigation>li>ul,
#LZMBLUUZCN .main-menu .navigation>li>ul>li>ul {
    background-color: #ffffff;
    color: #000000;
    font-size: 14px;
}

#LZMBLUUZCN.main-header .header-lower .outer-box {
    float: unset;
    display: flex;
    align-items: center;
}

#LZMBLUUZCN.main-header .search-box-btn {
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    border: 1px dashed var(--other) !important;
}

#LZMBLUUZCN .search-box-outer {
    position: relative;
    float: unset;
    margin-left: 15px;
    overflow: unset;
    direction: ltr !important;
}

#LZMBLUUZCN .search-box-outer .dropdown {
    display: flex !important;
    gap: 1rem;
}

#LZMBLUUZCN.main-header .search-box-outer .dropdown-menu {
    top: 47px;
    border-top: 3px solid var(--other);
    padding: 0px;
    width: 280px;
    border-radius: 0px;
    max-width: 90vw;
}

#LZMBLUUZCN .dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

#LZMBLUUZCN.main-header .search-panel input[type="search"] {
    padding: 7px 15px 7px 40px;
    border: 1px solid var(--other);
}

#LZMBLUUZCN.main-header .search-panel .search-btn {
    right: unset;
    left: 0;
}

#LZMBLUUZCN.main-header .search-panel .form-container {
    padding-right: unset;
}

#LZMBLUUZCN.main-header .search-panel .form-group {
    margin: 10px;
}

#LZMBLUUZCN.main-header .header-lower .outer-box .advisor-box[show=false] {
    display: none;
}

#LZMBLUUZCN.main-header .header-lower .outer-box .advisor-box {
    float: unset;
}

#LZMBLUUZCN.main-header .header-lower .outer-box .advisor-box .advisor-btn:before {
    width: 30px;
}

#LZMBLUUZCN.main-header .header-lower .outer-box .advisor-box .advisor-btn {
    padding-right: 32px;
}

#LZMBLUUZCN.main-header .header-lower .outer-box .advisor-box .advisor-btn:before {
    color: var(--other);
    background-color: var(--base);
}

#LZMBLUUZCN.main-header .header-lower .outer-box .advisor-box .advisor-btn span {
    color: var(--other) !important;
}

#LZMBLUUZCN.main-header .search-box-btn,
#LZMBLUUZCN.main-header .main-menu .navigation>li>a {
    color: #ffffff;
    font-size: 16px;
}

#LZMBLUUZCN .navbar-collapse::-webkit-scrollbar-track {
    background-color: #F5F5F5;
    border-radius: 5px;
}

#LZMBLUUZCN .navbar-collapse::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

#LZMBLUUZCN .navbar-collapse::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: var(--other);
}

/* =========== sticky-header =========== */
#LZMBLUUZCN .fixed-header .sticky-header {
    display: block;
}

#LZMBLUUZCN .sticky-header .auto-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#LZMBLUUZCN .sticky-header .logo img {
    height: 120px;
}


#LZMBLUUZCN.main-header .header-top .top-right:before,
#LZMBLUUZCN.main-header .header-top .top-right:after,
#LZMBLUUZCN .main-menu .navigation>li:before {
    background-color: var(--other) !important;
}

#LZMBLUUZCN.main-header .social-nav img {
    height: 2.5rem;
}

@media only screen and (max-width: 1024px) {
    #LZMBLUUZCN.main-header .header-upper .logo-box {
        width: auto;
    }

    #LZMBLUUZCN.main-header .header-upper {
        padding-top: unset;
    }

    #LZMBLUUZCN.main-header .header-upper .auto-container {
        /* flex-wrap: wrap; */
        row-gap: 15px;
    }

}

@media only screen and (max-width: 1023px) {
    #LZMBLUUZCN.main-header .header-top .top-right {
        top: unset;
        padding-left: unset;
    }

    #LZMBLUUZCN.main-header .header-top .top-right .social-nav {
        justify-content: center;
        margin: unset;
    }
}

@media only screen and (max-width: 1140px) {
    /* #LZMBLUUZCN .search-box-outer {
        margin-top: 15px;
    } */
}

@media only screen and (max-width: 767px) {
    #LZMBLUUZCN.main-header .header-lower .outer-box {
        top: 1.5rem;
        left: 0;
        z-index: 14;
    }

    #LZMBLUUZCN.main-header .header-upper .upper-right>* {
        flex: 0 1 calc(50% - 1rem);
    }

    #LZMBLUUZCN .main-menu .navbar-header .navbar-toggle {
        border: 1px solid var(--other);
        background: var(--other);
    }

    #LZMBLUUZCN .main-menu .navbar-collapse>.navigation>li>a,
    #LZMBLUUZCN .main-menu .navbar-collapse>.navigation>li>a:active,
    #LZMBLUUZCN .main-menu .navbar-collapse>.navigation>li.current>a,
    #LZMBLUUZCN .main-menu .navbar-collapse>.navigation>li>ul>li>a,
    #LZMBLUUZCN .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li>a,
    #LZMBLUUZCN .main-menu .navbar-collapse>.navigation>li>ul,
    #LZMBLUUZCN .main-menu .navbar-collapse>.navigation>li>ul>li>ul {
        background: var(--base);
    }

    #LZMBLUUZCN .main-menu .collapse.show {
        max-height: 350px;
        overflow: auto;
    }

    #LZMBLUUZCN .fixed-header .sticky-header .main-menu .navbar-collapse {
        position: absolute;
        min-width: 85vw;
        left: 0px;
        max-height: 80vh;
    }
}

@media (max-width: 576px) {
    #LZMBLUUZCN .header-top .auto-container {
        flex-wrap: wrap;
    }

    #LZMBLUUZCN.main-header .header-upper .upper-right {
        justify-content: center;
    }

    #LZMBLUUZCN.main-header .header-upper .upper-right>* {
        flex: 0 1 calc(25% - 1rem);
        justify-content: center;
    }

    #LZMBLUUZCN .upper-column.info-box {
        place-items: center;
        text-align: center;
    }

    #LZMBLUUZCN .upper-column.info-box ul {
        display: none;
    }

    #LZMBLUUZCN.main-header .header-top .top-right .social-nav {
        justify-content: center;
        margin: unset;
    }

    #LZMBLUUZCN .logo img {
        height: 80px !important;
    }

    #LZMBLUUZCN.main-header .header-upper .auto-container {
        flex-direction: column;
        place-items: center;
    }
}

@media (max-width: 992px) {
    #LZMBLUUZCN [showmobile~=false] {
        display: none !important;
    }
}

.line-clamp {
    display: -webkit-box !important;
    --line-clamp: attr(data-line-clamp type(<integer>), none);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--line-clamp);
    line-height: var(--line-height, 1.5em);
    max-height: calc(var(--line-height) * var(--line-clamp));
    overflow: hidden !important;
}

.line-clamp {
    --line-clamp: 1;
}

[data-show=false] {
    display: none !important;
}

#LZMBLUUZCN .sticky-header .search-box-btn {
    color: #fff;
    background-color: var(--base);
}

#LZMBLUUZCN .search-box-btn {
    position: relative;
}

#LZMBLUUZCN .search-box-btn .basket-amount {
    display: block;
    position: absolute;
    inset: 70%;
    min-width: fit-content;
    height: fit-content;
    text-align: center;
    background-color: #DC143C;
}

#ZSWQOBFQHZ.page-title:before {
    background-color: #000000;
    opacity: 70%;
}

#ZSWQOBFQHZ {
    h1 {
        color: #fff;
    }

    .page-breadcrumb li {
        a {
            color: #fff;
        }
        color: #fbb908;
    }

    .page-breadcrumb li:after {
        color: #fff;
    }
}:root { --theme-deafult: #ff4c3b;}
#CRGAFQCOCN .section-b-space {padding-bottom: 70px;}
#CRGAFQCOCN .col {-ms-flex-preferred-size: 0;flex-basis: 0;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;}
#CRGAFQCOCN section,
#CRGAFQCOCN .section-t-space {padding-top: 70px;}
#CRGAFQCOCN section {display: block;}
#CRGAFQCOCN .row {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-right: -15px;margin-left: -15px;}
#CRGAFQCOCN h1,
#CRGAFQCOCN h2,
#CRGAFQCOCN h3,
#CRGAFQCOCN h4,
#CRGAFQCOCN h5,
#CRGAFQCOCN h6 {margin-top: 0;margin-bottom: 0.5rem;}
#CRGAFQCOCN .h1,
#CRGAFQCOCN .h2,
#CRGAFQCOCN .h3,
#CRGAFQCOCN .h4,
#CRGAFQCOCN .h5,
#CRGAFQCOCN .h6,
#CRGAFQCOCN h1, 
#CRGAFQCOCN h2, 
#CRGAFQCOCN h3, 
#CRGAFQCOCN h4, 
#CRGAFQCOCN h5, 
#CRGAFQCOCN h6 {margin-bottom: 0.5rem;font-weight: 500;line-height: 1.2;}
#CRGAFQCOCN .h3, 
#CRGAFQCOCN h3 {font-size: 1.75rem;}
#CRGAFQCOCN h3 {font-size: 24px;font-weight: 400;color: #777777;}
#CRGAFQCOCN .login-page h3 {margin-bottom: 20px;text-transform: uppercase;color: #222222;font-weight: 700;margin-top: -5px;}
#CRGAFQCOCN .login-page .theme-card {padding: 30px;border: 1px solid #dddddd;line-height: 1;}
#CRGAFQCOCN .theme-card {position: relative;}
#CRGAFQCOCN .form-group {margin-bottom: 1rem;}
#CRGAFQCOCN .login-page .theme-card .theme-form label {text-transform: capitalize;color: #333333;font-size: 14px;font-weight: 600;}
#CRGAFQCOCN label {display: inline-block;margin-bottom: 0.5rem;}
#CRGAFQCOCN button,
#CRGAFQCOCN input,
#CRGAFQCOCN optgroup,
#CRGAFQCOCN select,
#CRGAFQCOCN textarea {margin: 0;font-family: inherit;font-size: inherit;line-height: inherit;}
#CRGAFQCOCN button,
#CRGAFQCOCN input {overflow: visible;}
#CRGAFQCOCN .form-control {display: block;width: 100%;height: calc(1.5em + 0.75rem + 2px);padding: 0.375rem 0.75rem;font-size: 1rem;font-weight: 400;line-height: 1.5;color: #495057;background-color: #fff;background-clip: padding-box;border: 1px solid #ced4da;border-radius: 0.25rem;transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
#CRGAFQCOCN .form-control:focus {color: #495057;background-color: #fff;border-color: #80bdff;outline: 0;box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);}
#CRGAFQCOCN .text-right {text-align: right!important;}
#CRGAFQCOCN .form-control {border-radius: 0;}
#CRGAFQCOCN .dir-ltr {direction: ltr !important;}
#CRGAFQCOCN .login-page .theme-card .theme-form input {border-color: #dddddd;font-size: 12px;padding: 17px 25px;margin-bottom: 30px;height: inherit;}
#CRGAFQCOCN a {color: #007bff;text-decoration: none;background-color: transparent;}
#CRGAFQCOCN a {-webkit-transition: 0.5s ease;transition: 0.5s ease;}
#CRGAFQCOCN .btn {display: inline-block;font-weight: 400;color: #212529;text-align: center;vertical-align: middle;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background-color: transparent;border: 1px solid transparent;padding: 0.375rem 0.75rem;font-size: 1rem;line-height: 1.5;border-radius: 0.25rem;transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
#CRGAFQCOCN .btn {line-height: 20px;text-transform: uppercase;font-size: 14px;font-weight: 700;border-radius: 0;-webkit-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
#CRGAFQCOCN .btn-solid {padding: 13px 29px;color: #ffffff;border: 2px solid var(--theme-deafult);background-image: linear-gradient(30deg, var(--theme-deafult) 50%, transparent 50%);background-size: 850px;background-repeat: no-repeat;background-position: 0;-webkit-transition: background 300ms ease-in-out;transition: background 300ms ease-in-out;}
#CRGAFQCOCN a:hover {color: #0056b3;text-decoration: underline;}
#CRGAFQCOCN a:hover {text-decoration: none;-webkit-transition: 0.5s ease;transition: 0.5s ease;}
#CRGAFQCOCN a:focus {outline: none;}
#CRGAFQCOCN .btn:hover {color: #212529;text-decoration: none;}
#CRGAFQCOCN .btn.focus,
#CRGAFQCOCN .btn:focus {outline: 0;box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);}
#CRGAFQCOCN .btn:hover {-webkit-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
#CRGAFQCOCN .btn:focus {-webkit-box-shadow: none;box-shadow: none;}
#CRGAFQCOCN .btn-solid:hover {background-position: 100%;color: #000000;background-color: #ffffff;}
#CRGAFQCOCN .btn-solid:focus {color: #ffffff;}
#CRGAFQCOCN .btn:not(:disabled):not(.disabled) {cursor: pointer;}
#CRGAFQCOCN .login-page .authentication-right {height: calc(100% - 48px);}
#CRGAFQCOCN .login-page .authentication-right h6 {text-transform: uppercase;color: #333333;font-weight: 600;margin-bottom: 20px;}
#CRGAFQCOCN .login-page .authentication-right p {font-size: 14px;color: #555555;line-height: 2;margin-bottom: 1rem;}
#CRGAFQCOCN p {font-size: 14px;color: #777777;margin-top: 0;margin-bottom: 1rem;}
#CRGAFQCOCN h6 {font-size: 14px;font-weight: 400;color: #777777;line-height: 24px;}
@media (min-width: 992px){
    #CRGAFQCOCN .col-lg-6 {-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
}
@media (max-width: 360px){
    #CRGAFQCOCN .login-page .theme-card {padding: 18px;}
    #CRGAFQCOCN .btn-solid, .btn-outline {padding: 10px 15px;}
}
@media (max-width: 420px){
    #CRGAFQCOCN .login-page .theme-card .theme-form input {padding: 15px 20px;margin-bottom: 25px;}
    #CRGAFQCOCN .login-page .authentication-right p {line-height: 1.5;}
}
@media (max-width: 480px){
    #CRGAFQCOCN .login-page .theme-card {padding: 25px;}
}
@media (max-width: 577px){
    #CRGAFQCOCN .section-b-space {padding-bottom: 30px;}
    #CRGAFQCOCN .btn-solid, .btn-outline {padding: 7px 15px;}
}
@media (max-width: 767px){
    #CRGAFQCOCN .section-b-space {padding-bottom: 40px;}
}
@media (max-width: 991px){
    #CRGAFQCOCN .section-b-space {padding-bottom: 50px;}
    #CRGAFQCOCN .right-login {margin-top: 30px;}
}
@media (max-width: 1199px){
    #CRGAFQCOCN .section-b-space {padding-bottom: 60px;}
}

#CRGAFQCOCN .col,
#CRGAFQCOCN .col-1,
#CRGAFQCOCN .col-10,
#CRGAFQCOCN .col-11,
#CRGAFQCOCN .col-12,
#CRGAFQCOCN .col-2,
#CRGAFQCOCN .col-3,
#CRGAFQCOCN .col-4,
#CRGAFQCOCN .col-5,
#CRGAFQCOCN .col-6,
#CRGAFQCOCN .col-7,
#CRGAFQCOCN .col-8,
#CRGAFQCOCN .col-9,
#CRGAFQCOCN .col-auto,
#CRGAFQCOCN .col-lg,
#CRGAFQCOCN .col-lg-1,
#CRGAFQCOCN .col-lg-10,
#CRGAFQCOCN .col-lg-11,
#CRGAFQCOCN .col-lg-12,
#CRGAFQCOCN .col-lg-2,
#CRGAFQCOCN .col-lg-3,
#CRGAFQCOCN .col-lg-4,
#CRGAFQCOCN .col-lg-5,
#CRGAFQCOCN .col-lg-6,
#CRGAFQCOCN .col-lg-7,
#CRGAFQCOCN .col-lg-8,
#CRGAFQCOCN .col-lg-9,
#CRGAFQCOCN .col-lg-auto,
#CRGAFQCOCN .col-md,
#CRGAFQCOCN .col-md-1,
#CRGAFQCOCN .col-md-10,
#CRGAFQCOCN .col-md-11,
#CRGAFQCOCN .col-md-12,
#CRGAFQCOCN .col-md-2,
#CRGAFQCOCN .col-md-3,
#CRGAFQCOCN .col-md-4,
#CRGAFQCOCN .col-md-5,
#CRGAFQCOCN .col-md-6,
#CRGAFQCOCN .col-md-7,
#CRGAFQCOCN .col-md-8,
#CRGAFQCOCN .col-md-9,
#CRGAFQCOCN .col-md-auto,
#CRGAFQCOCN .col-sm,
#CRGAFQCOCN .col-sm-1, 
#CRGAFQCOCN .col-sm-10,
#CRGAFQCOCN .col-sm-11, 
#CRGAFQCOCN .col-sm-12, 
#CRGAFQCOCN .col-sm-2,
#CRGAFQCOCN .col-sm-3, 
#CRGAFQCOCN .col-sm-4, 
#CRGAFQCOCN .col-sm-5,
#CRGAFQCOCN .col-sm-6, 
#CRGAFQCOCN .col-sm-7, 
#CRGAFQCOCN .col-sm-8,
#CRGAFQCOCN .col-sm-9, 
#CRGAFQCOCN .col-sm-auto, 
#CRGAFQCOCN .col-xl,
#CRGAFQCOCN .col-xl-1, 
#CRGAFQCOCN .col-xl-10, 
#CRGAFQCOCN .col-xl-11,
#CRGAFQCOCN .col-xl-12, 
#CRGAFQCOCN .col-xl-2, 
#CRGAFQCOCN .col-xl-3,
#CRGAFQCOCN .col-xl-4, 
#CRGAFQCOCN .col-xl-5, 
#CRGAFQCOCN .col-xl-6,
#CRGAFQCOCN .col-xl-7, 
#CRGAFQCOCN .col-xl-8,
#CRGAFQCOCN .col-xl-9,
#CRGAFQCOCN .col-xl-auto {position: relative;width: 100%;padding-right: 15px;padding-left: 15px;}#ENNOFWFEIP {
    ul.namad {
        display: flex;
        gap: 2rem;
        img {
            height: 100px;
            object-fit: contain;
        }
    }
    #maher_cp a {
        outline: none !important;
        text-decoration: none !important;
    }

    .maher_group img {
        filter: grayscale(100%);
        opacity: 0.7;
        transition: 0.35s;
        height: 18px;
    }

    .maher_group:hover img {
        filter: grayscale(0%);
        transition: 0.35s;
        opacity: 1;
        height: 24px;
    }

    .maher_group a.before {
        color: #8c8c8c;
        font-weight: bold;
        transition: 0.35s;
        transition-timing-function: ease;
        transition-timing-function: ease;
        transition-timing-function: ease-in-out;
        transform: translate(-150px, -9px);
        display: inline-block;
        font-size: 7.5pt;
    }

    .maher_group {
        position: relative;
        overflow: hidden;
        width: 150px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        height: 34px;
    }

    .maher_group.align-left {
        -webkit-justify-content: flex-end;
        moz-justify-content: flex-end;
        ms-justify-content: flex-end;
        o-justify-content: flex-end;
        justify-content: flex-end;
    }

    .maher_group.align-left .img {
        order: 2;
    }

    .maher_group:hover a.before {
        transform: translate(6px, -9px);
        transition: 0.35s;
        transition-delay: 0.8s;
        transition-timing-function: ease;
    }

    .maher_group a.after {
        font-size: 7pt;
        color: #8c8c8c;
        position: absolute;
        left: 28px;
        bottom: 10px;
        transition: 0.35s;
    }

    .maher_group.align-left a.after {
        left: 28px;
    }

    .maher_group.align-right a.before {
        transform: translate(150px, -9px);
    }

    .maher_group.align-left a.before {
        transform: translate(-150px, -9px);
    }

    .maher_group.align-right:hover a.before {
        transform: translate(-5px, -9px) !important;
    }

    .maher_group.align-left:hover a.before {
        transform: translate(6px, -9px) !important;
    }

    .maher_group.align-right a.after {
        right: 28px;
    }

    .maher_group:hover a.after {
        bottom: 2px;
        transition: 0.2s;
        font-size: 7.8pt;
    }

    .bottombar {
        direction: rtl;
    }

    .scroll-to-top1 {
        position: fixed;
        bottom: 15px;
        left: 15px;
        width: 60px;
        height: 60px;
        color: #ffffff;
        font-size: 20px;
        text-transform: uppercase;
        line-height: 60px;
        text-align: center;
        z-index: 100;
        cursor: pointer;
        background: #0a0a0a;
        display: none;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .scroll-to-top1:hover {
        background-color: var(--other);
        color: var(--otherText);
    }

    .logo img {
        width: [logoWidth]px !important;
        height: 60px;
        object-fit: contain;
    }

    @media (width < 768px) {
        .logo img {
            height: 45px;
        }

        ul.namad {
            justify-content: center;
        }

        .widgets-section * {
            text-align: center !important;
        }

        h2 {
            &:before {
                right: 50%;
                translate: 25%;
                width: 130px;
            }

            &:after {
                right: calc(50% - 70px);
                width: 55px;
                translate: 25%;
            }
        }
    }
}