@font-face {
    font-family: "IranSansX";
    src: url('../fonts/IranSansXPro/IRANSansXFaNum-Regular.eot');
    src: url('../fonts/IranSansXPro/IRANSansXFaNum-Regular.eot') format("embedded-opentype"),
    url('../fonts/IranSansXPro/IRANSansXFaNum-Regular.woff') format("woff"),
    url('../fonts/IranSansXPro/IRANSansXFaNum-Regular.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
}

/* for loading */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.85);
    color: black;
    z-index: 9999999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#preloader #status {
    direction: rtl;
    display: flex;
    align-items: center;
    justify-content: center;
}

.readonly {
    background-color: #f4f4f4 !important;
}

.fa-num {
    font-family: --my_font;
}

/* Validation error jquery */
label.error, .identifier-error {
    color: red;
    margin: 10px auto
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

.title-wide a {
    display: block !important;
    background-color: transparent !important;
}

.title-wide a::before {
    content: none !important;
}


.product-gallery .product-thumbnails>li>a>img {
    margin: 0 !important;
}

.pending {
    position: fixed;
    z-index: 1;
    left: 20px;
    bottom: 20px;
}

.product-card .product-title {
    min-height: unset !important;
    height: 36px !important;
    overflow: hidden !important;
}

.product-price {
    margin-top: 10px;
}

.header-cart-info-link:hover {
    color: var(--default-color);
}

.section.slider-section {
    background-color: var(--default-color) !important;
}

#first-slider.product-carousel .owl-dot.active span,
#first-slider.product-carousel .owl-dot:hover span {
    background: var(--default-color) !important;
}

.header.main-header .search-area form.search input {
    height: unset !important;
}
/* mobile navbar  */

.navbar-mobile-wrapper {
    background: #ffffff;
    padding: 15px;
    display: flex;
    justify-content: space-evenly;
    z-index: 9;
    /* flex-direction: row-reverse; */
    position: fixed;
    left: 50px;
    right: 50px;
    bottom: 12px;
    border-radius: 10px;
    box-shadow: 0 0 11px 2px #d8d8d8;
}

.navbar-mobile-wrapper span:hover {
    cursor: pointer;
}
/* footer  */

footer.main-footer .footer-services .service-item img {
    width: 100px !important;
}

.navbar-mobile-wrapper {
    display: none;
}

.help-menu {
    display: none;
}
/* search box */

header.main-header .search-area form.search input {
    height: unset !important;
}
/* for profile and basket drupdown  */

.owl-item.active:last-child .item.profile-order-steps-item::after {
    content: unset !important;
}

#toast-container>div:hover {
    box-shadow: 0 0 12px #70707d !important;
}

#partitioned {
    padding-left: 15px;
    letter-spacing: 46px;
    border: 0;
    background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 50px 1px;
    background-repeat: repeat-x;
    background-position-x: 35px;
    width: 220px;
}

.product-card .product-title {
    font-weight: unset !important;
}

.auth-wrapper {
    padding: 10px;
}

.en_name {
    font-family: 'Avenir LT Pro 35 Light';
}

.p-t-3 {
    padding-top: 5px;
}

.panel-sefareshat {
    display: none;
    left: 16px;
    top: -25px;
}

.adrian:hover .panel-sefareshat {
    display: block;
}

.panel-sefareshat:hover {
    display: block;
}

.navbar_mobile_wrapper {
    display: none;
}

.mt10 {
    margin-top: 170px;
}

.form-footer {
    background: #f7f7f7 !important;
}
/* .main-content {
    margin-top: 250px !important;
} */

.title-limited-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

#toast-container.toast-bottom-center>div,
#toast-container.toast-top-center>div {
    border-radius: 10px;
}

ul li {
    list-style: none;
}

.list .list-item .nav-link img {
    height: 38px
}

.icon-header {
    fill: #000;
}

.icon-header {
    width: 1.2em;
    height: 1.2em;
    stroke: white;
    stroke-width: 1pt;
    stroke-miterlimit: 12;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 400;
}

