﻿.shop {

	padding: 0px;
}
.shopPage > .top {
	/*background: #f5f5f5;
	border: 1px solid #ddd;
	padding: 0px;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 5px;
	height: 30px;*/
	background: #fff;
    border: 1px solid #ebeced;
    overflow: hidden;
    height: 37px;
    margin: 0 auto 10px;
    padding: 0 15px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    -o-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    padding: 5px;
}
.catcaptionclass{
	
	    text-align: center;
    font-size: 11pt;
}
.shopPage > .top .breadCrumbs {
	color: #333;
	height: 30px;
}
.shopPage > .top .breadCrumbs .Separator {
	width: 5px;
	height: 20px;
	background-image: url('/images/Chevron-r.png');
	display: inline-block;
	vertical-align: middle;
}

.shopPage > .top .search {
	display: none
}

.SortAndKindViewBoxClass {
	width: 97%;
    height: 45px;
    border-bottom: dotted 1px #ccc;
    margin: 0 auto;
}
.shop .shopCol1 {
	width: 250px;
	float: right;
}

.shop .shopCol2 {
	margin-right: 255px;
	padding: 0px 5px 0px 0px;
}

.shop .shopCol2 .top {
	clear: inherit;
	background: url(images/top.png) repeat-x;
	height: 22px;
	border: 1px solid #55565F;
	padding: 5px 20px;
}

.shop .shopCol2 .top a, .shop .shopCol2 .top a:visited {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	font-family: arial;
}
.shop .shopCol2 .top a:hover {
	color: #fcc586;
}

.shop .content {

	padding: 10px;
	/* border:1px solid #55565F; */

	/* border-top:none; */
}

.shop .smallBox .top {
	background: url(images/top.png) repeat-x;
	height: 32px;
	/*border:1px solid #4c1f1f;*/
}

.shop .smallBox .top .title {
	padding: 5px 15px 0px 0px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	font-family: yekan;
}

.shop .smallBox .content {
	background-color: #292A2F;
	padding: 10px;
	border: 1px solid #55565F;
	border-top: none;
}

.shop .smallBox {
	margin-bottom: 10px;
}

.shop .categoryTree ul {
}

.shop .categoryTree .root {
	list-style-type: none;
	margin: 0px;
}
.shop .categoryTree .root li {
	padding: 5px 0;
}

.shop .categoryTree .root li {
	border-bottom: solid 1px #d9d9d9;
}
.shop .categoryTree .root li:hover {
	border-bottom: solid 1px #56af3a;
}
.shop .categoryTree a, .shop .categoryTree a:visited {
	color: #111f65;
}
.shop .categoryTree a:hover {
	color: #56af3a;
}
.shop .categoryTree .root .child {
	list-style-type: none;
	margin: 5px 15px 5px 0;
	background: #f7f7f7;
}

.shop .categoryTree .root .child li {/* border-bottom: solid 1px #d9d9d9; */
}
.shop .categoryTree .root .child li:last-child {
	border-bottom: none;
}
.shop .pager {
	clear: both;
}

.shop .productSelected li {
	list-style-type: none;
	text-align: center;
	float: right;
	/*border: 1px solid gainsboro;*/
	/*width: 226px;*/
	min-height: 230px;
	/*margin: 6px;*/
	padding: 5px;
	box-sizing: border-box;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	/*background: #ffffff;*/
}

.shop .productSelected li .productItem{
	border: 1px solid #eeeeee;
    background: #ffffff;
}

.shop .productSelected li .productItem:hover{
	-moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);	
}

.shop .productSelected li:hover {
	/*-moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);*/
}
/*************ProudctItem1 *********************/
.shop .productSelected .ProductListScroll {
	direction: ltr;
	overflow: hidden;
	position: relative;
	padding: 0px;
}
.shop .productSelected .ProductListScroll a.prev, .shop .productSelected .ProductListScroll a.next {
	position: absolute;
	width: 16px;
	height: 25px;
	z-index: 1000;
	top: 50%;
	margin-top: -25px;
	cursor: pointer;
}
.shop .productSelected .ProductListScroll a.prev {
	right: 0;
	background: url(images/prev.png)
}
.shop .productSelected .ProductListScroll a.next {
	left: 0;;
	background: url(images/next.png)
}

.shop .productSelected .ProductListScroll ul li {
	position: relative;
	height: 200px !important;
	width: 224px !important;
	margin: 6px;
	padding: 10px;
	background: #fff;
	text-align: center;/* border: solid 1px; */
	box-sizing: border-box;
}
.shop .productSelected .ProductListScroll ul li div.bottom {
	position: absolute;/* background: rgba(93, 43, 105, 0.73); */
	bottom: 0;
	right: 0;
	left: 0;
	padding: 10px 0;
}
.shop .productSelected .ProductListScroll ul li:hover a {
	color: #29C7CD;
}
.shop .productSelected .ProductListScroll ul li a {
	display: block;
	color: #9c9c9c;
}
.shop .productList1 {
	text-align: center;
}
.shop .productList1 ul {
	list-style-type: none;
	margin: auto 20px;
}

.shop .productList1 ul li {
	width: 170px;
	margin: 5px;
	float: right;
}

.shop .productItem1 {

}
.shop .productItem1 img {
	border: 2px solid #111219;
}

.shop .productItem1 .price, .shop .productView .price {
	color: gray;
	padding: 10px 0px;
}
.shop .productView .buttons {
	text-align: right;
	/* border:solid 1px blue; */
	overflow: hidden;
}

.shop .productView .buttons .Minput-group, .shop .productView .buttons .btnFace2 {/* border:solid 1px red; */
	float: right;
	margin-left: 15px;
}
.shop .productItem1 .buttons {
	text-align: center;
}
/************productView**********************/
.shop .productView .images ul {
	list-style-type: none;
}
.shop .productView .specs ul {
	list-style-type: none;
	border-bottom: 1px solid #fdf6c8;
}
.shop .productView .specs .title {
	font-size: 12px;
}

.shop .productView .images li {
	float: right;
	padding: 10px;
}

