/*
Theme Name:kiani
Theme URI: kiani
Author:salehi
Description:kiani
Version: 1
*/
/*--------------------------------------------------------------
>>> kiani
----------------------------------------------------------------*/
@font-face{
    font-family:'yekan';
    src: url(fonts/Weblogma_Yekan.eot) format("eot"),url(fonts/Weblogma_Yekan.ttf) format("truetype"),url(fonts/Weblogma_Yekan.woff) format("woff");
}

@font-face{
    font-family:'vazir';
    src: url(fonts/Vazir-Light.woff2) format("woff");
}
@font-face{
    font-family:'vazir-bold';
    src: url(fonts/Vazir-Bold.woff2) format("woff");
}
@font-face{
    font-family:'vazir-black';
    src: url(fonts/Vazir-Black.woff2) format("woff");
}
body{

  font-family: 'yekan','Myriad Pro',Tahoma;

  background:#fafafa;
  background-color:#000;
direction:ltr;
  font-size: 14px;
  font-weight: 300;
}
:focus{
outline: 0;
}
input,textarea,select,button{
    font-family: 'vazir','Myriad Pro',Tahoma;
    color: #333;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    padding-right: 20px;
}
a{
  -webkit-transition:all .2s ease-in-out;
  -moz-transition:all .2s ease-in-out;
  -o-transition:all .2s ease-in-out;
  transition:all .2s ease-in-out;
    color: #333;
}

a,a:hover , a:active , a:focus{
    text-decoration: none;
    color:#fc3;
    outline: 0;
} 

h1 , h2 , h3 , h3 , h5 , h6{
margin-top: 20px;
 margin-bottom:20px;
font-family: 'vazir-black',"Source Sans Pro",HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
;
}
ul,ol{
    margin: 0;
    padding: 0;
}

li{
    list-style: none;
}
.shadow-around{
    -webkit-box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);

}
.zoom-img-around {
  position: relative;
  height:100%;

  overflow: hidden;
}
.zoom-img-around img {
width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.zoom-img-around:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);

}
/*-----salehi-header-top------*/
.salehi-header-section .salehi-header-top{
 display: inline-block;
color: #fff;
font-size: 1.4rem;
 margin-right: -20px;
 margin-top:20px;
}
.salehi-header-section .salehi-header-top nav ul li{
float: right;
}
.salehi-header-section .salehi-header-top nav ul li a{
display: block;
padding:4px 8px;
color: #fff;

}
.salehi-header-section .salehi-header-top nav ul li a:hover{
color: #ffcc33;
}
.salehi-header-section .salehi-header-top .fa{
  font-size: 18px;
}
.salehi-header-section .salehi-header-top .top-left nav ul{
float: left;
}
.top-left nav ul li{
  padding-top:2px
}
/*------------------top-menu-account------------*/
.top-menu-account-li{
  color:#FFF!important;  
}
/*------------------------------------menu-------------------------*/
#navigation{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.6s;
  z-index: 1000;
}

#navigation .logo{
  position: relative;
  font-weight: 700px;
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
    transition: 0.6s;
}
#navigation ul{
position: relative;

justify-content: center;
align-items: center;
}
#navigation ul li{
position: relative;
list-style: none;

}
#navigation ul li a{
position: relative;
margin: 0 8px;
text-decoration: none;
color: #fff;
transition: 0.6s;
font-size:2rem;
  }

  /*-------#navigation--------*/

#navigation .navbar {
  border-radius: 0;
  border-bottom: 0;
  color:#fff;
  width:100%;
  z-index:1500;
}

#navigation .navbar-toggle{
  background-color:#fff;
    float: right;
    margin-right: 10px;
}
 .navbar-toggle {
    border-color:#737373;
}
.navbar-toggle .icon-bar {
  background:#737373;
}
#navigation>a:hover, a:active, a:focus{
    color:#4d4d4d!important;
}
#navigation .navbar-brand {
  padding:0;
  margin: 0;
  margin-top:20px;
  width:100%;
  float: left;
  color: #fff;
  font-family: 'vazir-bold';

}

#navigation .navbar-brand .fa-phone-square{
    font-size:2.2rem;
}
#navigation .navbar-nav.navbar-right {
    text-align:right;
}
#navigation .navbar-nav.navbar-right li {
    padding: 0 1px;

}

#navigation .navbar-nav.navbar-right li a {
color: #fff;
line-height:40px;
font-family: 'vazir-bold',serif;
font-size: 1.5rem;
padding: 0;
text-transform: uppercase;
padding: 0px;
}
#navigation .navbar-nav.navbar-right li a:hover {
color:#f8c802;
}
#navigation .navbar-nav.navbar-right .dropdown-menu{
          background-color: #333333;
          right: 0;
          padding: 0;
}

#navigation .navbar-nav.navbar-right .dropdown-menu li a:hover{
 color:#e5002b;
border-bottom: 1px solid #e5e5e5;
background:#f1f1f1;
text-align:right;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {

    background-color:#f8c802;
}
#navigation .navbar-nav.navbar-right .dropdown-menu  li a{
    color:#4d4d4d;
    font-family: 'vazir',tahoma;
    font-size: 1.5rem;
    font-weight: 550;
    padding: 0;
    text-transform: uppercase;
    -webkit-transition: all .9s ease 0s;
    -moz-transition: all .9s ease 0s;
    -o-transition: all .9s ease 0s;
    transition: all .9s ease 0s;
    padding: 0px 15px;
text-align:right;
}

#navigation .navbar-inverse .navbar-nav  .active  a,  
#navigation .navbar-inverse .navbar-nav  .active  a:focus, 
#navigation .navbar-nav.navbar-right li a:hover,a:focus{

color:#ffcc33;
background:none;
        -webkit-transition: all .9s ease 0s;
    -moz-transition: all .9s ease 0s;
    -o-transition: all .9s ease 0s;
    transition: all .9s ease 0s;


}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
color:#4d4d4d!important;
background:#000;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
       border-color: #eee;
    float: right!important;

}
.caret {
    margin-right: 2px;
}

.navbar {
    position: relative;
    min-height:30px;
    border: 0px solid transparent;
    margin-bottom: 0px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 200px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
/*------banner-----*/
  .banner{
    position: relative;
    width: 100%;
    height:100vh;
    background:url(images/BG-KIANI.jpg);
    background-size: cover;
    background-position: center center;
    top:-30px;
  }
  /*------bannerblog-----*/
  .bannerbook{
    position: relative;
    width: 100%;
    height:40vh;
    background:url(images/bgblog.jpg);
    background-size: cover;
    background-position: center center;

  }
    .bannerblog{
    position: relative;
    width: 100%;
    height:40vh;
    background:url(images/BG5.jpg);
    background-size: cover;
    background-position: center center;

  }
  .bannerideas{
          position: relative;
    width: 100%;
    height:40vh;
    background:url(images/BG4.jpg);
    background-size: cover;
    background-position: center center;
  }
  .bannerbio{
     position: relative;
    width: 100%;
    height:15vh;
    background:none;
    background-size: cover;
    background-position: center center;  
  }
    .bannerbio1{
     position: relative;
    width: 100%;
    height:10vh;
    background:none;
    background-size: cover;
    background-position: center center;  
  }
  /*------bio-----*/
  #bio{
      background:url(images/bg-gray.jpg);
      background-size: cover;
      margin-top: -30px;
     padding-top:10px;
  }
    #bio .title-bio h1{
     text-align:right; 
     margin-bottom:45px;
  }

    #bio .text-bio {
    padding:5px;
      text-align:justify;
      font-size:2rem;
      line-height:1.8;
  }
  #bio .pic-bio img{
      width:100%;
  }
        #bio .title-bio h1 span{
          padding:8px;
    border-bottom:3px solid ;
  }
    /*------bioen-----*/
  #bioen{
      background:url(images/bg-en.jpg);
      background-size: cover;
      margin-top: -30px;
     padding-top:10px;
  }
    #bioen .title-bioen h1{
     text-align:left; 
     margin-bottom:45px;
  }

    #bioen .text-bioen p{
    padding:5px;
      text-align:justify;
      font-size:1.7rem;
      line-height:1.7;
  }
  #bioen .pic-bioen img{
      width:100%;
  }
        #bioen .title-bioen h1 span{
          padding:8px;
    border-bottom:3px solid ;
  }
  /*-----my account --------*/
