﻿/* Desktop */
.colm1 {
	width: 8.33%;
}
.colm2 {
	width: 16.66%;
}
.colm25{
	width: 20%;
}
.colm3 {
	width: 25%;
}
.colm4 {
	width: 33.33%;
}
.colm5 {
	width: 41.66%
}
.colm6 {
	width: 50%;
}
.colm7 {
	width: 58.33%;
}
.colm8 {
	width: 66.66%;
}
.colm9 {
	width: 75%;
}
.colm10 {
	width: 83.33%
}
.colm11 {
	width: 91.66%
}
.colm12 {
	width: 100%
}
/*Mobile*/
.mob-swipe-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    background: rgba(0,0,0,0.8);
    display: none;
}
.mobile{
	height: 50px;
	border-bottom: 1px solid #ccc;
	position: fixed;
	top:0;
	width: 100%;
	z-index: 99
}
.header-right-mob{
    background-color: #f94040;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
}
.header-right-mob i{
    display: block;
    font-size: 34px;
}
.header-right-mob i.icon-navicon{
    position: absolute;
    right: -1px;
    color:#fff;
    font-size: 28px;
    padding-top: 4px;
}
.header-right-mob i.icon-android-home{
    padding-right: 25px;
    font-size: 22px;
    padding-top: 6px;
    color:#fff;
}
.header-search-mob,
.header-left-mob{
	width:40px;
	height:50px;
    color: #ccc;
    font-size: 25px;
    padding-top: 7px;
    cursor: pointer
}
.mobile-menu-right{
    display: block;
    position: fixed;
    top: 0;
    right: -260px;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
    transition: 0.2s ease;
}
.mobile-menu li{
    border-bottom: 1px solid #ccc;
    display: block;
}
.mobile-menu li a{
    display: block;
    padding: 10px 10px;
    color: #585858;
    font-size: 14px;
}
/*Mobile Search*/
.mobile-search-form{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 50px;
    z-index: 9999;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}
.mobile-search-input-box{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%!important;
    z-index: 1000;
}
.mobile-search-input-box input {
    width: 100%;
    background: none;
    outline: none;
    font-size: 13px;
    color: #555;
    float: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
    height: 50px;
    line-height: 50px;
    padding: 0 50px;
    font-family: iransans;
    border: none;
    color: #bdbdbd;
}
.mobile-site-search i.search-close{
    position: absolute;
    right: 17px;
    padding: 17px 0;
    z-index: 1001;
    color: #ccc;
}
/*mobile logo*/
.mobile-menu-logo{
	background-color: #fff;
}
/* Laptop */
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md,.visible-lg,.visible-sm,.visible-xs{
	display: none;
}
.visible-md,.hidden-lg,.hidden-sm,.hidden-xs{
	display: block ;
}
.container{
	width: 950px;
}
}
/* Tablet */
@media (min-width: 768px) and (max-width: 991px)  {
.hidden-sm,.visible-lg,.visible-md,.visible-xs{
	display: none;
}
.responsive-spacer{
    margin-top: 30px;
}
.visible-sm,.hidden-lg,.hidden-md,.hidden-xs{
	display: block;
}
.container{
	width: 750px;
}
.colm3-mob{
	width: 25%; 
}
.colm4-tab{
	width: 33.33%; 
}
.colm6-tab{
	width: 50%; 
}
}
/* Mobile */
@media (max-width: 767px){
.hidden-xs,.visible-lg,.visible-md,.visible-sm{
    display: none;
}
.responsive-spacer{
    margin-top: 30px;
}

.menu-item {
    padding-left: 20px;
    padding-bottom: 5px;
    font-size: 15px;
}
.visible-xs,.hidden-lg,.hidden-md,.hidden-sm,.mobile{
	display: block;
}
.container,.colm{
	width: 100%;
}
.colm6-mob{
	width: 100%; 
}
.colm7-mob{
	width: 50%; 
}
.image-sliderr img{
    width: 100%;
    height: 170px;
    padding-top: 50px;
}	

.content-top-excerpt {
    height: 54px;
    padding-right: 10px;
}
.content-top-box-img img {
    max-height: 221px;
}
.content-top-box-img {
    max-height: 221px;
}
.total-content-top {
    padding-right: 20px;
}
.total-content-top::before {
    right: 30px;
}
.content-top-title {
    padding-right: 9px;
}
.footer-address {
    width: 267px;
}
.bottom-title-box {
    height:auto;
}
.content-bottom-title {
    width: 100%;
    height: auto;
    top: unset;
    bottom: unset;
    right: unset;
    left: unset;
    margin: unset;
    position: unset;
    padding-top: 40px;
    padding-bottom: 40px;
}
.article-author {
    padding-right: 30px;
}
.article-date {
    padding-left: 30px;
}
.content-portfolio-img::before {
    content: "";
    position: absolute;
    top: 0;
    right: 116px;
    width: 110px;
    height: 2px;
    background: #bfbfbf;
    z-index: 9999;
    transition: 0.5s;
}
.content-portfolio-img::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 116px;
    width: 110px;
    height: 2px;
    background: #bfbfbf;
    z-index: 9999;
    transition: 0.5s;
}
.content-product-img::before {
    content: "";
    position: absolute;
    top: 0;
    right: 27px;
    width: 110px;
    height: 2px;
    background: #bfbfbf;
    z-index: 9999;
    transition: 0.5s;
}
	.toman {
    color: #000;
    position: absolute;
    bottom: 41px;
    left: 10%;
    font-size: 17px;
    font-weight: 400;
}
	.bottom-price {
    width: 144px;
    height: 28px;
    background: red;
    border: 1px solid #ccc;
    border-radius: 10px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    position: absolute;
    left: 9px;
}
	.content-product-img::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 29px;
    width: 110px;
    height: 2px;
    background: #ff0000;
}
}