.shop .productView .title-container {
	background: #f5f6f7;
	padding: 10px 15px;
	position: relative;
	margin-left: 20px;
}
.shop .productView .rating {
	/*position: absolute;
	left: 0;
	top: 0;
	padding: 10px 15px;*/
}
.shop .productView h1.title {
	font-size: 14px;
    color: #4d4d4d;
    font-weight: bold;
    padding: 0;
    margin: 0;
    line-height: 24px;
}

.shop .productView .productView-col1 {/* border:solid 1px red; */
	/*float: right;*/
	overflow: hidden;
	padding-top: 10px;
}
.shop .productView .productView-col2 {/* border:solid 1px red; */
	/*float: left;
	overflow: hidden;
	width: 850px;
	box-sizing: border-box;*/
	padding: 10px 10px 10px 0;
}
.productView-col2-inner {
	overflow: hidden;
	position: relative;
}
.productView-col2-inner-right {/* border:solid 1px blue; */
	overflow: hidden;/* float: right; */
	padding: 30px 0;
}
.productView-col2-inner-left {
	/*border: solid 1px blue;
	overflow: hidden;
	float: left;*/
}
.shopPage {
	overflow: hidden;
}
.shop .productView .title2 {
	font-size: 13px;
	color: #818181;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
#gal1 img {
	border: solid 1px #d9d9d9;
	display: inline-block;
	padding: 5px;
	width: 75px;
	height: 68px;
}
.shop .productView .value {
	color: #4d4d4d;
	font-size: 12px;
}

.shop .productView .discounttitle {
	font-size: 15px;
	color: gray;
}

.shop .productView .discountvalue {
	color: gray;
	font-size: 15px;
	text-decoration: line-through;
}

.shop .productView .DivPriceForYoutitle {
	padding: 15px 0;
}

.shop .productView .PriceForYoutitle {
	font-size: 18px;
	color: #4d4d4d;
	font-weight: bold;
}

.shop .productView .PriceForYouvalue {
	color: #4caf50;
	font-weight: bold;
	font-size: 18px;
}

/***************Category list*********************/
.shop .categoryList ul {
	margin: 0px;
	overflow: hidden;
}

.shop .categoryList li .title {
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	font-family: yekan;
	text-decoration: none;
	position: absolute;
	bottom: -14px;
	width: 180px;
	right: 50%;
	margin-right: -90px;
	padding: 4px 0;
	background: #4f4f4f; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzRmNGY0ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MTQxNDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #4f4f4f 1%, #414141 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #4f4f4f), color-stop(100%, #414141)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4f4f4f 1%, #414141 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4f4f4f 1%, #414141 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4f4f4f 1%, #414141 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4f4f4f 1%, #414141 100%);
}

.shop .categoryList li:hover .title {
	background: #56af3a; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU2YWYzYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYTVmMWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #56af3a 0%, #2a5f1b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #56af3a), color-stop(100%, #2a5f1b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #56af3a 0%, #2a5f1b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #56af3a 0%, #2a5f1b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #56af3a 0%, #2a5f1b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #56af3a 0%, #2a5f1b 100%);
}

.shop .categoryList li .image img {
	margin-top: 10px;
	border: 1px solid #ffc532;
}

/***************Shop Css V 2 *********************/

.shop .categoryList li {
	width: 215px;
	height: 170px;
	border-style: solid;
	border-color: #d9d9d9;
	border-width: 1px;
	padding: 5px;
	margin: 15px 5px;
	text-align: center;
	margin-top: 20px;
	float: right;
	list-style-type: none;
	border-radius: 3px;
	position: relative;
}
.shop .categoryList li div.image {
	width: 100% !important;
	text-align: center;
}

.ProductKindViewIconBtn {
	height: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	width: 80px;
}

#ProductKindViewIconBtn a {
	display: inline-block;
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}
.shop .categoryList li:hover {
	box-shadow: 0px 0px 5px #666;
}
.shop .categoryList li div.image {
	width: 100% !important;
	text-align: center;
}
.ProductKindViewIconBtn {
	width: 30px;
	height: 30px;
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: -42px;
}
#ProductKindViewIconBtn a {
	display: inline-block;
	width: 20px;
	height: 20px;
}
#ProductKindViewIconBtn .tile {
	background: url(/images/ListView_tile24x24.png) no-repeat center center;
}
#ProductKindViewIconBtn .list {
	background: url(/images/ListView_list24x24.png) no-repeat center center;
}
#ProductKindViewIconBtn .table {
	background: url(/images/ListView_table24x24.png) no-repeat center center;
}
.divPanelSortViewClass {
	float: right;
}
.divPanelSortViewClass .title {
	font-size: 7pt;
}
.divPanelSortViewClass .selectbox {
	font-family: Tahoma;
	font-size: 8pt;
	width: 100px;
	height: 25px;
}

/* Product Item  */
.productItemClassV2 {

}
.productList .displaynone {
	display: none;
}
.productList.list li, .productList.tile li {
	list-style-type: none;
	border: solid 1px #d9d9d9;
	position: relative;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #d9d9d9;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.productList.list li .image, .productList.tile li .image {
	/*width: 195px;*/
	height: 152px;
}
.productList.tile li {
	/*width: 217px;*/
	margin: 3.4%;
	display: inline-block;
	min-height: 400px;
	vertical-align: top;
	text-align: center;
}
.productList.tile li:hover, .productList.list li:hover {

	-moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}
.productList.tile li .title, .productList.list li .title {
	font-weight: bold;
	padding: 5px;
}
.productList.tile li image, .productList.list li image {

	width: 195px;
	height: 152px;
}

.shop .oldPrice {
    color: #de4a4a;
    /* text-decoration: line-through; */
    height: 21px;
    /* font-weight: bold; */
    /* display: none; */
    font-size: 10px;
    background: #f5f6f7;
    font: 11px/12px;
    height: 12px;
    position: relative;
    top: 4px;
    width: 100%;
    color: #999;
    text-align: center;
    text-decoration: line-through;
}
.shop .oldPrice2 {
	color: red;
    text-decoration: line-through;
    font-weight: bold;
    font-size: 9pt;

}

.shop .oldPrice .title {
	text-decoration: none;
}
.shop .currentPrice {
    color: #000000;
    display: block;
    font: 14px yekan;
    right: 0;
    text-align: center;
    direction: rtl;
}