.welearn-navigation-section ul {
	width: 100%;
	float: right;
	margin: 0 0 20px;

}
.welearn-navigation-section ul li {
display: inline-block;
    background: #4d4d4d;
    margin-right: 0!important;
    margin-bottom: 5px;
    width: 150px;
}
.welearn-navigation-section ul li a {
    display: block;
    padding: 10px 0px;
    color: #fff;
    line-height: 1;
    font-size: 1.4rem;
    text-align: center;
}
.welearn-navigation-section ul li.is-active a {
	background: #ffcc33;
	color: #333!important;
}
.welearn-navigation-section nav ul li a:focus{
    background: #676767;
    outline: none;
    border-radius: 2px;
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
    padding: 4px 8px;
    vertical-align: middle;
    text-align: center;
}
  /*------------------------------------contactus--------------------------*/
.contactus{
    line-height:40px;
    font-size:1.7rem;
}
.contactus p{
text-align:justify;
line-height:2;
font-size: 2rem;
}
.contactus a{
color:#333;
font-size: 2rem;
}
.contactus-so{
    text-align: center;
    font-size: 1.7rem;
    font-weight: bold;
}
.contactus-so{
	text-align: center;
		font-size: 1.7rem;
		font-weight: bold;

}
.contactus-so p{
	text-align: center;
	line-height:2;
	font-size: 2rem;
}
.contactus-so ul {
	margin: 35px;
}
.contactus-so li{
    display: inline;
    border: 3px solid #eee;
    padding: 15px;
    margin: 5px;
    font-size: 2rem;
}
.contactus-so li a{
    font-size: 2.2rem;
    color:#ababab;
}
.contactus-so li:hover {
      border: 3px solid #e7022d;
  }
  .contactus-so li:hover .fab{
      color:#e7022d;
  }
/*-------cat-section--------*/
.cat-section .field__item{
  margin-bottom: 5px;
}
.cat-section .field__item img{
      display: block;
      width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.cat-section .field__item .middle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    overflow: hidden;
    background-color: #b30021;
    position: relative;
    height: 56px;
}

.cat-section .field__item .middle .redmore-field_item{
    display: block;
    height: 105%;
    padding: .4375rem 0;
    background-color: #b30021;
    color: #fff;
    overflow: visible;
    width: calc(50% - 7.5px);
    z-index: 5;
}
.cat-section .field__item .middle .redmore-field_item:before {
    top: 0;
    left: 150px;
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    height: 105%;
    width: 3.75rem;
    transform-origin: 0 0;
    transform: rotate(15deg);
    background-color: #b30021;
}
.cat-section .field__item .middle .title-field_item{
    display: -ms-flexbox;
    display: flex;
     margin-right: 20px;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: top;
    position: relative;
    padding: 0 1.0625rem;
}
.cat-section .field__item .middle .title-field_item h2 {
    font-size: 1.7rem;
    line-height:56px;
    color: #fff;
    margin: 0 auto;
    text-transform: none;
    z-index: 5;
     height: 56px;
     text-align: center;
}

 .title-field_item:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 1;
}
  /*-------loop new-product--------*/
.main-container{

}
.gray{
  background: #e6e6e6;
}
.salehi-product-item {
  margin: 30px 5px;
  position: relative;
  background: #fff;
  border-bottom-left-radius:7px;
  border-bottom-right-radius:7px;
}
.salehi-product-item figure {
  border-bottom: 1px solid #f2f2f4
}
.salehi-product-item figure img{
  width: 100%;
    border-bottom: 1px solid #f2f2f4
}
.salehi-product-item .salehi-product-content {
  width: 100%;
  display: inline-block;
  padding: 0px 20px 20px;
}
.salehi-product-item .salehi-product-content h2 {
font-size: 1.6rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    direction: rtl;
}
.salehi-product-item .salehi-product-content h2 a {
  color: #3e3e3e;
}
.salehi-product-item .salehi-product-content h2 a:hover {
  color:#ffcc33;
}
.salehi-product-item .salehi-product-content .salehi-product-text {
  display: block;
  margin: 5px 0 20px;
  font-size: 1.4rem;
  color: #6c757d
}

.salehi-product-item .salehi-product-contentpdf .salehi-product-text {
  display: block;
  margin: 5px 0 15px;
  margin-top: -10px;
  font-size: 1.4rem;
  color: #6c757d
}
.salehi-product-item .salehi-product-content .salehi-product-text strong{
  display:none;
}
.salehi-product-item .salehi-product-content .salehi-product-text ul{
  margin-bottom: 5px;
}
.salehi-product-item .salehi-product-content .salehi-product-text li{
padding:0px 10px 0;
line-height: 1.6;
position: relative;
white-space: nowrap;
overflow: hidden;

}
.salehi-product-item .salehi-product-content .salehi-product-text li:before{
content:'';
width: 5px;
height:5px;
position: absolute;
top: 10px;
right: 0;
background:#39c119; 
border-radius: 50%;
}
.salehi-price-section  del{
  color: #666465;
 font-size: 1.3rem;
  display: block;
}

.salehi-product-item .salehi-product-content .salehi-product-star {
  width: 100%;
  float: left;
  padding: 5px 0;
  font-size: 1.2rem;
  color: #95A5A6
}
.salehi-product-item .salehi-product-content .salehi-product-star .fa-star {
  float: left;
  margin: .5px;
}
.salehi-product-item .salehi-product-content .salehi-product-star .pink {
  color:#333;
}
.salehi-product-item .salehi-product-content .salehi-product-price {
  font-size: 1.8rem;
  color:#333;
  text-align: left;
      margin-left: -10px
}
.salehi-product-item .salehi-product-content .salehi-product-buy a {
  height: 45px;
  line-height: 45px;
  display: block;
  padding: 0 15px 0 0;
  position: absolute;
  bottom: 17px;
  right: -5px;
  font-size: 1.7rem;
  background: #ffcc33;
  color: #333;
  z-index: 10;
}
.salehi-product-item .salehi-product-content .salehi-product-buy a:hover {
  background: #333;
  color:#fc3
}
.salehi-product-item .salehi-product-content .salehi-product-buy a:focus {
  background: #333;
  color:#fc3
}
.salehi-product-item .salehi-product-content .salehi-product-buy a:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -20px;
  background: inherit;
  z-index: -1;
  -webkit-transform: skew(-40deg, 0deg);
  -moz-transform: skew(-40deg, 0deg);
  -o-transform: skew(-40deg, 0deg);
  transform: skew(-40deg, 0deg);
}
.salehi-product-item .salehi-product-content .salehi-product-buy a:after {
  content: '';
  position: absolute;
  top: -5px;
  right: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #d8a200;
  z-index: -2;
}
.most-popular-posts .slick-prev:hover:before, .most-popular-posts .slick-next:hover:before {
    background-color:#ffcc33;
    border-color: #fff;
    color: #fff;
}
/*-------index-kadr new-product-------*/


