/* CSS Document */


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
	vertical-align: baseline;

	color:#555;

}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

a {
	text-decoration: none;
	line-height:inherit;
}

input{ 
	outline:none; 
	border:none;
	min-height:33px;
}
select{ 
	outline:none; 
	border:none;
	min-height:33px;
	background:#fdfdfd;
	border:1px solid #ddd;
}

.blue{
	color:#199eb1;
}
body {

	text-align:right;
	color:#555;
	text-align:right;
	direction:rtl;
	line-height:1.6;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	background-color:#efefed;
	background-position:top;
	background-repeat:repeat-x;
	
}


/* header */
header{
	float:right;
	position:relative;
	width:100%;
	background:#fff;
	color:#555;
	box-shadow: 1px 1px 3px #888;
	height:50px;
	font-weight:bold;
	font-size: 1em;;
	
}
.header{
	position:relative;
	margin:auto;
	margin-top:3px;
	width:100% !important;

	
}





#cart_box{
	position:fixed;
	left:-246px;
	top:191px;
	z-index:999999999999;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	min-width:65px;
}
#public_cart{
	position:relative;
	float:left;
	height:65px;
	width:65px;
	background:#fff;
	border-right:2px solid green;
	border-top:2px solid green;
	border-bottom:2px solid green;
	border-top-right-radius:9px;
	border-bottom-right-radius:9px;

	transition: all 0.5s ease-in-out;
	cursor:pointer;
	
}
#public_cart:hover{
  background:#fff;
  color:#63B87E;
}
.cart-bg-img{
	background-image:url(../images/cart2.png);
	height:45px;
	width:45px;
	margin:9px
}
@media only screen and (min-width: 900px) {
#public_cart:hover{width:150px !important;}
}

#item_cart{
	float:left;
	position:relative;
	width:246px;
	min-height:50px;
	background-color:#fff;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
table,th,td
{
/*border:1px solid #F3F3F3; omar abed 20.11.15.11.50.am*/
border-collapse:collapse;
direction:rtl;
}
table{
	width:100%;
	
}
td{
	padding-right:10px;
	
	color:#6A6A6A;
	line-height:20px;
	padding-top:5px;
	padding-bottom:5px;
}
.f_td{
	color:#FFF;
	
	background-color:#199EB1;
}
.total{
	background-color:#F5F5F5;
	color:#fff;
}
.total td{
	color:#333;
	font-size:14px;
}
.hide_menu{
			width:100%;
			line-height:49px;
			height:49px;
			float:right;
			top:-2px !important;
			cursor:pointer;
			position:relative;
			z-index:5555;
			display:none;
			background: #fff;

		}
		
		.hide_menu i{
			float:right;
			position:relative;
			margin-right:4%;
			font-size:25px;
			
			font-weight:bold;
			
			line-height:40px;
		}
		
		.hide_menu span{
			line-height:40px;
			float:right;
			font-size:14px;
			direction:rtl;
			text-align:right;
			
			font-weight:bold;
			
			margin-right:15px;
		}
#public_cart .no{
	position:absolute;
	top:-20px;
	right:-20px;
	height:35px;
	width:35px;
	border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-webkit-border-radius:50%;
	background-color:#63B87E;
	line-height:27px;
	text-align:center;
	border:1px solid #63B87E;

	font-size:18px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background:#fff;border:1px solid #63B87E;
}
#public_cart:hover .no{
	background-color:#63B87E;
	color:#fff;
}


.head{
	float:right;
	position:relative;
	height:75px;
	width:100%;
}
.logo{
	float:right;
	position:relative;
	margin:10px 14px 0;
}


.styled-select {
   background:#e7e7e7;
   height: 29px;
   overflow: hidden;
   width: 122px;
   float:left;

}

.styled-select select {
   background: transparent;
   border: none;
   font-size: 13px;
   height: 40px;
   padding: 5px;
   width: 132px;
   direction:rtl;
   color:#666666;
   direction:rtl;
   text-align:right;
   float:right;
  
}

.styled-select.slate {
   background-image:url(../images/select.png);
   background-repeat:no-repeat;
   background-position:left 15px center;
   height: 40px;
   width: 145px;
   background-color:#e7e7e7;
}

.styled-select.slate select {
  
   height: 40px;
   width: 162px;
}

.menu{
	position:relative;

	margin:auto;
}
#menu{
	float:right;
	position:relative;
	width:100%;
	min-height:20px;
	font-weight: 600;
	
}