.shop .currentPrice .Title {
	display: none;
}
.shop .NewPrice {
	color: #56af3a;
	text-decoration: none;
}
.productList.tile li .summery {
	margin: 10px;
	height: 40px;
	overflow: hidden;
}

.productList.tile li .updatetime {
}

.productList.tile li .code {
}

.productList.tile li .code {

}

.productList.tile li .manufactor {

}
.productList.tile li .manufactor .Title {
}

.productList.tile li .btnFace1, .productList.tile li .btnFace2, .productList.list li .btnFace1, .productList.list li .btnFace2 {
	line-height: 20px;
	display: inline-block;
	padding: 5px;
	min-width: 50px;
	position: absolute;
	text-align: center;
	color: #fff;
	position: absolute;
	float: right;
	bottom: 5px;
	width: 60px;
	height: 20px;
	font-size: 15px;
}

.productList.tile li .btnFace1 a, .productList.tile li .btnFace2 a, .productList.list .btnFace1 a, .productList.list .btnFace2 a {
	color: #fff;
}
.productList.tile li .btnFace2 {
	line-height: 20px;
	display: inline-block;
	padding: 5px;
	color: #fff;
	position: absolute;
	bottom: 5px;
	left: 5px;
	left: 5px;
}
.productList.tile li .btnFace1 a, .productList.tile li .btnFace2 a, .productList.list .btnFace1 a, .productList.list .btnFace2 a {
	color: #fff;
}

.productList.list li {
	position: relative;
	min-height: 240px;
	margin-bottom: 10px;
	overflow: hidden;
}
.productList.list .image {
	float: right
}
.buyBtnClass-refresh-style {
	background-image: url(/images/Refresh-icon.png);
	cursor: default;
	width: 16px;
	height: 16px;
	left: 7px;
	top: 5px;
	-moz-animation: buyBtnClass-refresh-style-Animation .7s infinite linear;
	-o-animation: buyBtnClass-refresh-style-Animation .7s infinite linear;
	-webkit-animation: buyBtnClass-refresh-style-Animation .7s infinite linear;
	animation: buyBtnClass-refresh-style-Animation .7s infinite linear;
}

@keyframes buyBtnClass-refresh-style-Animation {
from {
	transform: scale(1) rotate(0deg);
}
to {
	transform: scale(1) rotate(360deg);
}
}

/* Product Item List Style */

.productItemClassV2.list {
	display: block;
}
.productItemClassV2.list .pitem {
	font-family: Tahoma;
	font-size: 14px;
}
.productItemClassV2.list .pitem ul {
	width: 97%;
	list-style-type: none;
	float: right;
	display: block;
	position: relative;
	border: solid 1px yellowgreen;
	padding: 5px;
	margin: 5px;
}
.productItemClassV2.list .pitem ul:hover {
	box-shadow: 0px 0px 5px #000;
	transition: 0.5s;
}

.productItemClassV2.list .pitem ul .title {
	vertical-align: middle;
	height: 25px;
	text-align: right;
	font-weight: bold;
	display: block;
	padding-right: 72px;
	padding-top: 10px;
}

.productItemClassV2.list .pitem ul .image {
	float: right;
	width: 70px;
	height: 90px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-top: -22px;
	margin-left: 2px;
}

.productItemClassV2.list .pitem ul .oldPrice {

	font-size: 12px;
	color: #B9AFAF;
	height: 25px;
}
.productItemClassV2.list .pitem ul .oldPrice .Title {
	float: right;
	text-decoration: none;
}

.productItemClassV2.list .pitem ul .currentPrice {
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
	height: 30px;
	display: block;
}
.productItemClassV2.list .pitem ul .currentPrice .Title {
	float: right;
	text-decoration: none;
}

.productItemClassV2.list .pitem ul .description {
	width: 80%;
	color: #0021a0;
	height: 47px;
	overflow: hidden;
}

.productItemClassV2.list .pitem ul .updatetime {
	float: right;
	width: 100%;
}

.productItemClassV2.list .pitem ul .code {
	float: right;
	padding-right: 72px;
}
.productItemClassV2.list .pitem ul .code .Title {
	float: right;
	text-decoration: none;
}

.productItemClassV2.list .pitem ul .manufactor {
	float: right;
	width: 100%;
	display: none;
}
.productItemClassV2.list .pitem ul .manufactor .Title {
	float: right;
	text-decoration: none;
}

.productItemClassV2.list .pitem ul .detailBtnclass {
	position: absolute;
	left: 5px;
	bottom: 40px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: yellowgreen;
	color: #000;
	border: 1px solid #000;
	border-radius: 3px;
	font-family: Tahoma;
	font-size: 14px;
	margin-top: 10px;
	height: 25px;
	margin-right: 15px;
	text-align: center;
	cursor: pointer;
}

.productItemClassV2.list .pitem ul .buyBtnClass {
	position: absolute;
	left: 5px;
	bottom: 5px;
	width: 60px;
	background-color: yellowgreen;
	color: #000;
	border: 1px solid #000;
	border-radius: 3px;
	font-family: Tahoma;
	font-size: 14px;
	margin-top: 10px;
	height: 25px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: center;
	cursor: pointer;
}

.productItemClassV2.list .pitem ul .refreshstyle {
	background-color: #fff;
	border: 1px solid #ccc;
	cursor: default;
}

/* Product Item Table Style */
.ptable td {
	padding: 10px;
	border: solid 1px rgba(239, 239, 239, 0.99);
}
.productItemClassV2.table {
}
.productItemClassV2.table .ptable {
	width: 100%;
	border: 1px solid #9ACD32;
	font-family: Tahoma;
	font-size: 12px;
	overflow: hidden;
}

.productItemClassV2.table .ptable .heder {
	background-color: #9ACD32;
	font-weight: bold;
	border-bottom: 1px solid #333;
	height: 30px;
}
.productItemClassV2.table .ptable .Detail {

	height: 30px;
}
.productItemClassV2.table .ptable .OddClass {
	background-color: #E8F1D7;
}

.productItemClassV2.table .ptable .Detail td {
	border-bottom: 1px dotted #ccc;
}

.productItemClassV2.table .ptable .rownumber {
	vertical-align: middle;
	width: 30px;
	padding-right: 5px;
}
.productItemClassV2.table .ptable .Detail .rownumber {
}

