@font-face {
    font-family: Vazir;
    src: url('../fonts/vazir/Vazir.eot');
    src: url('../fonts/vazir/Vazir.eot?#iefix') format('embedded-opentype'),
    url('../fonts/vazir/Vazir.woff') format('woff'),
    url('../fonts/vazir/Vazir.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: Shabnam;
    src: url('../fonts/shabnam/Shabnam.eot');
    src: url('../fonts/shabnam/Shabnam.eot?#iefix') format('embedded-opentype'),
    url('../fonts/shabnam/Shabnam.woff') format('woff'),
    url('../fonts/shabnam/Shabnam.ttf') format('truetype');
    font-weight: normal;
}

:root {
    --base-1: rgb(158, 83, 157);
}

p, span, h1, h2, h3, h4, h5, h6, a, li, div {
    font-family: Shabnam, serif !important;
}

.megamenu-shop {
    text-align: right !important;
}

.megamenu-shop ul {
    padding: 0 !important;
}

#offCanvasNavBar {
    text-align: right !important;
    direction: rtl !important;
}

#offCanvasNavBar .navbar-nav {
    padding: 0 !important;
}

#offCanvasNavBar .nav-link.dropdown-toggle::after {
    transform: rotate(+90deg) !important;
    transform-origin: top center;
}

.megamenu-home ul {
    text-align: right !important;
    direction: rtl !important;
    padding: 0 !important;
    list-style: none;
}

.megamenu-home ul ul {
    text-align: right !important;
    direction: rtl !important;
    padding: 0 !important;
    list-style: none;
}

.text-right {
    text-align: right !important;
}


@media screen and (max-width: 798px) {
    .d-mobile-none {
        display: none !important;
    }

    /*.bg-image, .bg-overlay {*/
    /*    background-size: contain !important;*/
    /*}*/
}

.input-error-validation {
    font-size: 9pt !important;
    color: red;
}

#ModalCellphoneInputErrorText {
    display: none;
}

#ModalcheckOTPForm {
    display: none;
}

#ModalresendOTPButton {
    display: none;
}

#product_search_box {
    max-height: 250px !important;
    overflow-y: auto;
}

/*////////////////////*/

header.header {
    width: 100%;
    z-index: 999;
}


/*---------------------------------------
    10. My Account CSS
-----------------------------------------*/

.myaccount-tab-menu a {
    border: 1px solid #eeeeee;
    border-bottom: none;
    color: #666666;
    font-weight: 500;
    font-size: 12px;
    display: block;
    padding: 15px 15px 13px;
    text-transform: uppercase;
}

.profile_sidebar_items li a i {
    width: 10%;
    display: inline-block;
}

.myaccount-tab-menu a:last-child {
    border-bottom: 1px solid #eeeeee;
}

.myaccount-tab-menu a:hover, .myaccount-tab-menu a.active {
    background-color: var(--base-1);
    color: #ffffff;
}

.myaccount-tab-menu a i {
    font-size: 14px;
    text-align: center;
    width: 25px;
}

/*-- My Account Content -*/
.myaccount-content {
    background-color: #ffffff;
    font-size: 14px;
    border: 1px solid #eeeeee;
    padding: 30px;
}

@media only screen and (max-width: 575px) {
    .myaccount-content {
        padding: 20px 15px;
        /*overflow-x: scroll;*/
    }

    #mobile_menu_nav_ul {
        display: none;
    }
}

#mobile_menu_nav {
    background: var(--base-1);
}

.table-responsive {
    width: 100% !important;
    overflow-x: scroll !important
}

.myaccount-content h3 {
    /*border-bottom: 1px dashed #eeeeee;*/
    margin-bottom: 25px;
    font-size: 21px !important;
    border-radius: 8px;
    text-align: center;
    background-color: var(--base-1);
    color: white;
    padding: 18px;
}

.btn-blue, .ht-btn {
    background-color: var(--base-1) !important;
    color: white !important;
    font-size: 12px !important;
    font-family: iransans, serif !important;
    border-radius: 10px;
    padding: 8px 25px;
    font-size: 13px !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.myaccount-content .welcome a {
    color: #000000;

}

.myaccount-content .welcome a:hover {
    color: var(--base-1);
}

.myaccount-content .welcome strong {
    font-weight: 600;
}

.myaccount-content a.edit-address-btn {
    border-color: #333333;
}

.myaccount-content a.edit-address-btn i {
    padding-left: 5px;
}

.myaccount-content a.edit-address-btn:hover {
    background-color: var(--base-1);
    border-color: var(--base-1);
}

.myaccount-content button.save-change-btn {
    background: none;
    border: none;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
    width: 140px;
    padding: 10px 0;
    border-radius: 3px;
}

.myaccount-content button.save-change-btn:hover {
    background-color: var(--base-1);
}

/*-- My Account Table -*/
.myaccount-table {
    white-space: nowrap;
    font-size: 15px;
}

.myaccount-table table th,
.myaccount-table .table th {
    padding: 10px;
    font-weight: 600;
}

.myaccount-table table td,
.myaccount-table .table td {
    padding: 20px 10px;
    vertical-align: middle;
}

.myaccount-table table td a:hover,
.myaccount-table .table td a:hover {
    color: #ffffff;
}

.saved-message {
    border-top: 3px solid var(--base-1);
    border-radius: 5px 5px 0 0;
    font-weight: 600;
    font-size: 13px;
    padding: 20px;
}

/*-- My Account Details Form -*/
.account-details-form h4 {
    margin: 0;
}

.account-details-form input {
    display: block;
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 0;
    line-height: 24px;
    padding: 11px 25px;
    color: #656565;
}

@media screen and (max-width: 556px) {
    .d-sm-block {
        display: block;
    }
}

li {
    list-style: none;
}

.my-account-wrapper {
    direction: rtl !important;
}

.user_avatar {
    text-align: center;
    padding: 20px;
    margin-bottom: 5px;
    background: white;
}

#divParent {
    background: rgb(255, 255, 255);
    width: 48%;
    position: absolute;
    z-index: 9999 !important;
    display: none;
}

@media screen and (max-width: 867px) {
    .des-menu-top {
        display: none;
    }
}

.search_input_text {
    position: absolute;
    top: 6px;
    padding: 7px;
    width: 100% !important;
}

.typed-cursor{
    display:none;
}

#brands_section .light-mode-img{
    height:80px !important;
}


