@charset "UTF-8";
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/IRANSansWeb(FaNum).eot');
	src: url('../fonts/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'), url('../fonts/IRANSansWeb(FaNum).woff2') format('woff2'), url('../fonts/IRANSansWeb(FaNum).woff') format('woff'), url('../fonts/IRANSansWeb(FaNum).ttf') format('truetype')
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/IRANSansWeb(FaNum)_Bold.eot');
	src: url('../fonts/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'), url('../fonts/IRANSansWeb(FaNum)_Bold.woff') format('woff'), url('../fonts/IRANSansWeb(FaNum)_Bold.ttf') format('truetype')
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/IRANSansWeb(FaNum)_Medium.eot');
	src: url('../fonts/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'), url('../fonts/IRANSansWeb(FaNum)_Medium.woff') format('woff'), url('../fonts/IRANSansWeb(FaNum)_Medium.ttf') format('truetype')
}
@font-face {
	font-family: pinar;
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/pinar-medium.eot');
	src: url('../fonts/pinar-medium.eot?#iefix') format('embedded-opentype'), url('../fonts/pinar-medium.woff2') format('woff2'), url('../fonts/pinar-medium.woff') format('woff'), url('../fonts/pinar-medium.ttf') format('truetype')
}

address,
article,
aside,
blockquote,
body,
div,
em,
figure,
footer,
header,
hgroup,
html,
img,
li,
nav,
ol,
p,
section,
span,
td,
th,
time,
tr,
ul,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit
}

a,
a:visited {
	color: #e31e24;
	text-decoration: none
}

a:hover {
	color: #63090b;
}

* {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

img {
	border: 0
}

body.has-menu-active,
html.has-menu-active {
	height: 100%;
	overflow: hidden
}

body {
	background: #fff;
	padding: 0;
	margin: 0;
	font: 13px 'IRANSans', arial, tahoma;
	color: #525252;
	text-align: right;
	direction: rtl
}

input,
select,
textarea ,
button {
	font: 13px 'IRANSans', tahoma;
	outline: 0
}

:-moz-placeholder,
:-ms-input-placeholder,
::-webkit-input-placeholder {
	color: #bcbcbc;
	opacity: 1
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:active,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:active,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
	-webkit-text-fill-color: #666;
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
	transition: background-color 5000s ease-in-out 0s
}

select {
	background: #fff!important;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer
}

input[type=email] {
	text-align: left;
	direction: ltr
}

.clear {
	clear: both
}

.display-none {
	display: none!important
}

.overflow-hidden {
	overflow: hidden!important
}

.box-sizing {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.text-justify{
	text-align:justify;
}
.alignnone {
	margin: 0 auto;
	display: block
}

.radius3 {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px
}

.radius5 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px
}

.radius10 {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px
}

.radius15 {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px
}

.radius50 {
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	border-radius: 50px
}

.radius100 {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	border-radius: 100%
}

.ease,
.ease:after,
.ease:before {
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out
}
.ease5,
.ease5:after,
.ease5:before {
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.btn{
	min-width:100px;
	height:45px;
	background:#fff;
	display:inline-block;
	overflow:hidden;
	cursor: pointer;
	border:1px solid #e31e24;
	padding:0 25px;
	
	font-size: 16px;
	font-weight: bold;
	color:#e31e24 !important;
	text-align: center;
	line-height: 45px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.btn:hover{
	background:#e31e24;
	
	-webkit-box-shadow:0 0 30px 0 rgba(227, 30, 36, .1);
	-moz-box-shadow:0 0 30px 0 rgba(227, 30, 36, .1);
	box-shadow:0 0 30px 0 rgba(227, 30, 36, .1);
	
	color:#fff !important;
}
.pagewrapper {
	width: 100%
}

.pagewrapper .container {
	width: 1200px;
	margin: 0 auto
}

.pagewrapper .container .part-title {
	width: 100%;
	overflow: hidden;
	display: block;
	margin-bottom: 36px;
	text-align: center
}
.pagewrapper .container .part-title.right .go-archive{
	display:inline-block;
	float:left;
	font-size: 14px;
	line-height:35px;
	color: #464646;
	padding: 0 0 0 10px;
}
.pagewrapper .container .part-title.right .go-archive:hover{
	color:#000;
}
@media only screen and (max-width:1240px) {
	.pagewrapper .container {
		width: -webkit-calc(100% - 40px);
		width: -moz-calc(100% - 40px);
		width: calc(100% - 40px)
	}
}





/* ======================= HEADER ====================== */

#header{
	background:#fff;
	
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
}
#header.fixed{
	position:fixed;
	top:0;
	left:0;
	z-index:100;
}
#header .topbar{
	width:100%;
	background-color:#f6f6f6;
	border-bottom:1px solid #e9e9e9;
}
#header .topbar .container{
	height:40px;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-direction:row-reverse;
}
#header .topbar .container .lang{
	width:30px;
	height:30px;
	border:1px solid #aeaeae;
	overflow:hidden;
	
	color:#565656;
	line-height:30px;
	text-align:center;
}
#header .topbar .container .lang:hover{
	border-color:#e31e24;
	color:#e31e24;
}
#header .topbar .container .social{
	height:25px;
	overflow:hidden;
}
#header .topbar .container .social .item{
	width:25px;
	height:25px;
	fill:#565656;
	margin-right:5px;
}
#header .topbar .container .social .item:hover{
	fill:#e31e24;
}
#header .topbar .container .social .color-set{
	fill:#565656;
}
#header .topbar .container .social .item:hover .color-set{
	fill:#e31e24;
}
#header .topmenu .container{
	height:70px;
	
	display:flex;
	justify-content:space-between;
	align-items:center;
}
#header .topmenu .container .logo{
	float:right;
}
#header .topmenu .container .responsive-button-wrapper{
	width:-moz-calc( 100% - 245px );
	width:-webkit-calc( 100% - 245px );
	width:calc( 100% - 245px );
	
	display:none;
}
#header .topmenu .container .responsive-button{
	display:flex;
	align-items:center;
	cursor:pointer;
}
#header .topmenu .container .responsive-button .lines{
	width: 25px;
	height: 15px;
	overflow: hidden;
	cursor: pointer;
	float: right;
	margin-left:10px;
	
	position: relative;
}
#header .topmenu .container .responsive-button .line {
	width: 25px;
	height: 2px;
	background: #000;
	position: absolute;
	top:0;
	right: 0
}
#header .topmenu .container .responsive-button .line:nth-child(2) {
	width:20px;
	top:6px
}

#header .topmenu .container .responsive-button .line:nth-child(3) {
	width:17px;
	top:13px
}
#header .topmenu .container .responsive-button:hover .line,
#header .topmenu .container .responsive-button.selected .line {
	width:29px;
	background:#e31e24;
}
#header .topmenu .container .responsive-button .label{
	display:inline-block;
	float:right;
	
	font-size:14px;
	font-weight:500;
	color:#565656;
	line-height:25px;
	
	position:relative;
}
#header .topmenu .container .responsive-button.selected .label,
#header .topmenu .container .responsive-button:hover .label{
	color:#e31e24;
}
#header .topmenu .container #main-navigation{
	width:-moz-calc( 100% - 245px );
	width:-webkit-calc( 100% - 245px );
	width:calc( 100% - 245px );
	
	display:block;
}
#header .topmenu .container #main-navigation>ul{
	list-style: none;
	padding: 0
}
#header .topmenu .container #main-navigation>ul>li{
	float:right;
	margin-left:45px;
	padding:15px 0;
	display:inline-block;
	
	position:relative;
}
#header .topmenu .container #main-navigation>ul>li:last-child{
	margin-left:0;
}
#header .topmenu .container #main-navigation>ul>li>a{
	padding-bottom:5px;
	
	font-size:14px;
	color:#333;
	
	position:relative;
	z-index:1;
}
#header .topmenu .container #main-navigation>ul>li.current-menu-item>a,
#header .topmenu .container #main-navigation>ul>li.current_page_item>a,
#header .topmenu .container #main-navigation>ul>li>a:hover{
	color:#e31e24;
}
#header .topmenu .container #main-navigation>ul>li>a:before{
	width:100%;
	height:3px;
	background:#fff;
	display:block;
	content:'';
	
	position:absolute;
	bottom:0;
	left:0;
	z-index:0;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
#header .topmenu .container #main-navigation>ul>li.current-menu-item>a:before,
#header .topmenu .container #main-navigation>ul>li.current_page_item>a:before,
#header .topmenu .container #main-navigation>ul>li>a:hover:before{
	background:#e31e24;
}
#header .topmenu .container #main-navigation>ul>li.menu-item-has-children>a:after{
	overflow:hidden;
	display:inline-block;
	content:'';
	vertical-align:middle;
	margin-right:5px;
	border:solid #333;
    border-width: 0 1px 1px 0;
    padding:2px;
	
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
}
#header .topmenu .container #main-navigation>ul>li.menu-item-has-children.current-menu-item>a:after,
#header .topmenu .container #main-navigation>ul>li.menu-item-has-children.current_page_item>a:after,
#header .topmenu .container #main-navigation>ul>li.menu-item-has-children>a:hover:after{
	border-color:#e31e24;
}
#header .topmenu .container #main-navigation>ul>li>ul{
	width: 240px;
	height: auto;
	background:#fff;
	visibility:hidden;
	padding:0;
	border:1px solid #d3d3d3;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	
	-webkit-box-shadow: 3px 3px 40px 0px rgba(0, 0, 0, .09);
	-moz-box-shadow: 3px 3px 40px 0px rgba(0, 0, 0, .09);
	box-shadow: 3px 3px 40px 0px rgba(0, 0, 0, .09);
	
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	FILTER: alpha(opacity=0);
	
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 10;
	
	-moz-transform: translateY(60px) scale(.9);
	-webkit-transform: translateY(60px) scale(.9);
	-ms-transform: translateY(60px) scale(.9);
	-o-transform: translateY(60px) scale(.9);
	transform: translateY(60px) scale(.9);
    
	-moz-transform-origin: right top;
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}

#header .container #main-navigation>ul>li:hover>ul{
	visibility:visible;
	
	-moz-transform: translateY(0) scale(1);
	-webkit-transform: translateY(0) scale(1);
	-ms-transform: translateY(0) scale(1);
	-o-transform: translateY(0) scale(1);
	transform: translateY(0) scale(1);
	
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	FILTER: alpha(opacity=100);
}
#header .topmenu .container #main-navigation>ul>li>ul>li{
	width: 100%;
	height: auto;
	display:block;
	margin: 0;
	padding:0;
	
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	
	position:relative;
}
#header .topmenu .container #main-navigation>ul>li>ul>li>a{
	width: 100%;
	height: auto;
	min-height:40px;
	display:block;
	background: #fff;
	padding:0 10px;
	margin:0;
	text-align: right;
	font-weight: normal;
	line-height: 40px;
	color: #333;
	border: 0;
	position: relative
}
#header .topmenu .container #main-navigation>ul>li>ul>li>a:first-child{
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-khtml-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}
#header .topmenu .container #main-navigation>ul>li>ul>li>a:last-child{
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	-khtml-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
}
#header .topmenu .container #main-navigation>ul>li>ul>li>a:before{
	width: 8px;
	height: 8px;
	background:#f1f1f1;
	content: '';
	display:inline-block;
	margin-left:5px;
	vertical-align:middle;
	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-khtml-border-radius:2px;
	border-radius:2px;
}
#header .topmenu .container #main-navigation>ul>li>ul>li.current-menu-item>a,
#header .topmenu .container #main-navigation>ul>li>ul>li.current_page_item>a,
#header .topmenu .container #main-navigation>ul>li>ul>li>a:hover{
	color: #e31e24;
	background:#f9f9f9;
}