.main-container {
    min-height: 350px;
    padding: 25px 0 0px;
}
.title-main{
    font-size:2rem;
    padding:0 15px 8px;
}
.title-main span{
    color:#000;
font-family: 'vazir-black';
}
.title-main .all{
  
    font-size:1.5rem;
    color:#7c7c7c;
margin-right:10px;
    display: inline;
    text-align: right;
}
.title-main .all a{

    color:#a7a7a7;

}

.title-main .all a:hover, a:active, a:focus{
    color:#fe0100;;

}
.title-main .all .fa{
padding:5px;
top:5px;
}



.title-mainpdf{
    font-size:2rem;
    padding:0 15px 8px;
}
.title-mainpdf span{
    color:#ffcc33;
font-family: 'vazir-black';
}
.title-mainpdf .all{

    font-size:1.5rem;
    color:#7c7c7c;
margin-right:10px;
    display: inline;
    text-align: right;
}
.title-mainpdf .all a{
    color:#e4e4e4;
}

.title-mainpdf .all a:hover, a:active, a:focus{
    color:#fe0100;;

}
.title-mainpdf .all .fa{
padding:5px;
top:5px;
}
.most-popular-posts .slick-prev {
    position: absolute;
    left: 8px;
    z-index: 10;
    top: -7%;
    width: 35px;
    height: 35px;
    background-color: transparent;
    border: 0;
    overflow: hidden;
    outline: none;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.most-popular-posts .slick-next {
    position: absolute;
    left: 50px;
    top: -7%;
    color: #fff;
    width: 35px;
    height: 35px;
    background-color: transparent;
    border: 0;
    overflow: hidden;
    outline: none;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/*-------index-kadr--------*/
.bottom-banner-section {
    overflow: hidden;
}
.bottom-banner-section {
    padding: 18px 0px;
}
.bottom-banner-img {
    width: 100%;
    float: left;
    height: 100%;
    margin: 15px 0px;
    position: relative;
    display: inline-block;
}
.bottom-banner-img .banner-overly {
    width: 100%;
    height: 100%;
    background-color: rgba(55, 55, 55, 0.3);}
    .banner-overly {
    top: 0px;
    left: 0px;
    z-index: 1;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.bottom-img-info {
    width: 100%;
    z-index: 1;
    position: absolute;
    height: 100%;
    color: #fff;
    text-align: center;
    top: 0px;
}
.bottom-banner-img h3 {
    margin-top: 90px;
    margin-bottom: 5px;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
}
.bottom-banner-img h6 {
    display: table;
    margin: auto;
    font-size: 13px;
    color: #fff;
    
    margin-bottom: 20px;
    font-weight: normal;
}
.bottom-banner-img .shop-now-btn {
    opacity: 0;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: #e62263;
    border-color: #e62263;
}
.bottom-banner-img:hover .banner-overly {
    background-color: rgba(55, 55, 55, 0.5);
}
.bottom-banner-img .banner-overly {
    width: 100%;
    height: 100%;
    background-color: rgba(55, 55, 55, 0.3);
}
.banner-overly {
      opacity: 0;
    top: 0px;
    left: 0px;
    z-index: 1;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.bottom-img-info {
    width: 100%;
    z-index: 1;
    position: absolute;
    height: 100%;
    color: #fff;
    text-align: center;
    top: 0px;
}
.bottom-banner-img:hover .shop-now-btn {
    opacity: 1;
    background-color: #e5002b;
    border-color: #b30021;
    padding: 5px 15px;
    font-size: 1.5rem;
    font-family:'vazir-bold';
    color: #fff;
    border-radius: 50px;
}
.bottom-banner-img:hover .banner-overly  {
    opacity: 1;
}
/*-------footer--------*/
footer {
    overflow: hidden;
    background:#000;
    border-top: 2px solid #272727;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
.footer-newsletter {
    padding: 10px 0px;
    text-align:center;
    margin-bottom: 10px;
    color:#fff;
}

.footer-newsletter h3 {
    margin-top: 12px;
    font-weight: 600;
    margin-bottom: 0px;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-right: 15px;
        float: right;
    margin-right: 0px;
}
.newsletter-inner {
    float: right;
    width:100%;
    margin-bottom:20px;
}
.footer-newsletter .newsletter-email {
    float: right;

}
.footer-newsletter .newsletter-email {
    font-size: 13px;
    font-weight: 300;
    border: 0;
    background: #fff;
    color: #666;
    padding: 10px 12px;
    width: 310px;
    border-radius:0px 50px 50px 0px;
    padding-left: 20px;
}
.footer-newsletter .subscribe {
    float: right;

}
.footer-newsletter .subscribe {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
border-radius: 50px 0px 0px 50px;
    text-decoration: none;
    background: #333e48;
    padding: 8px 18px 8px 18px;
    border: 2px #333e48 solid;
}
.collapsed-block{
    margin-bottom:10px;
}
.collapsed-block .footer-links li{
margin-bottom:15px;
}
.collapsed-block .footer-links li:before{
    content: "\f104";
    font-family: "FontAwesome";
    color: #acacac;
    font-size: 1.5rem;
    margin-left: 3px;
}
.collapsed-block .footer-links a{
    color:#fff;
}
.collapsed-block .footer-links a:hover li{
   background: #6b6a6a;}

.collapsed-block .footer-links p{
    color:#fff;
}

.collapsed-block .footer-links {
    color:#acacac;
}
.collapsed-block .footer-links .links-title {
  
}
.collapsed-block .footer-links .links-title a{
    border-bottom: 2px solid #b30021;
    margin:10px;
font-size: 1.6rem;
}
.collapsed-block .footer-links .links-title a:hover{
color:#fff;
}
.collapsed-block .footer-links .links-title a:hover {
  color:#e5002b;
  background: none;
}
.footer-coppyright{
background:#000;   
color:#fff;
text-align:center;
padding:20px;
 font-size: 1.4rem;
}
.coppyright a{
    text-decoration: none;
    color: #ffcc33;
    font-family: 'vazir-bold';
    font-size: 1.4rem;
}
.payment ul li a{
     text-decoration: none;
    color:#ff2d54;
    font-family: 'vazir-bold';
    font-size: 1.4rem;
    padding-left: 10px;
}
.footer-coppyright .payment ul{
    text-align: center;

}
.footer-coppyright .payment ul li{
 display: inline-block;
 padding-left:5px;

}

button.subscribe:before {
    padding-right: 0px;
    float: right;
    margin-left: 6px;
}
button.subscribe:before {
    content: "\f0e0";
    font-family: FontAwesome;
    font-size: 13px;
    padding-right: 8px;
}
.socialtext{
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 40px;
    }
.social ul {
    margin-top: 25px;
    list-style: none;
    text-align:center;
}
.social ul li {
    margin-left: 0px;
    margin-right: 7px;
        display: inline-block;
}
.social ul.inline-mode li a {
    border: 0px solid #666;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
}
.social .fb a {
    background: #3C5B9B;
}
.social .googleplus a {
    background: #E33729;
}
.social .tw a {
    background: #359BED;
}
.social .linkedin a {
    background: #027ba5;
}
.social .rss a {
    background: #FD9F13;
}
.social .instagram a {
    background: #3f729b;
}

/*-------footer about--------*/
.widget-about p{
padding: 0 10px;
line-height: 30px;
color:#8a8c90;
text-align: justify;
font-size:1.5rem;

}
.widget-about img{
    display: block;
    margin: 0 auto 20px;
    width:150px;
}
.widget-about  ul{
    display: table;
    margin: 0 auto;
}
.widget-about  ul li{
display: inline-block;
padding: 0 2px;
}
.widget-about  ul li:before {
    content:none!important;
}
.widget-about  ul li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 41px;
    background:#1c1c1c;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    font-size: 1.8rem;
}
.widget-about  ul li a:hover{
background: #fdb813;
    color: #fff;

}
/*------------------------------------single--------------------------*/
.blog-post{
    background: #f5f4f4;
    color: #444;
}
.blog-post .post{
    margin-top:15px;
    margin-bottom: 15px;
    background: #fff;
    padding: 30px;
}
.blog-post .post .post-title h1{
font-size: 2.6rem;
color: #333;
}

.blog-post .post .post-date{
    font-family:'yekan';
    font-size: 1.5rem;
    color: #a39999;
    text-align:right;
    margin: 15px 0;
    direction: rtl;
}
.blog-post .post .post-date span{
    font-family:'yekan';
    font-size: 1.5rem;
    color: #a39999;
    text-align:right;
    margin-left:10px;

}

.blog-post .post .post-tag a{
    color:#aeaeaa;
    font-size: 1.2rem;
    padding-left: 5px;
}
.blog-post .post .post-tag i{
    color:#aeaeaa;
    font-size: 1rem;
    padding-left: 5px;
}
.blog-post .post .post-tag a:hover{
    color:#f4364f;
    

}
.blog-post .post .post-img img{
    width: 100%;
    height: auto;
}
.blog-post .post .body-post h2{
    text-align: justify;
    font-size: 1.8rem;
    color: #333;
    font-weight: 600;
}
.blog-post .post .body-post h2::before{
content: "\f0d9";
    font-family: "FontAwesome";
    margin-left:10px;
      margin-right:0px;
}
.blog-post .post .body-post h3::before{
content: "\f0d9";
    font-family: "FontAwesome";
    margin-left:10px;
      margin-right:0px;
}
.blog-post .post .body-post h3{
    text-align: justify;
    font-size: 1.8rem;
    color: #333;
    font-weight: 600;
}
.blog-post .post .body-post p{
text-align: justify;
font-size: 1.7rem;
color:#696767;
line-height:30px;
}
.blog-post .post .body-post li{
text-align: justify;

    font-size: 1.7rem;
    list-style: disc;
    margin-right: 50px;
    line-height: 30px;
}

.blog-post .post .body-post .carousel-indicators li{


margin-right:0;
  
}

.blog-post .post .body-post p img{
display: block;
margin: 0 auto;
max-width: 100%;
height:auto;
}
.blog-post .post .body-post .pic_single{
display: block;
width: 100%;
}
.tamas{
    width: 100%;
    background: #e7022d;
    padding: 5px;
    text-align: center!important;
    color: #fff!important;
    font-size: 2rem;
    font-size: 1.8rem!important;
    border-radius: 3px;
}
/*------------------------------------saidbar--------------------------*/
.sidebar {
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
}
.sidebar .widget input[type="submit"] {
    width: 100%;
    margin: 5px 0 0;
    padding: 10px;
    background: #fdb813;
        border-radius: 3px;
   border-bottom: 3px solid rgba(0, 0, 0, 0.1);
    color: #fff;
    text-transform: uppercase;
}
.sidebar .widget input[type="search"], .sidebar .widget input[type="text"] {
    width: 100%;
    padding: 10px;
    border: 2px solid #ddd;
}

.sidebar-title{
    display: block;
    color: #fff;
    background: #333;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    font-size: 2rem;
}
.rpwe-aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.body-sidebar a{
font-size: 1.5rem;
color: #a39999;
padding: 10px;
font-family: 'yekan';

}
.body-sidebar li{

padding: 10px;
margin: 5px;

}

.body-sidebar .fa{
display: block;
color: #2baacd;
padding-left: 5px;
}
.sidebar .widget {
    width: 100%;
    float: left;
    margin: 0 0 10px;
  padding:10px;
    background: #fff;
    color:#666;
    border-radius: 4px;
      font-size: 1.6rem;
}
.sidebar .widget a{
    color:#666;
    font-size: 1.6rem;
    padding-right:8px;
}
.sidebar .widget a:hover{
    color:#fdb913;
      font-size: 1.6rem;
}
.sidebar .widget h3 {
    background: #333;
    margin: 0 auto;
    color: #fff;
    padding: 6px;
    border-radius: 4px 4px 0 0;
    font-size: 1.8rem;
    margin: -10px;
    margin-bottom: 10px;
    text-align: center;
}
.sidebar .widget .rpwe-title {
  text-align:right;}
   /*------------------------------------category--------------------------*/
.banner-blog{
    margin: 0;
    padding: 0;
    width: 100%;

    margin-top:-20px;
    overflow:hidden;
}
.banner-blog img{
    width: 100%;
    height: auto;
overflow:hidden;
}

.blog-category{
   background:#e8e8e8;
}
.blog-category .blog-category-ca{
   margin-top: 10px;
    background: #fff;
    border-radius: 4px;
    padding: 15px 0;
}
.blog-category .blog-category-ca h2{
    color: #333;
    font-size:2rem;
    
}
.blog-category .blog-category-ca h2:hover{
    color: #e7022d;
  }
.blog-category .blog-category-ca p{
    font-size: 1.7rem;
    text-align: justify;
 
    padding-left: 15px;
}
.category-img{
      display: inline-block;
   width: 100%;
    height: auto;

    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;  
}
.blog-category .blog-category-ca .category-tag{
border-top: 1px solid #e2e2e2;
    margin: 10px;
    color: #9a9a9a;
}
.blog-category .blog-category-ca .category-tag a{
color: #9a9a9a;
    font-size: 1.2rem;
    padding-left: 5px;
    padding-top: 5px;;
}
.blog-category .blog-category-ca .category-tag a:hover{
color: #fdb813;

}
.blog-category .blog-category-ca .category-tag .fas{
        font-size: 1rem;
    padding-left: 5px;
    padding-top: 5px;
}
.blog-category .blog-category-ca .readmor {
    margin-left: 15px;
    text-align: left;
}
.blog-text>.readmor>a {
    font-size: 1.6rem;
    text-align: justify;
    color: #fff;
    background: #e5002b;
    border-radius: 4px;
    padding: 4px 16px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}
.blog-text>.readmor>a:hover {
  background: #ff0030;
}
.post-date{
      font-size: 1.2rem;
      color: #9a9a9a;
     margin: 10px 0px;
    direction: rtl;
}
.post-date span{
  margin-left: 10px ;
}
.title-category-yellow {
    background:#4d4d4d;
    color: #fff;
    text-align: center;
    font-size: 2rem;
    height: 30px;
    margin-top: 30px;
    margin-bottom: 10px;
    border-radius: 4px;
    display: block;
       line-height: 30px;
}
.des-category{
        color: #333;
    background: #fff;
    padding: 15px;
    border-radius: 4px;
    line-height: 30px;
    font-size: 2rem;
    text-align: justify;
}
.blog-pagenavi{
    display:block;
   background: #fff;
margin-top: 10px;
margin-bottom: 10px;
text-align: right;
border-radius: 4px;
line-height: 30px;
 font-size: 1.5rem;
}
.wp-pagenavi .pages{
  background: #ddd;
  color:#545454;
   font-size: 1.5rem;
}
.wp-pagenavi span.current{
   background: #fdb813;
    color: #fff;
    border: 1px solid #BFBFBF;
 }
.wp-pagenavi {
    clear: both;
    display: flex;
}
.wp-pagenavi .pages {
    background: #ddd;

    font-size: 1.5rem;
 
    color: #fff;
    background: #292929;
}
/*-------index-blog---------*/
.box-kol .hotel-box {
    background: #fff;
    border: 10px solid #fff;
    
}
.box-kol{
    background: #fff;
    margin-top: 10px;
    
    min-height: 400px;
        position: relative;
    overflow: hidden;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.32);
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    margin-bottom: 30px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border: 8px solid #fff;
}
.box-kol img {
    width: 100%;
}
.box-kol .title-box{
    padding:0 10px 0px 15px;
    margin:0;
}
.box-kol .title-box h2{
    font-size: 1.6rem;
    direction: rtl;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666465;
    font-family: 'vazir-bold';
}
.box-kol:hover .title-box h2{
color:#ffcc33;
}
.box-kol .title-box .text-blog{
text-align:justify;
}
/*-------index-blog2---------*/
.box-kol2 .hotel-box {
    background: #fff;
    border: 10px solid #fff;
    
}
.box-kol2{
    background: #fff;
    margin-top: 10px;

        position: relative;
    overflow: hidden;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.32);
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    margin-bottom: 30px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border: 8px solid #fff;
}
.box-kol2 img {
    width: 100%;
}
.box-kol2 .title-box{
    padding:0 10px 0px 15px;
    margin:0;
}
.box-kol2 .title-box h2{
    font-size: 1.6rem;
    direction: rtl;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666465;
    font-family: 'vazir-bold';
}
.box-kol2:hover .title-box h2{
color:#ffcc33;
}
.box-kol2 .title-box .text-blog{
text-align:justify;
}
/*-------- single proudac-------*/
.posted_in{
display: none;
}
.pic-slider{
  position: relative;
  background: #fff;
  padding: 20px;
  padding-bottom: 80px;
  border: 1px solid #eee;
}
.red-sales-section{
position: absolute;
    top: 40px;
    right: 15px;
    z-index: 100;
    background: #e7022d;
    color: #fff;
    padding: 7px 12px;
    font-family: 'vazir-bold';
    border-radius: 7px 0px 0 7px;
}
.woocommerce-message {
  border-top-color: #39c119;
    font-size: 1.8rem;
    background: #39c119;
    color:#FFF;
    padding: 5px;
    padding-right: 50px;
    border-radius: 4px;
    font-family: 'vazir-bold';
    -webkit-box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1)
}
.woocommerce-result-count{
    display:none;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 5px;
    padding-left: 20px;
    border-radius: 3px;
    right: auto;
    color: #fdfdfd;
    background-color: #39c119;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #39c119;
    text-decoration: none;
    background-image: none;
    color: #ffffff;
    font-family: 'vazir-black';
}
media="only screen and (max-width: 768px)"
.woocommerce #content table.cart td.actions .coupon .button.alt, .woocommerce #content table.cart td.actions .coupon .input-text+.button, .woocommerce table.cart td.actions .coupon .button.alt, .woocommerce table.cart td.actions .coupon .input-text+.button, .woocommerce-page #content table.cart td.actions .coupon .button.alt, .woocommerce-page #content table.cart td.actions .coupon .input-text+.button, .woocommerce-page table.cart td.actions .coupon .button.alt, .woocommerce-page table.cart td.actions .coupon .input-text+.button {
    float: left;
    padding: 5px;
    height: 30px;
}
.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0,0,0,.1);
    border-left: 1px solid rgba(0,0,0,.1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
text-align: center;
  }
  .woocommerce-error::before {
    content: "\e016";
    color: #b81c23;
}
.woocommerce table.shop_table td img{
 width: 100px;
 }
 .woocommerce-cart-form__cart-item .product-remove{
  width: 30px;
 }
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #e7022d;
    color: #fff;
    padding: 10px;
    -webkit-font-smoothing: antialiased;
}
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    line-height: 2;
    text-align: right;
    margin: 0;
    font-weight: 400;
    list-style: none;
}
.woocommerce-message::before {
    content: "\e015";
    color: #fff;
    line-height:0px;
}
.woocommerce-error{
          border-top-color: #e74c3c;
    font-size: 1.8rem;
    background: #e74c3c;
    COLOR: #FFF;
    PADDING: 5px;
    padding-right:50px;
    border-radius: 4px;
    font-family: yekan;
    -webkit-box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1)
}
.woocommerce-error::before {
  
    color: #fff;
    line-height:0px;
}
.woocommerce-info{
          border-top-color:#1e85be;
    font-size: 1.8rem;
    background: #1e85be;
    COLOR: #FFF;
    PADDING: 5px;
    padding-right:50px;
    border-radius: 4px;
    font-family: yekan;
    -webkit-box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1)
}
.woocommerce-info::before {
    content: "\e015";
    color: #fff;
    line-height:0px;
}
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button a:hover, a:active, a:focus {
    font-size: 1.7rem;

}
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
    float: left;
    color: #fff;
    padding-left:10px;
    font-size: 1.7rem;


}
.woocommerce-products-header{
    display:none;
}
.woocommerce-products-header .page-title{
    display:none;
}
.woocommerce-breadcrumb {
    font-size: 1.5rem;
    background: #fff;
    padding: 8px;
    font-family: 'vazir-bold';
    z-index: 195;
    border: 1px solid #eee;
    color: #ffcc33;
}
  .woocommerce-breadcrumb a{
    padding: 5px;
    font-size: 1.3rem;
    color: #777;
    font-family:'vazir-bold';
  }
    .woocommerce-breadcrumb a:hover {
color:#333;

outline: 0;;
  }
      .woocommerce-breadcrumb a:active {
color:#e5002b;
background:#eee;
outline: 0;
  }
        .woocommerce-breadcrumb a:focuse {
color:#e5002b;
background:#eee;
outline: 0;
  }
