
/* =============================================
			Theme Reset Style
============================================= */
* {
	margin: 0px;
	padding: 0px;
}
html,
body {
	position: relative;
	height: 100%;
}
body {
	color: #373542;
	background: #fff;
	overflow-x:hidden;
	font:400 14px/20px IRANSans;

}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	color: #373542;
	margin: 0 0 8px;
	font-weight: 400;
	line-height: 1.5;
	font-style: normal;
	text-transform:uppercase;
	font-family: IRANSans;
}
h1 { font-size: 48px;}
h2 { font-size: 36px;}
h3 { font-size: 24px;}
h4 { font-size: 21px;}
h5 { font-size: 18px;}
h6 { font-size: 16px;}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a { color: #373542;}
p a {}
p a:hover {text-decoration:underline;}
p {
	letter-spacing: normal;
	line-height: 20px;
	margin: 0 0 20px;
	text-align: center;
	direction: rtl;
	font-size: 1.2rem;
}
a {text-decoration: none;}
a:hover, a:focus, a:active {
	outline: none;
	text-decoration: none;
}
ul { margin: 0; }
figure {
	margin-bottom: 6px;
	position: relative;
}
img {
	height: auto;
	max-width: 100%;
}
strong { color: #414141; }
iframe {
	border: none;
	float: left;
	width: 100%;
}
.wp-caption,
.wp-caption-text,
.gallery-caption,
.bypostauthor {}
.wp-caption.alignleft,
.wp-caption.alignnone { width: 100%; }
button { border: none; }
textarea,
select,
.tg-select select,
.form-control,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	outline: none;
	color: #666;
	height: 50px;
	background:#fff;
	font-size: 14px;
	line-height: 20px;
	padding: 15px 20px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #e1e1e1;
	text-transform: capitalize;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form-group{ margin:0 0 20px;}
.form-control::-moz-placeholder{
	text-transform: capitalize;
	color: #999;
}
.form-control:focus::-moz-placeholder,
input:focus,
.select select:focus,
.form-control:focus{
	color: #000;
	border-color: #000;
	box-shadow:none !important;
}


/*=============================================
			Global Elements
=============================================*/
.tg-haslayout{
	width:100%;
	float:left;
}
.tg-main-section{
	padding: 80px 0;
	overflow:hidden;
}
.tg-main-section > div { position:relative;}
.tg-location-map{
	width: 100%;
	float: left;
	height: 500px;
}
.tg-btn {
	padding:0 50px;
	border: 1px solid;
	overflow: hidden;
	position: relative;
	display:inline-block;
	vertical-align:middle;
	text-decoration: none;
	text-transform: uppercase;
	font:700 14px/50px IRANSans;
}
.tg-sidenav .tg-nav ul li .tg-minicart > li > a.tg-btn span,
.tg-btn span {z-index: 5;}
.tg-sidenav .tg-nav ul li .tg-minicart > li > a.tg-btn:after,
.tg-btn:after {
	background: #fff !important;
	content: "";
	height: 155px;
	left: -75px;
	opacity: .2;
	top: -50px;
	width: 50px;
	z-index:5;
	position: absolute;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
	-webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.tg-sidenav .tg-nav ul li .tg-minicart > li > a.tg-btn:hover:after,
.tg-btn:hover:after {
	left: 120%;
	-webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.tg-socialicons{
	float:right;
	list-style: none;
	text-align:center;
	line-height:16px;
}
.tg-socialicons li{
	float: left;
	padding: 0 18px;
	line-height:16px;
	position:relative;
	list-style-type: none;
}
.tg-socialicons li + li:before{
	bottom:0;
	left:0;
	width:1px;
	height:1px;
	content:'';
	position:absolute;
}
.tg-socialicons li a{
	color: #fff;
	display:block;
	line-height:16px;
}
.tg-socialicons li a i{
	font-size:15px;
	line-height:16px;
}
.tg-verticalmiddle{
	margin: 0 -1px;
	float: none !important;
	display: inline-block;
	vertical-align: middle;
}
.tg-section-name{
	top:0;
	left:15px;
	z-index:1;
	position:absolute;
	border-bottom:2px solid #373542;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 20px 20px;
	-moz-transform-origin: 20px 20px;
	-ms-transform-origin: 20px 20px;
	-o-transform-origin: 20px 20px;
	transform-origin: 20px 20px;
}
.tg-section-name:after{
	bottom:-2px;
	right:100%;
	content:'';
	width:100px;
	height:2px;
	z-index:-1;
	background:#373542;
	position:absolute;
}
.tg-section-name h2{
	width:100%;
	float:left;
	margin:0 0 20px;
	font-size:18px;
	line-height:18px;
}
.tg-section-heading{
	width:80%;
	float:left;
	margin:0 0 15px;
	padding:0 0 15px;
	border-bottom:1px solid #aeaeae;
}
.tg-section-heading h2 {
	margin: 0;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
}
.tg-description {
	width: 100%;
	float: left;
}
.tg-bglight{ background:#f7f7f7;}
.tg-bgdark{ background:#373542 url(../images/bg-white.png);}
.tg-stars span,
.tg-stars{
	width:100px;
	height: 16px;
	float: left;
	line-height:16px;
	position:relative;
}
.tg-stars span:after,
.tg-stars:before {
	top: 0;
	left: 0;
	font-size: 16px;
	line-height: 16px;
	position: absolute;
	letter-spacing: 4px;
	color: rgba(218, 218, 218, .8);
	font-family: 'FontAwesome';
	content: '\f005 \f005 \f005 \f005 \f005';
}
.tg-stars span {
	width:75%;
	overflow: hidden;
}
.tg-stars span:after {color:#000;}
.row.no-gutters{
	margin-right: 0;
	margin-left: 0;
}
.no-gutters > [class^="col-"],
.no-gutters > [class*="col-"],
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*="col-"]{
	padding-right: 0;
	padding-left: 0;
}
.tg-theme-tag{
	float:left;
	font-size:13px;
	line-height:20px;
	position:relative;
	text-align:center;
	background:#373542;
	padding:0 10px 1px 10px;
	text-transform:uppercase;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
}
.floating{
	float: left;
	-webkit-animation-name: Floatingx;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: Floating;
	-moz-animation-duration: 3s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
	margin-left: 30px;
	margin-top: 5px;
}
@-webkit-keyframes Floatingx{
	from {-webkit-transform:translate(0, 0px);}
	65% {-webkit-transform:translate(0, 15px);}
	to {-webkit-transform: translate(0, -0px);}
}
@-moz-keyframes Floating{
	from {-moz-transform:translate(0, 0px);}
	65% {-moz-transform:translate(0, 15px);}
	to {-moz-transform: translate(0, -0px);}
}
.scaling{
	float: left;
	-webkit-animation-name: scalex;
	-webkit-animation-duration:3s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-moz-animation-name: scale;
	-moz-animation-duration:3s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-timing-function:ease-in-out;
}
@-webkit-keyframes scalex{
	from {-webkit-transform: scale(0.9);}
	65% {-webkit-transform: scale(1.0);}
	to {-webkit-transform: scale(0.9);}
}
@-moz-keyframes scale{
	from {-moz-transform: scale(0.9);}
	65% {-moz-transform: scale(1.0);}
	to {-moz-transform: scale(0.9);}
}
.tg-alignleft{
	float: left;
	margin: 0 30px 28px 0;
	border: 1px solid #ddd;
}
.tg-alignright{
	float:right;
	margin:0 0 28px 30px;
	border: 1px solid #ddd;
}
.tg-paddingbottom-zero{ padding-bottom:0 !important;}
/*=============================================
			Theme Style
=============================================*/
.tg-wrapper{
	height:100%;
	position:relative;
	overflow-x:hidden;
}
/*=============================================
			Header
=============================================*/
.tg-wrapper > .tg-navigationm-mobile{ display:none !important;}
.tg-header{
	top:0;
	left:0;
	float:none;
	width:100%;
	clear:both;
	z-index:3;
	position:absolute;
	/* padding:20px 0 15px; */
}
.tg-colhalf{
	width:50%;
	float:left;
	padding:52px 70px 20px 0;
}
.tg-colhalf + .tg-colhalf{
	float:right;
	padding:52px 0 20px 70px;
}
.tg-topbar .tg-colhalf {padding:52px 0 20px 70px;}
.tg-topbar .tg-colhalf + .tg-colhalf{padding:52px 70px 20px 0;}
.tg-topbar .tg-colhalf ul{
	z-index:20;
	position:relative;
}
.tg-topbar .tg-colhalf ul li:first-child{ padding-left:0;}
.tg-topbar .tg-colhalf + .tg-colhalf ul li:last-child{ padding-right:0;}
.tg-addnav{
	float:left;
	z-index:22;
	font-size:16px;
	line-height:16px;
	position:relative;
	text-transform:uppercase;
	font-family:'Oswald', Arial, Helvetica, sans-serif;
}
.tg-addnav ul{
	float:left;
	list-style:none;
	line-height:inherit;
}
.tg-addnav ul li{
	float:left;
	padding:0 17px;
	position:relative;
	line-height:inherit;
	list-style-type:none;
}
.tg-addnav > ul > li + li:before{
	bottom:0;
	left:0;
	width:1px;
	height:1px;
	content:'';
	position:absolute;
}
.tg-addnav > ul > li > div >a,
.tg-addnav > ul > li > a{
	color:#fff;
	display:block;
	line-height:inherit;
}
.tg-dropdowarrow {
	top: 10px;
	z-index: 5;
	color: #484848;
	right: 20px;
	width: 20px;
	height: 20px;
	display: none;
	cursor: pointer;
	font-size: 12px;
	background: #fff;
	line-height: 18px;
	position: absolute;
	text-align: center;
}
.tg-dropdowarrow i{color:#484848;}
/
/*=============================================
			Main Navigation
=============================================*/
.tg-nav{
	width:100%;
	float:left;
}
.tg-nav .navbar-header{
	top:1.5rem;
	left:0;
	width:100%;
	position:absolute;
}
.tg-logo{
	width:140px;
	height:140px;
	margin:0 auto;
	display:block;
}
.tg-logo a{ display:block;}
.tg-logo a img{
	width:100%;
	height:auto;
	display:block;
}
.tg-navigation{
	width:100%;
	float:left;
	padding:0;
	text-transform:uppercase;
	font:16px/16px'Oswald', Arial, Helvetica, sans-serif;
}
.tg-navigation .tg-colhalf{
	position:relative;
	padding:0 70px 0 0;
}
.tg-navigation .tg-colhalf + .tg-colhalf{padding:0 0 0 70px;}
.tg-navigation .tg-colhalf:after{
	top:0;
	content:'';
	height:1px;
	width:9999px;
	background:#aeaeae;
	position:absolute;
}
.tg-navigation .tg-colhalf:first-child:after{right:70px;}
.tg-navigation .tg-colhalf:last-child:after {left: 70px;}
.tg-navigation ul{
	float:right;
	z-index:21;
	line-height:16px;
	list-style:none;
	position:relative;
}
.tg-navigation .tg-colhalf + .tg-colhalf ul{float:left;}
.tg-navigation ul li{
	float:left;
	line-height:16px;
	position:relative;
	padding:20px 17px;
	list-style-type:none;
}
.tg-navigation ul li:after{
	position:absolute;
	content:'';
	left:0;
	top:1px;
	width:0;
	height:1px;
	background:#aeaeae;
}
.tg-navigation ul li.active:after,
.tg-navigation ul li:hover:after{width:100%;}
.tg-navigation > div > ul > li + li:before{
	bottom:20px;
	left:-1px;
	width:2px;
	height:2px;
	content:'';
	position:absolute;
}
.tg-navigation ul li a{
	color:#fff;
	line-height:16px;
}
.tg-navigation ul li ul{
	top:120%;
	left:0;
	margin:0;
	width:230px;
	opacity:0;
	visibility:hidden;
	background:#302e39;
	position:absolute;
}
.tg-navigation ul li ul li{
	width:100%;
	padding:0;
}
.tg-navigation ul li ul li a{
	padding:15px 30px;
	display:block;
	position:relative;
}
.tg-navigation ul li ul li.tg-dropdown a:before{
	top:50%;
	right:30px;
	margin:-7px 0 0;
	content:'\f105';
	font-size:14px;
	line-height:14px;
	position:absolute;
	font-family:'FontAwesome';
}
.tg-navigation ul > li > ul > li.active > a,
.tg-navigation ul > li > ul > li.active > a,
.tg-navigation ul > li > ul > li:hover > a,
.tg-navigation ul > li > ul > li > a:hover{
	background:#373542;
	padding:15px 30px 15px 40px;
}
.tg-navigation ul li ul li ul{
	top:0;
	left:120%;
	opacity:0;
	visibility:hidden;
}
.tg-navigation ul > li:hover > ul,
.tg-navigation ul > li > ul > li:hover > ul{
	opacity:1;
	visibility:visible;
}
.tg-navigation ul > li:hover > ul{top:100%;}
.tg-navigation ul > li > ul > li:hover > ul{
	top:0;
	left:100%;
}
.tg-close{
	top:50px;
	right:50px;
	z-index:2;
	cursor:pointer;
	font-size:18px;
	line-height:14px;
	position:absolute;
}
/*=============================================
			Slider
=============================================*/
.tg-sliderbox{
	width:100%;
	float:left;
	height:100%;
	overflow:hidden;
	position:relative;
	background:#373542;
}
.tg-sliderbox .tg-imglayer{
	width:120%;
	height:120%;
	z-index:1;
	position:relative;
	margin:-5% 0 0 -5%;
	transform-style: preserve-3d;
}
.tg-imglayer img{
	width:100%;
	height:auto;
	display:block;
}
.tg-home-slider{
	top:0;
	left:0;
	z-index:2;
	width:100%;
	height:100%;
	position:absolute;
	padding:245px 0 70px;
}
.tg-home-slider .swiper-slide {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.tg-home-slider .swiper-slide > div{position:relative;}
.tg-home-slider .swiper-slide figure{
	width:100%;
	float:left;
	margin:0;
	z-index:2;
	position:relative;
}
.tg-home-slider .swiper-slide figure img{
	display:block;
	margin:0 auto;
}
.tg-slider-content{
	top:50%;
	left:0;
	width:100%;
	margin:-113px 0 0;
	position:absolute;
}
.tg-slider-content h1{
	font-size:160px;
	line-height:146px;
	margin:0 0 30px;
	font-weight:bold;
}
.tg-slider-content .tg-btnbox{ text-align:right;}
.tg-slider-content .tg-btnbox h2{
	float:left;
	color:#fff;
	z-index:3;
	font-size:40px;
	line-height:37px;
	font-weight:bold;
	position:relative;
	margin:7px 0 6px 0;
}
.tg-slider-content .tg-btnbox .tg-btn{
	z-index:3;
	margin:0 0 0 25px;
	position:relative;
}
.tg-home-slider .tg-btn-next,
.tg-home-slider .tg-btn-prev{
	top:50%;
	width:60px;
	height:43px;
	z-index:5;
	cursor:pointer;
	font-size:16px;
	line-height:16px;
	margin:-30px 0 0;
	position:absolute;
	text-transform:uppercase;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
}
.tg-home-slider .tg-btn-next{
	right:20px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.tg-home-slider .tg-btn-prev{
	left:20px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.tg-home-slider .tg-btn-next span,
.tg-home-slider .tg-btn-prev span{
	display:block;
	text-align:center;
}
.tg-home-slider .tg-btn-next span.fa,
.tg-home-slider .tg-btn-prev span.fa{
	opacity:0;
	visibility:hidden;
	-webkit-transform: translateY(-35px);
	-moz-transform: translateY(-35px);
	-ms-transform: translateY(-35px);
	-o-transform: translateY(-35px);
	transform: translateY(-35px);
}
.tg-home-slider .tg-btn-next:hover span.fa,
.tg-home-slider .tg-btn-prev:hover span.fa{
	opacity:1;
	visibility:visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.tg-home-slider .tg-btn-next span:first-child,
.tg-home-slider .tg-btn-prev span:first-child{
	padding:0 0 10px;
	margin:0 0 10px;
	border-bottom:2px solid;
}

/*=============================================
			Main Content
=============================================*/
.tg-main{ padding:20px 0;}
.tg-main .tg-main-section:first-child{
	margin:-20px 0 0;
	padding:100px 0 80px;
}
/*=============================================
			About Us
=============================================*/
.tg-aboutussection{
	width:100%;
	float:left;
}
.tg-aboutussection figure{
	width:100%;
	float:left;
	margin:0;
}
.tg-aboutussection figure img{
	width:100%;
	height:auto;
	display:block;
}
.tg-contentbox{
	width:100%;
	float:left;
}


/*=============================================
			Footer Style
=============================================*/
.tg-footer{ background:#373542;}
.tg-footerinfobox{position:relative;}
.tg-footerinfobox .tg-bgboxone{
	width:61.8%;
	background:url(../images/bg-white.png);
}
.tg-footerinfobox .tg-bgboxone:before{ display:none;}

.tg-footerinfobox .tg-bgboxtwo:after{
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:'';
	position:absolute;
	background:rgba(55, 53, 66, 0.80);
}
.tg-footerinfo{
	width:100%;
	float:left;
	z-index:3;
	padding:80px 0;
	position:relative;
}
.tg-footercol{
	width:100%;
	float:left;
	color:#fff;
}
.tg-footercol .tg-posttitle h3{
	color:#fff;
	font-size:18px;
	line-height:18px;
}
.tg-form-newsletter{
	width:100%;
	float:left;
	padding:0 0 30px;
}
.tg-form-newsletter fieldset{
	width:100%;
	float:left;
	margin:0;
	padding:0;
	border:0;
}
.tg-form-newsletter fieldset .form-control{
	height:40px;
	line-height:38px;
	background:#fff;
	padding:0 20px;
	border:1px solid #ddd;
}
.tg-tags{
	overflow:hidden;
	clear:both;
	margin:-5px -3px;
}
.tg-tag{
	float:left;
	height:24px;
	color:#aeaeae;
	padding:0 10px;
	margin:5px 3px;
	font-size:13px;
	font-weight:400;
	line-height:22px;
	background:#373542;
	text-transform:uppercase;
	border:1px solid #aeaeae;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
}
.tg-tag:hover{color:#373542;}
.tg-toprated{
	width:100%;
	float:left;
}
.tg-toprated ul{
	width:100%;
	float:left;
	list-style:none;
}
.tg-toprated ul li{
	width:100%;
	float:left;
	list-style-type:none;
}
.tg-toprated ul li + li{ padding:20px 0 0;}
.tg-toprated ul li figure{
	float:left;
	margin:0;
}
.tg-toprated ul li figure a{ display:block;}
.tg-toprated ul li figure a img{ display:block;}
.tg-toprated ul li .tg-productcontent{
	overflow:hidden;
	padding:18px 0 19px 20px;
}
.tg-productcontent h4{
	font-size:14px;
	line-height:14px;
	margin:0 10px 0 0;
}
.tg-productcontent h4 a{ color:#fff;}
.tg-productcontent h4,
.tg-productcontent .tg-stars{float:left;}
.tg-price{
	width:100%;
	float:left;
	display:block;
	font-size:14px;
	line-height:17px;
}
.tg-productcontent .tg-stars span,
.tg-productcontent .tg-stars span:after,
.tg-productcontent .tg-stars:before{
	height:13px;
	font-size:13px;
	line-height:13px;
}
.tg-productcontent .tg-stars{
	width:82px;
	height:13px;
}
.tg-footercol .tg-logo{
	width:auto;
	height:auto;
	float:left;
	margin:0 0 30px;
}
.tg-contactinfo{
	width:100%;
	float:left;
	list-style:none;
	line-height:17px;
}
.tg-contactinfo li{
	width:100%;
	float:left;
	padding:0 0 15px;
	line-height:inherit;
	list-style-type:none;
}
.tg-contactinfo li i{
	float:left;
	width:25px;
}
.tg-contactinfo li a,
.tg-contactinfo li span,
.tg-contactinfo li address{
	float:left;
	margin:0;
	font-style:normal;
}
.tg-contactinfo li address{
	float:none;
	overflow:hidden;
}
.tg-footercol .tg-btn{}
.tg-footercol .tg-description{ padding:0 0 20px;}
.tg-footercol .tg-description p{margin:0;}
.tg-footerbar{
	width:100%;
	float:left;
	background:#2c2b35;
	z-index: 9999 !important;
	display: block;
	position: fixed;
	bottom: 0;
}
.tg-copyright{
	color:#fff;
	float:right;
	padding:10px 0;
	font-size:12px;
	line-height:20px;
}
.tg-footernav{
	float:right;
	font-size:14px;
	line-height:20px;
	font-weight:300;
	padding:20px 0;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
}
.tg-footernav ul{
	width:100%;
	float:left;
	line-height:20px;
	list-style:none;
}
.tg-footernav ul li{
	float:left;
	line-height:20px;
	padding:0 0 0 20px;
	list-style-type:none;
}
.tg-footernav ul li a{
	color:#fff;
	display:block;
	line-height:20px;
}
#ascrail2000{display: block !important;}
/*=============================================
			Home Page Two
=============================================*/
.tg-btnnav{
	top:50px;
	left:50px;
	width:50px;
	height:50px;
	z-index:1000;
	display:block;
	cursor:pointer;
	position:fixed;
	border-radius:50%;
	background:#373542;
	border:2px solid #fff;
	-webkit-transition: all 600ms ease-in-out 0.1s;
	-moz-transition: all 600ms ease-in-out 0.1s;
	-ms-transition: all 600ms ease-in-out 0.1s;
	-o-transition: all 600ms ease-in-out 0.1s;
	transition: all 600ms ease-in-out 0.1s;
}
.tg-sidenav .tg-nav ul li.tg-cart a em:before,
.tg-btnnav:before{
	top:-5px;
	right:-5px;
	width:20px;
	height:20px;
	display:block;
	color:#373542;
	position:absolute;
	text-align:center;
	border-radius:50%;
	content:attr(data-product-count);
	font:bold 10px/20px 'Oswald', Arial, Helvetica, sans-serif;
}
.tg-sidenav .tg-nav ul li.tg-cart a em:before{
	top:50%;
	right:60px;
	margin:-10px 0 0 0;
}
.tg-btnnav span{
	width:20px;
	height:2px;
	display:block;
	margin:0 auto;
	background:#fff;
	position:relative;
}
.tg-sidenavshow .tg-btnnav span{ background:#373542;}
.tg-btnnav span:after,
.tg-btnnav span:before{
	left:0;
	width:20px;
	height:2px;
	content:'';
	background:#fff;
	position:absolute;
}
.tg-sidenavshow .tg-btnnav span:after,
.tg-sidenavshow .tg-btnnav span:before{
	top:0;
	bottom:0;
	width:20px;
}
.tg-sidenavshow .tg-btnnav span:after{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.tg-sidenavshow .tg-btnnav span:before{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.tg-btnnav span:after{top:-7px;}
.tg-btnnav span:before{bottom:-7px;}
.tg-sidenavshow .tg-btnnav{
	left:305px;
	position:fixed;
}
.tg-btnnav:focus,
.tg-btnnav:visited{ outline:none;}
.tg-sidenav{
	top:0;
	left:0;
	width:350px;
	height:100%;
	z-index:999;
	position:fixed;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}
.tg-navscrollbar {
	top:0;
	left:0;
	height:100%;
	width:330px;
	padding:30px 0;
	position:absolute;
	background:#373542;
	-webkit-box-shadow: 0 0 15px 5px rgba(55,53,66,0.80);
	box-shadow: 0 0 15px 5px rgba(55,53,66,0.80);
}
.tg-sidenavshow .tg-sidenav{
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.tg-sidenav #tg-nav .tg-navigation{display:block;}

















.tg-sidenav .tg-logo{ margin:0 auto 30px;}
.tg-sidenav .tg-nav{
	background:#302e39;
	position:relative;
}
.tg-sidenav .tg-nav ul li{
	width:100%;
	padding:0;
	position:static;
}
.tg-sidenav .tg-nav ul li.tg-hasdropdown ul{
	top:0;
	left:80%;
	width:330px;
	height:100%;
	background:#373542;
	-webkit-box-shadow: 5px 5px 15px 1px rgba(55,53,66,0.50);
	box-shadow: 5px 5px 15px 1px rgba(55,53,66,0.50);
}
.tg-sidenav .tg-nav ul li.tg-hasdropdown > ul:before{
	top:100%;
	left:0;
	content:'';
	width:100%;
	height:261px;
	position:absolute;
	background:#373542;
}
.tg-sidenav .tg-nav ul li.tg-hasdropdown:hover ul{left:100%;}
.tg-sidenav .tg-nav ul li.tg-hasdropdown ul li a:hover,
.tg-sidenav .tg-nav ul li.tg-hasdropdown ul li a{background:none;}
.tg-sidenav .tg-nav ul li.tg-hasdropdown ul li a:after{background:#302e39;}
.tg-sidenav .tg-nav ul li:after{display:none;}
.tg-sidenav .tg-nav ul li a{
	display:block;
	padding:15px;
	position:relative;
}
.tg-sidenav .tg-nav ul li a em{
	font-style:normal;
	display:block;
	position:relative;
}
.tg-sidenav .tg-nav ul li a:after{
	top:0;
	left:0;
	width:0;
	content:'';
	height:100%;
	z-index:-1;
	position:absolute;
	background:#373542;
}
.tg-sidenav .tg-nav > div > ul > li:hover > a:after,
.tg-sidenav .tg-nav > div > ul > li > a:hover:after,
.tg-sidenav .tg-nav > div > ul > li.tg-hasdropdown > ul > li:hover > a:after,
.tg-sidenav .tg-nav > div > ul > li.tg-hasdropdown > ul > li > a:hover:after,
.tg-sidenav .tg-nav ul li.tg-hasdropdown ul li.tg-hasdropdown ul > li:hover > a:after,
.tg-sidenav .tg-nav ul li.tg-hasdropdown ul li.tg-hasdropdown ul > li > a:hover:after{ width:100%;}
.tg-sidenav .tg-nav ul li.tg-hasdropdown > a:before{
	top:0;
	right:20px;
	content:'\f105';
	font-size:16px;
	line-height:46px;
	position:absolute;
	font-family:'FontAwesome';
}
.tg-sidenav .tg-nav ul li.tg-hasdropdown ul li.tg-hasdropdown ul,
.tg-sidenav .tg-nav ul li.tg-hasdropdown ul li.tg-hasdropdown ul:before{ background:#302e39;}
.tg-sidenav .tg-nav ul li.tg-hasdropdown ul li.tg-hasdropdown ul > li > a:after{ background:#373542;}
.tg-socialiconslarge{
	width:100%;
	float:left;
	display:table;
	margin:0 0 30px;
	text-align:center;
	table-layout:fixed;
}
.tg-socialiconslarge li{
	padding:0;
	float:none;
	background:#ddd;
	display:table-cell;
}
.tg-socialiconslarge li + li:before{ display:none;}
.tg-socialiconslarge li.tg-facebook a{background:#3b5998;}
.tg-socialiconslarge li.tg-twitter a{background:#55acee;}
.tg-socialiconslarge li.tg-linkedin a{background:#007bb5;}
.tg-socialiconslarge li.tg-googleplus a{background:#dd4b39;}
.tg-socialiconslarge li.tg-dribbble a{background:#ea4c89;}
.tg-socialiconslarge li.tg-rss a{background:#ff6600;}
.tg-socialiconslarge li a{
	color:#fff;
	display:block;
}
.tg-socialiconslarge li a i{
	font-size:20px;
	display:block;
	line-height:55px;
}
.tg-socialiconslarge li a:hover i{ color:#fff;}
.tg-sidenav .tg-playerbox{
	left:0;
	bottom:0;
	width:100%;
	padding:30px;
	position:absolute;
	background:#ffcc33 url(../images/player/img-04.png) no-repeat 100% 30px;
}
.tg-playerbox .tg-playcontent{padding:0;}
.tg-playerbox .tg-playcontent h3 a:hover{ color:#373542;}
.tg-playerbox .tg-stars:before{content:'\f006\f006\f006\f006\f006';}
.tg-playerbox .tg-socialicons li a i,
.tg-playerbox .tg-stars:before,
.tg-playerbox .tg-stars span:after{ color:#373542;}
.tg-playerbox .tg-socialicons li + li:before{ background:#373542;}
.tg-playerbox .tg-socialicons li a:hover i{ color:#fff;}
.tg-home-sliderfade{
	width:100%;
	height:100%;
	z-index:1;
	position:relative;
}
.tg-home-sliderfade .swiper-slide{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.tg-home-slidertwobg{
	top:0;
	left:-60px;
	width:70%;
	height:100%;
	z-index:2;
	position:absolute;
	-webkit-transform: skewX(-6deg);
	-moz-transform: skewX(-6deg);
	-ms-transform: skewX(-6deg);
	-o-transform: skewX(-6deg);
	transform: skewX(-6deg);
	background:#373542 url(../images/bg-white.png);
}
.tg-home-slidertwobg:after{
	bottom:0;
	width:0;
	height:0;
	content:'';
	right:5px;
	position:absolute;
	border-bottom: 900px solid;
	border-left: 30px solid transparent !important;
}
.tg-home-slidertwo{
	padding:0;
	z-index:3;
}
.tg-home-slidertwo .swiper-slide figure{ z-index:1;}
.tg-home-slidertwo .swiper-slide figure img{
	max-width:none;
	width: 120%;
	margin:0 0 0 -135px;
}
.tg-home-slidertwo .tg-slider-content{
	float:left;
	margin:0;
	z-index:2;
	text-align:left;
	position:relative;
}
.tg-home-slidertwo .tg-slider-content .tg-btnbox{ text-align:left;}
.tg-home-slidertwo .tg-slider-content .tg-btnbox .tg-btn{ margin:0 25px 0 0;}
.tg-home-slidertwo .tg-slider-content h1{
	margin:0;
	font-size:30px;
	line-height:35px;
	text-align: center;
	border-radius: 1rem;
}
.tg-home-slidertwo .tg-slider-content .tg-description{
	font-size:15px;
	line-height:22px;
	padding:0 20% 0 0;
	font-family:IRANSans;
}
.tg-sidenav .tg-nav ul li .tg-minicart li{padding:20px 30px;}
.tg-sidenav .tg-nav ul li .tg-minicart li figure{
	float:left;
	margin:0 15px 0 0;
}
.tg-sidenav .tg-nav ul li .tg-minicart li figure a{
	padding:0;
	display:block;
}
.tg-sidenav .tg-nav ul li .tg-minicart li figure a img{display:block;}
.tg-sidenav .tg-nav ul li .tg-minicart li .tg-productinfo{
	width:auto;
	float:none;
	overflow:hidden;
	position:relative;
	padding:9px 20px 8px 0;
}
.tg-sidenav .tg-nav a.tg-btndelete{
	top:50%;
	right:0;
	padding:0;
	position:absolute;
}
.tg-sidenav .tg-nav a.tg-btndelete:after{ display:none;}
.tg-sidenav .tg-nav ul li .tg-minicart li .tg-productinfo h3{
	margin:0;
	font-size:16px;
	line-height:16px;
}
.tg-sidenav .tg-nav ul li .tg-minicart li .tg-productinfo h3 a{
	color:#fff;
	padding:0;
}
.tg-sidenav .tg-nav ul li .tg-minicart li .tg-productinfo span{
	color:#fff;
	display:block;
	padding:10px 0 0;
	font:400 14px/17px 'Open Sans', Arial, Helvetica, sans-serif;
}
.tg-sidenav .tg-nav ul li .tg-minicart li .tg-minicarttotal{
	float:left;
	color:#fff;
	padding:15px 0;
	font:400 18px/21px 'Open Sans', Arial, Helvetica, sans-serif;
}
.tg-sidenav .tg-nav ul li .tg-minicart > li > a.tg-btn{
	float:right;
	width:50%;
	padding:0;
	line-height:50px;
	text-align:center;
}
.icon-slide{
	width: 8rem;
	display: block;
	margin: 0 auto;
}
.icon-box {
	width: auto;
	display: block;
	margin: 0 auto;
	position: absolute;
	padding: .5rem;
}
.box {
	width: 12rem;
	background: #4f4d4d;
	z-index: 99999 !important;
	display: block;
	position: relative;
	height: 14rem;
	margin: 2rem;
	box-sizing: content-box;
	border-radius: 1.2rem;
}
.ul-box{
	top: 15%;
	position: relative;
}
.p-box {
	color: #fafbfa;
	z-index: 9999999;
	position: absolute;
	display: block;
	top: 78%;
	margin: 1rem;
	right: 0;
	left: 1rem;
	font-size: 1rem;
	width: 70%;
}
.back-btn {
	width: 8rem;
	height: 8rem;
	position: fixed;
	z-index: 99999;
	box-sizing: border-box;
	border-radius: 50%;
	margin: 1rem;
	bottom: 0;
	right: 0;
}
.back-btn a span {
	position: relative;
	top: 3rem;
	padding: 0.5rem;
	font-size: 14px;
}
.tg-home-slidertwo .tg-slider-content .tg-btnbox .tg-btn {
	border-radius: 1rem;
}