#header .topmenu .container #main-navigation>ul>li>ul>li.current-menu-item>a:before,
#header .topmenu .container #main-navigation>ul>li>ul>li.current_page_item>a:before,
#header .topmenu .container #main-navigation>ul>li>ul>li>a:hover:before {
	background:#e31e24;
	margin-left:10px;
	
	-moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
}
#header .topmenu .container #main-navigation>ul>li>ul>li.menu-item-has-children>a:after{
	overflow:hidden;
	display:inline-block;
	content:'';
	vertical-align:middle;
	border:solid #333;
    border-width: 0 1px 1px 0;
    padding:2px;
	margin-top:-2px;
	
    -moz-transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
    -o-transform:rotate(135deg);
    -ms-transform:rotate(135deg);
    transform:rotate(135deg);
	
	position:absolute;
	top:50%;
	left:10px;
	z-index:10;
}
#header .topmenu .container #main-navigation>ul>li>ul>li.menu-item-has-children>a:hover:after{
	border-color:#e31e24;
}
#header .topmenu .container #main-navigation>ul>li>ul>li>ul{
	width: 280px;
	height: auto;
	background: #fff;
	overflow:hidden;
	display:none;
	padding: 0;
	border: 1px solid #d3d3d3;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	
	-webkit-box-shadow: 3px 3px 40px 0px rgba(0, 0, 0, .09);
	-moz-box-shadow: 3px 3px 40px 0px rgba(0, 0, 0, .09);
	box-shadow: 3px 3px 40px 0px rgba(0, 0, 0, .09);
	
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	FILTER: alpha(opacity=0);
	
	position: absolute;
	top: 0;
	right: 235px;
	z-index: 10;
	
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	
	-moz-transform: translateX(-40px) scale(.9);
	-webkit-transform: translateX(-40px) scale(.9);
	-ms-transform: translateX(-40px) scale(.9);
	-o-transform: translateX(-40px) scale(.9);
	transform: translateX(-40px) scale(.9);
    
	-moz-transform-origin: right top;
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}
#header .topmenu .container #main-navigation>ul>li>ul>li:hover>ul{
	display:block;
	
	-moz-transform: translateX(0) scale(1);
	-webkit-transform: translateX(0) scale(1);
	-ms-transform: translateX(0) scale(1);
	-o-transform: translateX(0) scale(1);
	transform: translateX(0) scale(1);
	
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	FILTER: alpha(opacity=100);
}
#header .topmenu .container #main-navigation>ul>li>ul>li>ul>li{
	width: 100%;
	height: auto;
	display:block;
	margin: 0;
	padding:0;
	
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
#header .topmenu .container #main-navigation>ul>li>ul>li>ul>li>a {
	width: 100%;
	height: auto;
	min-height:40px;
	display:block;
	background: #fff;
	padding:0 10px;
	margin:0;
	text-align: right;
	font-weight: normal;
	line-height: 40px;
	color: #5d7a8c;
	border: 0;
	position: relative
}#header .topmenu .container #main-navigation>ul>li>ul>li>ul>li>a:first-child{
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-khtml-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}
#header .topmenu .container #main-navigation>ul>li>ul>li>ul>li>a:last-child{
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	-khtml-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
}
#header .topmenu .container #main-navigation>ul>li>ul>li>ul>li>a:before {
	width: 8px;
	height: 8px;
	background:#f1f1f1;
	content: '';
	display:inline-block;
	margin-left:5px;
	vertical-align:middle;
	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-khtml-border-radius:2px;
	border-radius:2px;
}
#header .topmenu .container #main-navigation>ul>li>ul>li>ul>li.current-menu-item>a,
#header .topmenu .container #main-navigation>ul>li>ul>li>ul>li.current_page_item>a,
#header .topmenu .container #main-navigation>ul>li>ul>li>ul>li:hover>a,
#header .topmenu .container #main-navigation>ul>li>ul>li>ul>li>a:hover {
	color: #e31e24;
	background:#f9f9f9;
}

#header .topmenu .container #main-navigation>ul>li>ul>li>ul>li.current-menu-item>a:before,
#header .topmenu .container #main-navigation>ul>li>ul>li>ul>li.current_page_item>a:before,
#header .topmenu .container #main-navigation>ul>li>ul>li>ul>li:hover>a:before,
#header .topmenu .container #main-navigation>ul>li>ul>li>ul>li>a:hover:before {
	background:#e31e24;
	margin-left:10px;
	
	-moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
}
#header .topmenu .container .icons{
	width:113px;
	height:25px;
	float:left;
	
	display:flex;
	justify-content:space-between;
	flex-direction:row-reverse;
}
#header .topmenu .container .icons .item{
	cursor:pointer;
	position:relative;
}
#header .topmenu .container .icons .item svg{
	height:25px;
	fill:#333;
}
#header .topmenu .container .icons .item .cart-contents-count{
	width:20px;
	height:20px;
	background:#e31e24;
	overflow:hidden;
	
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	-khtml-border-radius:50px;
	border-radius:50px;
	
	color:#fff;
	line-height:21px;
	text-align:center;
	
	position:absolute;
	top:-8px;
	right:-8px;
	z-index:1;
}
#header .topmenu .container .icons .item .icon{
	fill:#333 !important;
}
#header .topmenu .container .icons .item:hover .icon{
	fill:#e31e24 !important;
}
@media only screen and (max-width:1240px) {
	#header .topmenu .container #main-navigation>ul>li{
		margin-left:30px;
	}
}
@media only screen and (max-width:1100px) {
	#header .topmenu .container #main-navigation{
		display:none;
	}
	#header .topmenu .container .responsive-button-wrapper{
		display:block;
	}
}





/* ======================= SLIDER ====================== */

#slider{
	direction: ltr;
    position: relative;
	overflow:hidden;
}
.jcarousel-wrapper {
    position: relative;
}
#slider{
    width:100%;
    overflow: hidden;
	display:block;
	margin:0;
	direction:ltr;
	text-align:left;
    position: relative;
}
#slider ul{
    width: 10000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
#slider ul li{
    width:100vw;
	display:block;
	overflow:hidden;
    float: left;
	position:relative;
}
#slider ul li img{
    width: 100%;
    height: auto;
    display: block;
	position:relative;
	z-index:0;
	
	-moz-transition: all 5s ease-out 0.5s;
	-o-transition: all 5s ease-out 0.5s;
	-webkit-transition: all 5s ease-out 0.5s;
	transition: all 5s ease-out 0.5s;
}
#slider ul li.active img{
	-moz-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
}
#slider ul li .title{
	width:auto;
	display:inline-block;
	
	transition-delay:0.5s;
	
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	FILTER: alpha(opacity=0);
	
	position:absolute;
	bottom:22vw;
	z-index:2;
}
#slider ul li.first .title{
	left:36vw;
}
#slider ul li.second .title{
	right:5vw;
}
#slider ul li.active .title{
	bottom:26vw;
	
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	FILTER: alpha(opacity=100);
}
#slider ul li .title h2{
	display:inline-block;
	margin:0;
	
	font:4vw 'pinar','IRANSans',arial,tahoma;
	font-weight:500;
	color:#fff;
	
	position:relative;
	z-index:1;
}
#slider ul li .title:after{
	width:100%;
	height:0.952vw;
	background:rgba( 227,30,36,0.3 );
	display:block;
	content:'';
	
	-moz-border-radius:0.8vw;
	-webkit-border-radius:0.8vw;
	-khtml-border-radius:0.8vw;
	border-radius:0.8vw;
	
	position:absolute;
	bottom:1.3vw;
	left:0;
	z-index:0;
}
#slider ul li .text{
	width:40vw;
	display:inline-block;
	
	font-size:2.3vw;
	font-weight:normal;
	color:#fff;
	line-height:4vw;
	text-align:right;
	
	transition-delay:0.6s;
	
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	FILTER: alpha(opacity=0);
	
	position:absolute;
	bottom:14vw;
	z-index:2;
}
#slider ul li .text span{
	color:#e31e24;
	font-weight:bold;
}
#slider ul li.first .text{
	left:1.3vw;
}
#slider ul li.second .text{
	right:5vw;
}
#slider ul li.active .text{
	bottom:17vw;
	
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	FILTER: alpha(opacity=100);
}
#slider ul li.active.second .text{
	bottom:22vw;
}
#slider ul li .btn{
	min-width:auto;
	width:19vw;
	height:4.5vw;
	background:rgba(255,0,0,0.6);
	border:0;
	padding:0;
	
	font-size:1.75vw;
	font-weight:normal;
	color:#fff !important;
	line-height:4.5vw;
	
	-moz-border-radius:50vw;
	-webkit-border-radius:50vw;
	-khtml-border-radius:50vw;
	border-radius:50vw;
	
	transition-delay:0.7s;
	
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	FILTER: alpha(opacity=0);
	
	position:absolute;
	bottom:6vw;
	z-index:2;
}
#slider ul li.first .btn{
	left:22vw;
}
#slider ul li.second .btn{
	right:5vw;
}
#slider ul li.active .btn{
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	FILTER: alpha(opacity=100);
	
	bottom:9.5vw;
}
#slider ul li.active.second .btn{
	bottom:15vw;
}
#slider ul li .btn:hover{
	background:rgba(255,0,0,0.8);
}
@media only screen and (max-width:500px) {
	#slider ul li .btn{
		width:24vw;
		height:5.5vw;
		
		font-size:2.5vw;
		line-height:5.5vw;
	}
	#slider ul li.first .btn{
		left:18vw;
	}
}






/* ======================= AUTOMOBILES ====================== */

#automobiles-page .container{
	padding:70px 0;
	text-align:center;
}
#automobiles-page .container .section-title{
	display:inline-block;
	margin:0 auto 30px;
	
	position:relative;
}
#automobiles-page .container .section-title h1{
	display:inline-block;
	margin:0;
	
	font:30px 'pinar','IRANSans',arial,tahoma;
	font-weight:500;
	color:#1f1f1f;
	
	position:relative;
	z-index:1;
}
#automobiles-page .container .section-title:after{
	width:100%;
	height:6px;
	background:rgba( 227,30,36,0.3 );
	display:block;
	content:'';
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	
	position:absolute;
	bottom:10px;
	left:0;
	z-index:0;
}
#automobiles-page .container .content{
	display:flex;
	justify-content:center;
	gap:22px;
	flex-wrap:wrap;
}
.automobiles-item{
	width: -moz-calc( ( 100% / 3 ) - 14.66666666666667px );
	width: -webkit-calc( ( 100% / 3 ) - 14.66666666666667px );
	width: calc( ( 100% / 3 ) - 14.66666666666667px );
	
	background:#fff;
	overflow:hidden;
	padding:10px;
	
	-webkit-box-shadow:0 0 14px 1px rgba(0, 0, 0, .07);
	-moz-box-shadow:0 0 14px 1px rgba(0, 0, 0, .07);
	box-shadow:0 0 14px 1px rgba(0, 0, 0, .07);
}
.automobiles-item:hover{
	-webkit-box-shadow:0 0 20px 4px rgba(0, 0, 0, .07);
	-moz-box-shadow:0 0 20px 4px rgba(0, 0, 0, .07);
	box-shadow:0 0 20px 4px rgba(0, 0, 0, .07);
}
.automobiles-item .thumb{
	width:100%;
	overflow:hidden;
	position:relative;
}
.automobiles-item .thumb .poster{
	width: 100%;
	height:auto;
	display: block;
}
.automobiles-item:hover .thumb .poster{
	-moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
	
	filter: brightness(1.3);
}
.automobiles-item .thumb .brand-logo{
	width:50px;
	height:50px;
	background:#fff;
	overflow:hidden;
	border:1px solid #aeaeae;
	
	display:flex;
	justify-content:center;
	align-items:center;
	
	position:absolute;
	top:10px;
	left:10px;
	z-index:1;
}
.automobiles-item .thumb .brand-logo img{
	max-width:50%;
	height:auto;
	display:block;
}
.automobiles-item .title{
	width:100%;
	display:block;
	overflow: hidden;
	padding:0;
	margin:10px 0 0;
	
	font-size: 16px;
	font-weight:500;
	text-align:center;
}
.automobiles-item .title a{
	color:#000;
}
.automobiles-item:hover .title a{
	color:#e31e24 !important;
}
@media only screen and (max-width:1000px) {
	.automobiles-item .title{
		font-size: 13px;
	}
}
@media only screen and (max-width:880px) {
	.automobiles-item{
		width: -moz-calc( 50% - 16.5px );
		width: -webkit-calc( 50% - 16.5px );
		width: calc( 50% - 16.5px );
	}
}
@media only screen and (max-width:650px) {
	.automobiles-item{
		width:80%;
	}
}
@media only screen and (max-width:500px) {
	.automobiles-item{
		width:100%;
	}
}