@media only screen and (max-width: 600px) {
	  #menu{
	  border:1px solid #555;
	  top: -2px !important;

	  }
}

#menu > li:first-child{
	margin-right:130px;
}
#menu > li{
	list-style:none;
	position:relative;
	float:right;
	border:0px !important;
}
#menu > li >a{
	float:right;
	position:relative;
	line-height:38px;
	padding:0 14px;
	direction:rtl;
	z-index:1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#menu > li >a >i{

	float:right;
	position:relative;
	line-height:38px !important;
	margin-left:5px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#menu > li >span{
	position:absolute;
	z-index:0;
	width:100%;
	height:100%;
	height:41px;
	top:0;
	right:0;

	opacity:0;

}

/***edit****/
#menu .sub{
	background-color:#e2e3e5;
	
	top:40px;
	position:absolute;
	z-index:999999999999999999999999999;
	right:370px;
	list-style-type: none;

	background-position: left top;
	background-repeat: no-repeat;
	min-height: 300px;
	display:none;
}

#menu .sub li{
	line-height: 30px;

	padding: 0 10px;
}

#menu .sub > li:hover{
	color:#63B87E;
	background: #63B87E;
}
#menu .sub > li >a{
	width:100%;
}

#menu .sub > li >a:hover{
	width:100%;
	color:#63B87E;
}
#menu .sub > li >a >i {
	margin-left: 5px;
}
/********/
.selected span{
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1) ;
	-o-transform: scale(1) ;
	-moz-transform: scale(1) ;
	opacity:1 !important;
}

.selected a , .selected a i{
	color:#fff !important;
}





/* about */
#about{
	float:right;
	position:relative;
	height:190px;
	width:100%;
	background-image:url(../images/about.png);
	background-repeat:no-repeat;
	background-size:100% 190px;
	margin-top:13px;
}
.about{
	margin:auto;
	position:relative;
	width:1100px;
	margin-top:73px;
}
.about h1{
	float:right;
	position:relative;
	line-height:43px;
	font-size:22px;
	color:#fff;
	padding-right:55px;
	background-image:url(../images/about.png);
	background-position:right center;
	background-repeat:no-repeat;
	margin-right:103px;
}
.pdf{
	line-height:46px;
	padding:0 10px;
	color:#fff;
	background-color:#1a9daf;
	height:46px;
	margin-right:30px;
	float:right;
	position:relative;
	font-size:18px;
	
}
.pdf:hover{
	background-color:#63B87E;
	color:#fff;
}
/* page */
#page{
	float:right;
	position:relative;
	width:100%;
}




/*==========================================*/

.tabs{
	float:right;
	position:relative;
	width:100%;
	height:48px;
	background-color:#fff !important;
	
}

.tabs ul{
	margin:auto;
	height:48px;
	position:relative;

}
.tabs ul li span{
	position:absolute;
	width:100%;
	height:100%;
	z-index:0;
	background-color:#63B87E;
	top:0;
	left:0;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform: scale(-1.5);
	-ms-transform: scale(-1.5);
	-webkit-transform: scale(-1.5) ;
	-o-transform: scale(-1.5) ;
	-moz-transform: scale(-1.5) ;
	opacity:0;

}
.tabs ul li:hover span{
	transform: scale(1.5);
	-ms-transform: scale(1.5);
	-webkit-transform: scale(1.5) ;
	-o-transform: scale(1.5) ;
	-moz-transform: scale(1.5) ;
	opacity:1;
	}
.tabs ul li{
	float:right;
	position:relative;
	line-height:48px;
	list-style:none;
	overflow:hidden;
}
.tabs ul li a{
 
	padding:0 15px;
	font-size:14px;
	line-height:48px;
	position:relative;
	z-index:5;
}
.tabs ul li:hover a{
	transform: scale(1.5);
	-ms-transform: scale(1.5);
	-webkit-transform: scale(1.5) ;
	-o-transform: scale(1.5) ;
	-moz-transform: scale(1.5) ;
	opacity:1;
	color:#fff;
	}




.tabs .active{
	background-color:#63B87E;
	color:#fff !important;
}

/*==========================================*/