.salehi-main-section{
    width: 100%;
    float: right;

    background: #fafafa;
    margin-bottom:10px;
}
.salehi-attribute-section table{
    width:100%;
    font-size:1.7rem;
    color:#333;
}
.salehi-attribute-section table tbody tr td{
   font-family:yekan;
     background:#eee;
     border: 2px solid #fff;
       padding:10px;
}
.salehi-attribute-section table tbody tr p{
margin:0px;
}
.salehi-attribute-section table tbody tr th{
    width:200px;
    padding-right: 10px;
    background:#eee;
    border: 2px solid #fff;
    padding:10px;
}
.woocommerce-Tabs-panel h2{
    font-size:2.2rem;
       font-family:yekan;
       padding-right:10px;
       color:#333;
}
.salehi-content-section p{
color: #666;
    font-size: 1.7rem;
    text-align: justify;
    margin: 10px;
    line-height: 30px;
    font-weight: 500;
}
.related {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 18px 10px 12px;
    margin-bottom: 15px;
}
.related h2{
font-size: 2rem;
    color: #000000;
    margin: 5px 10px;
}
.salehi-content-section button{
float: left;
    width: 200px;
    margin: 15px 0;
    background:#f8c802;
    border-radius: 4px;
    padding: 8px 16px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
    font-size: 1.7rem;
    color: #272727;
    font-weight: 600;

}
.salehi-content-section h1{
    font-size: 2.2rem;
    padding-bottom: 10px;
        margin-right: 10px;
        color:#333;
}
.salehi-content-section .salehi-price-section span{
    font-weight: bold;
    font-size: 1.7rem;
    color: #df3737;
    white-space: nowrap !important;

}
.salehi-content-section .salehi-price-section strong a{
    font-weight: bold;
    font-size: 1.7rem;
    color: #df3737;
    white-space: nowrap !important;

}
 .salehi-content-section .salehi-price-section ins{
   font-size: 28px;
    color: #df3737;
    font-weight: bold;
    white-space: nowrap !important;
        text-decoration: none;
}
 .salehi-content-section .salehi-price-section ins span{
    font-size:1.7rem;
    margin:5px;
    color: #e7022d;
    white-space: nowrap !important;
    font-family: 'vazir-black';
    text-decoration: none;
}
 .salehi-content-section .salehi-price-section ins span span{
    font-size:1.6rem;
    margin:5px;
    color: #fe0100;
    white-space: nowrap !important;
        text-decoration: none;
}
 .salehi-content-section .salehi-price-section del span{
    font-size:1.2rem;
     color: #8c8c8c;
    white-space: nowrap !important;
}
.salehi_before_add_to_cart{
    
}
.salehi-excerpt-section{
    text-align: justify;
    line-height: 1.5;
    font-size: 1.7rem;
      padding: 6px 1px 0px 20px;
}
.salehi-feature-section{
    padding: 10px 0 0;
    margin-right: 15px;

}
.salehi-feature-section strong{
    display: block;
    padding: 0 0 10px;
    font-size: 1.7rem;
    color:#333;
}
.salehi-feature-section ul li{
font-size: 1.4rem;
margin-right: 2px;
position: relative;
padding-right: 10px;
line-height:2;
color:#333;
}
.salehi-feature-section ul li:before{
content: '';
width: 5px;
height: 5px;
top: 12px;
right: 0;
position: absolute;
background: #39c119;
border-radius: 50%;
}
.salehi-add-section button{
float: left;
width: 200px;
margin: 5px 0;
background:#39c119;
border-radius: 4px;
padding: 8px 16px;
border:0;
border-bottom: 3px solid rgba(0, 0, 0, 0.1);
font-size: 1.7rem;
color: #fff;
font-weight: 600; 
}
.salehi-add-section button:hover{
background: #35cc12;
  color: #fff;
}
.product-slide{
width: 100%;
float: right;
padding: 30px 15px ;

background: #fff;
}
.product-slide img{
max-width: 100%;

}
.salehi-quantity-section{
    float:left;
    width:100%;
}
.salehi-quantity-section input{
    width:200px;
   padding:5px;
   border:1px solid #ddd;
       font-size: 1.5rem;
    float: left;
    color:#333;
}
.product_meta{
    font-size:1.5rem;
    color:#666;
}
.product_meta a{
    font-size:1.5rem;
    color:#8e8e8e;
}
.in-stock{
     font-size: 1.5rem;
    color: #fe0100;
    float: left;
    font-weight: 600;
}   