.productItemClassV2.table .ptable .code {
	vertical-align: middle;
	width: 50px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}
.productItemClassV2.table .ptable .Detail .code {

}

.productItemClassV2.table .ptable .title {
	vertical-align: middle;
	padding-right: 5px;
}
.productItemClassV2.table .ptable .Detail .title {
}

.productItemClassV2.table .ptable .kind {
	vertical-align: middle;
	width: 100px;
	padding-right: 5px;
}
.productItemClassV2.table .ptable .kind select {
	vertical-align: middle;
	width: 95%;
}

.productItemClassV2.table .ptable .price {
	vertical-align: middle;
	width: 80px;
	padding-right: 5px;
}
.productItemClassV2.table .ptable .Detail .price {
	text-align: left;
}

.productItemClassV2.table .ptable .count {
	vertical-align: middle;
	width: 20px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}
.productItemClassV2.table .ptable .count input {
	direction: ltr;
	vertical-align: middle;
	width: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
}

.productItemClassV2.table .ptable .SpecTitle {
	width: 100px;
}
.productItemClassV2.table .ptable .SpecValue {

}
.productItemClassV2_table_BtnBay {
	background-color: red;
	color: #FFF;
	border: 1px solid #C80008;
	/* border-radius: 3px; */
	font-family: Tahoma;
	font-size: 14px;
	margin-top: 10px;
	height: 25px;
	margin-right: 15px;
	text-align: center;
	cursor: pointer;
	width: 60px;
	float: left;
	margin-top: -15px;
}

/* product pageging style **/
.PagerInfoCell {
	display: none;
}
.PagerNumbersPageCells {
	padding-top: 10px !important;
	width: 100%;
	height: 31px;
	overflow: hidden;
	position: relative;
	float: right;
	text-align: center;
}

.PagerNumbersPageCells span {
	padding: 2px 10px;
    background: black;
    margin: 2px;
    color: #ffffff;
}

.PagerNumbersPageCells a {
    padding: 2px 10px;
    background: whitesmoke;
    margin: 2px;
    text-decoration: none;
}

.PagerNumbersPageCells a:hover{
	background: black;
    margin: 2px;
    color: #ffffff;	
}

.PagerBackPageCells a {
	display: none;
}
.PagerNextPageCells {
	display: none;
}
.TabProductSpecList {
	width: 100px;
	font-family: Tahoma;
	font-size: 10pt;
}
.TabProductSpecList .title {
	width: 250px;
	background-color: #F1E3E3;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
	padding-right: 5px;
	padding-left: 5px;
}

.TabProductSpecList .value {
	border-bottom: 1px dotted #ccc;
	padding-right: 10px;
}
div.files .download {
	overflow: hidden;
}
div.files .download ul li {
	list-style-type: none;
	float: right;
}
.relatedProducts li {
	border: solid 1px rgba(222, 222, 222, 0.99);
	list-style-type: none;
	float: right;
	width: 200px;
	min-height: 150px;
	margin: 10px;
	padding: 10px;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}

/****************** product Detial style *************/
/****************** product Compare style *************/
.btnProductCompareItemStyle {
	position: absolute;
	left: 5px;
	background-color: rgba(102, 102, 102, 0.4);
	color: white;
	padding: 4px;
	border-radius: 3px;
	font-family: Tahoma;
	font-size: 8pt;
}
.CompareProductTabel .title {
	font-family: Tahoma;
	width: 150px;
	background-color: #666;
	color: white;
	font-weight: bold;
	padding-right: 5px;
	font-size: 9pt;
}

.CompareProductTabel .value {
	background-color: #eeeeee;
	color: black;
	padding-right: 5px;
}

.CompareProductTabel .valueimage {
	text-align: center;
}
.CompareProductTabel .value .star {
	width: 16px;
	height: 16px;
	float: right;
	background-image: url('/images/stars.png')
}

.CompareProductTabel td {
	border: 1px solid white;
}

.CompareProductTabel .tdmouseenter {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	color: black;
	font-weight: bold;
}

.CompareProductStyle {

	padding-bottom: 10px;
	display: none;
}

.CompareProductStyle .divcomproductview {
	overflow: auto;
	background-color: #ffffff;
	/*height: 200px;*/
	width: 100%;
}

.CompareProductStyle .divcomproductview .panelbtn {
	text-align: center;
	float: left;
	width: 120px;
	height: 100%;
}

.CompareProductStyle .divcomproductview .btncomparenow {
	width: 95px;
	height: 30px;
	background-image: url('/images/CompareProduct/comparenowimage.gif');
	background-repeat: no-repeat;
	vertical-align: middle;
}

.CompareProductStyle .divcomproductview .btnremoveall {
	width: 95px;
	height: 30px;
	background-image: url('/images/CompareProduct/deleteallcompareimage.gif');
	background-repeat: no-repeat;
	vertical-align: middle;
}

.CompareProductStyle .divLineAction {
	width: 100%;
	height: 25px;
	background-image: url('/images/CompareProduct/1pix.jpg');
	background-repeat: repeat-x;
	background-position-y: 13px;
}
.CompareProductStyle .btnhideshowcomparepanel {
	background-repeat: no-repeat;
	height: 20px;
	float: left;
	margin-left: 10px;
	margin-top: 3px;
	cursor: pointer;
}
.CompareProductStyle .btnopenpanel {
	width: 54px;
	background-image: url('/images/CompareProduct/closecompareimage.gif');
}

.CompareProductStyle .btnclosepanel {
	width: 135px;
	background-image: url('/images/CompareProduct/opencompareimage.gif');
}

.CompareProductStyle .lblproductcompareselectinfo {
	background-color: #00afc8;
	border-radius: 3px;
	float: left;
	height: 20px;
	font-family: Tahoma;
	font-size: 11px;
	text-align: center;
	color: white;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 3px;
	margin-left: 10px
}

.CompareProductStyle .productcompareitem {
	overflow: auto;
	margin-left: 130px;
	/*height: 180px;*/
}
.productcompareitem .item {
	float: right;
	margin: 10px;
	width: 30%;
	border: solid 1px #808080;
	border-radius: 3px;
	text-align: center;
}
.productcompareitem .item:hover {
	background-color: white;
}