#automobiles-single .container{
	padding:70px 0;
	text-align:center;
}
#automobiles-single .container .section-title{
	display:inline-block;
	margin:0 auto 40px;
	
	position:relative;
}
#automobiles-single .container .section-title h1,
#automobiles-single .container .section-title h2{
	display:inline-block;
	margin:0;
	
	font:30px 'pinar','IRANSans',arial,tahoma;
	font-weight:500;
	color:#1f1f1f;
	
	position:relative;
	z-index:1;
}
#automobiles-single .container .section-title:after{
	width:100%;
	height:6px;
	background:rgba( 227,30,36,0.3 );
	display:block;
	content:'';
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	
	position:absolute;
	bottom:10px;
	left:0;
	z-index:0;
}
#automobiles-single .container .content{
	color:#000;
	text-align:right;
	line-height:30px;
}
#automobiles-single .container .table-wrapper{
	width:-moz-calc( 50% - 15px );
	width:-webkit-calc( 50% - 15px );
	width:calc( 50% - 15px );
	
	margin-bottom:30px;
	overflow:hidden;
}
#automobiles-single .container .table{
	width:100%;
}
#automobiles-single .container .table .head{
	width:100%;
	height:40px;
	background:#ededed;
	overflow:hidden;
	
	font-size:16px;
	font-weight:500;
	line-height:40px;
	text-align:center;
}
#automobiles-single .container .table .row{
	background:#fff;
}
#automobiles-single .container .table .row:nth-child(even){
	background:#f8f8f8;
}
#automobiles-single .container .table .row .col{
	padding:5px;
	vertical-align:middle;
}
#automobiles-single .container .table .row .col:first-child{
	font-weight:500;
}
#automobiles-single .container .table .row .col:last-child{
	text-align:left;
}
#automobiles-single .container .gallery-content{
	width:100%;
	
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	gap:22px;
}
#automobiles-single .container .gallery-content .item{
	width: -moz-calc( ( 100% / 4 ) - 16.5px );
	width: -webkit-calc( ( 100% / 4 ) - 16.5px );
	width: calc( ( 100% / 4 ) - 16.5px );
	
	background:#fff;
	overflow:hidden;
	padding:2px;
	border:1px solid #eee;
	
	-webkit-box-shadow:0 0 14px 1px rgba(0, 0, 0, .07);
	-moz-box-shadow:0 0 14px 1px rgba(0, 0, 0, .07);
	box-shadow:0 0 14px 1px rgba(0, 0, 0, .07);
	
	position:relative;
}
#automobiles-single .container .gallery-content .item:hover{
	-webkit-box-shadow:0 0 20px 4px rgba(0, 0, 0, .07);
	-moz-box-shadow:0 0 20px 4px rgba(0, 0, 0, .07);
	box-shadow:0 0 20px 4px rgba(0, 0, 0, .07);
}
#automobiles-single .container .gallery-content .item img{
	max-width:100%;
	height:auto;
	display:block;
}
#automobiles-single .container .gallery-content .item:hover img{
	-moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
	
	-webkit-filter: brightness(0.5);
	filter: brightness(0.5);
}
@media only screen and (max-width:1000px) {
	#automobiles-single .container .table-wrapper{
		width:100%;
	}
}
@media only screen and (max-width:800px) {
	#automobiles-single .container .gallery-content .item{
		width: -moz-calc( ( 100% / 3 ) - 14.66666666666667px );
		width: -webkit-calc( ( 100% / 3 ) - 14.66666666666667px );
		width: calc( ( 100% / 3 ) - 14.66666666666667px );
	}
}
@media only screen and (max-width:500px) {
	#automobiles-single .container .gallery-content .item{
		width: -moz-calc( 50% - 11px );
		width: -webkit-calc( 50% - 11px );
		width: calc( 50% - 11px );
	}
}





/* ======================= PRODUCT ARCHIVE PAGE ====================== */

#product-archive .container{
	padding:70px 0;
}
#product-archive .container .cols .block-wrapper{
	width:100%;
	background:#fff;
	overflow:hidden;
	padding:0 15px 15px;
	
	-webkit-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, .09);
	-moz-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, .09);
	box-shadow: 0 1px 10px 1px rgba(0, 0, 0, .09);
}
#product-archive .container .cols .col-title{
	font:17px 'pinar','IRANSans',arial,tahoma;
	font-weight:500;
	color:#1f1f1f;
	text-align:right;
	border-bottom:1px solid #ebebeb;
	padding:15px 0;
	margin:0 0 25px;
}
#product-archive .container .cols .col-title:before{
	width:10px;
	height:10px;
	background:#e31e24;
	display:inline-block;
	content:'';
	vertical-align:middle;
	margin-left:10px;
	
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-khtml-border-radius:2px;
	border-radius:2px;
}
#product-archive .container .cols.sidebar{
	width:300px;
	float:right;
}
#product-archive .container .cols.sidebar .block-wrapper{
	margin-bottom:30px;
}
#product-archive .container .cols.sidebar .block-wrapper.archive .widget-content ul{
	list-style:none;
	margin:0;
	padding:0;
}
#product-archive .container .cols.sidebar .block-wrapper.archive .widget-content ul li{
	display:block;
	margin-bottom:10px;
}
#product-archive .container .cols.sidebar .block-wrapper.archive .widget-content ul li a:before{
	width:10px;
	height:10px;
	background:#fff;
	display:inline-block;
	margin-left:10px;
	border:1px solid #c3ccd3;
	content:'';
	vertical-align:middle;
	
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	-khtml-border-radius:50px;
	border-radius:50px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
#product-archive .container .cols.sidebar .block-wrapper.archive .widget-content ul li a:hover:before{
	border-color:#e31e24;
	background:#e31e24;
	margin-left:15px;
}
#product-archive .container .cols.sidebar .block-wrapper.archive .widget-content ul li a{
	color:#000;
	text-align:right;
	
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
#product-archive .container .cols.sidebar .block-wrapper.archive .widget-content ul li a:hover{
	color:#e31e24;
}
#product-archive .container .cols.content{
	width:-moz-calc( 100% - 325px );
	width:-webkit-calc( 100% - 325px );
	width:calc( 100% - 325px );
	
	float:left;
}
#product-archive .container .cols.content .woocommerce-result-count,
#product-archive .container .cols.content .woocommerce-products-header{
	display:none;
}
#product-archive .container .cols.content .woocommerce-ordering{
	width:100%;
	background:#fff;
	overflow:hidden;
	padding:10px;
	margin-bottom:22px;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	-webkit-box-shadow:0 0 14px 1px rgba(0, 0, 0, .07);
	-moz-box-shadow:0 0 14px 1px rgba(0, 0, 0, .07);
	box-shadow:0 0 14px 1px rgba(0, 0, 0, .07);
}
#product-archive .container .cols.content .woocommerce-ordering .orderby{
	background:#fff url('../images/arrow-down.svg') no-repeat 10px 11px !important;
	
	display:inline-block;
	content:'';
	border:1px solid #ebebeb;
	padding:5px 10px 5px 30px;
	
	color:#565656;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.has-product-list .products{
	list-style:none;
	margin:0;
	padding:0;
	
	display:flex;
	justify-content:start;
	gap:22px;
	flex-wrap:wrap;
}
.has-product-list .products .product{
	width: -moz-calc( ( 100% / 3 ) - 14.66666666666667px );
	width: -webkit-calc( ( 100% / 3 ) - 14.66666666666667px );
	width: calc( ( 100% / 3 ) - 14.66666666666667px );
	
	background:#fff;
	overflow:hidden;
	padding:10px;
	
	text-align:center;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	
	-webkit-box-shadow:0 0 14px 1px rgba(0, 0, 0, .07);
	-moz-box-shadow:0 0 14px 1px rgba(0, 0, 0, .07);
	box-shadow:0 0 14px 1px rgba(0, 0, 0, .07);
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	
	position:relative;
}
.has-product-list .products .product:hover{
	-webkit-box-shadow:0 0 20px 4px rgba(0, 0, 0, .07);
	-moz-box-shadow:0 0 20px 4px rgba(0, 0, 0, .07);
	box-shadow:0 0 20px 4px rgba(0, 0, 0, .07);
}
.has-product-list .products .product .onsale{
	width:45px;
	height:45px;
	background:#e31e24;
	overflow:hidden;
	
	color:#fff;
	line-height:45px;
	text-align:center;
	
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	-khtml-border-radius:100%;
	border-radius:100%;
	
	position:absolute;
	top:20px;
	right:20px;
	z-index:1;
}
.has-product-list .products .product .wp-post-image,
.has-product-list .products .product .attachment-woocommerce_thumbnail{
	width: 100%;
	height: auto;
	display: block
}
.has-product-list .products .product a .woocommerce-loop-product__title{
	min-height:60px;
	overflow: hidden;
	padding:0;
	margin:10px 0;
	
	font-size: 13px;
	font-weight:500;
	color:#565656;
	line-height:30px;
	text-align:center;
}
.has-product-list .products .product a:hover .woocommerce-loop-product__title{
	color:#e31e24;
	
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.has-product-list .products .product .star-rating{
	display:none;
}
.has-product-list .products .product .price{
	width:100%;
	display:block;
	overflow:hidden;
	
	font-size:16px;
	font-weight:bold;
	color:green;
	line-height:40px;
	text-align:center;
}
.has-product-list .products .product .price del{
	margin:0 5px;
	color:#aeaeae;
}
.has-product-list .products .product .price ins{
	text-decoration:none;
	margin:0 5px;
	color:green;
}
.has-product-list .products .product .phone-link{
	font-size:16px;
	font-weight:bold;
	color:green;
	line-height:40px;
	text-align:center;
}
.has-product-list .products .product .wc-forward{
	display:none;
}
.has-product-list .products .product .button{
	width:auto;
	height:35px;
	background:#fff;
	overflow: hidden;
	display:inline-block;
	padding:0 15px;
	margin:10px 0 0;
	border:1px solid #e31e24;
	
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	-khtml-border-radius:50px;
	border-radius:50px;
	
	font-size: 14px;
	font-weight:normal;
	color:#e31e24;
	line-height:35px;
	text-align:center;
	
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	
	position:relative;
}
.has-product-list .products .product .button:hover{
	background:#e31e24;
	color:#fff;
}
.has-product-list .products .product .button.loading{
	background-color:#e31e24;
	color:transparent;
}
.has-product-list .products .product .button.loading:after{
	width:25px;
	height:25px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' id='spinner'%3E%3Crect width='25px' height='25px' fill='none'%3E%3C/rect%3E%3Cline x1='128' x2='128' y1='32' y2='64' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3E%3C/line%3E%3Cline x1='195.882' x2='173.255' y1='60.118' y2='82.745' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3E%3C/line%3E%3Cline x1='224' x2='192' y1='128' y2='128' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3E%3C/line%3E%3Cline x1='195.882' x2='173.255' y1='195.882' y2='173.255' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3E%3C/line%3E%3Cline x1='128' x2='128' y1='224' y2='192' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3E%3C/line%3E%3Cline x1='60.118' x2='82.745' y1='195.882' y2='173.255' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3E%3C/line%3E%3Cline x1='32' x2='64' y1='128' y2='128' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3E%3C/line%3E%3Cline x1='60.118' x2='82.745' y1='60.118' y2='82.745' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3E%3C/line%3E%3C/svg%3E");
	content:'';
	display:inline-block;
	
	margin-top:-12.5px;
	margin-left:-12.5px;
	
	-moz-animation: fa-spin 0.75s linear infinite;
	-o-animation: fa-spin 0.75s linear infinite;
	-webkit-animation: fa-spin 0.75s linear infinite;
	animation: fa-spin 0.75s linear infinite;
	
	position:absolute;
	top:50%;
	left:50%;
	z-index:10;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}

.woocommerce-pagination{
	margin-top:30px;
	overflow: hidden;
	text-align: center
}
.woocommerce-pagination .page-numbers{
	width: auto;
	display: inline-block;
	overflow: hidden;
	list-style:none;
	margin: 0 auto;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.woocommerce-pagination .page-numbers li{
	width: 35px;
	height: 35px;
	overflow: hidden;
	display:inline-block;
	margin: 10px 5px;
}
.woocommerce-pagination .page-numbers li a,
.woocommerce-pagination .page-numbers li span {
	width: 35px;
	height: 35px;
	overflow: hidden;
	display: block;
	border:1px solid #e31e24;
	
	font-size: 15px;
	color: #e31e24;
	text-align: center;
	line-height: 37px;
	font-weight:500;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.woocommerce-pagination .page-numbers li a:hover {
	color: #fff;
	background-color:#c12f13;
}
.woocommerce-pagination .page-numbers li span.current {
	background-color:#e31e24;
	color:#fff;
}

@media only screen and (max-width:1100px) {
	.has-product-list .products .product{
		width: -moz-calc( 50% - 11px );
		width: -webkit-calc( 50% - 11px );
		width: calc( 50% - 11px );
	}
}
@media only screen and (max-width:900px) {
	#product-archive .container .cols.sidebar{
		width:100%;
	}
	#product-archive .container .cols.content{
		width:100%;
		margin-bottom:22px;
	}
	.has-product-list .products .product{
		width: -moz-calc( 50% - 11px );
		width: -webkit-calc( 50% - 11px );
		width: calc( 50% - 11px );
	}
}
@media only screen and (max-width:500px) {
	.has-product-list .products .product{
		width: 100%;
	}
}





/* ======================= PRODUCT SINGLE PAGE ====================== */

#product-single .container{
	padding:70px 0;
}
#product-single .container .content{
	width:100%;
	background:#fff;
	overflow:hidden;
	padding:35px;
}
#product-single .product-images {
    width:436px;
    overflow: hidden;
	float:right;
}
#product-single .product-images .stage-wrapper{
	width:100%;
	overflow:hidden;
	position:relative;
}
#product-single .product-images .stage-wrapper .prev,
#product-single .product-images .stage-wrapper .next{
	width:40px;
	height:40px;
	background:rgba(173,173,173,0.8);
	cursor:pointer;
	overflow:hidden;
	margin-top:-20px;
	
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	FILTER: alpha(opacity=0);
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	
	display:flex;
	justify-content:center;
	align-items:center;
	
	position:absolute;
	top:50%;
	z-index:100;
}
#product-single .product-images .stage-wrapper .next{
	right:20px;
}
#product-single .product-images .stage-wrapper .prev{
	left:20px;
}
#product-single .product-images:hover .stage-wrapper .prev,
#product-single .product-images:hover .stage-wrapper .next{
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	FILTER: alpha(opacity=100);
}
#product-single .product-images .stage-wrapper .prev span,
#product-single .product-images .stage-wrapper .next span{
	overflow:hidden;
	display:inline-block;
	content:'';
	vertical-align:middle;
	border:solid #fff;
    padding:4px;
	
    -moz-transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
    -o-transform:rotate(135deg);
    -ms-transform:rotate(135deg);
    transform:rotate(135deg);
}
#product-single .product-images .stage-wrapper .next span{
	border-width:2px 0 0 2px;
	margin-left:-3px;
}
#product-single .product-images .stage-wrapper .prev span{
	border-width:0 2px 2px 0;
	margin-left:3px;
}
#product-single .product-images .carousel-stage{
	width:100%;
	overflow:hidden;
	position:relative;
	direction:ltr;
	border:10px solid #f8f8f8;
}
#product-single .product-images .carousel-stage ul{
	width: 10000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