.more{
	float:left;
	position:relative;
	line-height:48px;
	width:53px;
	text-align:center;
	color:#fff;
	background-color:#63B87E;
	font-size:35px;
	overflow:hidden;
	font-weight:bold;

}
.more span{
	position:absolute;
	height:48px;
	width:53px;
	z-index:0;
	font-size:13px;
	text-align:center;
	line-height:48px;
	top:0;
	left:0;
	color:#fff;
	font-weight:bold;
	background-color:#2d3138;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform: scale(-1.5);
	-ms-transform: scale(-1.5);
	-webkit-transform: scale(-1.5) ;
	-o-transform: scale(-1.5) ;
	-moz-transform: scale(-1.5) ;
	opacity:0;
}
.more:hover span{
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1) ;
	-o-transform: scale(1.5) ;
	-moz-transform: scale(1) ;
	opacity:1;
	}
	
/* content */
.content{
	margin:auto;
	position:relative;
	width:100%;
}



.old{
	color:#222;
	text-decoration:line-through;
}
.cart{
	float:right;
	position:relative;
	height:43px;
	width:45px;
	background-color:#e1e1e1;
	background-image:url(../images/cart.png);
	background-position:center;
	background-repeat:no-repeat;
	right:3px;
	cursor:pointer;
	top:10px;
	
}

.cart:hover{
	background-color:#63B87E;
}






/* footer */
footer{
	float:right;
	position:relative;
	width:100%;

	background: #fff;
	
	box-shadow: 0px -1px 3px #888;
	font-weight:bold;
	color:#fff;
	
	
}
.footer{
	margin:auto;

	width:1100px;
	position:relative;

}
footer  div  img{
height:80px;
margin:10px;
}




/* sub_page */
.sub_page{
	float:right;
	position:relative;
	width:100%;
	margin-top:30px;
}
#sub{
	float:right;
	position:relative;
	width:100%;
	height:100%;
	background-color:#fff;
	padding-bottom:100px;
	min-height:500px;
}

/* Right Side */
#right_side{
	float:right;
	position:relative;
	width:232px;
}

/* Menu */
.menus{
	float:right;
	position:relative;
	width:100%;
	
}
.cats{
	float:right;
	position:relative;
	width:202px;
	padding:10px 15px;
	height:100%;
	background-color:#199eb1;
}
.menus h1{
	float:right;
	position:relative;

	line-height:30px;
	background-image:url(../images/menu.png);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:40px;
}
.cat_bg{
	background-image:url(../images/cat_bg.png);
	background-repeat:no-repeat;
	background-position;
	background-position:bottom right;
	padding-bottom:39px;
	float:right;
	width:100%;
}

#accordion{
		font-size:9pt;
		width:100%;
		list-style-type:none;
		margin:0px;
		padding:0px;
		margin-top:15px;
		float:right;
		position:relative;
	}
	#accordion > li{
		border-bottom:1px solid #2eb3c6;
		border-top:1px solid #1a7885;
		float:right;
		position:relative;
		width:100%;
	}
	
	#accordion ul{
		list-style-type:none;
		padding:10px;
		width:91%;
		background-color:#29AEC1;
		float:right;
	}
	#accordion ul>li>a{
		width:88%;
		float:right;
		line-height:20px;
		color:#E6E6E6;
		padding:2px 15px 5px 2px;
		text-decoration:none;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		border-bottom:1px solid #2eb3c6;
		border-top:1px solid #3D9BA8;
	}
	#accordion ul>li:last-child a{
		border-bottom:0;
	}
	#accordion ul>li:first-child a{
		border-top:0;
	}
	#accordion ul>li>a i{
		margin-left:5px;
		font-size:15px;
		color:#E6E6E6;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
	}
	#accordion ul>li>a:hover{
		color:#fff;
		padding-right:25px;
		padding-left:0px;
		background-color:#199EB1;
		width:85%;
	}
	#accordion ul>li>a:hover i{
		color:#fff;
	}
	
	
	#accordion>li>a{
		display:block;
		color:#FFF;
		text-decoration:none;	
		padding:5px 14px 5px 5px;
		line-height:30px;
		font-size:15px;
		cursor:pointer;
		
	}
	#accordion > li:hover > a ,#accordion > li:hover > a >i{
		color:#63B87E;
	}
	#accordion>li>a i{
		margin-left:8px;
		color:#fff;
		font-size:9px;
	}
	#accordion>li:last-child{
		border-bottom:0;
	}
	#accordion>li:first-child{
		border-top:0;
	}
	.selected2{
		background-image:url(../images/arrow_down.png) !important;
		background-position:left center;
		background-repeat:no-repeat;
	}
	#act{
		background-image:url(../images/arrow.png);
		background-position:left center;
		background-repeat:no-repeat;
	}