.productcompareitem .item .itemClose {
	width: 15px;
	height: 15px;
	background-image: url('/images/CompareProduct/deleteproductImage.gif');
	background-repeat: no-repeat;
	float: right;
	margin-top: -7px;
	margin-right: -7px;
	cursor: pointer;
}
.productcompareitem .item .image {
	width: 100px;
	height: 70px;
	border: solid 1px #D2D1D1;
	margin-right: 8px;
	margin-top: 15px;
	background-size: cover;
	overflow: hidden;
}
.productcompareitem .item .title {
	font-family: Tahoma;
	font-size: 9pt;
	padding: 4px;
	height: 50px;
	overflow: hidden;
}

.tabBtns a:first-child {
}

.tabBtns a:last-child {
}

div.tabPages {
	border: none !important;
	margin-top: 11px;
	border-radius: 0px;
	padding: 0px 5px 0px 5px !important;
	text-align: justify;
	background: #F8F8F8;
	direction: rtl;
}

.P-ProductView-button-ticket {
	height: 30px;
	background: #0B004A;
	position: relative;
	font: normal 12px/21px yekan;
	color: #fff;
	display: inline-block;
	-ms-border-radius: 2px;
	border-radius: 4px;
	margin-right: 10px;
	vertical-align: middle;
}

.P-ProductView-button-ticket span:first-child {
	background: #FF0000;
	display: block;
	float: right;
	font-size: 12px;
	height: 30px;
	line-height: 22px;
	padding: 0 20px 0 15px;
	text-align: center;
}

.P-ProductView-button-ticket span:last-child {
	padding: 0 11px;
	position: relative;
	top: 2px;
	font-size: 12px;
}

.P-ProductView-button-ticket.arrow-right:before {
	border-bottom: 4px solid transparent;
	border-right: 4px solid #fff;
	border-top: 5px solid transparent;
	content: "";
	position: absolute;
	right: 0;
	top: 10px
}

.P-ProductView-button-ticket.arrow-left:before {
	border-bottom: 4px solid transparent;
	border-left: 4px solid #fff;
	border-top: 5px solid transparent;
	content: "";
	position: absolute;
	left: 0;
	top: 10px
}
.Productview-counterup {
	width: 100%;
	height: 50px;
	text-align: left;
	direction: ltr;
	background-color: rgba(244,244,244,1);
}

.P-ProductView-button-ticketup {
	height: 25px;
	direction: rtl;
	background: #E23030;
	position: relative;
	font: normal 12px/21px yekan;
	color: #fff;
	display: inline-block;
	-ms-border-radius: 4px;
	border-radius: 4px;
	margin-right: 10px;
	vertical-align: middle;
	margin-left: 20px;
}

.P-ProductView-button-ticketup span:first-child {
	background: #FF0000;
	display: block;
	float: left;
	font-size: 12px;
	height: 25px;
	line-height: 22px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	padding: 0 20px 0 15px;
	text-align: center;
	vertical-align: middle;
}

.P-ProductView-button-ticketup span:last-child {
	padding: 0 11px;
	position: relative;
	top: 2px;
	font-size: 12px;
}

.ProductView_checBoxMojodiStyle {
	float: right;
	width: 300px;
	margin-right: 15px;
}
.ribbonProductView {
	right: inherit !important;
	top: inherit !important;
}
.ribbon {
	position: absolute;
	right: -5px;
	top: -5px;
	overflow: hidden;
	width: 75px;
	height: 75px;
	text-align: right;
}
.ribbon span {
	font-size: 10pt;
	font-family: 'Yekan', Tahoma;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg); /* Needed for Safari */
	width: 100px;
	display: block;
	background: #79A70A;
	background: linear-gradient(#9BC90D 0%, #79A70A 100%);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	top: 19px;
	right: -21px;
}

.ribbon span::before {
	content: '';
	position: absolute;
	left: 0px;
	top: 100%;
	z-index: -1;
	border-left: 3px solid #79A70A;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #79A70A;
}
.ribbon span::after {
	content: '';
	position: absolute;
	right: 0%;
	top: 100%;
	z-index: -1;
	border-right: 3px solid #79A70A;
	border-left: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #79A70A;
}

.specviewulclass {
	font-size: 10px;
	overflow: hidden;
}

.specviewulclass ul {
	padding: 0px;
	margin: 0px;
	display: table;
	/* float:right; */
}

.divproductModelView span.title, .divproductModelView span.value {
	font-size: 12px;
	font-weight: bold;
}
.specviewulclass ul li.title {
	margin-top: 4px;
	/* width:130px; */
	/* text-align:left; */
	float: right;
	list-style: none;
	padding-top: 0px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
}

.specviewulclass ul li.value {
	position: relative;
	/* width: 78px; */
	height: 26px;
	border: solid 1px #d9d9d9;
	float: right;
	/*margin: 5px;*/
	list-style: none;
	text-align: right;
	cursor: pointer;
	color: coral;
	padding-left: 15px;
}

.specviewulclass ul li.disable:before {
	content: "";
	position: absolute;
	left: 0;
	right: 5px;
	border-bottom: 1px solid #808080;
	top: 16px;
	z-index: 2;
	transform: rotate(-15deg);
	width: 90%;
	height: 0;
	bottom: 0;
}

.specviewulclass .value .imagevalue {
	width: 10px;
	height: 10px;
	position: absolute;
	margin: 8px;
	border-radius: 100%;
}

.specviewulclass .value .imagetik {
	width: 24px;
	height: 30px;
	float: right;
	background-repeat: no-repeat;
	position: relative;
	background-position-y: -3px;
}

.specviewulclass .value .imagetik.tik {
	background-image: url('/images/tik2.png');
}

.specviewulclass .value .textvalue {
	position: relative;
	top: 4px;
	float: right;
	right: 5px;
	/* width: 65px; */
	overflow: hidden;
	white-space: nowrap;
}

.combotitle {
	margin-top: 15px;
    font-size: 12px;
    color: #4d4d4d;
    /* width: 130px; */
    text-align: right;
    float: right;
    font-weight: bold;
}

.combobox {
	cursor: pointer;
    display: inline-block;
    float: right;
    padding: 0px;
    margin-right: 10px;
    background-image: url('/images/ArrowFcombox.png');
    background-position-x: 15px;
    background-position-y: center;
    background-repeat: no-repeat;
    margin-top: 10px;
}