#product-single .product-images .carousel-stage ul li{
	float:left;
	position:relative;
}
#product-single .product-images .carousel-stage ul li a:before{
	width:100%;
	height:100%;
	background:#000;
	display:block;
	overflow:hidden;
	content:'';
	
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	FILTER: alpha(opacity=0);
	
	position:absolute;
	top:0;
	left:0;
	z-index:1
}
#product-single .product-images .carousel-stage ul li a:hover:before{
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;
	FILTER: alpha(opacity=0.5);
}
#product-single .product-images .carousel-stage ul li a:after{
	width:40px;
	height:40px;
	background:rgba( 173,173,173,0.8 ) url('../images/search.svg') no-repeat center;
	
	-moz-background-size:25px;
	-webkit-background-size:25px;
	-khtml-background-size:25px;
	background-size:25px;
	
	display:block;
	overflow:hidden;
	content:'';
	margin:-20px 0 0 -20px;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	FILTER: alpha(opacity=0);
	
	position:absolute;
	top:50%;
	left:50%;
	z-index:1
}
#product-single .product-images .carousel-stage ul li a:hover:after{
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	FILTER: alpha(opacity=100);
}
#product-single .product-images .carousel-stage ul li img{
	width:100%;
	height:auto;
	display:block;
	position:relative;
	z-index:0;
}
#product-single .product-images .carousel-navigation {
    width:100%;
	overflow:hidden;
	position:relative;
	direction:ltr;
	margin-top:20px;
}
#product-single .product-images .carousel-navigation ul{
	width: 10000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
#product-single .product-images .carousel-navigation ul li{
	margin-right:6px;
	float:left;
	border:2px solid #f8f8f8;
	cursor:pointer;
}
#product-single .product-images .carousel-navigation ul li:hover{
	border-color:#f5f5f5;
}
#product-single .product-images .carousel-navigation ul li img{
	width:100%;
	height:auto;
	display:block;
}
#product-single .summary {
    width:-moz-calc( 100% - 480px );
    width:-webkit-calc( 100% - 480px );
    width:calc( 100% - 480px );
	
    overflow: hidden;
    float: left;
    position: relative;
	
	font-size:14px;
	color:#333;
	line-height:35px;
}
#product-single .summary .product_title  {
    margin:0 0 20px;
    font-size: 22px;
    font-weight: bold;
    color: #565656;
}
#product-single .summary .product_meta{
    width:100%;
	overflow:hidden;
	display:block;
	margin:0 0 20px;
}
#product-single .summary .product_meta div{
    width:100%;
	overflow:hidden;
	display:block;
}
#product-single .summary .product_meta div a,
#product-single .summary .product_meta div span{
	margin-right:5px;
}
#product-single .summary .product_meta div span{
	color:#888;
}
#product-single .summary .product_meta div .instock{
	color:green;
	font-weight:bold;
}
#product-single .summary .product_meta div .outofstock{
	color:red;
	font-weight:bold;
}
#product-single .summary .price{
	width:100%;
	display:block;
	overflow:hidden;
	
	font-size:16px;
	font-weight:bold;
	color:green;
	line-height:40px;
	text-align:right;
}
#product-single .summary .price del{
	margin:0 5px;
	color:#aeaeae;
}
#product-single .summary .price ins{
	text-decoration:none;
	margin:0 5px;
	color:green;
}
#product-single .summary .phone-link{
	font-size:16px;
	font-weight:bold;
	color:green;
	line-height:40px;
	text-align:right;
}
#product-single .summary .variations .label,
#product-single .summary .variations .reset_variations,
#product-single .summary .stock{
    display:none !important;
}
#product-single .summary form.cart {
    width: 100%;
    overflow: hidden;
	margin-top:20px;
}
#product-single .summary .quantity {
	height:40px;
	overflow:hidden;
	float:right;
	display: inline-block;
    border:1px solid #ebebeb;
	
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	-khtml-border-radius:50px;
	border-radius:50px;
}
#product-single .summary .quantity .plus,
#product-single .summary .quantity .minus {
    width: 45px;
    height: 40px;
    background:#f6f6f6;
    cursor: pointer;
    border: 0;
    padding:0;
    float: right;
    font-size: 20px;
    color:#333;
    line-height: 43px;
	
	-moz-border-radius:0 50px 50px 0;
	-webkit-border-radius:0 50px 50px 0;
	-khtml-border-radius:0 50px 50px 0;
	border-radius:0 50px 50px 0;
}
#product-single .summary .quantity .minus {
    float: left;
    font-size: 38px;
	
	-moz-border-radius:50px 0 0 50px;
	-webkit-border-radius:50px 0 0 50px;
	-khtml-border-radius:50px 0 0 50px;
	border-radius:50px 0 0 50px;
}
#product-single .summary .quantity .minus.disabled {
    color: rgba(106,106,106,.5)
}
#product-single .summary .quantity .plus:hover,
#product-single .summary .quantity .minus:hover {
	background:#f2f2f2;
}
#product-single .summary .quantity .text {
    width: 45px;
    height: 40px;
	background:#fff;
    border: 0;
    padding:0;
    font-size: 15px;
    color: #333;
    line-height: 38px;
    text-align: center
}
#product-single .summary .single_add_to_cart_button {
    height:40px;
    background:#fff;
    overflow: hidden;
    display: inline-block;
    padding:0 15px;
	margin-right:25px;
	border:1px solid #e31e24;
    cursor: pointer;
    
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
	-moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
	
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	-khtml-border-radius:50px;
	border-radius:50px;
	
	font-family:'IRANSans';
    font-size: 15px;
	font-weight:500;
    color: #e31e24;
	text-align:center;
	line-height:40px;
}
#product-single .summary .single_add_to_cart_button:hover {
    background: #e31e24;
	color:#fff;
}
#product-single .summary .woocommerce-product-details__short-description{
	margin-top:20px;
}
#product-single .container .related.products{
	display:block;
	text-align:center;
	margin-top:30px;
}
#product-single .container .woocommerce-tabs{
	display:block;
	margin-top:30px;
}
#product-single .container .woocommerce-tabs .tabs{
	list-style:none;
	margin:0;
	padding:0;
	display:flex;
	justify-content:center;
	gap:10px;
}
#product-single .container .woocommerce-tabs .tabs li{
	width:auto;
	height:40px;
	display:inline-block;
	overflow:hidden;
}
#product-single .container .woocommerce-tabs .tabs li a{
	height:40px;
	background:#f7f7f7;
	display:inline-block;
	padding:0 20px;
	border:1px solid #eee;
	
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	border-radius: 50px;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
	-moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
	
	font-size:13px;
	color:#555;
	line-height:40px;
	text-align:center;
}
#product-single .container .woocommerce-tabs .tabs li.active a,
#product-single .container .woocommerce-tabs .tabs li a:hover{
	background:#f5f5f5;
	border-color:#ccc;
	
	color:#222;
	font-weight:bold;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel{
	width:100%;
	background:#f8f8f8;
	overflow:hidden;
	margin-top:10px;
	padding:20px;
	
	line-height:35px;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description img{
	max-width:100%;
	height:auto;
	display:block;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel h2:first-child{
	display:none;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel .commentlist {
	list-style: none
}

#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel .commentlist li {
	background: #fff;
	overflow: hidden;
	border:1px solid #f1f1f1;
	margin-bottom:10px;
	padding: 13px;
	color: #888;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}

#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel .commentlist li.child {
	background: #f9f9f9;
}

#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel .commentlist li:last-child {
	margin-bottom: 0
}

#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel .commentlist li .avatar {
	width:90px;
	height:90px;
	overflow: hidden;
	float: right;
	margin-left: 13px;
	padding: 1px;
	border: 1px solid #e2e2e2
}

#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel .commentlist li .comment-text {
	width: -moz-calc(100% - 107px);
	width: -webkit-calc(100% - 107px);
	width: calc(100% - 107px);
	overflow: hidden;
	float: right;
	
	text-align:right;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel .commentlist li .comment-text .meta,
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel .commentlist li .comment-text .star-rating{
	display:inline-block;
	float:right;
	margin-left:20px;
	
	font-size:12px;
	color:#ccc;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel .commentlist li .comment-text .star-rating{
	float:left;
	margin-top:10px;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel .commentlist li .comment-text .description{
	width:100%;
	overflow:hidden;
	display:block;
	margin-top:10px;
	
	line-height:30px;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #respond{
	width:100%;
	background:#fff;
	overflow:hidden;
	border:1px solid #e1e1e1;
	padding:20px;
	margin-top:20px;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #respond #reply-title{
	display:none;
}
.star-rating {
	float: right;
	width: 75px;
	height: 14px;
	background: url('../images/star.png') repeat-x left 0
}
.star-rating span {
	background: url('../images/star.png') repeat-x left -14px;
	height: 0;
	padding-top: 20px;
	overflow: hidden;
	float: right
}
.hreview-aggregate .star-rating {
	margin: 15px 0 0 0
}
p.stars:after {
	content: "";
	display: block;
	clear: both
}
p.stars span {
	width: 75px;
	height: 14px;
	position: relative;
	float: right;
	background: url('../images/star.png') repeat-x left 0
}
p.stars span a {
	float: right;
	position: absolute;
	left: 0;
	top: 0;
	width: 15px;
	height: 0;
	padding-top: 20px;
	overflow: hidden
}
p.stars span a:hover,
p.stars span a:focus {
	background: url('../images/star.png') repeat-x left -14px
}
p.stars span a.active {
	background: url('../images/star.png') repeat-x left -14px
}
p.stars span a.star-1 {
	width: 15px;
	z-index: 10
}
p.stars span a.star-2 {
	width: 30px;
	z-index: 9
}
p.stars span a.star-3 {
	width: 45px;
	z-index: 8
}
p.stars span a.star-4 {
	width: 60px;
	z-index: 7
}
p.stars span a.star-5 {
	width: 75px;
	z-index: 6
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .comment-form-author,
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .comment-form-email{
	width: -moz-calc( 50% - 5px );
	width: -webkit-calc( 50% - 5px );
	width: calc( 50% - 5px );
	
	overflow:hidden;
	display:inline-block;
	margin-left:6px;
	margin-bottom:10px;	
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .comment-form-email{
	margin-left:0;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform input[type="email"],
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform input[type="text"]{
	width:100%;
	height:40px;
	background:#f9f9f9;
	border:1px solid #e1e1e1;
	padding:0 10px;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .comment-form-comment{
	width:100%;
	overflow:hidden;
	display:block;
	margin:20px 0 10px;	
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .comment-form-comment textarea{
	width:100%;
	height:120px;
	background:#f9f9f9;
	border:1px solid #e1e1e1;
	float:right;
	margin-bottom:10px;
	padding:5px 10px;
	
	line-height:30px;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .submit {
	height:40px;
	display:inline-block;
	background:#fff;
	overflow:hidden;
	padding:0 20px;
	margin:10px auto 0;
	border:1px solid #e31e24;
	cursor:pointer;
	
	font-size:14px;
	font-weight:500;
	color:#e31e24 !important;
	
	position:relative;
	
	-moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
	
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	-khtml-border-radius:50px;
	border-radius:50px;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .submit:hover{
	background:#e31e24;
	color:#fff !important;
}
#product-single .container .related.products .section-title{
	display:inline-block;
	margin:0 auto 45px;
	
	position:relative;
}
#product-single .container .related.products .section-title h2{
	display:inline-block;
	margin:0;
	
	font:30px 'pinar','IRANSans',arial,tahoma;
	font-weight:500;
	color:#1f1f1f;
	
	position:relative;
	z-index:1;
}
#product-single .container .related.products .section-title:after{
	width:100%;
	height:6px;
	background:rgba( 227,30,36,0.3 );
	display:block;
	content:'';
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	
	position:absolute;
	bottom:10px;
	left:0;
	z-index:0;
}
#product-single .container .related .products .product{
	width:-moz-calc( 25% - 16.5px );
	width:-webkit-calc( 25% - 16.5px );
	width:calc( 25% - 16.5px );
}



@media only screen and (max-width:1100px) {
	#product-single .product-images {
		width:389px;
	}
	#product-single .summary {
		width:-moz-calc( 100% - 420px );
		width:-webkit-calc( 100% - 420px );
		width:calc( 100% - 420px );
	}
}
@media only screen and (max-width:900px) {
	#product-single .product-images {
		width:436px;
		margin:0 auto 30px;
		float:none;
	}
	#product-single .summary {
		width:100%;
	}
	#product-single .container .related .products .product{
		width:-moz-calc( 50% - 11px );
		width:-webkit-calc( 50% - 11px );
		width:calc( 50% - 11px );
	}
}
@media only screen and (max-width:600px) {
	#product-single .product-images {
		width:100%;
	}
	#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .comment-form-author,
	#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .comment-form-email{
		width:100%;
		margin-left:0;
	}
	#product-single .container .related .products .product{
		width:100%;
	}
}
@media only screen and (max-width:500px) {
	#product-single .summary{
		text-align:center;
	}
	#product-single .summary .price{
		text-align:center;
	}
	#product-single .summary .quantity {
		clear:both;
		float:none;
		margin-bottom:20px;
	}
	#product-single .summary .single_add_to_cart_button {
		display:block;
		clear:both;
		margin:0 auto;
		float:none;
	}
}