/* Left */
.left_side{
	float:left;
	position:relative;
	width:850px;

}

.box{
	float:right;
	position:relative;
	width:100%;
	min-height:115px;
}
.tit{
	float:right;
	position:relative;
	padding:10px 0;
	color:#5F5F5F;
	line-height:30px;
	display:block;
	width:100%;
}
.tags{
	float:right;
	position:relative;
	color:#199eb1;
	direction:rtl;
	text-align:right;
}
.tags i{
	float:right;
	margin-top:2px;
	margin-left:10px;
	color:#199eb1;
}
.price2{
	float:left;
	position:relative;
	width:110px;
	margin-top:30px;
	margin-top:-20px;
}
.price2 span{
	float:right;
	position:relative;
	direction:rtl;
	text-align:right;
	color:#444444;
	width:100%;
	font-size:13px;
}
.price2 p{
	float:right;
	position:relative;
	width:100%;
	height:30px;
	text-align:center;
	color:#fff;
	background-color:#63B87E;
	font-weight:bold;
	line-height:30px;
	font-size:18px;
	margin-top:5px;
}
.cont{
	float:right;
	position:relative;
	width:100%;
	height:242px;
	background-color:#fcffff;
	border:1px solid #d4d6d7;
	overflow:hidden;
}

/*============================================================*//*firms and section */
#firms_menu{
	float:center;
	position:relative;
	height:36px;


}
#firms_menu li{
	float:right;
	position:relative;
	list-style:none;

}
#firms_menu li a{
	float:right;
	position:relative;
	line-height:28px;

	border:1px solid #cfd1d3;
	
	font-size:14px;
	
	background:#fff ;
	
	
	
}

#firm_sections_tab{
	float:center;
	position:relative;
	width:100%;



}
#firm_sections_tab li{
	float:right;
	position:relative;
	list-style:none;
	margin-right:5px;
}
#firm_sections_tab li a{
	float:right;
	position:relative;
	padding:0 20px;
	line-height:28px;
	margin-top:6px;
	border:1px solid #cfd1d3;
	
	font-size:14px;
	
	background:#fff !important;
	
	
	color:#000;
}


#carts_tabs{
	float:center;
	position:relative;
	width:100%;
	/*height:36px;*/


}
#carts_tabs li{
	float:right;
	position:relative;
	list-style:none;
	margin-right:5px;
}
#carts_tabs li a{
	float:right;
	position:relative;
	padding:0 20px;
	line-height:28px;
	margin-top:6px;
	border:1px solid #cfd1d3;
	
	font-size:14px;
	
	background:#fff !important;
	
	
	color:#000;
}


.active2 a{

	background:#fff;
	
	border:1px solid #180B85 !important;
	color:#180B85  !important;
	text-shadow:0px 0px 1px #951C8F;
	
	
}

/*============================================================*/




.details{
	width:94%;
	padding:3%;
	float:right;
	position:relative;
	min-height:173px;
	overflow:hidden;

}
.box2{
	display:none;
}
.eng{
	float:right;
	width:100%;
	position:relative;
	direction:ltr;
	text-align:left;
	color:#666666;
	line-height:22px;

}
.eng ul{
	width:100%;
}
.eng ul>li{
	
	color:#666666;
	line-height:22px;

	}
/*******edit******/

.add_cart{
	float:right;
	position:relative;
	width:115px;
	height:34px;
	line-height:34px;
	background-color:#199eb1;
	color:#fff;
	text-align:right;
	direction:rtl;
	margin-top:10px;
	font-size:14px;
	padding-right:40px;
	background-image:url(../images/cart3.png);
	background-position:center right 10px;
	background-repeat:no-repeat;
}
.add_cart:hover{
	background-color:#63B87E;
	color:#fff;
}


 

.input{
	float:right;
	position:relative;
	width:49%;
	margin-left:2%;
	min-height:35px;
	margin-bottom:20px;
}

.input label{
	float:right;
	position:relative;
	line-height:35px;
	width:25%;
	text-align:right;
	direction:rtl;
	font-size:13px;
	color:#444444;
}
.input input[type="text"], .input input[type="email"], .input input[type="password"]{
	float:right;
	position:relative;
	width:66%;
	background-color:#fff;
	border:1px solid #eee;
	height:33px;
	direction:rtl;
	text-align:right;
	padding:0 2%;

	font-size:12px;
	color:#999;
}