.combobox .selector {
	border: solid 1px #d9d9d9;
	padding: 2px 5px;
	width: 260px;
	height: 25px;
	margin-bottom: -1px;
	background: #fafbfc;
	font-size: 13px;
}
.linespasecombo {
	width: 100%;
	float: right;
}

.combobox ul {
	padding: 0;
	margin: 0;
	display: inline-block;
	border: 1px solid #d9d9d9;
	background-color: #fff;
	position: absolute;
	width: 270px;
	z-index: 10000;
}

.combobox ul li.value {
	width: 95%;
	border: none;
}
.combobox ul li:not(.disable).value:hover {
	background-color: #f5f6f8;
}

.combobox ul li.disable {
	color: gray;
	border: 1px solid #ccc;
}
.combobox ul li.disable:before {
	content: "";
	position: absolute;
	left: 0;
	right: 5px;
	border-bottom: 1px solid #808080;
	top: 16px;
	z-index: 2;
	transform: rotate(-5deg);
	width: 96%;
	height: 0;
	bottom: 0;
}

ul.list-group{
	margin: 0px !important;	
}

.list-group-item{
	border: none !important;	
}

div.categoryTree ul li ul.list-group li {
    transition: all 0.4s;
}

div.categoryTree ul li ul.list-group li {
    background: url(/Files/Editor/Images/Arrows-Back-sm.png) no-repeat right center;
}

div.categoryTree ul li ul.list-group li:hover{
	padding-right: 20px;	
}

    .OrderFinishWizardClass .rowwizard {
        display: none;
    }

    .WizardStepPointDiv {
        width: 100%;
        height: 32px;
    }

        .WizardStepPointDiv .WizardStepLine {
            border: 1px solid #868282;
            margin-bottom: -33px;
            margin-top: 25px;
        }

    .WizardStepPoint {
        margin-top: 10px;
        width: 100%;
        height: 25px;
    }

    .panelcenter{
        text-align:center;
    }
        .WizardStepPoint td {
            text-align: center;
        }

        .WizardStepPoint .circleclass {
            background-image: url(/images/Login/WizardStepIcon2.png);
            background-repeat: no-repeat;
            height: 32px;
            background-position: center;
            margin-bottom: -25px;
        }

            .WizardStepPoint .circleclass.Active {
                background-image: url(/images/Login/WizardStepIcon1.png);
                background-repeat: no-repeat;
                height: 32px;
                background-position: center;
                margin-bottom: -25px;
            }

        .WizardStepPoint .title {
            font-weight: bold;
            color: #dfdfdf;
        }

            .WizardStepPoint .title.Active {
                font-weight: bold;
                color: navy;
            }

    .userinfoField {
        float: right;
    }

    .userinfoFieldRow {
        height: 50px;
    }

        .userinfoFieldRow span.error {
            color: red;
            font-size: 8pt;
            float: right;
        }

    .userinfoFieldRow2 {
        height: 100px;
    }

    .textleftstle {
        text-align: left;
        direction: ltr;
    }

    .userinfoFieldtitle {
        float: right;
        margin-right: 20px;
        width: 150px;
        text-align: right;
    }

    .userinfoFieldtitle2 {
        float: right;
        margin-right: 50px;
        width: 100px;
        text-align: right;
    }

    .SendKindPageTitle {
        font-size: 20px;
        margin: 0px;
        text-align: center;
        margin-top: 50px;
        font-weight: bold;
    }

    .SendKindPageRowItem {
        margin: 0px;
        margin-right: 20px;
        margin-top: 20px;
    }

    .SendKindPageRowItemImage {
        float: right;
        width: 48px;
        height: 48px;
        margin-right: 30px;
        margin-top: -13px;
        margin-left: 10px;
    }

    .SendKindPageRowItemText {
        vertical-align: middle;
        float: left;
        margin-right: 10px;
        margin-top: 45px;
        padding-right: 0px;
    }

        .SendKindPageRowItemText input {
            margin-left: 8px;
        }

    .ViewFinalOrderPage {
        margin: 10px;
        margin-top: 30px;
        padding: 0px;
    }

    .ProductLinkTagStyle{
        height:0px;
        overflow:hidden;
    }
    
    
    
    
    

/**25/10/95*********************Simorgh Skin new******************************/