/* ======================= CHECKOUT PAGE ====================== */

#checkout-page .container{
	padding:70px 0;
	
	color:#000;
	line-height:35px;
}
#checkout-page .container .woocommerce-info{
	border-color:#e31e24;
}
#checkout-page .container .woocommerce-info::before{
	color:#e31e24;
}
#checkout-page .container .woocommerce{
	width:100%;
}
#checkout-page .container .woocommerce form .form-row input.input-text{
	height:40px;
	background:#fff;
	border:1px solid #aeaeae;
	padding:0 10px;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	
	font-family:'IRANSans';
	font-size:14px;
	color:#000;
	line-height:40px;
}
#checkout-page .container .woocommerce form .form-row textarea{
	background:#fff;
	border:1px solid #aeaeae;
	padding:10px;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	
	font-family:'IRANSans';
	font-size:14px;
	color:#000;
	line-height:30px;
}
.select2-container .select2-selection--single{
	height:40px !important;
	border-color:#b5b5b5 !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
	line-height:40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	top:7px !important;
}
#checkout-page .container h3{
	font-size:17px;
	font-family:'pinar';
	font-weight:500;
	color:#1f1f1f;
	text-align:right;
	
	margin:0 0 30px;
}
#checkout-page .container h3#order_review_heading{
	margin-top:30px;
}
#checkout-page .container .button{
	min-width:100px;
	height:40px;
	background:#fff;
	display:inline-block;
	overflow:hidden;
	cursor: pointer;
	border:1px solid #e31e24;
	padding:0 15px;
	
	font-size: 14px;
	font-weight: 500;
	color:#e31e24 !important;
	text-align: center;
	line-height: 38px;
	
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	border-radius: 50px;
	
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#checkout-page .container .button:hover{
	background:#e31e24;
	
	-webkit-box-shadow:0 0 30px 0 rgba(227, 30, 36, .1);
	-moz-box-shadow:0 0 30px 0 rgba(227, 30, 36, .1);
	box-shadow:0 0 30px 0 rgba(227, 30, 36, .1);
	
	color:#fff !important;
}

#checkout-page .container .place-order .button{
	margin-top:25px;
}





/* ======================= CART PAGE ====================== */

#cart-page .container{
	padding:70px 0;
}
#cart-page .container .woocommerce{
	width:100%;
	color:#333;
}
#cart-page .container .button[name="update_cart"]{
	display:none !important;
}
#cart-page .container .button{
	min-width:100px;
	height:30px;
	background:#fff;
	display:inline-block;
	overflow:hidden;
	cursor: pointer;
	border:1px solid #e31e24;
	padding:0 15px;
	
	font-size: 13px;
	font-weight: 500;
	color:#e31e24 !important;
	text-align: center;
	line-height: 28px;
	
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	border-radius: 50px;
	
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#cart-page .container .button:hover{
	background:#e31e24;
	
	-webkit-box-shadow:0 0 30px 0 rgba(227, 30, 36, .1);
	-moz-box-shadow:0 0 30px 0 rgba(227, 30, 36, .1);
	box-shadow:0 0 30px 0 rgba(227, 30, 36, .1);
	
	color:#fff !important;
}
#cart-page .container .shop_table .product-remove{
	width:25px;
}
#cart-page .container .shop_table .product-remove a.remove:hover{
	background:none !important;
	color:#e31e24 !important;
}
#cart-page .container .shop_table .product-thumbnail{
	width:100px;
}
#cart-page .container .shop_table .product-thumbnail img{
	max-width:100px;
	height:auto;
}
#cart-page .container .shop_table .quantity {
	display: inline-block;
    border:1px solid #ebebeb;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#cart-page .container .shop_table .quantity .plus,
#cart-page .container .shop_table .quantity .minus {
    width: 30px;
    height: 30px;
    background:#f6f6f6;
    cursor: pointer;
    border: 0;
    padding:0;
    float: right;
    font-size: 20px;
    color:#333;
    line-height: 33px;
	
	-moz-border-radius:0 5px 5px 0;
	-webkit-border-radius:0 5px 5px 0;
	-khtml-border-radius:0 5px 5px 0;
	border-radius:0 5px 5px 0;
}
#cart-page .container .shop_table .quantity .minus {
    float: left;
    font-size: 28px;
	
	-moz-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;
	-khtml-border-radius:5px 0 0 5px;
	border-radius:5px 0 0 5px;
}
#cart-page .container .shop_table .quantity .minus.disabled {
    color: rgba(106,106,106,.5)
}
#cart-page .container .shop_table .quantity .plus:hover,
#cart-page .container .shop_table .quantity .minus:hover {
	background:#f2f2f2;
}
#cart-page .container .shop_table .quantity .text {
    width: 30px;
    height: 25px;
	background:#fff;
    border: 0;
    padding:5px 0 0 0;
    font-size: 15px;
    color: #333;
    line-height: 30px;
    text-align: center
}
#cart-page .container .shop_table .coupon{
	float:right !important;
}
#cart-page .container .shop_table .coupon .input-text{
	width:170px;
	height:30px;
	background:#fff;
	border:1px solid #aeaeae;
	padding:0 10px;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	font-family:'IRANSans';
	font-size:14px;
	color:#000;
	line-height:30px;
}
#cart-page .container .shop_table .coupon .button {
	width:auto !important;
	padding:0 10px;
	float:none !important;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#cart-page .container .cart-collaterals .cart_totals h2{
	font:20px 'pinar','IRANSans',arial,tahoma;
	font-weight:500;
	color:#1f1f1f;
	text-align:right;
	
	margin:0 0 10px;
}
#cart-page .container .cart-collaterals .cart_totals .checkout-button{
	height:40px;
	
	font-size:15px;
	line-height:38px;
}
#cart-page .container .return-to-shop{
	width:100%;
	text-align:center;
}
#cart-page .container .return-to-shop .button{
	min-width:100px;
	height:45px;
	background:#fff;
	display:inline-block;
	overflow:hidden;
	cursor: pointer;
	border:1px solid #e31e24;
	padding:0 25px;
	
	font-size: 16px;
	font-weight: bold;
	color:#e31e24 !important;
	text-align: center;
	line-height: 45px;
	
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	border-radius: 50px;
	
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#cart-page .container .return-to-shop .button:hover{
	background:#e31e24;
	
	-webkit-box-shadow:0 0 30px 0 rgba(227, 30, 36, .1);
	-moz-box-shadow:0 0 30px 0 rgba(227, 30, 36, .1);
	box-shadow:0 0 30px 0 rgba(227, 30, 36, .1);
	
	color:#fff !important;
}

@media only screen and (max-width:400px) {
	#cart-page .container .shop_table .coupon{
		width:100%;
	}
	#cart-page .container .shop_table .coupon .input-text{
		width:100%;
		margin-bottom:10px;
	}
	#cart-page .container .shop_table .coupon .button {
		width:100% !important;
	}

}




/* ======================= ACCOUNT PAGE ====================== */

#account-part .container{
	padding:70px 0;
}
#account-part .container .woocommerce .section-title{
	display:inline-block;
	margin:0 auto 30px;
	
	position:relative;
}
#account-part .container .woocommerce .section-title h2{
	display:inline-block;
	margin:0;
	
	font:30px 'pinar','IRANSans',arial,tahoma;
	font-weight:500;
	color:#1f1f1f;
	
	position:relative;
	z-index:1;
}
#account-part .container .woocommerce .section-title:after{
	width:100%;
	height:6px;
	background:rgba( 227,30,36,0.3 );
	display:block;
	content:'';
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	
	position:absolute;
	bottom:10px;
	left:0;
	z-index:0;
}
#account-part .container .woocommerce .center{
	text-align:center;
	line-height:30px;
}
#account-part .container .woocommerce #customer_login{
	text-align:center;
}
#account-part .container .woocommerce #customer_login .woocommerce-form{
	border:0;
	margin:0;
	padding:0;
}
#account-part .container .woocommerce #customer_login .woocommerce-form .form-row{
	margin-bottom:15px;
	padding:0;
}
#account-part .container .woocommerce #customer_login .woocommerce-form.login .form-row:nth-child(2){
	margin-bottom:25px;
}
#account-part .container .woocommerce #customer_login .woocommerce-form .form-row.form-row-first,
#account-part .container .woocommerce #customer_login .woocommerce-form .form-row.form-row-last{
	width:49%;
}
#account-part .container .woocommerce #customer_login .woocommerce-form .form-row-username{
	width:49%;
	float:right;
}
#account-part .container .woocommerce #customer_login .woocommerce-form .form-row-email{
	width:49%;
	float:left;
}
#account-part .container .woocommerce #customer_login .woocommerce-form .input-text{
	width:100%;
	height:40px;
	background:#fff;
	overflow:hidden;
	padding:0 10px;
	border:1px solid #aeaeae;
	
	color:#565656;
	text-align:right;
	line-height:40px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#account-part .container .woocommerce #customer_login .woocommerce-form .show-password-input{
	left:15px;
	top:13px;
}
#account-part .container .woocommerce #customer_login .woocommerce-form .show-password-input:after{
	color:#ccc;
}
#account-part .container .woocommerce #customer_login .woocommerce-form .show-password-input.display-password:after{
	color:#666;
}
#account-part .container .woocommerce #customer_login .woocommerce-form .remember-row{
	display:inline-block;
	float:right;
}
#account-part .container .woocommerce #customer_login .woocommerce-form .remember-row input{
	vertical-align:middle;
}
#account-part .container .woocommerce #customer_login .woocommerce-form .woocommerce-LostPassword{
	float:left;
	margin-bottom:40px;
}
#account-part .container .woocommerce #customer_login .woocommerce-form .woocommerce-LostPassword a,
#account-part .container .woocommerce #customer_login .woocommerce-form .woocommerce-LostPassword a:visited{
	color:#565656;
}
#account-part .container .woocommerce #customer_login .woocommerce-form .woocommerce-LostPassword a:hover{
	color:#e31e24;
}
#account-part .container .woocommerce #customer_login .woocommerce-form .woocommerce-button{
	height:40px;
	background:#fff;
	overflow:hidden;
	display:block;
	border:1px solid #e31e24;
	cursor:pointer;
	padding:0 20px;
	margin:20px auto;
	clear:both;
	float:none;
	
	font:14px 'IRANSans','pinar',arial,tahoma;
	font-weight:500;
	color:#e31e24;
	text-align:center;
	line-height:38px;
	
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	-khtml-border-radius:50px;
	border-radius:50px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
