:root {
    --font-poiret: "poiret-one";
    --font-montserrat: "montserrat";
    --font-iran-yekan: "iran-yekan";
    --font-dima-makhtom: "dima-makhtom"

}

.font-dima {
    font-family: 'kalameh';
}

.font-poiret {
    font-family: 'poiret-one';
}

.font-montserrat {
    font-family: 'montserrat';
}

.font-3rem {
    font-size: 3rem;
}

.RTL {
    direction: rtl;
}

.LTR {
    direction: ltr;
}

.text-justify {
    text-align: justify;
}

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

.text-left {
    text-align: left;
}

.title {
    font-size: 4rem;
}

.change-text-hover {
    white-space: normal;
}

.letter-spacing-1 {
    letter-spacing: 1px;
}

.letter-spacing-2 {
    letter-spacing: 2px;
}

.letter-spacing-3 {
    letter-spacing: 3px;
}

.letter-spacing-4 {
    letter-spacing: 4px;
}

.letter-spacing-5 {
    letter-spacing: 5px;
}

.uppercase {
    text-transform: uppercase;
}

.d-inline-flex {
    display: inline-flex;
}

.product_item {
    border: 1px solid #eee;
    padding: ZZ 10px;
    /*background: #fff;*/
    border-radius: 20px;
    text-align: center;
}

.product_item .figure-member__footer .figure-member__name {
    height: 2.5rem;
}

.section-grid__item.product_item .figure-member__footer .figure-member__position .discount {
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-direction: row;
}

.section-grid__item.product_item .figure-member__footer .figure-member__position .discount, .figure-member__position.price_content .old-price {
    font-family: var(--font-secondary);
    font-weight: 600;
}

.figure-member__position.price_content .old-price {
    color: #c7c7c7;
}

.section-grid__item.product_item .figure-member__footer .figure-member__position .currency {
    margin-right: 5px;
    font-size: 12px;
    font-family: var(--font-primary);
}

.section-grid__item.product_item .figure-member__footer .figure-member__position .price {
    line-height: .1rem;
    font-weight: 600;
}

.figure-member__social li a {
    color: #333;
    text-decoration: none;
    font-size: 1.2rem;
}

.product_item .price-wrapper {
    display: inline-flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    direction: rtl;
    height: 3rem;
}

.product_item .price-wrapper .old-price {
    color: #c7c7c7;
    /*font-size: 1.5rem;*/
    font-size: .7rem;
}

.product_item .price-wrapper .price {
    /*font-size: 2.5rem;*/
    font-size: 1rem;
}

.product_item .price-wrapper .price, .price-wrapper .old-price {
    font-family: var(--font-montserrat);
    font-weight: 600;
}

.product_item .price-wrapper .currency {
    margin-bottom: 0.7rem;
    margin-right: .2rem;
    font-size: .6rem;
}

.ratings-container {
    display: flex;
    align-items: center;
    font-size: 1rem;
    margin-bottom: 0.7rem;
    line-height: 1;
    white-space: nowrap;
    /*justify-content: center;*/
}

.ratings {
    position: relative;
    color: #cccccc;
}

.ratings,
.ratings-val {
    display: inline-block;
    font-size: .7rem;
    letter-spacing: 0.1em;
    line-height: 1;
}

.ratings:before,
.ratings-val:before {
    content: "\e815" "\e806" "\e806" "\e806" "\e806";
    font-family: fontello;
}

.ratings-val {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #fcb941;
}

/* _________________________
        filter
___________________________*/
.input-search__submit {
    left: 0;
    right: unset;
}

.input-float__label {
    right: 0;
    left: unset;
    direction: rtl;
}

.input-float__input {
    text-align: right;
    padding-left: 30px;
    padding-right: unset;
}

.sidebar_no-margin-last-widget .widgettitle {
    text-align: right;
}

.widget_categories ul li {
    margin-bottom: .2em;
}

[data-arts-theme-text="light"] .widgettitle:after {
    background-color: var(--color-gray-2);
}

.sidebar .widget.widget_search {
    margin-bottom: 2em;
}

/* _________________________
        products
___________________________*/
.pagination {
    margin-bottom: 50px;
}

.slider__heading {
    margin-bottom: 0 !important;
}

.page-item i {
    font-style: normal;
}


.Wb-font-45 {
    font-size: 30px !important;
}
.wb-title-fa {
    line-height: 1;
}
.wb-title-en {
    font-size: 15px !important;
    line-height: 2;
    color: white !important;
}
.wb-copy-right small {
    display: flex !important;
    align-items: center;
}
.WMi-Logo-WA {
    margin-left: 5px;
}
.wb-link::after {
    background-color: white !important;
    margin-top: 0 !important;
}
@media (max-width: 767px) {
    [data-arts-header-logo="secondary"] .logo__img-primary {
        height: 50px;
        width: 50px;
    }
    .wb-title-fa {
        font-size: 15px !important;
    }
    .wb-title-en {
        font-size: 13px !important;
        letter-spacing: 2px !important;
    }
}