.categoryList .pro-container{
	padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.categoryList .pro-container:hover figcaption {
	background: none;
}

.categoryList .pro-container figure img{
	transition: all 0.2s linear;
}

.categoryList .pro-container:hover figure img{

}

.productList .pro-container .caption .btn-success{
	background-color: transparent !important;
	border: none !important;
}

.productList .pro-container .caption .btn-success a .titlebtn{
	position: relative;
	border: 1px solid #cfcdcd;
    width: 65%;
    margin: 0 auto;
    background: #00dadd;
    color: #ffffff;
    padding: 8px;
}

.productList .pro-container .caption .btn-success a .titlebtn:before{
	content: "\f291";
    font-family: fontAwesome;
    position: absolute;
    right: 0px;
    top: 8px;
    width: 22px;
    height: 18px;
    color: #ffffff;
}

.productList .pro-container .caption .btn-success a .titlebtn:hover:before{
	animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

.categoryList .pro-container figcaption{
	
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 94%;
    margin: 5px;
    transition: all 0.2s linear;
}

.categoryList .pro-container figcaption h4{
    text-align: center;
    line-height: 90px;
    color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
    font-size: 16px;
    transition: all 0.2s linear;	
}

.categoryList .pro-container:hover figcaption h4{
    line-height: 0px;
   	padding-top: 10px;
    
}

.categoryList .pro-container figure{
	overflow: hidden;
}

.shopPage > .top{
	background: none;
    border: none;
    overflow: hidden;
    height: 37px;
    margin: 0 auto 10px;
    padding: 0 15px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    padding: 0px 15px 15px 15px;
    /*display: none;*/
}

div.shopContent{
    /*overflow: auto;*/
    width: 100%;
    margin: 0 auto;
}

div.shopContent .tile{
	/*overflow: auto !important;*/
}

body.page427 div#owl-example{
	width: 100%;
}

body.page427 div.owl-item .thumbnail {
    height: 330px !important;
}

.breadCrumbs{
	/*display: none;*/
}

.productSelected .title{
	border-bottom: 2px solid #9acb34;
    padding-bottom: 5px;
    font-size: 15px;
}

div.shopContent .tile .col-md-3 .pro-container{
	padding: 0px !important;
    border-radius: 1px;
    transition: all 0.4s;
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    height: 360px;
    margin: 2px;
}

div.shopContent .tile .col-md-3 .pro-container:hover {
    -webkit-box-shadow: 0px 0px 11px 0px rgba(133,130,133,1);
    -moz-box-shadow: 0px 0px 11px 0px rgba(133,130,133,1);
    box-shadow: 0px 0px 11px 0px rgba(133,130,133,1);
    border: 1px solid transparent;
}

div.shopContent .tile .col-md-3 .pro-container figure img{
    min-height: 150px;
    padding: 10px;
	max-height:170px;
    display: block;
    margin: auto;
}

div.shopContent .tile .col-md-3 .pro-container p{
	text-align: center;
}

div.shopContent .tile .col-md-3 .pro-container .caption{
	padding-right: 10px;
}

.shop .oldPrice{
	background: none;
}

.shop .oldPrice .title{
	background: #f5f6f7;
}

div.caption div.title {
    text-align: center;
    line-height: 28px;
    padding: 0 10px;
    height: 90px;
    overflow: hidden;
}

div.caption div.title span a{
	font-size: 14px;
	text-decoration: none;
}

div.shopContent .tile div.col-md-3 .thumbnail{
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    padding: 0px !important;
    /* margin: 0px !important; */
    border-radius: 1px;
    transition: all 0.4s;
    height: 300px;
    margin: 5px;	
}

div.shopContent .tile div.col-md-3 .thumbnail:hover{
	-webkit-box-shadow: 0px 0px 11px 0px rgba(133,130,133,1);
    -moz-box-shadow: 0px 0px 11px 0px rgba(133,130,133,1);
    box-shadow: 0px 0px 11px 0px rgba(133,130,133,1);
    border: 1px solid transparent;	
}

div.shopContent .list .col-md-12 .thumbnail{
	overflow: auto;
}

div.shopContent .list .col-md-12 .thumbnail a{
	display: inline-block;
    float: right;
}

div.shopContent .list .col-md-12 .thumbnail .caption{
    float: right;
    text-align: right;
}

div.shopContent .list .col-md-12 .thumbnail div.caption p.currentPrice{
    text-align: right;
    position: inherit !important;
}

.slider-container {
    margin: 0 auto;
}

div.FilterManufactortDiv .divChechboxfilterstyle label{
	padding-right: 5px;
}



/*group view style*/
/*body {
  max-width: 2200px;
  margin: 0 auto;
}*/
body * {
    font-family: 'iranSans';
    text-align: right;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul {
  list-style: none;
  padding: 0px;
  margin-bottom: 0px;
}
ul.submenu li {
  padding: 5px;
  border-bottom: 1px solid #eeeeee;
}
ul.submenu li:last-child {
  border-bottom: none;
}
ul.submenu li a {
  padding-right: 5px;
}
.section {
  padding: 50px 0px;
}
.no-padding {
  padding: 0px !important;
}
/*variable*/
/*mixin*/
.Mshadow {
  -webkit-box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.75);
}
#top-banner {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
#top-banner .para-content {
  width: 50%;
  float: right;
}
#top-banner .para-content .para-image {
  margin-top: 60px;
}
#top-banner .para-content .para-image img {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 50%;
  margin-top: 20px;
}
#top-banner .para-content .para-header {
  text-align: center;
}
#top-banner .para-content .para-header h1 {
  color: #ffffff;
  font-size: 8em;
  padding: 20px 0px 0px 0px;
}
#top-banner .para-content .para-header .desc {
  font-size: 2em;
  color: #ffffff;
}
#top-banner .para-content .para-link {
  text-align: center;
  width: 20%;
  margin: 0 auto;
  margin-top: 25px;
}
#top-banner .para-content .para-link a {
  position: relative;
  font-size: 16px;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 4px 0px;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-weight: bold;
  transition: all 0.2s;
}
#top-banner .para-content .para-link a:hover {
  border: 2px solid transparent !important;
  background: rgba(255, 255, 255, 0.2);
  padding-left: 30px;
}
#top-banner .para-content .para-link a:after {
    visibility: hidden;
	opacity: 0;
    content: '\f104';
    position: absolute;
    left: 60px;
    top: -2px;
    font-family: 'fontAwesome';
    font-size: 22px;
    transition: all 0.2s;
}
#top-banner .para-content .para-link a:hover:after {
  visibility: visible;
  opacity: 1;
  left: 15px;
}
#short-description {
  padding: 50px 0px;
  background: #fafafa;
}
#short-description p {
  width: 135px;
  margin: 20px 0px;
}
#short-description p a{
	position: relative;
	font-size: 12px;
	text-align: center;
	display: block;
	width: 100%;
	margin-bottom: 20px;
	padding: 5px 0px;
	border: 2px solid #ffffff;
	color: #ffffff;
	font-weight: bold;
	transition: all 0.2s;
}
#short-description p a:hover{
	border: 2px solid transparent !important;
	background: rgb(250, 250, 250);
	padding-left: 30px;
}
#short-description p a:after{
	visibility: hidden;
	opacity: 0;
	content: '\f104';
	position: absolute;
	left: 60px;
	top: 2px;
	font-family: 'fontAwesome';
	font-size: 16px;
	transition: all 0.2s;
}
#short-description p a:hover:after{
	visibility: visible;
    opacity: 1;
    left: 15px;
}
#video-section {
  padding: 50px 0px;
  background: #61b4e4;
  
}
#video-section iframe{
	display: block;
    margin: 0 auto;
}

#middle-image {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