#account-part .container .woocommerce #customer_login .woocommerce-form .woocommerce-button:hover{
	background:#e31e24;
	color:#fff;
	
	-webkit-box-shadow:0 0 30px 0 rgba(227, 30, 36, .1);
	-moz-box-shadow:0 0 30px 0 rgba(227, 30, 36, .1);
	box-shadow:0 0 30px 0 rgba(227, 30, 36, .1);
}
#account-part .container .woocommerce #customer_login .woocommerce-form .woocommerce-password-strength,
#account-part .container .woocommerce #customer_login .woocommerce-form .woocommerce-password-hint,
#account-part .container .woocommerce #customer_login .woocommerce-form .woocommerce-privacy-policy-text{
	display:none;
}

#account-part .container .woocommerce .woocommerce-MyAccount-navigation {
	width:200px;
	float:right;
}
#account-part .container .woocommerce .woocommerce-MyAccount-content {
  width:-moz-calc( 100% - 225px );
  width:-webkit-calc( 100% - 225px );
  width:calc( 100% - 225px );
  
  display:block;
  float: right;
  margin-right: 25px;
}
#account-part .container .woocommerce .woocommerce-MyAccount-navigation ul {
    padding: 0;
	border-top: 1px solid #eee;
}
#account-part .container .woocommerce .woocommerce-MyAccount-navigation ul li {
	list-style: none;
	border-bottom: 1px solid #eee;
	padding-bottom: 0;
}
#account-part .container .woocommerce .woocommerce-MyAccount-navigation ul li a {
	color:#333;
	line-height:40px;
	padding-top:4px;
	display: block;
}
#account-part .container .woocommerce .woocommerce-MyAccount-navigation ul li a:hover{
	background:#f9f9f9;
	color:#e31e24;
}
#account-part .container .woocommercemerce-account .woocommerce-MyAccount-content h2 {
	font-size: 25px;
	font-family:'pinar';
    text-align: center;
	font-weight: 500;
}
#account-part .container .woocommerce p.order-again {
    text-align: right;
}
#account-part .container .woocommerce .woocommerce-MyAccount-content .input-text{
	height:40px;
	background:#fff;
	overflow:hidden;
	padding:0 10px;
	border:1px solid #aeaeae;
	
	color:#565656;
	text-align:right;
	line-height:40px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#account-part .container .woocommerce .woocommerce-MyAccount-content textarea{
	background:#fff;
	overflow:hidden;
	padding:10px;
	border:1px solid #aeaeae;
	
	color:#565656;
	text-align:right;
	line-height:40px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#account-part .container .woocommerce .woocommerce-MyAccount-content .button{
	height:40px;
	background:#fff;
	overflow:hidden;
	display:block;
	border:1px solid #e31e24;
	cursor:pointer;
	padding:0 20px;
	margin:20px auto;
	clear:both;
	float:none;
	
	font:14px 'IRANSans','pinar',arial,tahoma;
	font-weight:500;
	color:#e31e24;
	text-align:center;
	line-height:38px;
	
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	-khtml-border-radius:50px;
	border-radius:50px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
#account-part .container .woocommerce .woocommerce-MyAccount-content .button:hover {
    background:#e31e24;
	color:#fff;
	
	-webkit-box-shadow:0 0 30px 0 rgba(227, 30, 36, .1);
	-moz-box-shadow:0 0 30px 0 rgba(227, 30, 36, .1);
	box-shadow:0 0 30px 0 rgba(227, 30, 36, .1);
}

#account-part .container .woocommerce .lost_reset_password .form-row{
	float:none !important;
	margin:10px auto;
}
#account-part .container .woocommerce .lost_reset_password .form-row .input-text{
	height:40px;
	background:#fff;
	overflow:hidden;
	padding:0 10px;
	border:1px solid #aeaeae;
	
	color:#565656;
	text-align:right;
	line-height:40px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#account-part .container .woocommerce .lost_reset_password .button{
	height:40px;
	background:#fff;
	overflow:hidden;
	display:block;
	border:1px solid #e31e24;
	cursor:pointer;
	padding:0 20px;
	margin:0 auto;
	clear:both;
	float:none;
	
	font:14px 'IRANSans','pinar',arial,tahoma;
	font-weight:500;
	color:#e31e24;
	text-align:center;
	line-height:38px;
	
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	-khtml-border-radius:50px;
	border-radius:50px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
#account-part .container .woocommerce .lost_reset_password .button:hover{
	background:#e31e24;
	color:#fff;
	
	-webkit-box-shadow:0 0 30px 0 rgba(227, 30, 36, .1);
	-moz-box-shadow:0 0 30px 0 rgba(227, 30, 36, .1);
	box-shadow:0 0 30px 0 rgba(227, 30, 36, .1);
}

@media only screen and (max-width:800px) {
	#account-part .container .woocommerce #customer_login .col-1{
		width:100%;
		float:right !important;
		margin-bottom:80px !important;
		clear:both;
	}
	#account-part .container .woocommerce #customer_login .col-2{
		width:100%;
		clear:both;
	}
	#account-part .container .woocommerce #customer_login .woocommerce-form{
		width:100%;
		margin:0 auto;
	}
	#account-part .container .woocommerce .woocommerce-MyAccount-navigation {
    	width:100%;
    	margin-bottom:30px;
    }
    #account-part .container .woocommerce .woocommerce-MyAccount-navigation ul{
    	display:flex;
    	justify-content:space-between;
    	border-bottom:1px solid #eee;
    }
    #account-part .container .woocommerce .woocommerce-MyAccount-navigation ul li{
    	border:0;
    }
    #account-part .container .woocommerce .woocommerce-MyAccount-content {
      width:100%;
      margin-right:0;
    }
}
@media only screen and (max-width:600px) {
    #account-part .container .woocommerce .woocommerce-MyAccount-navigation ul{
    	display:block;
    	overflow:hidden;
    }
    #account-part .container .woocommerce .woocommerce-MyAccount-navigation ul li{
    	width:-moz-calc(100% / 3);
    	width:-webkit-calc(100% / 3);
    	width:calc(100% / 3);
    	float:right;
    	
    	text-align:center;
    }
}
@media only screen and (max-width:500px) {
	#account-part .container .woocommerce #customer_login .woocommerce-form .remember-row{
		margin-bottom:10px;
	}
	#account-part .container .woocommerce #customer_login .woocommerce-form .woocommerce-LostPassword{
		float:right;
		margin-bottom:25px;
	}
	#account-part .container .woocommerce #customer_login .woocommerce-form .form-row{
		width:100%;
	}
}





/* ======================= NOTFOUND PAGE ====================== */

#notfound-page{
	padding:70px 0;
}
#notfound-page .container{
	text-align:center;
}
#notfound-page .container .title{
	margin:40px 0;
	
	font:30px 'pinar','IRANSans',arial,tahoma;
	font-weight:500;
	color:#1f1f1f;
}





/* ======================= PAGES ====================== */

#pages .container{
	padding:70px 0;
	text-align:center;
}
#pages .container .section-title{
	display:inline-block;
	margin:0 auto 20px;
	
	position:relative;
}
#pages .container .section-title h1{
	display:inline-block;
	margin:0;
	
	font:30px 'pinar','IRANSans',arial,tahoma;
	font-weight:500;
	color:#1f1f1f;
	
	position:relative;
	z-index:1;
}
#pages .container .section-title:after{
	width:100%;
	height:6px;
	background:rgba( 227,30,36,0.3 );
	display:block;
	content:'';
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	
	position:absolute;
	bottom:10px;
	left:0;
	z-index:0;
}
#pages .container .content{
	color:#000;
	text-align:justify;
	line-height:30px;
}
#pages .container .content .poster{
	margin:0 auto 20px;
}
#pages .container .content img{
	max-width:100%;
	height:auto;
	display:block;
}
#pages .container .content img.alignleft{
	float:left;
	margin-right:20px;
}
#pages .container .content img.alignright{
	float:right;
	margin-left:20px;
}
#pages .container .content img.aligncenter{
	float:none;
	margin:0 auto 20px;
}





/* ======================= PAGE ARTICLES ====================== */

#page-articles .container{
	padding:70px 0;
}
#page-articles .container .block-wrapper{
	width:100%;
	background:#fff;
	overflow:hidden;
	padding:0 15px 15px;
	
	-webkit-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, .09);
	-moz-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, .09);
	box-shadow: 0 1px 10px 1px rgba(0, 0, 0, .09);
}
#page-articles .container .page-title{
	font:17px 'pinar','IRANSans',arial,tahoma;
	font-weight:500;
	color:#1f1f1f;
	text-align:right;
	border-bottom:1px solid #ebebeb;
	padding:15px 0;
	margin:0 0 25px;
}
#page-articles .container .page-title:before{
	width:10px;
	height:10px;
	background:#e31e24;
	display:inline-block;
	content:'';
	vertical-align:middle;
	margin-left:10px;
	
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-khtml-border-radius:2px;
	border-radius:2px;
}
#page-articles .container .content{
	color:#000;
	text-align:justify;
	line-height:35px;
}
#page-articles .container .content img{
	max-width:100%;
	height:auto;
	display:block;
}
#page-articles .container .content .poster{
	margin:0 auto 20px;
}
#page-articles .container .content img.alignleft{
	float:left;
	margin-right:20px;
}
#page-articles .container .content img.alignright{
	float:right;
	margin-left:20px;
}
#page-articles .container .content img.aligncenter{
	float:none;
	margin:0 auto 20px;
}
#page-articles .container .content ul,
#page-articles .container .content ol{
	margin-right:40px;
}





/* ======================= CONTACT PAGE ====================== */

#contact-page .container{
	padding:70px 0;
	overflow:hidden;
	text-align:center;
}
#contact-page .container .section-title{
	display:inline-block;
	margin:0 auto 40px;
	
	position:relative;
}
#contact-page .container .section-title h1{
	display:inline-block;
	margin:0;
	
	font:30px 'pinar','IRANSans',arial,tahoma;
	font-weight:500;
	color:#1f1f1f;
	
	position:relative;
	z-index:1;
}
#contact-page .container .section-title:after{
	width:100%;
	height:6px;
	background:rgba( 227,30,36,0.3 );
	display:block;
	content:'';
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	
	position:absolute;
	bottom:10px;
	left:0;
	z-index:0;
}
#contact-page .container .contact-content{
	width:40%;
	overflow:hidden;
	float:right;
	margin-left:5%;
	
	text-align:right;
	line-height:35px;
}
#contact-page .container .wpcf7-form{
	width:55%;
	overflow:hidden;
	float:left;
}
#contact-page .container .wpcf7-form .wpcf7-form-control-wrap{
	width:-moz-calc( ( 100% / 3 ) - 6.666666666666667px );
	width:-webkit-calc( ( 100% / 3 ) - 6.666666666666667px );
	width:calc( ( 100% / 3 ) - 6.666666666666667px );
	
	float:right;
	overflow:hidden;
	display:block;
	margin-left:10px;
	margin-bottom:15px;
}
#contact-page .container .wpcf7-form .wpcf7-form-control-wrap:nth-child(3n+0){
	margin-left:0;
}
#contact-page .container .wpcf7-form .wpcf7-form-control-wrap[data-name="your-subject"]{
	width:100%;
	margin-left:0;
}
#contact-page .container .wpcf7-form .wpcf7-form-control-wrap[data-name="your-message"]{
	width:100%;
	margin-left:0;
	margin-bottom:0;
}
#contact-page .container .wpcf7-form .wpcf7-form-control-wrap span{
	text-align:right;
	margin-top:5px;
}
#contact-page .container .wpcf7-form .wpcf7-form-control-wrap input{
	width:100%;
	height:40px;
	background:#fff;
	overflow:hidden;
	padding:0 10px;
	border:1px solid #aeaeae;
	
	color:#565656;
	text-align:right;
	line-height:40px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#contact-page .container .wpcf7-form .wpcf7-form-control-wrap textarea{
	width:100%;
	height:194px;
	background:#fff;
	overflow:hidden;
	padding:10px;
	margin-bottom:20px;
	border:1px solid #aeaeae;
	
	color:#565656;
	text-align:right;
	line-height:30px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#contact-page .container .wpcf7-form .wpcf7-submit{
	height:40px;
	background:#fff;
	overflow:hidden;
	display:block;
	border:1px solid #e31e24;
	cursor:pointer;
	padding:0 20px;
	margin:20px auto;
	clear:both;
	
	font-weight:500;
	color:#e31e24;
	text-align:center;
	line-height:40px;
	
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	-khtml-border-radius:50px;
	border-radius:50px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