.select_style{
	float:right;
	position:relative;
	width:70.5%;
	background-color:#fff;
	border:1px solid #eee;
	height:33px;
	direction:rtl;
	text-align:right;
	padding:0 2%;

	font-size:12px;
	color:#999;
}
.input input[type="date"]{
	float:right;
	position:relative;
	width:66%;
	background-color:#fff;
	border:1px solid #eee;
	height:33px;
	direction:rtl;
	text-align:right;
	padding:0 2%;

	font-size:12px;
	color:#999;
}
.input textarea{
	float:right;
	position:relative;
	width:66%;
	background-color:#fff;
	border:1px solid #eee;
	min-height:100px;
	resize:none;
	direction:rtl;
	text-align:right;
	padding:2%;

	font-size:12px;
	color:#999;
}
.input input[type="number"]{
	float:right;
	position:relative;
	width:20%;
	background-color:#fff;
	border:1px solid #eee;
	height:33px;
	direction:rtl;
	text-align:right;
	padding:0 2%;
}

.message{
	float:right;
	position:relative;
	width:100%;
	margin-top:-10px;

}
.warning{
	float:right;
	position:relative;
	width:97%;
	padding-right:3%;
	line-height:30px;
	direction:rtl;
	text-align:right;
	margin-bottom:15px;
	background-color:#fcf8e3;
	color:#8a6d3b;
	border:1px solid #faebcc;
}
.success{
	float:right;
	position:relative;
	width:97%;
	padding-right:3%;
	line-height:30px;
	direction:rtl;
	text-align:right;
	margin-bottom:15px;
	background-color:#dff0d8;
	color:#3c763d;
	border:1px solid #d6e9c6;
}
.error{
	float:right;
	position:relative;
	width:97%;
	padding-right:3%;
	line-height:30px;
	direction:rtl;
	text-align:right;
	margin-bottom:15px;
	background-color:#f2dede;
	color:#a94442;
	border:1px solid #ebccd1;
}
.options{
	float:right;
	position:relative;
	width:100%;
	margin-top:10px;
	
}
.save{
	float:left;
	position:relative;
	height:40px;
	width:96px;
	color:#fff;
	background-color:#199eb1;

	background-image:url(../images/save.png);
	background-position:right 13px center;
	background-repeat:no-repeat;
	cursor:pointer;

}
.save:hover{
	background-color:#3C763D;
}
.concel:hover{
	background-color:#FCF8E3;
}
.concel{
	float:left;
	position:relative;
	height:40px;
	width:110px;
	color:#ff8a00;
	background-color:#63B87E;

	background-image:url(../images/concel.png);
	background-position:right 10px center;
	background-repeat:no-repeat;
	cursor:pointer;
	margin-left:15px;
}




/*********************cart css***********************/
.sigin_msg {
	
	background:#63B87E;
	padding:8px;
	float:right;
	margin:8px 10px;
	font-size:15px;
	display:none;
}

.sigin_msg .fa-exclamation-triangle {
	color:#199EB1;
	font-size:18px;
}

/*****************checkout**********************/
.checkout {
	float:right;
	margin:10px;
	padding:5px 10px;
	background:#63B87E;
	color:#FFF;
	font-size:18px;
	cursor:pointer;
}

/**************Empty Cart******************/
.empty {
	margin:10px;
	padding:5px 10px;
	color:#FFF;
	background:#C00;
	float:right;
	font-size:16px;
	cursor:pointer;
}

.empty i {
	color:#FFF;
}

.delProd {
	color:#c00;
	font-size:16px !important;
	margin-right:5px;
	cursor:pointer;
}

/***************************************/



/*==========================================*/
.in_page{
	position:relative;
	float:right;
	width:100%;
	/*min-height:500px;*/
}
/*==========================================*/




/*******************************************************************(firm grid block)*/
/*.firms{
	float:right;
	position:relative;
	min-height:382px;
	width:100%;
	padding-bottom:100px;
}*/
.firms{
	float:center;
	position:relative;
	min-height:500px;
	display:inline-block;
	padding-bottom:100px;
}
@media only screen and (max-width: 700px) {
	.firms{
		width:90% !important;
	}	
}

.item{
	float:right;
	position:relative;
	width:160px;
	height:250px;
	margin:4px 8px 4px 4px;
  
}

