/**
Theme Name: wintheme
**/
body {
	padding:0;
	margin:0;
	overflow-x:hidden;
	background-color:#f1f1f1;
	font:normal 14px iranyekan;
}
ul,li{
	margin:0px;
	padding:0px;
}
a {
	text-decoration:none !important;
}
b,strong {
	font-weight:bold;
}
input,select,textarea,button {
	outline: none !important;
	background:none;
}
button,label{cursor:pointer}
ul,li {
	list-style:none;
}
h1,h2,h3,h4,h5,h6,p {
	padding:0;
	margin:0;
}
textarea {
	resize:none;
}
i {
	font-style:normal;
}
::-moz-selection { 
	background: #8BC34A;
    color: #fff;
}
::selection { 
	background: #8BC34A;
    color: #fff;
}
/* End Reset */
.cl {
	clear:both;
}
.margin_top{
	margin-top:10px;
}
.left_dir {
    direction: ltr;
    text-align: left;
}
/* tophead */
.tophead {
	background:#3a3d46;
	padding:10px;
}
.tophead ul li{
	display:inline-block;
}
.tophead a {
	color: #afafaf;
	font-size:12px;
	padding: 3px 15px;
    transition:0.3s all ease;
}
.tophead a:hover {
    color: #f1f1f1;
}
.tophead .support {
	color: #e6e6e6;
    font-size: 13px;
	float:left;
}
.tophead .sitedesc {
    font: normal 13px IRANSANS;
	color: #EEE;
}