.salehi-thumb-section{
    width: 100%;
    float: right;
    padding: 0 0 60px;
}
.align-itames-center{

}
.align-itames-center> [class*='col-'] {
     display: flex;
     flex-direction: column;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a{
 font-size:2rem;   
}
.nav-tabs>li>a {
    margin-left: auto;
    margin-right: -2px;
    border-radius: 4px 4px 0 0;
    font-size: 2rem;
}

.tab-content>.active {
    display: block;
    padding: 20px;
    background: #fff;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    /* right: -100px!important; */
    margin-right: -2px;
    border-right: 1px solid #ddd;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
border: 1px solid #ddd;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    background: #efefef;
    color: #555;
    font-size: 1.6rem
}
.nav-tabs>li a {
font-size: 1.4rem;

    border: 1px solid #ddd;

    text-align: center;
    font-family: 'vazir-bold';
}
figure {
    margin:3px;
}
.most-popular-posts .slick-prev:hover:before, .most-popular-posts .slick-next:hover:before {
    background-color:#f8c802;
    border-color: #fff;
    color: #fff;
}
.most-popular-posts2 .slick-prev:hover:before, .most-popular-posts .slick-next:hover:before {
    background-color:#f8c802;
    border-color: #fff;
    color: #fff;
}
/*-------صورتحساب--------*/
.col4-box{
    width:33%;
}
.col8-box{
        width:66%;
}


/*--------------checkout------------*/
.salehi-checkout-section .col2-set .col-1,
.salehi-checkout-section .col2-set .col-2{
    width:100%;
}
.salehi-checkout-section  .woocommerce-billing-fields__field-wrapper{
       display: flex; 
           flex-wrap: wrap;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    border: 1px solid #ccc;
}
.woocommerce form .form-row .input-checkbox{
       display: inline;
    margin:13px 0 0 1px;
    text-align: center;
    vertical-align: middle; 
}
.woocommerce-terms-and-conditions-checkbox-text{
        margin-right: 15px;
}
#ship-to-different-address:before{
    content:"";
}
.woocommerce-form__label-for-checkbox{
    margin-right:20px;
}
/*---------single product tab-------*/
.salehi-tab-section ul li a{
color:#333;
margin-top: 30px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: 1px solid #ddd;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    background: #efefef;
    color: #555;
    font-size: 1.5rem;}