.basket-detail {
    margin-right: 10px;
    border-radius: 10px;
    width: 180px;
    height: 50px;
    border: 1px solid #e4e4e4;
    position: relative;
    overflow: hidden;
}

.header-cart {
    color: #9c9c9c !important;
}

.mr8 {
    margin-right: 8px !important;
}

.vp-number {
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 7px;
    color: var(--default-color);
    text-align: center;
    line-height: 1;
    width: 50px;
    height: 50px;
    transition: all 0.6s ease 0.1s;
}

.vp-number:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: -8px;
    top: -5px;
    z-index: 1;
    background: #cccfff;
    transform: rotate(8deg);
    width: 60px;
    height: 60px;
    transition: all 0.6s ease 0.1s;
}

.vp-number #cart-add span {
    position: relative;
    z-index: 2;
    display: block;
}

.vp-number #cart-add span.vp-title {
    font-size: 12px;
    letter-spacing: -0.1px;
}

.vp-number #cart-remove span {
    position: relative;
    z-index: 2;
    display: block;
}

.basket-detail:hover {
    border-color: var(--default-color) !important;
    color: var(--default-color) !important;
}

.basket-detail:hover .header-cart {
    color: var(--default-color) !important;
}

.basket-detail:hover .vp-number {
    color: #000 !important;
}

.basket-detail:hover .icon-header {
    border-color: var(--default-color) !important;
    color: var(--default-color) !important;
}

.adrian-panel-basket {
    background: #fff;
    border-radius: 8px;
    padding-top: 5px;
    display: none;
}

.basket-shadow {
    box-shadow: 0 3px 9px rgb(0 0 0 / 30%);
}

.adrian-panel-basket:hover {
    display: block !important;
}

.wrapper-basket-detail:hover .adrian-panel-basket {
    display: block !important;
}

.adrian-total-price {
    color: var(--default-color) !important;
}

.adrian-basket-name-production {
    color: #0c0c0c !important;
    font-size: 12px;
}

.adrian-show-basket {
    width: 101%;
    margin: -1px;
    background: var(--default-color) !important;
    color: rgb(255, 255, 255) !important;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 7px;
}

.wrapper-information-box {
    /*border-top: 3px solid var(--default-color);*/
    border-radius: 8px;
    /*border-top: 5px solid var(--default-color) !important;*/
    /*border-bottom: 5px solid var(--default-color) !important;*/
    margin-top: 5px;
}

.service-link {
    padding-top: 9px;
    text-align: center;
    background: var(--default-color);
    color: #fff;
}
/* .adrian:hover .icon-header {
margin-right: 10px;
} */

.w240 {
    width: 240px;
}

.adrian-login {
    height: 50px;
    border: 1px solid rgb(228, 228, 228);
    border-radius: 10px;
    width: 180px;
}

.content-btn-login {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 7px;
    height: 48px;
    width: 178px;
    position: relative;
    overflow: hidden;
}

.content-btn-login>i {
    font-size: 24px;
    color: #ffffff;
    padding-top: 3px;
}

.shape {
    width: 83px;
    height: 66px;
    transform: rotate(35deg);
    background-color: var(--default-color-2);
    position: absolute;
    z-index: -1;
    left: -25px;
    top: -6px;
    border-top-right-radius: 40px;
}

.quantity-badge {
    background-color: var(--default-color);
    color: white;
    position: absolute;
    left: 10px;
    top: 5px;
}
/* .quantity-badge {
    background-color: var(--default-color);
    color: white;
    position: absolute;
    left: -12px;
    top: -8px;
} */

.position-relative {
    position: relative !important;
}

.adrian-below-postition-relative {
    position: absolute;
    top: 22px;
    right: -95px;
    box-shadow: 0 3px 9px rgb(0, 0, 0 /30%);
}

.w268 {
    width: 275px;
}

.cu-pointer {
    cursor: pointer;
}

.panel-sefareshat-shadow {
    box-shadow: 0 3px 9px rgb(0 0 0 / 30%);
}

.profile-section {
    height: 185px !important;
}

.header-cart {
    cursor: default !important;
}

#header-menu {
    box-shadow: 0 7px 8px 0 rgb(0 0 0 / 4%);
}