/* Slider */
.slider{
	padding: 15px 0;
    position: relative;
}
.weblog .owl-carousel .owl-stage-outer {
	padding: 20px 0;
}
.weblog.index {
	background: transparent;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
.slider .owl-dots,.weblog .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.slider .owl-dots .owl-dot span,.weblog .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.slider .owl-dots .owl-dot.active span,.weblog .owl-dots .owl-dot.active span {
    background: #4d5bee;
}
.slider .offer{
	position:relative;
    height: 275px;
    overflow: hidden;
    margin: 0px 15px;
}
.slider .offer .cat {
	position:absolute;
    top: 10px;
    left: 10px;
    background: #1d4ee9;
    color: #fff;
	font-size:11px;
    border-radius:30px;
    padding: 3px 10px;
	transition: opacity .2s ease;
}
.slider .offer .cat:hover {
	opacity:0.8;
}
.slider .offer figure{
	overflow:hidden;
    height: 275px;
	border-radius: 8px;
}
.slider .offer figure img{
	width:100%;
}
.slider .offer .text{
	position:absolute;
	bottom:0;
    border-radius: 0px 0px 8px 8px;
    padding:10px;
	background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.slider .offer .text h3{
	display:inline-block;
	color:#fff;
	font-size:15px;
}
.slider .offer .text .pric{
    left: 15px;
    position: absolute;
	color: #fff;
    font: bold 14px IRANSANS;
}
.slider .offer .text p{
	color:#b3b3b3;
	font-size:13px;
}
/*access*/
.access{
	margin-top: 20px;
	background:#fff;
	border-radius:8px;
	border-bottom:2px solid #e8e8e8;
	padding:18px 22px;
}
.access .nav-tabs {
	display:flex;
	justify-content:center;
}
.access .title{
	font:bold 15px IRANSANS;
	color:#554b4c;
    margin-top: 5px;
}
.access .nav-tabs > li > a{
	background:#f1f1f1;
	color:#564a4c;
    border-radius: 20px;
    margin-left: 7px;
    padding:8px 18px;
    transition:0.2s all ease;
    border:0px;
}
.access .nav-tabs > li > a:hover {
    background: #e2e2e2;
}
.access .nav-tabs > li.active a{
	color:#fff;
    background: #43caff;
    background: -moz-linear-gradient(left, #43caff 0%, #916fff 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #43caff), color-stop(100%, #916fff));
    background: -webkit-linear-gradient(left, #43caff 0%, #916fff 100%);
    background: -o-linear-gradient(left, #43caff 0%, #916fff 100%);
    background: -ms-linear-gradient(left, #43caff 0%, #916fff 100%);
    background: linear-gradient(to right, #43caff 0%, #916fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43caff', endColorstr='#916fff', GradientType=1 );
}
.tab-content {
	padding: 15px 0;
}
.tab-content .box {
	background:#fff;
	-webkit-box-shadow:0px 1px 13px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:0px 1px 13px 0px rgba(0, 0, 0, 0.05);
	box-shadow:0px 1px 13px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
	border-radius:8px 8px 0 0;
	margin: 8px auto;
}
.tab-content .box figure img {
  width: 100% !important;
}
.tab-content .box:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #8BC34A;
    height: 2px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.tab-content .box:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.tab-content .box figure{
	height: 234px;
	overflow:hidden;
	border-radius:8px 8px 0 0;
}
.tab-content .box figure img{
	width:100%;
	height:auto;
}
.tab-content .box .text{
	padding: 10px;
}
.tab-content .box .text h2{
	font-size:15px;
	color:#353535;
    margin: 8px 0;
}
.tab-content .box .text h2 a {
    color:#353535;
    transition:0.3s all ease;
}
.tab-content .box .text h2 a:hover {
    color: #3F51B5;
}
.tab-content .box .text p {
    color:#545454;
    font-size:12.5px;
    margin-bottom: 10px;
}
.tab-content .box .text h3{
	font:normal 12px iranyekan;
	color:#8e8e8e;
}
.tab-content .box .text .lasttext {
    display: flex;
    justify-content: space-between;
}
.tab-content .box .text .lasttext .more{
	font:bold 12px IRANSANS;
	color:#545454;
    transition: 0.1s all ease;
}
.tab-content .box .text .lasttext .more:hover {
    color: #9E9E9E;
}
.tab-content .box .text .lasttext .price{
	color:#467726;
	background:#e7f5db;
	border-radius:15px;
	padding:3px 11px;
	font-size:13px;
}
.tab-content .box .foot_box{
	border-top:1px solid #efefef;
	padding:15px;
	display:flex;
    justify-content:space-between;
}
.tab-content .box .foot_box div{
    position: relative;
	width: 20%;
}
.tab-content .box .foot_box .like {
    color: #f1502c;
    cursor: pointer;
}
.tab-content .box .foot_box .comment {
    color: #1aa043;
}
.tab-content .box .foot_box .shop {
    color: #3d70b7;
}
.tab-content .box .foot_box .icon:after {
    position: absolute;
    left: -3px;
    top: 0;
    width: 27px;
    height: 19px;
    content: '';
    background: url(images/icons.png) no-repeat 32% 5%;
    display: inline-block;
}
.tab-content .box .foot_box .icon.like:after {background-position:32% 5%;}
.tab-content .box .foot_box .icon.comment:after {background-position:41% 5%;}
.tab-content .box .foot_box .icon.shop:after {background-position:51% 5%;}
/*weblog*/
.weblog {
    padding: 20px 0;
    margin-bottom: 10em;
}
.weblog .title{
    color: #626262;
    font-size: 22px;
    text-align: center;
    padding: 10px 0 20px;
}
.weblog.index .title {
	text-align: right;
	padding: 10px 27px 20px;
}
.weblog .box.post_weblog {
	margin:10px;
	border:1px solid #e6e6e6;
	border-radius:5px;
    -webkit-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.05);
    -webkit-transform: perspective(1px) translateY(0);
    transform: perspective(1px) translateY(0);
    -webkit-transform: perspective(1px) translateY(0);
    transform: perspective(1px) translateY(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
	transition:0.5s all ease;
}
.weblog.index .box.post_weblog {
	background: #FFF;
	display: flex;
	overflow: hidden;
	margin:5px 0;
}
.weblog.index .box.post_weblog figure {
	border-radius: 0;
	flex:1;
}
.weblog.index .box.post_weblog .text {
	flex:2;
}
.weblog.index .box.post_weblog:hover {
	transform: perspective(1px) translateY(0px);
	box-shadow:0px 6px 25px 0px rgba(0, 0, 0, 0.12);
	-moz-box-shadow:0px 6px 25px 0px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow:0px 6px 25px 0px rgba(0, 0, 0, 0.12);
}
.weblog .box.post_weblog:hover {
    transform: perspective(1px) translateY(-5px);
	box-shadow:0px 25px 38px 0px rgba(0, 0, 0, 0.12);
	-moz-box-shadow:0px 25px 38px 0px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow:0px 25px 38px 0px rgba(0, 0, 0, 0.12);
}
.weblog .box figure{
	overflow:hidden;
	border-radius:5px 5px 0 0;
    position: relative;
}
.weblog .box figure .cat {
    position: absolute;
    background: #eeeeee;
    left:10px;
    top:10px;
    border-radius:20px ;
    background: #0cb9f1;
    font-size: 11px;
    color:#fff;
    padding: 2px 8px;
}
.weblog .box figure img{
	width:auto;
	height:auto;
}
.weblog .box .text {
    padding: 10px;
}
.weblog .box .text h2{
    font: bold 15px IRANSANS;
	margin-bottom: 5px;
}
.weblog .box .text h2 a {
    color: #353535;
    transition: 0.3s all ease;
}
.weblog .box .text h2 a:hover {
    color: #673AB7;
}
.weblog .box .text p{
	margin-bottom:15px;
    color:#545454;
    font-size:12.5px;
}
.weblog .box.post_weblog .text .bottomtext {
    display:flex;
    justify-content:space-between;
}
.weblog .box.post_weblog .text .bottomtext span {
    font-size:12px;
    color:#747474;
}
.weblog .box.post_weblog .text .bottomtext a{
    color: #80620f;
    background: #fec828;
    border-radius: 20px;
    padding: 3px 10px 2px;
    font-size: 11px;
    transition:0.3s all ease;
}
.weblog .box.post_weblog .text .bottomtext a:hover {
    background: #ffbf00;
}
/* Footer */
.footmenu {
    background: #312838;
}
.footmenu ul li a {
	font-size:13px;
	color:#fff;
	padding:15px;
    transition: 0.3s all ease;
}
.footmenu ul li ul {
	display:none;
}
.footmenu ul li a:hover {
    background: #1e1723;
}
footer {
	padding:20px;
    background: #29202f;
}
footer .logo {
    background: url(images/icons.png) no-repeat 95% 4%;
    width: 136px;
    height: 40px;
}
footer .cont {
	font-size: 13px;
    color: #d6d6d6;
    margin-top: 20px;
}
footer .cont p {
    text-align:justify;
}
footer .title {
    color: #dcdcdc;
    font: bold 15px iranyekan;
	margin-top:10px;
}
footer .cont ul li a {
	color:#d6d6d6;
	display:block;
	padding:4px 0;
    transition: 0.3s all ease;
}
footer .cont ul li a:hover {
    color: #FFC107;
}
footer .cont ul li.icons{
	margin-top:25px;
}
footer .cont ul li.icons .icon {
    background: url(images/icons.png) no-repeat;
    background-position: 48% 49%;
    width: 30px;
    height: 20px;
    display: inline-block;
    margin-left: 10px;
    transition:none;
}
footer .cont ul li.icons .icon.rss {background-position: 57% 49%;}
footer .cont ul li.icons .icon.youtube {background-position: 38% 49%;}
footer .cont ul li.icons .icon.telegram {background-position: 27% 49%;}
footer .cont ul li.icons .icon.insta {background-position: 17% 49%;}
footer .cont ul li.icons .icon.plus {background-position: 7% 49%;}
footer .cont ul li.icons .icon.facebook {background-position: 0% 49%;}
footer .cont ul li.icons .icon:hover {background-position: 48% 68.5%;}
footer .cont ul li.icons .icon.rss:hover {background-position: 57% 68.5%;}
footer .cont ul li.icons .icon.youtube:hover {background-position: 38% 68.5%;}
footer .cont ul li.icons .icon.telegram:hover {background-position: 27% 68.5%;}
footer .cont ul li.icons .icon.insta:hover {background-position: 17% 68.5%;}
footer .cont ul li.icons .icon.plus:hover {background-position: 7% 68.5%;}
footer .cont ul li.icons .icon.facebook:hover {background-position: 0% 68.5%;}
.topblog li a {
	display:flex !important;
	color:#EEE;
}
.topblog li figure {
	width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 11px;
	margin-left: 10px;
}
.topblog li figure img {
	width:100%;
	height:auto;
}
/*single*/
header.single .icons{
	margin-left:8px;
}
.banner{
	position:relative;
}
.banner figure{
	position:relative;
	overflow:hidden;
	height:80px;
}
.banner figure .layer{
	background:rgba(58, 44, 90, 0.64);
	width:100%;
	height:100%;
	position:absolute;
	z-index:1;
}
.banner figure img{
	width:100%;
	filter: blur(2.8px);
    height:auto;
}
.banner .position{
	margin-bottom: 20px;
}
.banner .title{
	color:#2e2938;
	font:bold 26px iranyekan;
	margin-bottom:5px;
}
.banner .direction, .banner .direction a,.banner .direction h1{
	color:#5d5d5d;
	font-size:13px;
	position:relative;
	display: inline-block;
    padding-left: 20px;
	transition:0.3s all ease;
	font-weight:normal;
}
.banner .direction a:after {
	position: absolute;
    content: '';
    background: url(images/icons.png) no-repeat 67% 69.5%;
    width: 19px;
    height: 19px;
    top: 0;
    left: 0;
}
.banner .direction a:last-child:after {
	 background:none;
}
.banner .direction, .banner .direction a:hover {
	opacity:0.8;
}
.content .box{
	background:#fff;
	border-radius:8px;
	text-align:center;
	padding: 18px;
    margin: 15px 0;
	box-shadow:0px 1px 55px rgba(0, 0, 0, 0.09);
}
.content .box.btns {
	display:flex;
	justify-content: space-between;
	padding: 15px 8px;
}
.content .box a, .content .box .add{
	background: #0cb9f1;
    color: #fff;
    border-radius: 10px;
    padding: 11px 15px;
    font-size: 13px;
    -webkit-box-shadow: 0px 3px 11px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 11px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 11px 3px rgba(0, 0, 0, 0.1);
    margin: 0 10px;
    transition: 0.3s all ease;
    width: 100%;
}
.content .box a:hover, .content .box .add:hover {
	opacity:0.7;
}
.content .box .add{
	background:#f2234f;
	cursor:pointer;
}
.content .box.shop {
	padding: 18px;
}
.content .box.shop .price {
	background: #f6f6f6;
    color: #404040;
    padding:15px;
    font-size: 25px;
    box-shadow: none;
    border-radius: 5px;
}
.content .box.shop .title{
    font-size: 15px;
    text-align: right;
    margin-top: 26px;
    font-weight: bold;
}
.content .box.shop .text span{
	background:none;
	padding:4px 20px;
	font-size:13px;
	display:block;
	text-align:right;
	position:relative;
}
.content .box.shop .text span:before{
	position: absolute;
    right: 0;
    top: 0;
    width: 22px;
    height: 19px;
    content: '';
    background: url(images/icons.png) no-repeat 11% 88%;
    display: inline-block;
}
.content .box.shop form{
	text-align:right;
	margin-top:15px;
}
.content .box.shop form input:checked {
	background:#ebebeb;
	border:none;
}
.content .box.shop form button{
	background:#48cf68;
	border:none;
	border-radius:5px;
	-webkit-box-shadow:6px 6px 11px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 6px 6px 11px rgba(0, 0, 0, 0.1);
	box-shadow:6px 6px 11px rgba(0, 0, 0, 0.1);
	color:#fff;
	font-size:18px;
	padding:15px;
	margin:15px 0;
	width:100%;
	position:relative;
	text-align: right;
	 -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  transition:0.3s all ease;
	cursor:pointer;
}

.content .box.shop form button:after{
	content:'';
	position:absolute;
    top: 15px;
    left: 5px;
	background: url(images/icons.png) no-repeat 1% 90%;
    width: 45px;
    height: 30px;
 -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.content .box.shop form button:hover:after {
   -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.content .box.shop form button:active {
	bottom:-2px;
}
/*.content .box.shop form button:after{
    background: url(images/icons.png) no-repeat 1% 90%;
    width: 45px;
    height: 30px;
	display: inline-block;
	vertical-align:middle;
	margin-right:100px;
	position:absolute;
	content:'';
	top:0;
	left:0;
}*/
.content .box.shop form .btnholder {
	position:relative;
}
.content .box.shop form .btnholder .message {
	position: absolute;
    bottom: 87px;
    background: #000000ad;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    color: #FFF;
	font-size: 13px;
	display:none;
	cursor:pointer;
}
.content .box.shop form .btnholder .message:after {
	top: 100%;
    right: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #525252;
    border-width: 8px;
}
.content .box.shop form .btnholder .message:before {
	content: "";
	position: absolute;
	left: 7px;
    top: 7px;
    width: 22px;
    height: 19px;
    content: '';
    background: url(images/icons.png) no-repeat 11% 88%;
}
.content .box.shop p{
	font-size: 12px;
    color: #777777;
}
.content .box.stat .icons {
	display: flex;
	margin-bottom:20px;
} 
.icon_div {
    flex: 1;
}
.content .box.stat .icons .icon{
	background: url(images/icons.png) no-repeat 45.5% 101%;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border: 3px solid #4c92cf;
    border-radius: 100%;
	margin-bottom:10px;
	position:relative;
} 
.content .box.stat .icons .icon.sale{
	background-position:32% 101%;
	border: 3px solid #8ac021;
}
.content .box.stat .icons .icon.like{
	background-position:18.3% 101%;
	border: 3px solid #fb2f47;
}
.content .box.stat .icons  span{
	color:#676767;
}
.content .box.stat .vote{
	border-top:1px solid #e6e6e6;
	text-align:right;
	padding-top:20px;
}
.content .box.info .title{
	border-bottom:1px solid #e6e6e6;
	font:bold 18px iranyekan;
	padding-bottom:15px;
	text-align: center;
    margin-bottom: 20px;
}
.content .box.info {
	text-align:right;
}
.content .box.info .txt .list {
	padding: 8px 0;
}
.content .box.info .txt .list .wdh {
    width: 165px;
    display: block;
    margin-bottom: 10px;
}
.content .box.info b {
    width: 135px;
	font-weight:bold;
    display: inline-block;
}
.content .box.info span{
	display:inline-block;
}
.content .box.info .txt a{
	color: #616161;
    font-size: 12px;
    padding: 5px 9px;
    box-shadow: none;
    margin: 0;
    margin-left: 7px;
	margin-bottom: 5px;
    display: inline-block;
    background: #f3f3f3;
    border-radius: 10px;
	width: auto;
	transition:0.3s all ease;
}
.content .box.info .txt a:hover {
	background: #2196F3;
    color: #fff;	
}
.content .box.info .txt .list p {
	text-align: left;
}
.content .post{
	background:#fff;
	border-radius:8px;
	padding: 20px;
	margin:15px 0;
    box-shadow: 0px 1px 55px rgba(0, 0, 0, 0.09);
}
.input_holder.pay {
	background: #fff;
    border-radius: 8px;
    padding: 20px;
    margin: 5px 0;
    -webkit-box-shadow: 0px 1px 21px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 1px 21px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 1px 21px rgba(0, 0, 0, 0.06);
    border: 1px solid #e2e2e2;
	position:relative;
}
.input_holder.pay:after {
	content: '';
    position: absolute;
    left: 9px;
    top: 14px;
    background: url(images/zarinpal.png) no-repeat;
    width: 65px;
    height: 50px;
}
.content .post figure{
	overflow:hidden;
	display:block;
}
.content .post .text {
	overflow: hidden;
	text-align:right;
	line-height: 30px;
}
.content .post figure img{
	width:100%;
	border-radius:8px;
}
.content .post .text h2 {
	font-size:20px;
	margin:10px 0;
}
.content .post .text h3 {
	font-size:16px;
	margin:10px 0;
}
.content .post .text h4 {
	font-size:14px;
	margin:10px 0;
}
.content .post ol {
	padding-inline-start: 0;
}
.content .post .text span{
	font-size:14px;
	display:block;
	padding-bottom:10px;
}
.content .post .text ul li {
	position:relative;
	padding-right:20px;
}
.content .post .text ul li:before {
	content:'';
	position:absolute;
	right: 0;
    top: -5px;
    width: 22px;
    height: 19px;
    content: '';
    background: url(images/icons.png) no-repeat 11% 88%;
}
.content .post .text img {
	width: auto;
	height:auto;
	margin:10px 0;
}
/*comment*/
.comments .nav-tabs {
	display:flex;
}
.comments .nav-tabs > li.active{
	background:#fff;
}
.comments .nav-tabs > li  {
    margin-left: 6px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 8px 8px 0 0;
    background: #f6f6f6;
	float: right;
	margin-bottom:-1;
    padding-left: 5px;
	-webkit-box-shadow: 0px -4px 5px 0px rgba(235,235,235,1);
	-moz-box-shadow: 0px -4px 5px 0px rgba(235,235,235,1);
	box-shadow: 0px -4px 5px 0px rgba(235,235,235,1);
	transition:0.3s all ease;
}
.comments .nav-tabs > li > a{
	color:#505050;
	padding: 13px 34px 15px 13px;
    display: block;
}
.comments .nav-tabs > li > a span{
	background:#9c9c9c;
    border-radius: 13px;
    color: #fff;
    padding: 0 10px;
}
.comments .nav-tabs > li > .send{
	padding: 13px 34px 8px 15px;
	position:relative;
}
.comments .nav-tabs > li > .send:before {
	content:'';
	background:url('images/icons.png') no-repeat 58% 91%;
	width:25px;
	height:25px;
	position:absolute;
	top:8px;
	right:3px;
	padding-left:5px;
}
.comments .comment {
	background:#fff;
	border-radius: 8px 0px 8px 8px;
	-webkit-box-shadow: -1px 12px 21px 0px rgba(235,235,235,1);
	-moz-box-shadow: -1px 12px 21px 0px rgba(235,235,235,1);
	box-shadow: -1px 12px 21px 0px rgba(235,235,235,1);
	padding: 20px;
	margin-bottom:30px;
}
.comments .comment figure{
	overflow:hidden;
	border-radius:100%;
	width:80px;
	height:80px;
	display:inline-block;
}
.comments .comment figure img{
	width:100%;
}
.comments .comment p{
	display:inline-block;
	vertical-align: top;
    margin: 5px 0;
}
.comments .comment form textarea{
	background:#f1f1f1;
	border:1px solid transparent;
	width:100%;
	height:200px;
	border-radius:8px;
	margin-top:10px;
}
.comments .user span.buyer {
  display: block;
  background: #5aa502;
  padding: 3px;
  border-radius: 5px;
  color: #fff;
  margin-top: 5px;
}
@media (min-width: 1440px) {
    .modal-lg {
        width: 80%;
    }
}
@media (min-width: 1366px) {
    .modal-lg {
        width: 1140px;
    }
}
.modal-open {
    overflow: auto;
}
#reglog .modal-content {
    background: url(images/reglog.png) no-repeat left #fff;
    height: 550px;
}
#reglog .modal-content .right {
    display: flex;
    flex-direction: column;
}
#reglog .modal-content .right .tab-content {
    align-self: center;
    width: 85%;
}
#reglog .modal-content .right .nav {
    border-bottom: 1px solid #e7e7e7;
    margin: 5px 0 15px 0;
    align-self: center;
}
#reglog .modal-content .right .nav li a {
    color:#aeaeae;
    font:bold 14px IRANSANS;
    transition:0.3s all ease;
}
#reglog .modal-content .right .nav li a:hover {
    color:#797979;
}
#reglog .modal-content .right .nav li.active a {
    background: transparent;
    color:#373737;
    border-radius: 0;
    position: relative;
    transition:0.3s all ease;
}
#reglog .modal-content .right .nav li.active a:after {
    position: absolute;
    content: '';
    border-bottom: 2px solid #088ff8;
    width: 100%;
    right: 0;
    bottom: -1px;
}
#reglog .modal-content .right .input_holder {
    position: relative;
    margin-bottom: 30px;
}
.floatlabel {
    position: absolute;
    pointer-events: none;
    font:normal 13px IRANSANS;
    color:#7f7f7f;
    top: 3px;
    right: 6px;
    transition:0.3s all ease;
}
#reglog .modal-content .right .input_holder input {
    width:100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    transition:0.3s all ease;
    font-size: 12.5px;
    padding: 6px;
}
#reglog .modal-content .right .input_holder input:focus ~ .floatlabel, #reglog .modal-content .right .input_holder input:not(:focus):valid ~ .floatlabel {
    top: -22px;
    color:#0890f8;
}
#reglog .modal-content .right .input_holder input:focus {
    border-bottom-color:#1193ff;
}
.checkboxholder input[type="checkbox"]{
    opacity: 0;
    z-index: 1;
    display: none;
}
.checkboxholder label {
    display: block;
    vertical-align: middle;
    position: relative;
    padding-right: 25px;
    font: normal 13px iranyekan;
    margin-bottom: 15px;
    cursor: pointer;
	transition:0.1s all ease;	
}
.checkboxholder label span {
    padding: 4px;
    color:#404040;
    font-size:13px;
}
.checkboxholder label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    right: 0;
    top: -3px;
    margin-right: 0px;
    border-radius: 6px;
    background-color: #e1e8ee;
    border: 1px solid transparent;
	transition:0.1s all ease;
}
.checkboxholder input[type="checkbox"]:checked + label:before {
    background-color: #ffffff;
    border: 1px solid #52d270;
    box-shadow:inset 0 0 2px #00000012;
}
.checkboxholder input[type="checkbox"]:checked + label::after{
    content: '';
    background: url(images/icons.png) no-repeat 11.2% 92%;
    position: absolute;
    right: 4px;
    top: 1px;
    width: 20px;
    height: 20px;
}
#reglog .modal-content button {
	position:relative;
    padding: 10px 30px;
    color: #FFF;
    font: bold 19px IRANSANS;
    border-radius: 30px;
    border:0;
    width: 290px;
    margin: 0 auto;
    display: block;
    background: -moz-linear-gradient(left, #0b80df 0%, #1491ff 49%, #0890f8 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #0b80df), color-stop(49%, #1491ff), color-stop(100%, #0890f8));
    background: -webkit-linear-gradient(left, #0b80df 0%, #1491ff 49%, #0890f8 100%);
    background: -o-linear-gradient(left, #0b80df 0%, #1491ff 49%, #0890f8 100%);
    background: -ms-linear-gradient(left, #0b80df 0%, #1491ff 49%, #0890f8 100%);
    background: linear-gradient(to right, #0b80df 0%, #1491ff 49%, #0890f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b80df', endColorstr='#0890f8', GradientType=1 );
    transition: 0.3s all ease;
}
#reglog .modal-content button:hover {
    opacity: 0.8;
}
#reglog .forgotpass {
    margin-top: 20px;
    display: block;
    color: #3c3c3c;
    font-size:13px;
}
#reglog .forgotpass:hover {
    color: #0c90fa;
}
#reglog .closemodal {
    font-size: 20px;
    position: absolute;
    left: 29px;
    top: 14px;
    cursor: pointer;
    padding: 0px 11px;
    background: #e1eae6;
    border-radius: 100%;
    transition:0.3s all ease;
}
#reglog .closemodal:hover {
    background: #82c6a8;
}
.sidenav {
    position: fixed;
    right: 0;
    z-index: 99999;
    top: 0;
    width: 350px;
    height:100%;
    background: #fff;
    box-shadow: 0px 0px 30px #0000001a;
    display: none;
}
.sidenav .scroll {
    height:inherit;
    overflow: hidden !important;
    padding: 0 !important;
    direction: rtl;
    margin-bottom: 20px;
    overflow-x: hidden;
}
.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}
#scrollbox4 {
    overflow: auto;
    width: auto !important;
}
.track4 {
    width: 10px;
    background-clip: padding-box;
    background: #f1f1f1;
    border-style: solid;
    border-color: transparent;
    border-width: 0;
    border-left-width: 1px;
}
.track4:active {
    background: #d6d6d6; /* No RGBA support */
}
.handle4 {
    width: 10px;
    background-clip: padding-box;
    background: #ccc;
    transition:0.3s background ease;
}
.handle4:hover {
    background: #b1b1b1;
}
.dragging .handle4,
.handle4:active {
    background: gray; /* No RGBA support */
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
}
.sidenav .head {
    padding: 25px 0;
}
.sidenav .head .logo {
    background: url(images/icons.png) no-repeat 95% 4%;
    width: 136px;
    height: 40px;
    margin: 0 auto;
}
.sidenav .profile {
    background: #f9f9f9;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    padding: 25px 0;
    display: flex;
    justify-content: center;
    flex-flow: column;
}
.sidenav .profile .avatar {
    align-self: center;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 100%;
    width: 128px;
    height: 128px;
    border: 1px solid #d6d6d6;
    box-shadow: 4px 2px 14px #0000000f;
}
.sidenav .profile .info {
    font:bold 13px IRANSANS;
    text-align:center;
}
.sidenav .links a {
    padding: 12px;
    display: block;
    border-bottom: 1px solid #EEE;
    color: #000;
    font-size: 13px;
    transition: 0.3s all ease;
}
.sidenav .links a:hover {
    background: #2196F3;
    color: #FFF;
}
/* Nav Side */
/*archive*/
.banner.archive{
	text-align:center;
	background:url(images/archive.png) no-repeat;
	width:100%;
    height: auto;
    padding: 20px;
}
.banner.archive .title{
	font-size:30px;
}
.banner.archive .text{
	color:#fff;
	font-size:15px;
	padding-bottom:20px;
}
.banner.archive form{
	background:#fff;
	border-radius:10px;
	padding:7px;
	width: 579px;
    margin: 0 auto;
}
.banner.archive form input{
	border:1px solid transparent;
}
.banner.archive form input[type=text]{
	width: 82%;
    padding: 10px;
}
.banner.archive form input[type=button]{
	background:#a230d0;
	color:#fff;
	font-size: 16px;
    border-radius: 7px;
    padding: 10px 20px;
}
.banner.archive .direction{
	margin-top:30px;
}
.archive_content .sidebar{
	background:#fff;
	margin: 35px 0;
    padding: 15px;
    border-radius: 5px;
}
.archive_content .sidebar .title{
	border-bottom:1px solid #dedede;
    padding: 10px 0;
	color:#3a3a3a;
	font-size:16px;
	font-weight:bold;
}
.archive_content .sidebar .title span{
	border-bottom:1px solid #a676e4;
	padding-bottom: 10px;
}
.archive_content .sidebar .list {
	padding: 15px 0;
}
.archive_content .sidebar .list span{
	color:#fff;
	background:#5c23a4;
	display: inline-block;
    border-radius: 100%;
    padding: 0 7px;
}
.archive_content .sidebar .list h5{
	color:#5d20a1;
	display: inline-block;
	padding-right: 12px;
}
.archive_content .sidebar .list ul{
	margin-top:10px;
}
.archive_content .sidebar .list ul li{
	padding:5px 0;
}
.archive_content .sidebar button{
	width:100%;
	background:#5f26a7;
	color:#fff;
	font:bold 15px IRANSANS;
	border-radius:5px;
	border:1px solid transparent;
	padding:15px 0;
	-webkit-box-shadow: 2px 9px 17px 0px rgba(235,235,235,1);
	-moz-box-shadow: 2px 9px 17px 0px rgba(235,235,235,1);
	box-shadow: 2px 9px 17px 0px rgba(235,235,235,1);
	margin-bottom: 15px;
}
.archive_content .tab-content {
	margin-top:20px;
}
.archive_content .tab-content .box{
	border-radius:10px;
}
.loader {
    border: 3px solid #e8e8e8;
    border-top: 3px solid #b09bce;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    float: left;
	display:none;
	position: relative;
    top: 26px;
    left: 20px;
}
.loader.profile {
    width: 20px;
    height: 20px;
    top: 21px;
    left: 84px;
    border-color: rgb(255, 255, 255) rgb(255, 255, 255) rgb(255, 255, 255);
    border-image: initial;
    border-top: 3px solid rgb(108, 93, 130);
}
.loader.tbl {
	border: 3px solid transparent;
    border-top: 3px solid #2196F3;
    top: 44px;
    left: 50%;
    position: absolute;
    z-index: 999;
}
.loader.login {
	float: none;
    position: absolute;
    margin: auto;
    top: 16px;
    right: auto;
    border: 3px solid #0060ab;
    display: none;
    border-top: 3px solid #f0eef3;
    width: 20px;
    height: 20px;
}
.loader.basket {
	position: absolute;
    top: 11px;
    left: 32px;
    right: 164px;
    border: 3px dotted #ffffff;
    display: none;
    width: 20px;
    height: 20px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* Blog */
.webblog article {
	box-shadow:0 0 10px #eee;
}
.webblog article figure {
	height:270px;
	overflow:hidden;
	border-radius: 10px 10px 0px 0px;
}
.webblog article .content {
	background:#fff;
	padding:10px;
	border-radius: 0px 0px 10px 10px;
}
.webblog article .content h1 {
	font-size:16px;
	color:#3b3b3b;
	margin-bottom:10px;
}
.webblog article .content p {
	font-size:13px;
}
.webblog article .content .foot {
	font:11px tahoma;
	color:#717171;
	border-top:1px solid #eee;
	padding:15px 0;
	margin-top:7px;
}
.webblog article .content .foot span {
	margin-left:4px;
}
.webblog article .content .foot span i {
	background:#e5e8ec;
	padding:3px 4px;
	margin-left:4px;
}
.webblog .comments {
	margin:15px 0;
}
.webblog .comments .title {
	font:bold 15px iranyekan;
	margin-bottom:10px;
}
.webblog .comments .usercomm {
	background:#fff;
	border-radius:10px;
	padding:10px;
	box-shadow:0 0 10px #eee;
}
.webblog .comments .usercomm .info {
	width:110px;
	height:130px;
	border-radius:5px;
	background:#f2f2f2;
	text-align:center;
	padding-top: 10px;
	font-size:13px;
	display:inline-block;
}
.webblog .comments .usercomm .info img {
	width:55px;
	height:55px;
	border-radius:100%;
	margin: 0 auto;
    display: block;
}
.webblog .comments .usercomm .name {
	font-weight:bold;
	margin-top:8px;
}
.webblog .comments .usercomm .message {
	display:inline-block;
	vertical-align:top;
	margin:5px;
}
.breadcrumb {
    padding: 0 8px 11px;
    background: transparent;
    margin-bottom:20px;
}
.breadcrumb a {
	color:#5a5d61;
	font-size:13px;
	position:relative;
	display: inline-block;
    padding-left: 20px;
}
.breadcrumb a:hover {
	color:#0e0e10;
}
.breadcrumb a:after {
	position: absolute;
    content: '';
    background: url(images/icons.png) no-repeat 66.5% 69%;
    width: 19px;
    height: 19px;
    top: 0;
    left: 0;
}
.breadcrumb a:last-child:after {
	content:none;
	background:none;
}
.weblog article , .comments .user , .weblog .content_left {
	background:#fff;
	border-radius:8px;
	overflow:hidden;
	box-shadow:0px 1px 0px 0px rgba(0, 0, 0, 0.07), 0px 3px 14px rgba(0, 0, 0, 0.03);
	margin-bottom: 20px;
	border: 1px solid #f1f1f1;
}
.weblog .content_left,.comments .user {
	padding: 10px;
}
.weblog figure {
	width:100%;
	overflow:hidden;
}
.weblog figure  img{
	width:100%;
	height:100%;
}
.weblog article .content{
	padding:0 15px;
}
.weblog article .content .ititle {
	position:relative;
	margin: 10px 0;
}
.weblog article h1 {
	font-size: 22px;
	margin: 20px 0;
}
.weblog article .content .ititle h5 {
	font-size: 15px;
    margin: 22px 0;
}
.weblog article .content .ititle .tarakonesh {
	position: absolute;
    top: 6px;
    left: 0;
    background: #FF5722;
    color: #fff;
    padding: 4px 15px 7px;
    border-radius: 5px;
}
.weblog article .content .ititle .tarakonesh.ok {
	background: #76ab38;
}
.weblog article .ititle h2,.comments h5  {
	color:#4f4f4f;
	font:bold 18px iranyekan;
}
.weblog article .content  h2 {
	margin-bottom: 20px;
}
.weblog article .content ul {
    margin-right: 17px;
}
.weblog article .content .wp-caption {
    display: flex;
    width: 100% !important;
    justify-content: center;
    margin: 15px 0;
}
.weblog article .content ul li {
	list-style-type: disc;
	margin-bottom: 9px;
}
.weblog article .content .dlboxholer {
	margin: 30px 0 15px 0;
}
.weblog article .content .dlbox {
	border: 1px solid #2196F3;
	border-radius: 5px 0px 5px 5px;
}
.weblog article .content .dlboxholer .dlbox_title {
    background: #2196F3;
    display: inline-block;
    border-radius: 5px 5px 0px 0px;
    padding: 4px 15px;
    color: #FFF;
}
.weblog article .content .dlbox .dlbox_content {
    padding:16px 10px;
}
.weblog article .content .dlbox .dlbox_content a {
	color: #252525;
    font-size: 13px;
	padding: 7px 10px;
    display: block;
    border-radius: 10px;
	transition:0.3s all ease;
}
.weblog article .content .dlbox .dlbox_content a:hover {
	background: #f7f7f7;
}
.weblog .ititle a {
	color:#4f4f4f;
}




.weblog.page ol li {
	list-style: unset;
    margin-bottom: 14px;
}
.weblog.page .input_holder label {
	display:inline-block;
	font-weight:normal;
	margin-bottom:0;
	padding:8px;
    border-radius: 3px;
}
.weblog.page .input_holder input,.weblog.page .input_holder select,.weblog.page .input_holder textarea {
	background:transparent;
	display:block;
	width:100%;
	font:12px tahoma;
	transition:0.3s all ease;
	margin-top: -1px;
	border: 1px solid #e2e2e2;
    box-shadow: inset 1px 1px 5px #efefef;
	line-height:1.6em;
    padding: 12px;	
}
.weblog.page .input_holder input:focus,.weblog.page .input_holder select:focus,.weblog.page .input_holder textarea:focus {
	border-top:1px solid #a1cd34;
}
.tabcontent .input_holder button,.panell .ticket button {
	width: auto;
	float: left;
	padding: 9px 25px;
	font-weight: normal;
	border-radius: 10px;
	background: #4E76D5;
	border: 1px solid transparent;
	color: #FFF;
}
.weblog.page .input_holder button {
	background: #6c5d82;
    border-radius: 3px;
    box-shadow: 0px 0px 31px rgba(0, 0, 0, 0.2);
    border: 0px;
    color: #fff;
    width: auto;
    padding: 9px 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 16px;
    position: relative;
}
.panell .ticket .support {
	color: #ffffff;
    font-weight: bold;
    padding: 3px 13px;
    background: #4CAF50;
    border-radius: 40px;
    width: 110px;
    display: block;
    text-align: center;
}
.panell .ticket .user {
	color: #ffffff;
    font-weight: bold;
    padding: 3px 13px;
    background: #e91e63;
    border-radius: 40px;
	width: 110px;
    display: block;
    text-align: center;
}
.panell .ticket .done {
	color: #ffffff;
    font-weight: bold;
    padding: 3px 13px;
    border-radius: 40px;
	width: 110px;
    display: block;
    text-align: center;
    background: #757575;	
}
.panell .ticket .close {
	color: #795548;
    font-weight: bold;
}
.weblog article .content p{
	color:#313131;
	font-size: 13px;
	text-align:center;
	line-height: 24px;
	margin: 10px 0;
}
.weblog article .content p a {
	color: #194367;
    border-bottom: 1px dashed;
}
.weblog article .content h2 {
	font-size: 23px;
    margin: 18px 0;
    color: #212025;
}
.weblog article .content h3 {
	font-size: 18px;
    margin: 20px 0;
    color: #212025;
}
.weblog article .content h4 {
	font-size: 15px;
    margin: 20px 0;
    color: #212025;
}
.weblog article .content h5 {
	font-size: 14px;
    margin: 20px 0;
    color: #212025;
}
.weblog article .content h6 {
	font-size: 13px;
    margin: 20px 0;
    color: #212025;
}
code {
	direction: ltr;
	text-align: center;
	width: 100%;
	display: block;
	border: 1px solid #e8cf8b;
	color: #1d190f;
	border-radius: 5px;
	padding: 15px;
	cursor: pointer;
}
ol li {
	list-style: persian;
}
.weblog article .content img {
    
    padding: 5px;
    margin: 15px 0;
}
.weblog article .content .foot{
	margin-top:10px;
	border-top: 1px solid #e4e7ec;
	padding:16px 0;
}
.weblog article .content .foot span{
	font:11px tahoma;
	padding:1px 3px;
	color:#717171;
	margin-left:7px;
}
ol.classicEnlighterJS li {
	direction: ltr;
    text-align: left;
}
ol.EnlighterJS li:LAST-CHILD, ul.EnlighterJS li:LAST-CHILD {
	direction: ltr;
    text-align: left;
}
.weblog article pre {
	direction: ltr;
    background-color: #525252;
    color: #fff;
    font-size: 12px;
    box-shadow: 0 1px 10px #0000001f;
    border: 1px solid #eee;
    margin: 8px 0;
    padding: 10px;
}
.weblog article pre span {
	padding: 0;
    color: #000;
    margin-left: 0;
}
.weblog article .content .tnbn{
	background: #e5e8ed;
    padding: 3px 5px;
}
.comments .user .profile{
    background: #EEE;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}
.comments .user img{
	border-radius:100%;
	width:65px;
	height:65px;
	margin: 0 auto;
    display: block;
}
.comments .user h6{
	font:bold 15px iranyekan;
	color:#303030;
	margin-top: 11px;
}
.comments .user span{
	font-size:10px;
	color:#6b6b6b;
}
.comments .user .command{
	text-align:justify;
	color:#606060;
}
.comments .user.answer {
	background:#f7fff0;
	width:95%;
	margin-right: 37px;
	border:1px solid #a1eb67;
}
.comments .user.answer .profile {
	background:#e3f2d7
}
.comments .commentform .ititle span{
	font:normal 13px iranyekan;
	color:#f9f9f9;
	background:#7e7e7e;
	border-radius:30px;
	padding:1px 10px;
	margin:10px 0;
	display:inline-block;
}
.comments .commentform {
	background:#fff;
	border-radius:15px;
	box-shadow:0px 1px 0px 0px rgba(0, 0, 0, 0.07), 0px 3px 14px rgba(0, 0, 0, 0.03);
	margin-bottom: 20px;
	padding:10px;
	border: 1px solid #f1f1f1;
}
.comments.shop .commentform {
	box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
	border:none;
	border-radius: 0;
    padding: 0;
}
.input_holder label{
	font: normal 13px iranyekan;
    display: inline-block;
    margin: 0px 0;
    border-radius: 0;
}
.ltr {
	direction:ltr;
}
.comments .commentform label {
	background:transparent;
	margin: 6px 7px 7px 0;
}
.comments .commentform input[type=text],.comments .commentform textarea {
	background:#f2f2f2;
	border:none;
	border-radius:8px;
	padding: 12px;
    display: block;
    width: 100%;
	border:1px solid transparent;
	font:12px tahoma;
	transition:0.3s all ease;
}
.comments .commentform textarea {
	height:190px;
}
.comments .tab-content {
	padding:0;
}
.comments .tab-content #comments {
	display:none;
}
.comments.shop .commentform textarea {
	height:208px;
	margin-top:0;
}
.comments .commentform input[type=text]:focus,.comments .commentform textarea:focus {
	background:#fff;
	border:1px solid #80b4e9;
}
.comments .commentform .button{
	background: #4c72ef;
    color: #fffdfe;
    border: none;
    border-radius: 8px;
    padding: 7px 20px;
    float: left;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.39);
	
}
.weblog .content_left .ititle{
	padding:7px;
	margin:0;
	margin-bottom:8px;
	text-align:center;
}
.weblog .content_left .ititle h6{
	color:#484848;
	font:bold 16px iranyekan;
    padding: 8px;
	border-bottom: 1px solid #eee;
	display:inline;
}
.weblog .content_left img{
	width:45px;
	height:45px;
	flex:1;
	border-radius:8px;
	vertical-align:top;
	display:inline;
	margin:4px 10px 0 0;
}
.weblog .content_left .text {
	display:inline-block;
	margin: 8px;
    color: #5c5c5c;
    flex: 4;	
}
.weblog .content_left .text h6 {
	font-size: 11px;
}
.weblog .content_left .text h4{
	font:bold 12px iranyekan;
}
.weblog .content_left .text span{
	font:normal 10px iranyekan;
}
.weblog .content_left ul li a.list{
	background:#fff;
    border-radius: 8px;
	transition:0.3s all ease;
	padding:5px 0;
	display:flex;
}
.weblog .content_left ul li a.list:hover{
	background:#f6f6f6;	
}
.commentform .new_ticket {
	margin: 20px 0;
    display: inline-block;
    background: #FFC107;
    padding: 9px 20px;
    color: #7d5e00;
    font-size: 16px;
    font-weight: normal;
    border-radius: 4px;
}
/** Panel **/
.top .login.panel_top a{
	color:#68696b;
}
.top .login.panel_top a:hover{
	color:#121213;
}
.panell .welcom ,.panell .ticket {
	margin:20px 0px;
}
.panell .welcom .admin img{
	width:55px;
	height:55px;
	border-radius:100%;
	display:inline-block;
}
.panell .welcom .admin  h6 {
	display:inline-block;
	padding:0 10px;
	font-size: 15px;
	color:#3b3b3b;
}
.panell .welcom .admin i{
	color:#c6c6c6;
	font-size:14px;
}
.panell .welcom .admin_left ul {
	margin-top:16px;
	float:left;
}
.panell .welcom .admin_left ul li {
	display:inline-block;
	padding: 0px 5px;
}
.panell .welcom .admin_left ul li.active a {
	background: #eee;
}
.panell .welcom .admin_left ul li a{
	color:#888888;
	padding:7px 15px;
	transition:0.3s all ease;
	border-radius:10px;
}
.panell .welcom .admin_left ul li a:hover{
	background:#637ef1;
	color:#fff;
}
.panell .welcom .dropdown {
	display:inline-block;
	cursor:pointer;
}
.panell .dropdown-menu > li > a {
	padding: 3px 8px;
    font-weight: normal;
}
.panell .ticket {
	padding-bottom: 20px;
}
.panell .ticket .ticket_top {
	padding:8px;
	margin-bottom: 20px;
}
.panell .ticket .ticket_top h5{
	color:#4d4d4d;
	font-size:15px;
	margin-top:5px;
	display:inline-block;
}
.panell .ticket .ticket_top.dash h5 {
	margin-top:13px;
}
.panell .ticket .ticket_top h5 span {
	color: #FF9800;
}
.panell .ticket .ticket_top .spns {
	float:left;
}
.panell .ticket .ticket_top .spns span {
	background: #8bc34a;
    padding: 2px 10px;
    border-radius: 10px;
    font-size: 12px;
    color: #fff;
	display: inline-block;
	width: auto;
}
.panell .ticket .ticket_top .spns span.user {
	background: #ff5722;
	font-weight:normal;
}
.panell .ticket .ticket_top .spns span.close {
	background: #607d8b;
	font-weight:normal;
}
.panell .ticket .ticket_top .spns span.date {
	background: #42aede;
}
.panell .ticket .ticket_top .spns span.cat {
	background: #977acc;
}
.panell .ticket .ticket_top a{
	color: #fff;
    background: #63ce68;
    border-radius: 10px;
    float: left;
    padding: 10px 30px;
    position: relative;
    transition: 0.3s;
    font-size: 15px;
}
.panell .ticket .ticket_top a:hover {
	opacity:0.7;
    box-shadow: none;
}
.panell .ticket table{
	margin:0 auto;
	width:100%;
	margin-top:20px;
}
.panell .ticket table tr th {
    padding: 20px 22px 5px;
    color: #bdbdbd;
    font: normal 14px iranyekan;
    border: 0;
}
.panell .ticket table tr td {
	padding:14px;
	border-bottom: 1px solid #e4e9ef;
	transition:0.2s all ease;
}
.panell .ticket table tr:nth-child(even) {
	background:#f7f8fa;
}
.panell .ticket table tr:hover td {
	background: #fffaeb;
    border-bottom: 1px solid #ffce3b;
}
.panell .ticket table tr td a {
	display:block;
	color: #207ac7;
    font-weight: bold;
}
.panell .ticket table tr td a:hover {
	color:#155082;
}
.form-group {
	position:relative;
}
.loader {
    border: 3px solid #e8e8e8;
    border-top: 3px solid #8bc34a;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    display: none;
    position: absolute;
    top: 5px;
    left: 118px;
}
.loader.login {
	float: none;
    position: absolute;
    margin: 15px auto;
    top: -3px;
    right: 151px;
    border: 3px solid #423652;
    display: none;
    border-top: 3px solid #f0eef3;
    width: 20px;
    height: 20px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
section.blog {
	box-shadow: -11px -21px 42px rgba(0, 0, 0, 0.22);
}
.userticket {
    padding: 13px;
    overflow: hidden;
    box-shadow: 0 0 33px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    border-radius: 10px;
    background: #FFF;
}
.userticket:hover , .userticket.open {
	max-height:initial;
}
.userticket.operator {
    background: #3640b6;
    color: #fff;
}
.userticket.operator strong {
	color:#fff;
}
.userticket.operator .profile {
	border-left: 1px solid #232b88;
}
.userticket .profile {
	text-align: center;
	border-left:1px solid #eee;
}
.userticket .col-md-2 {
	padding-left:0px;
}
.userticket .col-md-10 {
	padding-right:0px;
}
.userticket .text {
	padding-right:10px;
	white-space: pre-line;
}
.userticket code {
	background: #ffffff;
    border: 1px solid #ffffff;
}
.userticket.operator .text a {
	color: #FFF;
    text-decoration: underline !important;
}
.userticket .text h1,.userticket .text h2,.userticket .text h3,.userticket .text h4,.userticket .text h5 , .userticket .text h6 {
	display:inline;
	font-size:14px;
	font-weight:normal;
}
.userticket .profile h6 {
	font-weight:normal;
	margin-top:5px;
}
.userticket .profile h5 {
	font-size:13px;
	margin-top:5px;
}
.userticket .profile img {
	width: 50px;
    height: 50px;
    border-radius: 100%;
}
#single_slider {
	height: auto;
    border-radius: 10px;
    overflow: hidden;
}
#single_slider img {
	border-radius:0 !important;
}
.page {

	padding:15px;
	margin:10px 0;

}
.page .title {
	padding: 10px;
    font: bold 17px IRANSANS;
	display: flex;
    justify-content: center;
    flex-flow: column;
	text-align:center;
	color: #a0a0a0;
}
.page .title:after {
	content:'';
	background:url('images/separator.png') no-repeat;
	width:430px;
	height:60px;
	align-self: center;
	margin-top: 14px;
}
.page #crumbs ul {
	display:flex;
	justify-content: center;
}
.page #crumbs ul li {
    margin: 0 25px;
	display: flex;
    flex-flow: column;
	position:relative;
	width: 100px;
}
.page #crumbs li:after {
	position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background: #eee;
    right: 75px;
    top: 26px;
}
.page #crumbs li:last-child:after {
	background:transparent !important;
}
.page #crumbs li div {
	text-align:center;
}
.page #crumbs .num {
    background: #EEE;
    border-radius: 100%;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: space-around;
    padding-top: 12px;
	align-self: center;
	margin-bottom:5px;
	position:relative;
}
.page #crumbs .num span {
	position: absolute;
    content: '';
    background: #9e9e9e;
    width: 40px;
    height: 40px;
    left: 4px;
    top: 4px;
    z-index: 0;
    border-radius: 100%;
    text-align: center;
    padding-top: 10px;
    color: #FFF;
    font: bold 14px IRANSANS;
}
.page #crumbs li.active .num span,.page #crumbs li.active:after {
	background: #8BC34A;
}
.page .table {
	border: 1px solid #eee;
	position:relative;
}
.page .table thead tr {
	background: #f6f6f6;
	color: #6C6C6C;
}
.page .table thead tr th {
	font-weight: normal;
	font-size: 15px;
	padding: 16px;
	text-align:center;
}
.page .table thead tr th.r {
	text-align:right;
}
.page .table tbody tr td {
	border-bottom: 1px solid #eee;
	vertical-align: middle;
}
.page .table tbody tr:hover td {
	border-bottom: 1px solid #a3daa6;
}
.page .table tfoot tr td.off {
	padding: 15px;
    text-align: right;
}
.page .table tbody tr td.off:hover {
	border-bottom:none;
}
.page .table #off_form {
	display:inline-block;
}
.page .table #off_form .offbtn {
	position:relative;
}
.page .table #off_form span {
	padding-top: 11px;
    margin-left: 10px;
}
.page .table #off_form input[type=text] {
	padding: 10px;
    direction: ltr;
    text-align: center;
    border: 1px solid #d2d2d2;
	transition:0.3s ease all;
}
.page .table #off_form input[type=text]:focus {
	border: 1px solid #03A9F4;
}
.page .table #off_form button {
	padding: 10px;
    direction: ltr;
    text-align: center;
    border: 1px solid transparent;
    background: #FF9800;
    color: #FFF;
	transition:0.3s ease all;
}
.page .table #off_form button:hover {
	background: #ff7800;
}
.page table tr td {
	font-size:13.5px;
	text-align:center;
	font-weight: normal;
	border-top:0px;
}
.page table tr td.infos {
	text-align:right;
	font-size:13px;
}
.page table tr td b {
	font:bold 15px iranyekan;
}
.page table tr td img {
	width:70px;
	margin: 0 auto;
    display: block;
	border-radius: 10px;
}
.page table tr td .delete_basket_post {
	background: url(images/icons.png) no-repeat 67% 85%;
    width: 19px;
    height: 19px;
    display: inline-block;	
	border-bottom: 1px dashed transparent;
	cursor:pointer;
	margin-top: 20px;
}
.page table tr td .delete_basket_post:hover {
	color:#ff3f3f;
	border-bottom: 1px dashed #ff3f3f;
}
.page .table_last thead tr th {
	font-size: 13px;
}
.page .table_last td b {
    font: bold 13px iranyekan;
}
.page .table_last td {
	padding-top: 8px;
    font:normal 13px iranyekan;	
}
.page .goto {
	position: relative;
	background: #fff;
	font: normal 15px iranyekan;
	color:#686868;
	border-radius: 10px;
	border: 0px;
	float: left;
	padding: 10px 0px;
	border: 2px solid #d4d4d4;
	overflow:hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin:15px 0;
}
.page .goto:hover {
	color: #209B14;
	border: 2px solid #32c82e;
}
.page .goto span {
	padding:0 40px;
	display:inline-block;
}
.page .goto.back {
	float:right;
}
.page .goto.back:hover {
	color: #677686;
	border: 2px solid #abb5c5;
}
.page .goto.disable {
	cursor:pointer;
}
.page .goto.disable:hover {
	border-color:#888;
	color:#888;
}
#basket {
	width:100%;
}
.page .mainpage {
	margin:15px;
}
.page .mainpage .box {
	box-shadow: 0 0 30px #Eee;
    padding: 15px;
	border-top:2px solid #ecbd38;
	border: 1px solid #eee;
}
.page .mainpage .box:hover:before {
	background:none;
	content:none;
}
.page .mainpage .box p {
	color:#888;
	font-size:13px;
	font-weight: normal;
}
#choose_pay label {
	display: block;
    margin-bottom: auto;
    font-weight: normal;
}
.page .mainpage .box.nologin {
	border-top:2px solid #4fa412;
}
.page .mainpage .box.checkbasket {
	border-top:2px solid #428bca;
}
.page .mainpage .box.pay {
	border-top:2px solid #86ad27;
}
.page .mainpage .box .ttl {
	font:bold 15px iranyekan;
}
.page .mainpage .box .ttl2 {
	font-weight:normal;
	display:inline-block;
}
.page .mainpage .box .pricesection {
	font-weight:bold;
	display:inline-block;
}
.page .mainpage .box form {
	border-top:1px solid #eee;
	padding:10px 0;
	margin:10px 0;
}
.page #choose_delivery label {
	display:inline-block;
}
.sum_box .top {
	border: 1px solid #8BC34A;
    padding: 15px;
    background: #fafff5;
    color: #52801c;
	border-radius:0px 0px 10px 10px;
}
.sum_box .number {
	font-size: 18px;
    font-weight: bold;
}
.sum_box .bottom {
	border: 1px solid #d0d0d0;
    padding: 15px;
    background: #f9f9f9;
    color: #757575;
    border-radius: 10px 10px 0px 0px;
    margin-top: -1px;
    font-size: 12px;
}
.sum_box .top.two {
	border-radius:5px;
	padding:10px;
	text-align: center;
	margin-top:15px;
}
.totalprice {
	background: #fffde9;
    padding: 12px;
    border-radius: 5px;
    border: 1px solid #FFEB3B;
}
.msg {
	background: #e1f6ff;
    border: 1px solid #90c4da;
    padding: 10px;
    margin-bottom: 10px;
    color: #264c5d;
    border-radius: 10px;
	display: none;
    justify-content: space-between;
}
.msg.mini {
	display: block;
	font-size: 13px;
	padding: 9px;
}
.msg .delete_off {
    padding: 4px 12px;
    background: #6c8a4a;
    color: #FFF;
    font-size: 12px;
    border-radius: 20px;
	cursor:pointer;
	transition:0.3s all ease;
}
.msg .delete_off:hover {
	background: #455a2d;
}
.msg.on {
	display:block;
}
.msg.success {
	background: #f2ffe3;
    border: 1px solid #b1d885;
    color: #446d14;
}
.msg.err {
	background: #ffeae8;
    border: 1px solid #e49891;
    color: #803933;
}
.thanks {
    background: 
#E8F1F9;
padding: 10px;
border-radius: 5px;
line-height: 33px;
border: 1px solid
#A3C3DF;
color:
    #3C6080;
    margin-bottom: 15px;
}
.send_review a {
    display: block;
    background: 
	#8BB95E;
	padding: 13px;
	border-radius: 8px;
	color:#fff;
	position:relative;
	margin-top: 10px;
}
.send_review a:before {
	content:'🙂';
	margin-left: 6px;
	transition:0.3s;
	font-size:20px;
}
.send_review a:hover:before {
	content:'😀';
}
.form-group label {
	font-weight:normal;
}
.form-group label .star {
	color: #F44336;
}
.form-group input[type=text],.form-group input[type=password],.form-group select,.form-group textarea {
	padding:10px;
	font:12px tahoma;
	border-radius:3px;
	border:1px solid #cecece;
	display:block;
	width:100%;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	transition:0.3s all ease;
}
.form-group textarea {
	height:90px;
}
.form-group input[type=text]:focus,.form-group input[type=password]:focus,.form-group select:focus,.form-group textarea:focus {
	box-shadow: 0 2px 5px rgba(118, 208, 222, 0.45);
    border: 1px solid #8bc5e6;
}
.form-group button {
	float: left;
    background-color: #8BC34A;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 0px;
    cursor: pointer;
    color: #fff;
    font: normal 15px iranyekan;
    padding: 6px 24px;
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(45, 45, 45, 0.15);
	position:relative;
	overflow: hidden;
	z-index: 1;
}
.form-group button:before {
	content: '';
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #68a523;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s ease;
    transition: transform 0.5s, opacity 0.5s ease;
    -webkit-transition-timing-function:cubic-bezier(0.2, 0.32, 0.9, 1);
    transition-timing-function: cubic-bezier(0.2, 0.32, 0.9, 1);
}
.form-group button:hover:before {
    -webkit-transform: scale3d(9, 9, 1);
    transform: scale3d(9, 9, 1);
}
.form-group button:active {
	position:relative;
	top:1px;
}
button.log {
	background: #2196F3;
    color: #FFF;
    border: 0;
    border-radius: 10px;
    padding: 7px 17px;
    display: block;
    margin: 10px auto;
    box-shadow: 0 3px 18px #0000002b;
	transition:0.3s all ease;
}
button.log:hover {
	background: #1683da;
}
/* Single Portfolio */
.single .img_back figure {
	height:400px;
	overflow:hidden;
}
.single .img_back img {
	width:100%;
	height:auto;
	opacity: 0.2;
	filter: blur(10px);
}
.single .text {
    text-align: center;
    color: #3c3c3c;
	margin-bottom: 30px;
}
.single .text h1 {
	font-size:27px;
	margin-top:10px;
	color: #6b6b6b;
}
.single .text h3 {
	font-size:14px;
    color: #b7b7b7;	
	font-weight:normal;
}
.single .bottom {
	position: relative;
	border-radius:8px;
	overflow:hidden;
	background:#fff;
	border-bottom:2px solid #cdd6d9;
	box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
}
.single .bottom figure {
	height:normalpx;
	overflow:hidden;
}
.single .bottom figure img {
	width:100%;
	height:auto;
}
.single .bottom .content {
	padding:25px;
}
.single .bottom .ititle {
	margin-bottom:22px;
	float:right;
}
.single .bottom .ititle span {
	font:bold 18px iranyekan;
	color:#949494;
}
.single .bottom .ititle h2 {
	font:bold 18px iranyekan;
	display: inline;
	color:#5a5a5a;
}
.single .bottom .box {
	position: relative;
    padding: 0;
    padding-right: 60px;
    box-shadow: none;
    margin: 0;
    text-align: right;
}
.single .bottom .box:before {
	content:'';
	background:url('images/icons2.png') no-repeat;
	width:56px;
	height:50px;
	background-position:94% 2%;
	position:absolute;
	top: 0;
	right: 0;
}
.single .bottom .box .text div{
	font:normal 14px iranyekan;
	color:#595959;
}
.single .bottom .box .text .tech, .single .bottom .box .text h3{
	font:bold 14px iranyekan;
	color:#d67618;
	margin-top: -5px;
}
.single .bottom .box .text .tech span {
	margin-right:7px;
}
.single .bottom .box.system:before{
	background-position:94% 16%;
}
.single .bottom .box.code:before{
	background-position:94% 31%;
}
.single .bottom .about_project {
	color:#595959;
	margin-top:20px;
	text-align:justify;
}
.single .bottom .content img {
	width:100%;
	height:auto;
	margin:5px 0;
}
.single .bottom .post-ratings img {
	width:auto;
	margin:auto;
}
.post-ratings {
	float:left;
	width:initial !important;
}
.single .bottom .more {
	background: #4c72ef;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.36);
    float: left;
    margin-top: 21px;
    color: #fff;
    padding: 7px 15px;
}
.single .bottom .more:hover {
	background:#2e54cf;
}
.portfolio_box {
	background: #FFF;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #272727;
    border-radius: 15px;
    box-shadow:0 0 33px rgba(0, 0, 0, 0.08);
}
.portfolio_box .title {
    padding: 3px 6px 7px !important;
    border-bottom: 1px solid #EEE;
    margin-bottom: 17px;
    font-weight: bold;
    color: #272727;
    font-size: 16px;
}
.portfolio_box .conts {
	display: flex;
    flex-wrap: wrap;
}
.portfolio_box .conts .post {
    width: 33%;
}
.portfolio_box .conts .post img {
	transition:0.3s all ease;
}
.portfolio_box .conts .post img:hover {
	opacity:0.8;
}
/* Works */
.works article {
	border-radius:3px;
	border-top:2px solid #9eadba;
	padding:15px;
	box-shadow:0 0 20px rgba(0, 0, 0, 0.11);
	transition:0.3s all ease;
	position:relative;
	margin-bottom: 20px;
}
.works article:hover {
	border-top:2px solid #546676;
	-webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform:translate3d(0px,-5px,0px);
}
.works article figure {
	width:150px;
	height:150px;
	border-radius:10px;
	overflow:hidden;
	margin:10px auto;
}
.works article figure img {
	width:100%;
	height:100%;
}
.works article .content {
	text-align:center;
}
.works article .content .post-ratings {
	float:none;
}
.works article .content h2 {
	font:bold 15px iranyekan;
	color:#575757;
}
.works article .content h2 a {
	color:#575757;
}
.works article .content h3 {
	font:normal 12px iranyekan;
	color:#8e8e8e;
}
.works article .footer {
	margin:10px;
	border-radius:20px;
	background: #eef0f2;
	color: #575757;
	padding:5px 0;
	transition:0.3s all ease;
}
.works article .footer span {
    padding: 6px 13px;
    font: normal 11.5px Iransans;
}
.works article .footer span.jlk {
	border-left:1px solid #d7dee4;
	transition:0.3s border ease;
}
.works article .footer i {
	color:#7d91a3;
	transition:0.3s all ease;
}
.works article:hover .footer {
	background: #546676;
	color: #fff;
}
.works article:hover .footer span.jlk  {
	border-left:1px solid #3a4b5a;
}
.works article:hover .footer i {
	color:#fff;
}
.btnhover {
	background: #2e51c3;
    color: #fffdfe;
    border: none;
    border-radius: 8px;
	margin: 10px 0;
    padding: 7px 20px;
    float: left;
    box-shadow:none;
	display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	overflow:hidden;
}
.btnhover::after {
	border-radius: 8px;
	content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #4c72ef;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btnhover:hover::after {
	-webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.btnhover:active {
	top:2px;
}
.commentform .input_holder {
    padding: 3px 0px;
}
.commentform .input_holder label {
	display:inline-block;
	font-weight:normal;
	margin-bottom:0;
	padding:4px 6px;
    border-radius: 3px;
}
.commentform .input_holder input,.commentform .input_holder select,.commentform .input_holder textarea {
	background: #f5f5f5;
    border: 0px;
    border: 1px solid transparent;
    border-top: 1px solid #e8e8e8;
    padding: 14px;
    display: block;
    width: 100%;
    font: 12px tahoma;
    transition: 0.3s all ease;
    margin-top: 1px;
    border-radius: 8px;
	line-height: 1.5em;
}
.commentform .input_holder input[disabled] {
	background-color: #f7f7f7;
}
.commentform .input_holder input:focus,.commentform .input_holder select:focus,.commentform .input_holder textarea:focus{
	border: 1px solid #03A9F4;
    background: #FFF;
}
.commentform .input_holder button.send {
	background:#6c5d82;
	border-radius:8px;
	border:0px;
	color:#fff;
    width: 100%;
	margin-top:7px;
    padding: 9px;
    font-weight: bold;
    font-size: 16px;
	position:relative;
	transition: 0.3s all ease;
}
.commentform .input_holder button.send:hover {
	background: #544767;
}
.swal2-popup .swal2-styled {
	font: normal 15px IRANSANS;
}
.swal2-popup .swal2-title {
	font:bold 31px IRANSANS;
}
.swal2-contentwrapper {
	font-family:IRANSANS;
}
header .loginuser {
	display: flex;
}
header .loginuser img {
	border-radius:100%;
}
header .loginuser .dropdown {
	margin-top: 12px;
    margin-right: 6px;
	font-weight:normal;
	font-size: 13px;
	top:0 !important;
}
header .loginuser .dropdown i {
	background:url('images/icons.png') no-repeat 67% 80%;
	width:15px;
	height:15px;
	display:inline-block;
	margin-right: 6px;
}
header .loginuser .dropdown .dropdown-toggle {
    display: flex;
}
header .loginuser .dropdown h6 {
	cursor:pointer;
	font-size: 13px;
}
header .loginuser .dropdown-menu {
	left: 0 !important;
    top: 32px;
}
header .loginuser .dropdown-menu a {
	font-size: 13px;
}
.dlthemelink {
    display: inline-block;
    padding: 13px 30px;
    background: #699a2e;
    color: #FFF;
    border-radius: 10px;
}
.dlthemelink:hover {
	background: #7daf41;
}
.ititles {
	margin:8px;
}
.ititles h6 {
	font-size: 16px;
    margin-top: 28px;
    color: #7b7b7b;
}
.thumbs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.thumbs a {
  display: block;
  margin: 5px auto;
  border: 5px solid #ccc;
  transition:all 0.2s ease-in-out;
}
.thumbs a img {
  margin: 0px !important;
}
.thumbs a:hover {
  border-color: #5e5eff;
}
.thumb_shower {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0,0,0,0.7);
  text-align: center;
  overflow-y: auto;
  z-index: 99990;
  padding-top: 50px;
  cursor: pointer;
  display:none;
}
.thumb_shower img {
  margin-bottom: 50px !important;
}
.thumb_shower .title {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: auto;
  background: #333;
  color: #fff;
  padding: 10px;
  margin-top: 50px;
}
#tawkchat-maximized-wrapper {
	font:normal 12px tahoma;
}
.ticket_info {
  background: #e6e6e7;
  padding: 10px;
  border-radius: 5px;
  margin: 10px auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.ticket_info span {
  flex: 0 0 50%;
  display: flex;
  justify-content:space-between;
  padding: 10px;
}
tr td:nth-child(4) , tr th:nth-child(4) , tr td:nth-child(5) , tr th:nth-child(5){
  text-align: center;
}
.ititles h4 {
	position:relative;
}
.addcomment {
    position: absolute;
    font-size: 12px;
    background: #FFF;
    color: #5737b4;
    padding: 6px 23px;
    border-radius: 17px;
    top: -27px;
	z-index: 9;
}
.addcomment:before {
	content:'';
	bottom: 0px;
    right: 0;
    position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 14px 14px;
	border-color: transparent transparent #ffffff transparent;
}
.weblog article table code {
    direction: ltr;
    text-align: left;
    width: auto;
    display: inline-block;
    background: #f7efd9;
    border: 0;
    color: #1d190f;
    border-radius: 0;
    padding: 5px;
}
.weblog article td {
    padding: 9px;
    border: 1px solid #dedede;
}
.weblog article tr:hover td {
    background: #f9f9f9;
}
.weblog article th {
    text-align: inherit;
    padding: 10px;
}
.namad img {
	cursor:pointer;
}
.box.contact form {
	margin-top:10px;
}
.box.contact .inputholder {
    display: flex;
    flex-flow: column;
	margin-bottom:5px;
}
.box.contact .inputholder input {
	padding: 11px 6px;
    border-radius: 4px;
    border: 1px solid transparent;
    background: #eaedf1; 
	transition: 0.3s;
}
.box.contact .inputholder input[type="number"] {
	direction:ltr;
}
.box.contact .inputholder input:focus {
	border: 1px solid #2196f3;
    background: #FFF;
}
.box.contact input[type=submit] {
	width: 100%;
    border: 0;
    padding: 10px;
    border-radius: 5px;
    background: #2196F3;
    color: #FFF;
    margin-top: 6px;
    cursor: pointer;
    transition: 0.3s;
}
.box.contact input[type=submit]:hover {
	opacity:0.8;
}
.box.contact p {
	font-size: 12px;
    color: #848484;
    margin-bottom: 7px;
}
.no_sale {
  background: #6767ff;
  padding: 10px;
  border-radius: 5px;
  color: #fff !important;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
  margin: 10px auto;
}
.custom_message {
    background: #ebf6ff;
    border: 1px solid #b2dcff;
    padding: 15px;
    border-radius: 5px;
    color: #263c4e;
}
.wp-pagenavi {
	flex-wrap: wrap;
	background-color: #fff;
    display: flex;
    justify-content: center;
	flex-direction: row-reverse;
	padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 0 22px rgb(230 232 236 / 66%);
	border-radius: 5px;
}
.wp-pagenavi span,.wp-pagenavi a,.content .usercomments .pagination a,.content .usercomments .pagination span  {
	padding: 5px 12px;
    font-size: 14px;
    border-radius: 5px;
    color: #000;
    border: 1px solid #EEE;
    margin: 4px 3px;
	min-width: 35px;
    text-align: center;
	transition: 0.3s;
}
.wp-pagenavi .nextpostslink,.wp-pagenavi .previouspostslink {
	font-size: 12px;
}
.wp-pagenavi span.current,.content .usercomments .pagination span {
    background: #EEE;
}
.wp-pagenavi span.pages {
	border:1px solid transparent;
}
.wp-pagenavi a:hover,.content .usercomments .pagination a:hover {
	color: #1378c5;
    border: 1px solid #1c93f2;
}
/*  */
.biacomment{overflow:hidden;background:#fff;margin:0 0 1.5em;border-radius:10px;box-shadow:0 0 12px RGBA(0,0,0,0.08);width:100%}
.biacomment form{padding:1.2em}
.biacomment form textarea,.biacomment form input{padding:1em 1.5em;border-radius:10px;font-size:14px;background:#f3f3f3;transition:all 300ms ease-out;border:1px solid #d9d9d9}
.biacomment form input{width:49%}
.biacomment form textarea{width:100%;resize:none;height:75px}
.biacomment form input:focus,.biacomment form textarea:focus{border-color:#0b0808}
.biachld2{display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 0 1em}
.biachld3{position:relative;margin:0 0 1em}
.biachld4{margin:1.5em 0 0;border-radius:10px;padding:1em;font-size:13px;display:flex;justify-content:center;align-items:center;color:#929292;border:1px solid #f2f2f2}
.biachld4 svg{margin-left:.7em}
.biacomment form button{position:absolute;left:1em;top:50%;transform:translate(0,-50%);background:#0b0808;border-radius:12px;transition:all 300ms ease-out;color:#fff;padding:.5em 1em;font-size:14px;height:38px}
.biacomment form button:hover,.biacomment form textarea:focus + button,.biacomment form textarea:hover + button{background:#0cb9f1}
.biacmnot{background:#373737;color:#fff;padding:1em;text-align:center}
.biacomment > ul{padding:.3em 1.2em .2em}
.biacomment ul li > span{display:flex;flex-direction:column;border-radius:10px;line-height:2;margin:0 0 1em;position:relative;margin-right:60px;background:#f3f3f3}
.biacomment ul .administrator > span{background:none;border:1px solid #8d8d8d}
.biacomment ul li > span::before{content:"";width: 48px;height: 50px;background:url(images_index/profile.svg) no-repeat;background-size:cover;background-color:#0b0808;border-radius:1em;border:1em solid #0b0808;position:absolute;transform:translate(60px,50%)}
.biacomment ul li > span span{padding:.7em 1.2em 0}
.biacomment ul li > span span b{font-weight:400;font-size:15px}
.biacomment ul li > span span i{color:#929292;font-size:11px;font-style:normal;margin-right:1em}
.biacomment ul li p{display:flex;justify-content:space-between;color:#000;align-items:flex-start;text-align:justify;padding:.5em 1.2em .7em;font-size:13px}
.biacomment ul li strong{color:#0b0808;font-size:12px;font-weight:400;padding:0 1em 1em}
.biacomment ul .administrator span::before{background:url(images_index/profile-w.svg) no-repeat;background-size:cover;background-color:#910a0a;border-color:#910a0a}
.biacomment ul li .children{margin:1em 1.5em 0 0}
.biacomment ul .administrator > span span b{color:#910a0a}
/*  */
.edd-cart-added-alert{position:relative;margin:10px 0 0;color:#3C763D;background-color:#DFF0D8;border:1px solid #D6E9C6;padding:10px;border-radius:4px}
#edd_checkout_cart td,#edd_checkout_cart th{text-align:right}table{border:1px solid #DFDFDF;background-color:#F9F9F9;border-radius:3px;font-family:iranyekan !important,tahoma;color:#333;border-collapse:separate;border-spacing:0}table td,table th{border-top:1px solid #fff;border-bottom:1px solid #DFDFDF;color:#555}table th{text-shadow:0 1px 0 #fff;font-family:iranyekan !important,tahoma;font-weight:400;font-size:18px}
.edd_cart_total{text-align:left!important}
.edd_cart_total,thead{font-size:22px!important}
#edd_checkout_cart td img{float:right;margin:3px 0 0 8px}td,th,tr{text-align:right!important;padding-right:20px}
.widget .list-group-item{padding:10px;margin-bottom:5px;background-color:#F5F5F5;border:none;border-radius:3px}
.edd-submit.button,.edd-submit.button.gray,.edd-submit.button:visited{border:none}
.single-download .edd_download_purchase_form{margin:0!important}
#edd_checkout_cart td img{width:90px;height:90px;}
.edd_checkout_cart_item_title{}
#edd_checkout_form_wrap{
font-family: iranyekan !important;
font-size: 18px;
font-weight: bold;
}
#edd_checkout_form_wrap span.edd-description{font-size: 65%;}
#edd_checkout_form_wrap p{margin: 0 0 12px!important}
#edd_checkout_form_wrap input[type=email], #edd_checkout_form_wrap input[type=password], #edd_checkout_form_wrap input[type=text], #edd_checkout_form_wrap textarea{
padding: 11px 11px!important;
font-family: iranyekan !important;
font-size: 18px;
font-weight: bold;
background: #f9f9f9;
border: solid 1px #eeeeee;
color: #878787;
}
#edd_checkout_form_wrap span.edd-description{display:none!important}
#edd_checkout_form_wrap label{margin: 0 0 15px 0!important;color:#777777;}
#edd_checkout_form_wrap fieldset{padding: 10px 0 0 0;margin: 0 0 21px;border:none!important;}
#edd-purchase-button, .edd-submit, input[type=submit].edd-submit{
padding: 11px 50px!important;
font-size: 19px!important;
font-family: iranyekan !important;
margin:10px 0 10px 0!important;}
#edd_checkout_cart td{font-size: 17px;}
.edd-submit.button.blue {
	background: #15b76b !important;
	border-color: #15b76b !important;
}


/*  */

.edd-terms{
	-webkit-transition-duration:0s;
	transition-duration:0s;
}
.edd_terms_links{
	color: white;
    background-color: rgb(0, 150, 136);
    font-size: 14px;
    padding: 3px 10px;
    border-radius: 3px;
    float: right;
}
.edd_terms_links:hover{
    background-color: #00695c;
}
.edd-terms-agreement{
	width: 100%;
    float: right;
    margin: 15px 0px 10px;
}
.edd_cart_remove_item_btn {
    background-color: #f44336;
    color: white;
    padding: 3px 12px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 16px;
}





.win_teleg {
	margin-bottom: 1em;
}
.win_teleg > span {
	background: linear-gradient(120deg,#1b95c6,#36aad7);
	box-shadow: 0 5px 25px #afd9e9;
	color: #fff;
	padding: .7em 1.5em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-radius: .5em;
	font-size: 14px;
}
.win_teleg > span a {
	background: #fff;
	color: #262626;
	padding: .2em 1em;
	border-radius: .5em;
	margin: .5em 0;
	display: flex;
	align-items: center;
	font-size: 15px;
	animation-duration: 2s;
	animation-delay: 300ms;
	animation-iteration-count: infinite;
	animation-name: voffer;
	transition: all 300ms ease-out;
	font-weight: 400;
}
.win_teleg > span a svg {
	margin-right: .5em;
}
.win_teleg > span {
	color: #fff;
	font-size: 14px;
}

@keyframes voffer {
from,20%,53%,80%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);transform:translate3d(0,0,0)}
40%,43%{animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);transform:translate3d(0,-7px,0)}
70%{animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);transform:translate3d(0,-7px,0)}
90%{transform:translate3d(0,-3px,0)}
}

.aiosrs-rating-wrap .aiosrs-star-rating-wrap {
	display: flex !important;
}
#edd_checkout_form_wrap input[type="checkbox"] {
	display: inline-block;
	margin: 0 5px 0 0;
	width: 20px;
	height: 20px;
}