/*---------comment-sectiont-------*/
.salehi-comment-section #comments h4{
  font-weight: 600;  
}
.salehi-comment-section ol{
    list-style-type:none;
}
.salehi-comment-section ol li{
    width:100%;
    float:right;
    margin:0 0 15px 5px;
    padding:5px;
    background:#fff;
    -webkit-box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
}
.salehi-comment-section ol li em{
font-weight: bold;
    font-size: 2rem;
    color: #fe0100;
}
.salehi-comment-section ol li p{
text-align: justify;
    font-size: 1.5rem;
    line-height:1.75;

}
.salehi-comment-section ol li div{
    display:flex;
}
.salehi-comment-section ol li div div{
    display:block;
}
.salehi-comment-section ol li img{
    float:right;
    margin:0 0 0 5px;
    border-radius: 50%;
}
.salehi-comment-section form{
    padding:15px 0 0;
    position: relative;
}
.salehi-comment-section form label{
  font-size:1.5rem;
    display:block;
    margin:0 0 5px;
    clear: both;
}
.salehi-comment-section form input,
.salehi-comment-section form textarea
{
    width:100%;
    padding:5px;
    border:1px solid #ddd;
       -webkit-box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
}
.salehi-comment-section form input[type='submit']
{
width: 75px;
    float: left;
    position: absolute;
    bottom: 20px;
    left: 10px;
    border-radius: 5px;
    background: #ffc933;
    color: #333;
}
.salehi-comment-section .salehi-number-section{
    width: 100%;
    float: right;
    padding: 80px 0;
    text-align: center;
    background: #666465;
    color: #ffffff;
    margin-top: 16px;
    line-height: 2;
}
.salehi-number-section .fa-comments{
  font-size:6rem;

}

