
@font-face {
    font-family: IRANSans_Fa;
    font-style: normal;
    /*font-weight: 500;*/
    src: url('../fonts/IRANSansWeb.eot') format('eot');
    src: url('../fonts/IRANSansWeb.ttf') format('truetype'),
    url('../fonts/IRANSansWeb.woff2') format('woff');
}

body {
    font-family: IRANSans_Fa;
    direction: rtl;
    text-align: right;
    background: #f0f0f0;
    font-size: 14px;
    color: #212529 !important;
}


* {
    margin: 0;
    padding: 0;
    outline: none !important;
    list-style: none;
}

a {
    text-decoration: none !important;
    color: #666;
}
p{
    margin-top: 0;
}
* + .uk-h1, * + .uk-h2, * + .uk-h3, * + .uk-h4, * + .uk-h5, * + .uk-h6, * + .uk-heading-2xlarge, * + .uk-heading-large, * + .uk-heading-medium, * + .uk-heading-small, * + .uk-heading-xlarge, * + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
    margin-top: 2px;}
ul li a:hover{
    color: #0b5ed7;
}

/*breadcrumb*/

nav.breadcrumb-archive{
    margin-bottom: 15px;
    margin-top: 0;
    font-size: 13px;
    /*padding-right: 36px;*/
    padding: 30px 10px;
    color: #bbb;
    position: relative;
    padding-right: 36px;
    background: transparent;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}


nav.breadcrumb-archive svg{
    margin-left: 2px;
    font-size: 18px;
    position: absolute;
    right: 17px;
    top: 28px;
    color: #ccc;
}
nav.breadcrumb-archive a{
    font-size: 14px;
}

nav.breadcrumb-archive span{
    color: #aeaeae;
    padding: 0 2px;
}


/*breadcrumb end*/


/*sidebar*/
.sidebar-archive{
    border-radius: 20px;
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;

}
.sidebar-category h6{
    text-align: right;
    color: #7a7a7a;
    font-size: 14px;
    margin: 0;
}

ul.product-category-sidebar > li{
    display: block;
    padding: 2px 0;
    border-radius: 20px;
    margin-bottom: 5px
}

ul.product-category-sidebar >li a {
    font-size: 13px;
    transition: 0.2s;
}


ul.product-category-sidebar >li a svg{
    font-weight: 900;
    float: right;
    font-size: 16px;
    margin-left: 10px;
    color: #999;
    transition: 0.2s;
}
ul.product-category-sidebar >li:hover a svg{
    color: #666;
}

ul.average-star > li a{
    display: flex;
    padding: 5px 10px;
    /*text-align: left;*/
    justify-content: space-between;
    align-items: center;
    background: #f5f5f5;
    margin-bottom: 5px;
    color: #aaa;
    border-radius: 20px;
}

ul.average-star > li a span.star-icon {
    font-weight: 600;
    font-size: 13px;
    color: #febd69;
    text-align: right;
}



ul.average-star > li a span.number-average{
    color: #ddd;
    font-family: "B Yekan";
}
ul.average-star >li:hover a{
    background: #f1f1f1;
}
ul.average-star >li:hover a span.number-average{
    color: #0b5ed7;
}




/*two slider range*/
.irs--round .irs-handle {
    top: 26px;
    width: 15px;
    height: 15px;
    border: 2px solid #e5a906;
    background-color: white;
    border-radius: 24px;
    box-shadow: 0 1px 3px rgba(0,0,255,0.3);
}

.widget-content button {
    display: block !important;
    margin: 35px auto !important;
    border: none;
}

.single-attributes-anchor {
    display: block;
    text-align: center;
    padding: 5px;
    width: 100%;
    background-color: #f2f7fd;
    color: #7c8794;
    font-size: 12px;
    line-height: 28px;
    border-radius: 5px;
    cursor: pointer;

}

/*two slider range end*/


/*sidebar end*/