.firm{
	float:right;
	position:relative;
	width:256px;
	height:382px;
	-webkit-perspective: 700px;
	-moz-perspective: 700px;
	margin:17px 8.5px 0 8.5px;
  
}
.firm:nth-child(4n+0){
	margin-left:0;
}
.firmImg{
	float:right;
	position:relative;
	border-radius:15px;
	width:228px;
	height:228px;
	border:1px solid #d9d9d8;
}
.firmImg img{
	float:right;
	position:relative;
	border-radius:15px;
	width:100%;
	height:100%;
}
.firm h2{
	float:left;
	position:relative;
	text-align:left;
	padding:5px 0;

	display:block;
	font-size:18px;
	width:100%;
	color:#222222;
}
.firm p{
	float:left;
	position:relative;
	text-align:left;
	padding:0;

	display:block;
	color:#222222;
	width:100%;
}


.firm_face{
	overflow: hidden;
	position: relative;
	transform: rotateY(0deg);
		-webkit-transform: rotateX(0deg) rotateY(0deg);
		-webkit-transform-style: preserve-3d;
		-webkit-backface-visibility: hidden;
		-moz-transform: rotateX(0deg) rotateY(0deg);
		-moz-transform-style: preserve-3d;
		-moz-backface-visibility: hidden;
		-o-transition: all .6s ease-in-out;
		-ms-transition: all .6s ease-in-out;
		-moz-transition: all .6s ease-in-out;
		-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	z-index: 24;
	width:228px;
	height:351px;
	padding:13px 13px 0 13px;
	background-color:#ffffff;
	border:1px solid #d9d9d8;
	border-radius:5px;
		-o-border-radius:5px;
		-moz-border-radius:5px;
		-ms-border-radius:5px;
		-webkit-border-radius:5px;
		-moz-box-shadow:0px 0px 7px #CDCDCD;
		-webkit-box-shadow:0px 0px 7px #CDCDCD;
	box-shadow:0px 0px 7px #CDCDCD;
}


.firm:hover .firm_face {
  z-index: 46;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
  -ms-transition-delay: .2s;
  transition-delay: .2s;
}
.firm_hover{
	display: block;
	height: inherit;
	width: inherit;

	width:228px;
	height:351px;
	padding:13px 13px 0 13px;

	background-color:#fefefe  !important;
	border:1px solid #d9d9d8;
	border-radius:5px;
		-o-border-radius:5px;
		-moz-border-radius:5px;
		-ms-border-radius:5px;
		-webkit-border-radius:5px;
	z-index: 13;
	opacity:0.9;
	position:absolute;
	top:0;
	left:0;
	-moz-box-shadow:0px 0px 7px #CDCDCD;
	-webkit-box-shadow:0px 0px 7px #CDCDCD;
	box-shadow:0px 0px 7px #CDCDCD;
}
.firm:hover .firm_hover {
  z-index: 46;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
  -ms-transition-delay: .2s;
  transition-delay: .2s;
}
.firm_hover h2 {
	color:#111;
	
}
.firm_hover p{
	line-height:18px;
	
	color:#555;
	line-height:20px;
}

.firm_hover h3{
	float:left;
	position:relative;
	display:block;
	width:100%;
	direction:ltr;
	text-align:left;
	color:#fff;


	margin:0;
}
.firm_hover h3 span{

	color:#222222;

	text-decoration:line-through;
}



.firm_option{
	position:absolute;
	bottom:0;
	left:0;
	width:96%;
	z-index:9999999999999999;
}



/*******************************************************************(/firm grid block)*/

/*******************************************************************(item grid block)*/
.items{
	float:center;
	position:relative;
	min-height:500px;
	display:inline-block;
	padding-bottom:100px;
}

.item{
	float:right;
	position:relative;
	width:197px;
	height:330px;
	margin:4px 8px 4px 4px;
  
}

.producImg{
	float:right;
	position:relative;
	width:188px;
	height:188px;
	border:1px solid #d9d9d8;
}
.producImg img{
	float:right;
	position:relative;
	width:100%;
	height:100%;
}
.item h2{
	float:left;
	position:relative;
	text-align:left;
	padding:5px 0;
	line-height:18px;
	display:block;

	width:100%;
	color:#000;
}
.item p{
	float:left;
	position:relative;
	text-align:left;
	padding:0;

	display:block;
	color:#222222;
	width:100%;
}