.salehi-number-section span{
display:block;
padding:15px 0 0;
  font-size:4rem;
}
.comment-form-author,
.comment-form-email,
.comment-form-rating{
    float: right;
    width: 33%;
    line-height:30px;
}
 .comment-form-author, .comment-form-email, .comment-form-rating {
    float:right;
    width: 33%;
    line-height: 30px;
     margin-bottom: 15px;
}
.comment-form-rating #rating{
   display: block!important;
    width: 100%;
    border: 1px solid #ddd;
    background: #fff;
    line-height: 30px;
    height: 42px;
    padding-right: 15px;
    font-family: yekan , vazir;
    font-size: 1.5rem;
       -webkit-box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
}
.comment-notes{
      width: 100%;
    /* font-family: yekan; */
    background: #efefef;
    padding: 10px;
}
.comment-form-author{
    padding: 0 0 0 5px;
}
.comment-form-email{
    padding:0 5px;
}
.panel {
    padding: 10px;
    color:#333;
}
.comment-form-rating .stars{
    display:none;
}
/*---------------------banner singel prodact--------------------------*/
.product-slider{
    background:#fff;
}
.product-slider>.carousel-indicators li{
  padding-left:20px;  
  padding-right:0px;
   border: 0px!important;

}
.product-slider>.carousel-indicators {
    position: relative;
    bottom: 10px;
    right: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-right: -30%;
    text-align: center;
    list-style: none;
}
/* Indicators list style */
.product-slider>.article-slide>.carousel-indicators {
    bottom: -70px;
   right: -6px;
    margin-right: 0px;
    width: 100%;
}
/* Indicators list style */
.product-slider>.article-slide>.carousel-indicators li {
    float: right;
    height: 60px;
    margin: 5px;
    margin-left: 10px !important;
    width:100px;
}
/* Indicators images style */
.product-slider>.article-slide>.carousel-indicators img {
    border: 2px solid #FFFFFF;
    float:right;
    right: 0;
    width: 100%;
    height: 100%;
}
/* Indicators active image style */
.product-slider>.article-slide>.carousel-indicators .active img {
    border: 2px solid #428BCA;
    opacity: 0.7;
}
.product-slider>.carousel-indicators {
    position: inherit;
    z-index: 15;

    text-align: center;
    list-style: none;
 
}
.salehi-description-section {
    color: #333;
    font-size: 1.7rem;
    text-align: justify;
    margin: 17px;
    line-height: 1.5;  
}
/*-------archive prodact--------*/
.welearn-cover-section {
	width: 100%;
	float: right;
	padding:50px 0 45px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	text-align: center;
}
.welearn-cover-section h1 {
	margin: 0 0 10px;
	font-size: 3rem
}
.welearn-cover-section a {
	display: inline-block;
	padding: 0 5px;
	position: relative;
	font-size: .95rem;
	color: #ddd
}
.welearn-main-section {
	width: 100%;
	float: right;
	padding: 30px 0;
	background:#fff;
}
.welearn-main-section .welearn-product-item {
	width: 100%;
	max-width: 100%;
}
.welearn-main-section .welearn-content-section {
	font-size: .95rem
}
.welearn-main-section .welearn-content-section h1 {
	margin: 0 0 10px;
	font-family: 'Vazir-Black';
	font-size: 1.5rem
}
.welearn-main-section .welearn-content-section .welearn-variations-section .price {
	float: left;
	margin: 0 0 5px;
}
.welearn-main-section .welearn-content-section .welearn-price-section span,
.welearn-main-section .welearn-content-section .welearn-variations-section .price span,
.welearn-main-section .welearn-content-section .welearn-group-section span {
	margin: 0 0 10px;
	font-family: 'Vazir-Black';
	font-size: 1.25rem;
	color: #fd658c
}
.welearn-main-section .welearn-content-section .welearn-price-section span span,
.welearn-main-section .welearn-content-section .welearn-variations-section .price span span,
.welearn-main-section .welearn-content-section .welearn-group-section span span {
	font-family: 'Vazir-Light';
	font-size: .85rem
}
.welearn-main-section .welearn-content-section .welearn-price-section del span,
.welearn-main-section .welearn-content-section .welearn-variations-section .price del span,
.welearn-main-section .welearn-content-section .welearn-group-section del span {
	font-family: 'Vazir-Black';
	font-size: 1rem;
	color: #666;
}
.welearn-main-section .welearn-content-section .welearn-price-section ins,
.welearn-main-section .welearn-content-section .welearn-variations-section .price ins,
.welearn-main-section .welearn-content-section .welearn-group-section ins,
.welearn-product-item .welearn-product-content .welearn-product-price .price ins {
	text-decoration: none;
}
.welearn-main-section .welearn-content-section .welearn-excerpt-section {
	line-height: 2
}
.welearn-main-section .welearn-content-section .welearn-feature-section {
	padding: 15px 0 0;
}
.welearn-main-section .welearn-content-section .welearn-feature-section strong {
	display: block;
	padding: 0 0 10px;
}
.welearn-main-section .welearn-content-section .welearn-feature-section ul li {
	padding: 0 10px 0 0;
	position: relative;
	font-family: .90rem;
	line-height: 2;
}
.welearn-main-section .welearn-content-section .welearn-feature-section ul li:before {
	content: '';
	width: 5px;
	height: 5px;
	position: absolute;
	top: 12px;
	right: 0;
	background: #27AE60;
	border-radius: 50%;
}
.welearn-main-section .welearn-content-section .welearn-add-section .welearn-quantity-section {
	width: 100%;
	float: left;
	text-align: left;
}
.welearn-main-section .welearn-content-section .welearn-add-section .welearn-quantity-section input {
	width: 200px;
	padding: 5px;
	border: 1px solid #ddd;
}
.welearn-main-section .welearn-content-section .welearn-variations-section .variations {
	width: 100%;
}
.welearn-main-section .welearn-content-section .welearn-variations-section .variations tbody {
	float: left;
}
.welearn-main-section .welearn-content-section .welearn-variations-section .variations tbody,
.welearn-main-section .welearn-content-section .welearn-variations-section .variations tr,
.welearn-main-section .welearn-content-section .welearn-variations-section .variations td {
	margin: 0;
	padding: 0;
}
.welearn-main-section .welearn-content-section .welearn-variations-section .variations td {
	padding: 5px 0;
}
.welearn-main-section .welearn-content-section .welearn-variations-section .variations .label {
	display: none;
}
.welearn-main-section .welearn-content-section .welearn-add-section button {
	width: 200px;
	float: left;
	margin: 15px 0;
	padding: 10px 0;
	font-family: 'Vazir-Black';
	background: #60b8ea;
	border: 1px solid #60b8ea;
	color: #fff;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
	-o-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
	box-shadow: 0 0 6px rgba(0, 0, 0, .1);
}
.welearn-main-section .welearn-content-section .welearn-add-section button:hover {
	opacity: .9
}
.welearn-main-section .welearn-content-section .welearn-group-section {
	padding: 15px 0;
}
.welearn-main-section .welearn-content-section .welearn-group-section table {
	width: 100%
}
.welearn-main-section .welearn-content-section .welearn-group-section label {
	margin: 0;
}
.welearn-main-section .welearn-content-section .welearn-group-section .welearn-quantity-section {
	width: 45px;
	float: right;
}
.welearn-main-section .welearn-content-section .welearn-group-section .welearn-quantity-section input {
	width: 100%;
}
.welearn-main-section .welearn-sales-section {
	padding: 0 10px;
	position: absolute;
	top: 15px;
	right: 25px;
	font-size: .95rem;
	line-height: 1.75;
	background: #fd658c;
	color: #fff;
	z-index: 10;
}
.welearn-filter-section {
    width: 100%;
    float: right;
    margin: 0 0 30px;
    padding: 0px 15px 0px 15px;
    position: relative;
    background: #fff;
}
.welearn-filter-section ul li {
	margin: 0 0 5px !important;
	padding: 0 !important;
	position: relative;
}