#contact-page .container .wpcf7-form .wpcf7-submit:hover{
	background:#e31e24;
	color:#fff;
	
	-webkit-box-shadow:0 0 30px 0 rgba(227, 30, 36, .1);
	-moz-box-shadow:0 0 30px 0 rgba(227, 30, 36, .1);
	box-shadow:0 0 30px 0 rgba(227, 30, 36, .1);
}
#contact-page .container .wpcf7-form br {
	display: none
}
@media only screen and (max-width:800px) {
	#contact-page .container .contact-content{
		width:100%;
		margin-right:auto;
		margin-left:auto;
		display:block;
		float:none;
	}
	#contact-page .container .wpcf7-form{
		width:100%;
		margin-right:auto;
		margin-left:auto;
		display:block;
		float:none;
	}
}
@media only screen and (max-width:500px) {
	#contact-page .container .wpcf7-form .wpcf7-form-control-wrap{
		width:100%;
		margin-left:0;
	}
}





/* ======================= ACTIVITIES ====================== */

#activities .container{
	padding:70px 0;
	display:flex;
	justify-content:center;
	align-items:stretch;
	flex-wrap:wrap;
	gap:22px;
}
#activities .break{
	display:none;
}
#activities .block{
	width: -moz-calc((100% / 4) - 16.5px);
	width: -webkit-calc((100% / 4) - 16.5px);
	width: calc((100% / 4) - 16.5px);
	height: auto;
}
#activities .block.section-title{
	background-image:-webkit-linear-gradient(top, #e31e24, #63090b);
	background-image:-moz-linear-gradient(top, #e31e24, #63090b);
	background-image:-o-linear-gradient(top, #e31e24, #63090b);
	background-image:linear-gradient(to bottom, #e31e24, #63090b);
	
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
}
#activities .block.section-title{
	font:18px 'IRANSans',arial,tahoma;
	color:#fff;
	line-height:30px;
	text-align:center;
}
#activities .block.section-title h2{
	margin:30px 0 0;
	
	font:45px 'pinar','IRANSans',arial,tahoma;
	color:#fff;
	font-weight:500;
	line-height:72px;
	text-align:center;
}
#activities .block .thumb {
	width: 100%;
	height:auto;
	display: block;
}
#activities .block .desc{
	padding:15px 0 0;
	
	text-align:center;
	line-height:30px;
}
#activities .block .title{
	width:100%;
	height:60px;
	display:block;
	overflow: hidden;
	padding:0;
	margin:0 0 10px;
	
	font-size: 16px;
	font-weight:500;
}
#activities .block .title a{
	color: #000;
}
#activities .block .title:hover a{
	color:#e31e24 !important;
}
#activities .block .text{
	height:140px;
	overflow: hidden;
	margin-bottom:13px;
	
	color:#555;
	line-height:24px;
	text-align:justify;
}
#activities .block .btn{
	height:35px;
	padding:0 15px;
	
	font-size:13px;
	font-weight:500;
	line-height:35px;
}
#activities .block .btn svg{
	width:15px;
	height:15px;
	fill:#e31e24;
	vertical-align:middle;
}
#activities .block .btn:hover svg .color{
	stroke:#fff !important;
}

@media only screen and (max-width:1100px) {
	#activities .block.section-title{
		font-size:15px;
	}
	#activities .block.section-title h2{
		font-size:35px;
		line-height:68px;
	}
}
@media only screen and (max-width:900px) {
	#brands .container .items-wrapper .break{
		display:block;
		height:0;
		flex-basis:100%;
	}
	#activities .block{
		width: -moz-calc( 50% - 11px );
		width: -webkit-calc( 50% - 11px );
		width: calc( 50% - 11px );
	}
	#activities .block.section-title{
		font-size:18px;
	}
	#activities .block.section-title h2{
		font-size:45px;
		line-height:72px;
	}
}
@media only screen and (max-width:600px) {
	#activities .container{
		align-items:start;
		gap:22px;
	}
	#activities .block{
		width: 100%;
	}
	#activities .block.section-title{
		padding:40px 0;
	}
	#activities .block.section-title{
		font-size:15px;
	}
	#activities .block.section-title h2{
		font-size:35px;
		line-height:68px;
	}
	#activities .block .title{
		height:auto;
	}
	#activities .block .text{
		height:auto;
	}
}





/* ======================= BRANDS ====================== */

#brands{
	background:url('../images/brands-bg.jpg') no-repeat center;
	
	background-attachment: fixed;
	
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-khtml-background-size:cover;
	background-size:cover;
	
	overflow: hidden;
}
#brands .container{
	padding:70px 0;
	text-align:center;
}
#brands .container .section-title{
	display:inline-block;
	margin:0 auto 20px;
	
	position:relative;
}
#brands .container .section-title h2{
	display:inline-block;
	margin:0;
	
	font:30px 'pinar','IRANSans',arial,tahoma;
	font-weight:500;
	color:#fff;
	
	position:relative;
	z-index:1;
}
#brands .container .section-title:after{
	width:100%;
	height:6px;
	background:rgba( 227,30,36,0.3 );
	display:block;
	content:'';
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	
	position:absolute;
	bottom:10px;
	left:0;
	z-index:0;
}
#brands .container .content{
	width:726px;
	display:block;
	margin:0 auto;
}
#brands .container .description{
	font-size:14px;
	color:#e2e2e2;
	line-height:30px;
}
#brands .container .description strong{
	color:#fff;
}
#brands .container .items-wrapper{
	width:100%;
	margin-top:40px;
	
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	gap:10px;
}
#brands .container .items-wrapper .break{
	display:none;
}
#brands .container .items-wrapper .item{
	width:150px;
	height:150px;
	background:#fff;
	overflow:hidden;
	display:flex;
	justify-content:center;
	align-items:center;
}
#brands .container .items-wrapper .item:hover{
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	opacity:0.7;
	FILTER: alpha(opacity=70)
}
#brands .container .items-wrapper .item img{
	max-width:100%;
	height:auto;
	display:block;
}

@media only screen and (max-width:850px) {
	#brands .container .content{
		width:100%;
	}
}
@media only screen and (max-width:680px) {
	#brands .container .items-wrapper{
		justify-content:center;
	}
	#brands .container .items-wrapper .break{
		display:block;
		height:0;
		flex-basis:100%;
	}
}





/* ======================= NEWS ====================== */

#news .container{
	padding:70px 0;
	text-align:center;
}
#news .container .section-title{
	display:inline-block;
	margin:0 auto 45px;
	
	position:relative;
}
#news .container .section-title h1,
#news .container .section-title h2{
	display:inline-block;
	margin:0;
	
	font:30px 'pinar','IRANSans',arial,tahoma;
	font-weight:500;
	color:#1f1f1f;
	
	position:relative;
	z-index:1;
}
#news .container .section-title:after{
	width:100%;
	height:6px;
	background:rgba( 227,30,36,0.3 );
	display:block;
	content:'';
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	
	position:absolute;
	bottom:10px;
	left:0;
	z-index:0;
}
.news-item {
	width: -moz-calc((100% / 4) - 16.5px);
	width: -webkit-calc((100% / 4) - 16.5px);
	width: calc((100% / 4) - 16.5px);
	height: auto;
	background:#fff;
	overflow:hidden;
	float:right;
	margin-left:22px;
	margin-bottom:22px;
	
	-webkit-box-shadow:0 0 14px 1px rgba(0, 0, 0, .07);
	-moz-box-shadow:0 0 14px 1px rgba(0, 0, 0, .07);
	box-shadow:0 0 14px 1px rgba(0, 0, 0, .07);
}
.news-item:nth-child(4n+0) {
	margin-left: 0
}
.news-item:hover{
	-webkit-box-shadow:0 0 20px 4px rgba(0, 0, 0, .07);
	-moz-box-shadow:0 0 20px 4px rgba(0, 0, 0, .07);
	box-shadow:0 0 20px 4px rgba(0, 0, 0, .07);
}
.news-item .thumb {
	width: 100%;
	height:auto;
	display: block;
	
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
.news-item .desc{
	padding:20px;
	overflow:hidden;
	
	line-height:30px;
}
.news-item .title{
	width:100%;
	height:60px;
	display:block;
	overflow: hidden;
	padding:0;
	margin:0 0 10px;
	
	font-size: 16px;
	font-weight:500;
	text-align:justify;
}
.news-item .title a{
	color: #000;
}
.news-item:hover .title a{
	color:#e31e24 !important;
}
.news-item .text{
	height:120px;
	overflow: hidden;
	margin-bottom:13px;
	
	color:#555;
	text-align:justify;
}
.news-item .date{
	float:right;
	
	font-size:11px;
	color:#8b8a8a;
}
.news-item .more-link{
	float:left;
	
	font-size:12px;
	font-weight:500;
	color:#222;
}
.news-item:hover .more-link{
	color:#e31e24;
}
.news-item .more-link svg{
	width:15px;
	height:15px;
	fill:#222;
	vertical-align:middle;
}
.news-item:hover .more-link svg .color{
	stroke:#e31e24 !important;
}
#news .container .btn{
	margin-top:22px;
}
@media only screen and (max-width:1100px) {
	.news-item {
		width: -moz-calc((100% / 3) - 14.66666666666667px);
		width: -webkit-calc((100% / 3) - 14.66666666666667px);
		width: calc((100% / 3) - 14.66666666666667px);
	}
	.news-item:nth-child(4n+0) {
		margin-left: 22px;
	}
	.news-item:nth-child(3n+0) {
		margin-left: 0;
	}
	#news.is-home .news-item:nth-child(4n+0) {
		display:none;
	}
}
@media only screen and (max-width:800px) {
	.news-item {
		width: -moz-calc(50% - 11px);
		width: -webkit-calc(50% - 11px);
		width: calc(50% - 11px);
	}
	.news-item:nth-child(3n+0) {
		margin-left: 22px;
	}
	.news-item:nth-child(2n+0) {
		margin-left: 0;
	}
	#news.is-home .news-item:nth-child(4n+0) {
		display:block;
	}
}
@media only screen and (max-width:500px) {
	.news-item {
		width: 100%;
		float: none;
		margin-left: 0;
	}
}

#news-page .container{
	padding:70px 0;
}
#news-page .container .cols .block-wrapper{
	width:100%;
	background:#fff;
	overflow:hidden;
	padding:0 15px 15px;
	
	-webkit-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, .09);
	-moz-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, .09);
	box-shadow: 0 1px 10px 1px rgba(0, 0, 0, .09);
}
#news-page .container .cols .col-title{
	font:17px 'pinar','IRANSans',arial,tahoma;
	font-weight:500;
	color:#1f1f1f;
	text-align:right;
	border-bottom:1px solid #ebebeb;
	padding:15px 0;
	margin:0 0 25px;
}
#news-page .container .cols .col-title:before{
	width:10px;
	height:10px;
	background:#e31e24;
	display:inline-block;
	content:'';
	vertical-align:middle;
	margin-left:10px;
	
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-khtml-border-radius:2px;
	border-radius:2px;
}
#news-page .container .cols.content{
	width:-moz-calc( 100% - 325px );
	width:-webkit-calc( 100% - 325px );
	width:calc( 100% - 325px );
	
	float:left;
}
#news-page .container .cols.content .single-content{
	overflow:hidden;
	
	font-size:14px;
	color:#000;
	line-height:30px;
}
#news-page .container .cols.content .single-content .poster{
	max-width:100%;
	height:auto;
	display:block;
	margin:0 auto 20px;
}
#news-page .container .cols.sidebar{
	width:300px;
	float:right;
}
#news-page .container .cols.sidebar .block-wrapper{
	margin-bottom:30px;
}
#news-page .container .cols.sidebar .block-wrapper.archive .widget-content ul{
	list-style:none;
	margin:0;
	padding:0;
}
#news-page .container .cols.sidebar .block-wrapper.archive .widget-content ul li{
	display:block;
	margin-bottom:10px;
}
#news-page .container .cols.sidebar .block-wrapper.archive .widget-content ul li a:before{
	width:10px;
	height:10px;
	background:#fff;
	display:inline-block;
	margin-left:10px;
	border:1px solid #c3ccd3;
	content:'';
	vertical-align:middle;
	
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	-khtml-border-radius:50px;
	border-radius:50px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