#product-list {
  padding: 50px 0px;
  background: #fafafa;
}
#product-list .product-item-container {
  direction: ltr;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#product-list .product-item-container > div .thumbnail {
  border: none;
  min-height:270px;
  margin-bottom: 0px;
}
#product-list .product-item-container > div .thumbnail .caption {
  text-align: center;
}
#product-list .product-item-container > div .thumbnail .caption h3 {
  color: #001689;
  line-height: 30px;
  font-size: 14px;
  direction: rtl;
  min-height: 100px;
  max-height: 120px;
  overflow: hidden;
}
#product-list .product-item-container > div .thumbnail .caption span {
  color: #61b4e4;
}
#product-list .product-item-container > div .thumbnail .caption span i {
  width: 30px;
  height: 30px;
  margin: 0px;
  border: 2px solid #001689;
  border-radius: 53%;
}
#product-list .product-item-container > div .thumbnail .caption span i:before {
  position: relative;
  top: 7px;
}
#product-list .product-item-container > div .thumbnail .caption .price {
  color: #414141;
}
#product-list .product-item-container > div .thumbnail .caption .add-to-card {
  width: 135px;
  margin: 20px 0px;
}
#product-list .product-item-container > div .thumbnail .caption .add-to-card a{
	position: relative;
	font-size: 12px;
	text-align: center;
	display: block;
	width: 100%;
	margin-bottom: 20px;
	padding: 5px 0px;
	border: 2px solid #ffffff;
	color: #ffffff;
	font-weight: bold;
	transition: all 0.2s;
}
#product-list .product-item-container > div .thumbnail .caption .add-to-card a:hover{
	border: 2px solid transparent !important;
	background: rgb(250, 250, 250);
	padding-left: 30px;
}
#product-list .product-item-container > div .thumbnail .caption .add-to-card a:after{
	visibility: hidden;
	opacity: 0;
	content: '\f104';
	position: absolute;
	left: 60px;
	top: 6px;
	font-family: 'fontAwesome';
	font-size: 16px;
	transition: all 0.2s;
}
#product-list .product-item-container > div .thumbnail .caption .add-to-card a:hover:after{
	visibility: visible;
    opacity: 1;
    left: 15px;
}
#full-description .each-product {
  padding: 30px 0px;
}
#full-description .each-product .container .row .col-md-12 .imgandtabs {
  position: relative;
}
#full-description .each-product .container .row .col-md-12 .imgandtabs .product-big-img {
  height: 315px;
  overflow: hidden;
}
#full-description .each-product .container .row .col-md-12 .imgandtabs .product-big-img img {
  max-width: 400px;
  height: auto;
  margin: 0 auto;
}
#full-description .each-product .container .row .col-md-12 .imgandtabs .col-md-12:nth-child(2) {
  margin-top: 30px;
}
#full-description .each-product .container .row .col-md-12 .imgandtabs .tab-pane {
  text-align: justify;
  line-height: 30px;
  padding-top: 10px;
}
#full-description .each-product .container .row .col-md-12 .imgandtabs .tab-pane p span {
	font-family: 'iranSans' !important;
	background-color: transparent !important;
	font-size: inherit !important;
}
#full-description .each-product .container .row .col-md-12 .imgandtabs .nav-tabs > li > a {
  padding: 4px 15px !important;
  border-radius: 0px !important;
  cursor: pointer;
}
#full-description .each-product .container .row .col-md-12 .description {
  font-weight: bold;
}
#full-description .each-product .container .row .col-md-12 .description .add-to-card {
	width: 135px;
  margin: 20px 0px;
}
#full-description .each-product .container .row .col-md-12 .description .add-to-card a{
	position: relative;
    font-size: 16px;
	text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 4px 0px;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-weight: bold;
    transition: all 0.2s;
}
#full-description .each-product .container .row .col-md-12 .description .add-to-card a:hover{
	border: 2px solid transparent !important;
    background: rgba(255, 255, 255, 0.2);
    padding-left: 30px;
}
#full-description .each-product .container .row .col-md-12 .description .add-to-card a:after{
	visibility: hidden;
    opacity: 0;
    content: '\f104';
    position: absolute;
    left: 60px;
    top: -2px;
    font-family: 'fontAwesome';
    font-size: 22px;
    transition: all 0.2s;
}
#full-description .each-product .container .row .col-md-12 .description .add-to-card a:hover:after{
	visibility: visible;
    opacity: 1;
    left: 15px;
}
#full-description .each-product .container .row .col-md-12 .description .product-full-description {
  text-align: justify;
  line-height: 30px;
  margin-top: 20px;
}
#full-description .each-product:nth-child(odd) {
  background: #ffffff;
}
#home-blog {
  background: #fafafa;
  padding: 40px 0px;
}
#home-blog .thumbnail {
  padding: 0px !important;
  border-radius: 0px !important;
}
#home-blog .thumbnail img {
  padding-top: 10px;
}
#home-blog .thumbnail .caption .title {
  color: #001689;
}
#home-blog .thumbnail .caption .summery {
  line-height: 30px;
  text-align: justify;
}
#home-blog .thumbnail .caption .readmore a {
  text-align: right;
}
p.price{
	direction:rtl;
}
@keyframes imganimation {
  0% {
    top: -100px;
	opacity: 0.3;
  }
  30% {
    top: -50px;
	opacity: 0.8;
  }
  100% {
    top: 0px;
	opacity: 1;
  }
}

#top-banner .para-content .para-image img{
   animation: imganimation 1s;
}

/*media queries*/
@media only screen and (min-width: 300px) and (max-width: 768px) {
  #top-banner .para-content {
    width: 100%;
  }
  #top-banner .para-content .para-header h1 {
    font-size: 4em;
  }
  #top-banner .para-content .para-header .desc {
    font-size: 1.5em;
  }
  #top-banner .para-content .para-link {
    width: 50%;
  }
  #short-description .container .row div:nth-child(1) img {
    padding: 10px 0px 40px 0px;
  }
  #short-description .container .row div:nth-child(2) p a {
    width: 50%;
    margin: 30px auto 0px auto;
  }
  #product-list .product-item-container>div{
	  margin-bottom: 15px;
	  -webkit-box-shadow: 0px 0px 5px 0px rgba(199, 199, 199, 0.75);
	  -moz-box-shadow: 0px 0px 5px 0px rgba(199, 199, 199, 0.75);
      box-shadow: 0px 0px 5px 0px rgba(199, 199, 199, 0.75
  }
  .logo-container img {
	 float: left;
	 padding-top: 26px;
	 transition: all 1.5s;
	 max-width: auto !important;
  }
}
/*group view style*/