.item_face{
	overflow: hidden;
	position: relative;
	transform: rotateY(0deg);
		-webkit-transform: rotateX(0deg) rotateY(0deg);
		-webkit-transform-style: preserve-3d;
		-webkit-backface-visibility: hidden;
		-moz-transform: rotateX(0deg) rotateY(0deg);
		-moz-transform-style: preserve-3d;
		-moz-backface-visibility: hidden;
		-o-transition: all .6s ease-in-out;
		-ms-transition: all .6s ease-in-out;
		-moz-transition: all .6s ease-in-out;
		-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	width:188px;
	height:290px;
	padding:8px 8px 8px 8px;
	background-color:#ffffff;
	border:1px solid #d9d9d8;
	border-radius:5px;
		-o-border-radius:5px;
		-moz-border-radius:5px;
		-ms-border-radius:5px;
		-webkit-border-radius:5px;
		-moz-box-shadow:0px 0px 7px #CDCDCD;
		-webkit-box-shadow:0px 0px 7px #CDCDCD;
	box-shadow:0px 0px 7px #CDCDCD;
	top:0;
	left:0;
	z-index: 24;
}

.item:hover .item_face {
  z-index: 35;

}
.item_hover{
	display: block;
	height: inherit;
	width: inherit;

	width:188px;
	height:290px;
	padding:8px 8px 8px 8px;
	background-color:#fefefe !important;
	border:1px solid #d9d9d8;
	border-radius:5px;
		-o-border-radius:5px;
		-moz-border-radius:5px;
		-ms-border-radius:5px;
		-webkit-border-radius:5px;
	position:absolute;
	top:0;
	left:-8px;
	opacity:0.93;
	-moz-box-shadow:0px 0px 7px #CDCDCD;
	-webkit-box-shadow:0px 0px 7px #CDCDCD;
	box-shadow:0px 0px 7px #CDCDCD;
	color:red;
}
.item:hover .item_hover {

  z-index: 46;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
  -ms-transition-delay: .2s;
  transition-delay: .2s;

}
.item_hover h2 {
	color:#111;
	
}
.item_hover p{
	line-height:18px;
	
	color:#555;
	line-height:20px;
}

.item_hover h3{
	float:left;
	position:relative;
	display:block;
	width:100%;
	direction:ltr;
	text-align:left;
	color:#666;
	text-align:center;
	
	margin:0;
}
.item_hover h3 span{

	color:#222222;
	
	text-decoration:line-through;
}



.item_option{
	position:absolute;
	bottom:0;
	left:0;
	width:96%;
	z-index:99;
}



/*******************************************************************(item grid block)*/

.price{
	float:left;
	position:relative;
	color:#ff0000;
	direction:ltr;
	
	font-size:1.2em;
	line-height:30px;
	margin-left:14px;
	margin-top:8px;

}



/*******************************************************************(page_number)*/

.page_number{
	
	color:#555;
	padding-left:7px;
	padding-right:7px;
	padding-top:3px;
	padding-bottom:3px;
	font-size:1.4em;
	margin:3px;
	border-radius:3px;
	background-color:#fff;
	cursor:pointer;
	border:1px solid #ddd;
}
.page_number:hover{
	color:#555;
}
.pageNo_active{
	padding-top:5px !important;
	padding-bottom:5px !important;
	font-size:1.5em;
	font-weight:bold;
	margin:5px;
}
.pageNo_icon{
	color:#555;
	padding-top:5px !important;
	padding-bottom:5px !important;
	background-color:#f7f7f7;
	border:1px solid #555;
}

			
/*******************************************************************(/page_number)*/




/*******************************************************************(search)*/

.search_content_hm{
 	box-shadow: 1px 1px 2px #888888;
 	border:1px solid #777;
 	float:right !important;
 	margin-top:9px !important;
 	width:100%;
 	background:#fff !important;
 	margin-right:20px;
 	border-top-left-radius:20px;
 	border-bottom-left-radius:20px !important;
 	border-top-right-radius:20px;
 	border-bottom-right-radius:20px !important;

}

.styled-select-hm{
 	cursor:pointer;
	background:#fff;
	height:32px;
	text-align:center;
	padding-top:8px;
	float:right;
	width:auto;		 	
	margin-right:20px;
}


.styled-select-hm i{
	float:left;font-size:2em;color:#555;margin-left:9px;
}


.search_input_hm{
	text-align:center;
	background-color:#fff;
	color:#7C013E;
	float:right;
	height:44px;
	font-size:1.0em;
	width:79%;
	min-width:180px;
}