.bottom-header {
    border-bottom: 1px solid #f7f4f4;
}
/* .main-content {
    margin-top: 150px !important;
} */

.copyright {
    border-top: 1px solid #eceff1;
}

.remove-btn {
    width: auto !important;
    font-size: 12px !important;
}

.profile-section .list-favorites li button {
    cursor: default !important;
}

.no-border {
    border: none !important;
    height: 185px !important;
}

.acount-menu {
    font-size: 12px;
    display: flex;
    color: #6c757d;
    align-items: center;
    justify-content: flex-start;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-color: var(--default-color-2);
    border-radius: 100%;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: var(--default-color) !important;
    background-color: var(--default-color) !important;
}

.sticky-sidebar {
    position: relative;
    overflow: visible;
    box-sizing: border-box;
    min-height: 1px;
}

.custom-file-label::after {
    content: "بارگذاری" !important;
}

.badge-pill {
    padding-top: .6em
}

@media screen and (max-width: 767px) {
    .margin-bottom-0 {
        margin-bottom: 0 !important;
    }
    .margin-top-0 {
        margin-top: 0 !important;
    }
    header.main-header,
    .widget-banner,
    .main-footer {
        padding-right: 1px !important;
        padding-left: 1px !important;
    }
    .symbol a img {
        width: 100px;
        height: 100px;
    }
    .remove-padding {
        padding-left: unset !important;
        padding-right: unset !important;
    }
    .sticky-sidebar {
        display: none !important;
    }
    .adrian {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .mt10 {
        margin-top: 0 !important;
    }
    /* .main-content {
        margin-top: 110px !important;
    } */
    .pr-m-0 {
        padding-right: 1px !important;
    }
    .pl-m-0 {
        padding-left: 1px !important;
    }
    .profile-section {
        height: 285px !important;
    }
    .no-border {
        height: 170px !important;
    }
    #fs-smaller {
        font-size: smaller;
    }
    header.main-header,
    .widget-banner,
    .main-footer {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
    .remove-padding {
        padding-left: unset !important;
        padding-right: unset !important;
    }
    .nav-item.account.dropdown {
        display: none !important;
    }
    .navbar-mobile-wrapper {
        display: flex;
    }
    footer {
        margin-bottom: 50px;
    }
    .help-menu {
        display: block;
    }
    /* .adrian {
        display: none !important;
    }
    .hide-adrian {
        display: none !important;
    }
    .topbar-left {
        display: none !important;
    } */
}

@media screen and (min-width: 992px) {
    /* title profile button */
    .nav-link span {
        display: none;
    }
    .navbar_mobile_wrapper {
        background: var(--default-color);
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 15px;
        display: flex;
        justify-content: space-evenly;
        z-index: 9;
    }
    /* .main-content {
        margin-top: 173px !important;
    } */
    .profile-section {
        height: 285px !important;
    }
    .no-border {
        height: 130px !important;
    }
    .card-signin {
        margin: 80px auto !important;
    }
}

@media screen and (min-width: 1200px) {
    .no-border {
        height: 80px !important;
    }
    .card-signin {
        margin: 80px auto !important;
    }
}

.errors{
    display: flex;
    justify-content: center;

    color: #f00;


}
.Success{
    display: flex;
    justify-content: center;
    background-color: rgb(8, 209, 92);
    color: #fff;
    padding: 10px;
    border-radius: 10px;

}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#forget_overlay {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #FFF;
    opacity: 0.9;
    z-index: 99999999;
}

.loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
}

.myloader,
.myloader:after {
    border-radius: 50%;
    width: 8em;
    height: 8em;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4.05em;
}

.myloader {
    left: 50%;
    margin-left: -4em;
    font-size: 10px;
    border: 0.8em solid var(--skin-color);
    border-left: 0.8em solid rgba(204, 204, 204, 1);
    animation: spin 1.1s infinite linear;
}

.text-center {
    direction: rtl;
    display: flex;
    justify-content: center;
}

.border-red {
    border: 1px solid red !important;
}
.badge{
    background-color: #f00;
    color: #fff;
    display: inline-block;
    padding: 0.3em 0.5em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 1.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;
}