/*content*/
.content-product-archive{
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.content-product-archive h1{
    font-size: 18px;
    font-weight: 400;
    color: #666;
    margin-bottom: 0;
}
.sort-tab{
    margin: 15px 0 0 0;
}

.sort-tab h6{
    display: inline-block;
    font-size: 13px;
    color: #999;
    margin-left: 10px;
}

.sort-tab ul.product-archive-tab {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.sort-tab ul li {
    display: inline-block;
}

.sort-tab ul.product-archive-tab li button.btn-primary {
    background-color: transparent;
    border: none;
    transition: .2s;
}

.sort-tab ul.product-archive-tab li button {
    padding: 2px 10px;
    color: #777;
}

.sort-tab ul.product-archive-tab li button.active{
    background-color: #0b5ed7;
    color: #fff;
}

.btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1.5;
    border-radius: 20px;
    border: none;
    background-color: #757575;
    color: #fff;
    box-shadow: none !important;
    transition: 0.2s;
    cursor: pointer;
    font-size: 13px;
}

.order-by-stock{
    float: left;
}

.order-by-stock span.title-left {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    float: right;
    padding: 0 0 0 10px;
    color: #666;
    font-size: 12px;
}
.switch{
    position: relative;
    display: inline-block;
    width: 60px;
    height: 25px;
    margin-bottom: 0;
}

.switch .slider::before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 20px;
}
.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 20px;
}

/*box*/
.tab-social-archive{
    width: 100%;
    text-align: center;
    bottom: 0;
    overflow: hidden;
}
.tab-social-archive ul {
    padding: 0;
    margin: 0;
    list-style: none;
    /*text-align: center;*/
    display: flex;
    transition: 0.2s;
    width: 100%;
    align-items: center;
    justify-content: center;

}
.tab-social-archive ul li {
    transition: 0.2s;
    margin: 0 9px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.tab-social-archive ul li a {
    display: block;
    text-align: center;
}
.tab-social-archive ul li svg {
    display: inline-block;
    text-align: center;
    transition: 0.3s;
    font-weight: 100;
    border: none;
    background: transparent;
    font-size: 20px;
    color:  #ccc;
    margin-left: -2px;
    /*transform: translateY(-70px);*/
}
.tab-social-archive ul li svg:hover{
    color: #666;
}

.tab-price-archive {
    text-align: center;
    line-height: 30px;
    color: #039BE5;
}
.tab-product-img{
    position: relative;
    overflow: hidden;
}

.tab-product-img {
    width: 200px;
    height: 200px;
}

.tab-product-img .pic-1{
    opacity: 1;
    visibility: visible;
    transition: all .3s ease-in-out;
}
.tab-product-img .pic-2{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 10px;
    right: 5px;
    width: 100%;
    transition: all .3s ease-in-out;
}
.item-tab-product:hover .tab-product-img .pic-1{
    opacity: 0;
    visibility: hidden;

}
.item-tab-product:hover .tab-product-img .pic-2{
    opacity:1;
    visibility: visible;
}
.tab-title-product h3 {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    letter-spacing: -.3px;
    direction: rtl;
    margin-bottom: 30px;
    margin-top: 12px;
}
.tab-title-product h3:hover {
    color: #039BE5;
}
/*page*/
.pagination-product{
    margin: 30px 0;
}
.pagination-product .page-number-product li{
    display: inline-block;
    margin: 0 0 2px 2px;
    font-family: "B Yekan";
}
.pagination-product .page-number-product li span{
     display: block;
     padding: 0 15px;
     text-align: center;
     /*color: #666;*/
     transition: 0.2s;
     font-size: 16px;
     /*background: #fff;*/
     border-radius: 20px;
     height: 30px;
     line-height: 30px;
     color: #999;
     background: transparent;
 }
.pagination-product .page-number-product li a{
    display: block;
    padding: 0 15px;
    text-align: center;
    color: #666;
    transition: 0.2s;
    font-size: 16px;
    background: #fff;
    border-radius: 20px;
    height: 30px;
    line-height: 30px;
    /*color: #999;*/
    /*background: transparent;*/
}