@media only screen and (max-width: 900px) {
	.search_input_hm{max-width:60%;}	
	.search_content_hm{width:92% !important;}			
}

/*******************************************************************(/search)*/











/*******************************************************************(cart list)*/

.bg-light-cart{
	background:#fff;
	color:#555;
	font-size:1.1em;
	
}
.bg-total-cart{
	color:#555;
	font-size:1.1em;
	
	background:#fff;
	border:0px !important;
	border-left:1px solid #aaa !important;
	
}
.th-cart{
	background:#fff;
	color:#555;
	font-size:1.1em;
	

}

.table_cart {

  border-collapse: collapse;
  float:center;
  background-color:#fff;
  border:1px solid #aaa !important;

}

.table_cart td, th {
  border: 1px solid #dddddd;
  text-align: center;
  padding: 8px;
    vertical-align:middle;

}

.table_cart th {
  border: 1px solid #dddddd;
  text-align: center;
  padding: 8px;
 
  vertical-align:middle;

}
.table_cart tr:nth-child(even) {
  background-color: #f7f7f7;
}
@media only screen and (max-width: 700px) {
	#table_cart{max-width:400px !important;}	
}


/*******************************************************************(/cart list)*/






/*******************************************************************(/item_attachment)*/


.item_detail{
	padding:13px 13px 0 13px;
	background-color:#ffffff;
}
@media only screen and (max-width: 700px) {
	.item_detail{
		width:90%;
	}	
}

.item_detail_title{
	text-align:center;
	font-weight:bold;
	float:center;
	font-size:2.0em !important;
	color:#111;
	width:100%;
	text-shadow:1px 0px 2px #000;
	
}



.item_detail_img{
	float:left;
	width:40%;
	min-width:250px;
}
.item_detail_img > .img{
    float:center;
    width:440px;
    height:440px;
}
.item_detail_img > .img img{
	width:100%;
	height:100%;
	border:1px solid #aaa;
	border-radius:5px;
}

@media only screen and (max-width: 900px) {
	.item_detail_img{
		width:99%;
		float:center;
	}	
	.item_detail_img > .img{
	    float:center;
	    width:330px;
	    height:330px;
    }
}

@media only screen and (max-width: 700px) {
	.item_detail_img{
		width:99%;
		float:center;
	}	
	.item_detail_img > .img{
	    float:center;
	    width:220px;
	    height:220px;
    }
}

.item_detail_content{
	float:left;
	width:55%;
	min-width:300px;
	text-align:center;
	font-size:1.2em;
	
}
.item_detail_content > span{
	font-weight:bold;
	float:center;
}
@media only screen and (max-width: 700px) {
	.item_detail_content{
		width:99%;
		float:center;
	}	
}

/*******************************************************************(/item_attachment)*/




/*******************************************************************(/agent_attachment)*/


.agent_detail{
	background-color:#ffffff;
	border:1px solid #d9d9d8;
	border-radius:5px;
		-o-border-radius:5px;
		-moz-border-radius:5px;
		-ms-border-radius:5px;
		-webkit-border-radius:5px;
		-moz-box-shadow:0px 0px 7px #CDCDCD;
		-webkit-box-shadow:0px 0px 7px #CDCDCD;
	box-shadow:0px 0px 7px #CDCDCD;
	margin:0px !important;
	width:65%;

}
@media only screen and (max-width: 700px) {
	.agent_detail{
		width:90%;
	}	
}

.agent_detail_title{
	text-align:center;
	font-weight:bold;
	float:center;
	font-size:1.6em !important;
	color:#111;
	width:100%;
	text-shadow:1px 0px 2px #000;
	
}



.agent_detail_img{
	float:left;
	width:40%;
	min-width:350px;
}
.agent_detail_img > .img{
	float:center;
	width:200px;
}
.agent_detail_img > .img img{
	width:100%;
	height:100%;
	border:1px solid #aaa;
	border-radius:5px;
}

@media only screen and (max-width: 700px) {
	.agent_detail_img{
		width:99%;
		float:center;
	}	
}

.agent_detail_content{
	width:60%;
	min-width:350px;
	text-align:center;
	font-size:1.1em;
	
}
.agent_detail_content > span{
	font-weight:bold;
	float:center;
}
@media only screen and (max-width: 700px) {
	.agent_detail_content{
		width:99%;
		float:center;
	}	
}

/*******************************************************************(/agent_attachment)*/