.welearn-filter-section h4 {
    background: #ffcc33;
    color: #000;
    font-size: 1.8rem;
    text-align: center;
    padding: 10px;
    margin: 5px -10px 15px -10px;
    font-family: 'vazir-bold';
}
.welearn-filter-section ul li a{
    color: #333;
    font-size: 1.4rem;
    font-family: 'vazir-bold';
}
.woocommerce-widget-layered-nav-list .welearn-filter-section ul li::before {
    content: "\f0d9";
    font-family: FontAwesome;
    padding-right: 6px;
    padding-left: 6px;
}
.rpwe-li a::before{
    content: ""; 
}
.welearn-filter-section ul li input[type='checkbox'],
.welearn-filter-section ul li input[type='radio'] {
	position: absolute;
	top: 5px;
	right: 0
}
.welearn-filter-section ul li label {
    width: 100%;
    margin: 0;
    padding: 6px 20px 0 0;
    font-size: 1.5rem;
}
.welearn-filter-section ul li span {
	float: left;
	margin: 0 5px 0 0;
	font-size:1.2rem;
}
.welearn-filter-section ul li ul {
	margin: 0 !important;
}
.welearn-filter-section div {
	margin: 15px 0 0;
}
.welearn-filter-section button {
	width: 100%;
	padding: 5px;
	background: #7F8C8D;
	color: #fff;
	border: 0;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
	-o-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
	box-shadow: 0 0 6px rgba(0, 0, 0, .1);
}



.kiani_Brown{
    background: #281a0f;
    color: #fff;
}
.kiani_Brown_post{
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 30px;
}
.kiani_Brown_post a{
       color: #fff; 
}
/*-------pc--------*/
@media(min-width:768px){
.navbar-header {
 float:left!important;
}
#navigation{
 padding: 0px 100px;
}
.sticky{
    padding: 5px 100px;
    line-height: 50px;
  background-color: rgba(0,0,0,.5);
     -webkit-transition:all .4s ease-in-out;
  -moz-transition:all .4s ease-in-out;
  -o-transition:all .4s ease-in-out;
  transition:all .4s ease-in-out;
}
.sticky .navbar-brand>img {
    width: 70%;
    padding:10px;
    float:left;
   -webkit-transition:all .4s ease-in-out;
  -moz-transition:all .4s ease-in-out;
  -o-transition:all .4s ease-in-out;
  transition:all .4s ease-in-out;
  
}
}
/*-------mobail-------*/
@media (max-width: 768px){
 #navigation .navbar-brand {
    padding: 0;
    margin: 0;
    margin-top:0px;
    padding-top:10px;
    padding-left: 10px;
    height: 60px;
    width: 75%;
    float:left;
}
/*-------صورتحساب--------*/
.col4-box{
    width:100%;
}
.col8-box{
        width:100%;
}
#navigation .navbar-nav.navbar-right {
    text-align: right;
    display: block;
    background: #000;
    opacity:1;
    color:#fff;
}
#navigation{
  padding:10px 10px;
   background: #000;

}
.navbar-header img {
width:100%;
}
  .banner{
    top:30px;
  }
    #bio{
      margin-top: 0px;
      padding-top:50px;
  }
    #bio{
   background-position:60% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
        #bio .text-bio{
      padding-right:5px;
      margin-bottom: 40px;
  }
      #bio .text-bio p{
      padding-right:5px;
  }
    #bio .title-bio h1{
     text-align:center;
     font-size: 3rem;
  }
      #bio .title-bio h1 span{
          padding:8px;
    border-bottom:3px solid ;
  }
  .title-main{
    font-size:1.7rem;
    padding:0 1px 15px;
}
.woocommerce-Address-title>h3{
    position: inherit!important;
}
}
/*----------------------en-------------------------*/
.ltr .contactus{
    text-align: left;
}
.ltr .contactus p {
    text-align: left;
    direction: ltr;
    line-height: 2;
    font-size: 1.7rem;
}
.ltr header ul {
    position: relative;
    display: inline;
    justify-content: center;
    align-items: center;
}
.ltr #bioen .title-bio h1 {
    text-align: left;
}
.ltr #bioen .text-bio p {
    padding: 5px;
    text-align: justify;
    font-size: 1.7rem;
}
  #bioen{
      background:url(images/bg-en.jpg);
      background-size: cover;
      margin-top: -30px;
     padding-top:10px;
  }
 .ltr .title-main{
    font-size:2rem;
    padding:0 15px 8px;
    text-align: left;
}
 .ltr .title-mainpdf {
    font-size: 2rem;
    padding: 0 15px 8px;
    text-align: left;
}
 .ltr .box-kol .title-box h2 {
    font-size: 1.6rem;
    text-align: left;
    direction: ltr;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666465;
    font-family: 'vazir-bold';
}
 .ltr .blog-post .post .post-title h1 {
    font-size: 2.6rem;
    color: #333;
    text-align: left;
    direction: ltr;
}
.ltr .blog-post .post .post-date {
    font-family: 'yekan';
    font-size: 1.5rem;
    color: #a39999;
    text-align: left;
    margin: 15px 0;
    direction: ltr;
    
}
.ltr .salehi-feature-section ul li{
    font-size: 1.4rem;
    margin-left: 50px;
    position: relative;
    padding-left: 10px;
    line-height: 2;
    color: #333;
    text-align: left;
    direction: ltr;
}
.ltr .salehi-feature-section ul li:before{
content: '';
width: 5px;
height: 5px;
top: 12px;
left: 0;
position: absolute;
background: #39c119;
border-radius: 50%;
}
.ltr .salehi-feature-section strong{
    display: block;
    padding: 0px 50px 10px;
    font-size: 1.7rem;
    color: #333;
    text-align: left;
}
.ltr .woocommerce-Tabs-panel h2{
   font-size: 1.6rem;
   font-family:'vazir-black',"Source Sans Pro",HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    padding-left: 10px;
    color: #333;
    text-align: left;;
}
.ltr .salehi-attribute-section table{
    font-size: 1.7rem;
    color: #333;
    direction: ltr;
    text-align: left;
}
.ltr .panel {
    padding: 10px;
    color: #333;
    text-align: left;
    direction: ltr;
}
.ltr>.comment-form-author, .ltr .comment-form-email, .ltr .comment-form-rating {
    float:left;
    width: 33%;
    line-height: 30px;
     margin-bottom: 15px;
}
.ltr .blog-post .post .body-post h2::before{
    content: "\f0da";
    font-family: "FontAwesome";
    margin-right: 10px;
    margin-left: 0px;}
/*-------mobail-------*/
@media (max-width: 768px){
.ltr #navigation .navbar-nav.navbar-right {
    text-align:left;
    display: block;
    background: #000;
    opacity:1;
    color:#fff;
}
}