#news-page .container .cols.sidebar .block-wrapper.archive .widget-content ul li a:hover:before{
	border-color:#e31e24;
	background:#e31e24;
	margin-left:15px;
}
#news-page .container .cols.sidebar .block-wrapper.archive .widget-content ul li a{
	color:#000;
	text-align:right;
	
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
#news-page .container .cols.sidebar .block-wrapper.archive .widget-content ul li a:hover{
	color:#e31e24;
}
#news-page .container .cols.sidebar .block-wrapper.recent .widget-content ul{
	list-style:none;
	margin:0;
	padding:0;
}
#news-page .container .cols.sidebar .block-wrapper.recent .widget-content ul li{
	width:100%;
	height:78px;
	overflow:hidden;
	display:block;
	margin-bottom:25px;
}
#news-page .container .cols.sidebar .block-wrapper.recent .widget-content ul li:last-child{
	margin-bottom:0;
}
#news-page .container .cols.sidebar .block-wrapper.recent .widget-content ul li .thumb{
	width:78px;
	height:78px;
	display:block;
	float:right;
	margin-left:10px;
}
#news-page .container .cols.sidebar .block-wrapper.recent .widget-content ul li .desc{
	width:-moz-calc( 100% - 88px );
	width:-webkit-calc( 100% - 88px );
	width:calc( 100% - 88px );
	
	height:78px;
	overflow: hidden;
	float:right;
	
	display:flex;
	justify-content:center;
	flex-direction:column;
	align-items:center;
	
	line-height:25px;
}
#news-page .container .cols.sidebar .block-wrapper.recent .widget-content ul li .title{
	width:100%;
	overflow: hidden;
	display:block;
	padding:0;
	margin:0;
	font-size: 13px;
	font-weight:normal;
	color:#000;
}
#news-page .container .cols.sidebar .block-wrapper.recent .widget-content ul li:hover .title{
	color:#e31e24;
}
#news-page .container .cols.sidebar .block-wrapper.recent .widget-content ul li .time{
	width:100%;
	overflow: hidden;
	display:block;
	
	font-size: 12px;
	color:#8b8a8a;
}

@media only screen and (max-width:800px) {
	#news-page .container .cols.content{
		width:100%;
		margin-bottom:30px;
	}
	#news-page .container .cols.sidebar{
		width:100%;
	}
}





/* ======================= PAGENUMBER ====================== */

#page-number {
	margin-top:30px;
	overflow: hidden;
	text-align: center
}
.wp-pagenavi {
	width: auto;
	display: inline-block;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.wp-pagenavi a,
.wp-pagenavi span {
	width: 35px;
	height: 35px;
	overflow: hidden;
	display: block;
	margin: 10px 5px;
	float: left;
	border:1px solid #e31e24;
	
	font-size: 15px;
	color: #e31e24;
	text-align: center;
	line-height: 37px;
	font-weight:500;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.wp-pagenavi a:hover {
	color: #fff;
	background-color:#c12f13;
}
.wp-pagenavi span.current {
	background-color:#e31e24;
	color:#fff;
}

@media only screen and (max-width:360px) {
	#page-number .container {
		padding-right: 10px;
		padding-left: 10px
	}
}





/* ======================= FOOTER ====================== */

#footer {
	background: #555;
	overflow: hidden;
}
#footer .container{
	padding:40px 0;
	display:flex;
	justify-content:space-between;
}
#footer .container .col-right,
#footer .container .col-left{
	width:-moz-calc( ( 100% - 400px ) / 2 );
	width:-webkit-calc( ( 100% - 400px ) / 2 );
	width:calc( ( 100% - 400px ) / 2 );
	display:block;
	
	overflow:hidden;
}
#footer .container .col-center{
	width:290px;
	display:block;
	
	overflow:hidden;
}
#footer .container .cols h2{
	font:17px 'pinar','IRANSans',arial,tahoma;
	color:#fff;
	font-weight:500;
	line-height:40px;
	
	margin:0 0 20px 0;
	padding:0 12px 10px 0;
	
	position:relative;
}
#footer .container .cols h2:before{
	width:10px;
	height:10px;
	background-color:#e31e24;
	content:'';
	
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	border-radius: 100%;
	
	position:absolute;
	bottom:0;
	right:0;
	z-index:1;
}
#footer .container .cols h2:after{
	width:160px;
	height:1px;
	background-color:#a1a1a1;
	content:'';
	
	position:absolute;
	bottom:4px;
	right:5px;
	z-index:0;
}
#footer .container .col-right{
	text-align:justify;
	color:#dfdfdf;
	line-height:30px;
}
#footer .container .col-left p{
	width:100%;
	overflow:hidden;
	display:block;
	
	color:#dfdfdf;
	line-height:30px;
}
#footer .container .col-left strong{
	margin-left:5px;
	
	float:right;
	color:#fff;
}
#footer .container .col-left span{
	float:right;
	direction:ltr;
}
#footer .container .col-left .certificate{
	width:100%;
	overflow:hidden;
	margin-top:20px;
	
	display:flex;
	justify-content:center;
}
#footer .container .col-left .certificate .item{
	background:#fff;
	padding:10px;
	border-radius:5px;
}
#footer .container .col-left .certificate .item img{
	max-width:70px;
	height:auto;
	display:block;
}
#footer .container .col-center #footer-navigation ul {
	width:100%;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0
}
#footer .container .col-center #footer-navigation ul>li {
	width:-moz-calc( 50% - 5px );
	width:-webkit-calc( 50% - 5px );
	width:calc( 50% - 5px );
	
	display: block;
	float:right;
	margin-left:10px;
}
#footer .container .col-center #footer-navigation ul>li:nth-child(even){
	margin-left: 0
}
#footer .container .col-center #footer-navigation ul>li>a {
	color: #dfdfdf;
	line-height:30px;
	
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
#footer .container .col-center #footer-navigation ul>li.current-menu-item>a,
#footer .container .col-center #footer-navigation ul>li.current_page_item>a,
#footer .container .col-center #footer-navigation ul>li:hover>a,
#footer .container .col-center #footer-navigation ul>li>a:hover {
	color: #fff;
}
#footer .container .col-center #footer-navigation ul>li a:before{
	overflow:hidden;
	display:inline-block;
	content:'';
	vertical-align:middle;
	border:solid #dfdfdf;
    border-width: 0 1px 1px 0;
    padding:2px;
	margin-left:5px;
	
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(135deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(135deg);
}
#footer .container .col-center #footer-navigation ul>li.current-menu-item>a:before,
#footer .container .col-center #footer-navigation ul>li.current_page_item>a:before,
#footer .container .col-center #footer-navigation ul>li:hover>a:before,
#footer .container .col-center #footer-navigation ul>li>a:hover:before{
	border-color: #fff;
	margin-left:10px;
}
#footer-copyright {
	background:#464646;
}
#footer-copyright .container {
	overflow: hidden;
	padding:15px 0;
	
	color: #fff;
	text-align: center;
}

@media only screen and (max-width:900px) {
	#footer .container{
		display:block;
	}
	#footer .container .col-right,
	#footer .container .col-center{
		width:-moz-calc( 50% - 25px );
		width:-webkit-calc( 50% - 25px );
		width:calc( 50% - 25px );
		
		float:right;
		margin-left:50px;
		margin-bottom:50px;
	}
	#footer .container .col-center{
		margin-left:0;
	}
	#footer .container .col-left{
		width:100%;
	}
}
@media only screen and (max-width:620px) {
	#footer .container .col-right,
	#footer .container .col-center{
		width:100%;
		float:none;
		margin-left:0;
		margin-bottom:30px;
	}
	#footer .container .col-center #footer-navigation ul>li {
		width:100%;
		margin-left:0;
	}
}






/* ======================= RESPONSIVE MENU ====================== */

#responsive-menu-overlay {
	width: 100%;
	height: 110%;
	background: rgba(0, 0, 0, .5);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	FILTER: alpha(opacity=0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999998
}
#responsive-menu-overlay.visible {
	-moz-opacity: .5;
	-khtml-opacity: .5;
	opacity: .5;
	FILTER: alpha(opacity=50)
}
#responsive-menu {
	width: 230px;
	height: 100%;
	background: #fff;
	border-right: 1px solid #dcdcdc;
	overflow-x: hidden;
	overflow-y: auto;
	font: 13px 'IRANSans', tahoma;
	position: fixed;
	bottom: 0;
	right: -281px;
	z-index: 99999999
}
#responsive-menu.is-active {
	right: 0
}
#responsive-menu .close {
	width: 100%;
	height: 35px;
	background: #f9f9f9;
	overflow: hidden;
	border-bottom: 1px solid #dcdcdc
}
#responsive-menu .close .button {
	width: 15px;
	height: 15px;
	overflow: hidden;
	cursor: pointer;
	float: left;
	margin: 11px 0 0 12px;
	position: relative
}
#responsive-menu .close .button .line {
	width: 15px;
	height: 3px;
	background: #a3a3a3;
	position: absolute;
	left: 0
}
#responsive-menu .close .button .line:nth-child(1) {
	top: 6px;
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg)
}
#responsive-menu .close .button .line:nth-child(2) {
	top: 6px;
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg)
}
#responsive-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}
#responsive-menu ul li {
	position: relative
}
#responsive-menu ul li a {
	height: 40px;
	overflow: hidden;
	display: block;
	padding: 0 10px;
	border-bottom: 1px solid #dcdcdc;
	color: #555;
	font-weight: 700;
	text-align: right;
	line-height: 40px;
	direction: ltr
}
#responsive-menu ul li a:hover {
	background: #efefef;
	color: #27ae60!important
}
#responsive-menu ul>li.has-child-close>.arrow-button:before,
#responsive-menu ul>li.has-child-open>.arrow-button:before {
	width: 39px;
	height: 39px;
	background: #f9f9f9;
	overflow: hidden;
	display: block;
	content: '▼';
	cursor: pointer;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	font-size: 10px;
	text-align: center;
	line-height: 43px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10
}
#responsive-menu ul>li.has-child-open>.arrow-button:before {
	content: '▲'
}
#responsive-menu ul li ul {
	display: none
}
#responsive-menu ul li ul li a {
	padding-right: 25px;
	font-weight: 400
}
#responsive-menu ul li ul li ul li a {
	padding-right: 40px;
	color: #656565
}





/* ========================= SEARCH =========================== */

#search-wrapper{
	width:100%;
	height:100vh;
	background:rgba(0,0,0,0.9);
	overflow:hidden;
	display:none;
	justify-content:center;
	align-items:center;
	
	position:fixed;
	top:0;
	left:0;
	z-index:1000;
}
#search-wrapper.visible{
	display:flex;
}
#search-wrapper #search-close {
	width:35px;
	height:35px;
	fill:#fff;
	cursor:pointer;
	
	position:absolute;
	top:5%;
	right:5%;
	z-index:1;
}
#search-wrapper #search-close:hover{
	fill:rgba(255,255,255,0.8);
}
#search-wrapper #search {
	width: 590px;
	height: 60px;
	background: #fff;
	
	-webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3);
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3);
	
	position:relative;
}
#search-wrapper #search .btn-gradient{
	width: 50px;
	height: 50px;
	background:#e31e24 url('../images/search.svg') no-repeat center;
	display:inline-block;
	cursor:pointer;
	border:0;
	
	position: absolute;
	top:5px;
	left:5px;
	z-index: 0
}
#search-wrapper #search .btn-gradient:hover{
	background-color:#63090b;
}
#search-wrapper #search .input-text {
	width: -moz-calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px);
	height: 60px;
	float: right;
	padding: 0 15px;
	border: 0;
	line-height: 65px;
	color: #848484
}

#perthouh-lightbox {
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, .8);
	overflow: hidden;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999999999999
}

#perthouh-lightbox .content-wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
	position: relative
}

#perthouh-lightbox .close {
	width: 20px;
	height: 20px;
	fill: #fff;
	cursor: pointer;
	position: absolute;
	top: -25px;
	right: -25px
}

#perthouh-lightbox .close:hover {
	fill: rgba(255, 255, 255, .6)
}

#perthouh-lightbox .box-wrapper {
	max-width: 80%;
	max-height: 80%;
	display: block;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%
}

#perthouh-lightbox .box-wrapper img {
	max-width: 100%;
	height: auto;
	display: block
}

@media only screen and (max-width:700px) {
	#perthouh-lightbox .box-wrapper {
		width: 80%;
	}
}