/*======= category style =========*/
div.category {
	margin:0 0 60px 0;
}
div.category ul {
	margin:0;
	padding:0;
}
div.category ul li {
	margin:0 0 12px 0;
}
div.category ul li a {
	display: block;
	font-size:14px;
	font-weight:600;
	color:#444;
	text-transform:uppercase;
	margin:0 0 6px 0;
	padding:0 0 0 26px;
	background: url('../images/icons/accordain_icon.png') no-repeat left -64px;
}
div.category ul li.has_sub_menu a {
	background: url('../images/icons/accordain_icon.png') no-repeat left 5px;
}
div.category ul li a:hover {
	color:#000;
	padding-left:32px;
}
div.category ul li a.active {
	padding-left:26px;
	color:#e81962;
	background: url('../images/icons/accordain_icon.png') no-repeat left -64px;
}
div.category ul li a span {
	color:#e81962;
}
/* nested ul */
div.category ul ul {
	margin-left:10px;
	padding:8px 0 8px 12px;
	background:url('../images/icons/bg_dotted.png') repeat-y left top;
}
div.category ul li ul li a, div.category ul li.has_sub_menu ul li a {
	background: none;
	padding-left:12px;
	color:#e81962;
}
div.category ul ul li a:hover {
	padding-left:16px;
	color:#e81962;
	text-decoration: underline;
}
/*============ end it ===========*/



/*============== best seller style ================*/
div.best_seller li {
	margin:0 0 24px 0;
}
/* image */
div.best_seller li img {
	float:left;
	margin-right:8px;
	border:1px solid #f0f0f0;
	/* box shadow */
	-moz-box-shadow: 0 0 4px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.1);
	-o-box-shadow: 0 0 4px rgba(0,0,0,.1);
	box-shadow: 0 0 4px rgba(0,0,0,.1);
}
div.best_seller li img:hover {
	border-color:#e0e0e0;
}

div.best_seller li span {
	float:left;
	width:50%;
	line-height: 20px;
}
/* start ul */
div.best_seller li span ul {
	float: none;
	width: 100%;
	display: block;
}
div.best_seller li span ul li {
	float:left;
	width:12px;
	height:11px;
	margin-right:2px;
	text-indent: -999999px;
	display: block;
	padding:0;
	margin:0;
	background:url('../images/icons/small_start.png') no-repeat left top;
}
div.best_seller li span ul li.star_off {
	background-position:left bottom;
}
div.best_seller li span strong {
	margin:0 0 12px 0;
	padding:0;
}
div.best_seller li span p {
	margin:0 0 6px 0;
	padding:0;
	font-size: 12px;
}
div.best_seller li span a {
	font-size: 12px;
	font-weight:600;
	padding-right:16px;
	background:url('../images/icons/double_arrow.png') no-repeat 100% 53%;
}
div.best_seller li span a:hover {
	text-decoration: underline;
}
/*======== end it =========*/



/*=================== title name and price style =================*/
div.pro_name_price {
	padding:4px 3px;
	display: block;
	margin-bottom:12px;
	display: block;
	background:url('../images/icons/bg_dotted.png') repeat 0 0;
}
div.pro_name_price div.pro_desc_conent {
	background:#fff;
	padding:6px 12px;
}
div.pro_name_price div.pro_desc_conent h6 {
	float:left;
	padding:0;
	margin:0;
}
div.pro_name_price div.pro_desc_conent h5 {
	float:right;
	font-weight: 700;
	margin:0;
	padding:0;
	color:#e81962;
}
div.pro_name_price div.pro_desc_conent h5 small {
	font-size:11px;
	color:#777;
	font-weight: 400;
}




/*====================================================
	this is style for the plugin, don't edit or edit carfully (product_img)
======================================================*/
/* Etalage container (large thumb + small thumbs): */
#etalage_style_two{
	display: none;
}
/* Large thumbnail: */
#etalage_style_two .etalage_thumb{
	background: #f7f7f7 url(../images/icons/loading.gif) center no-repeat;
	border: 1px solid #e0e0e0;
	padding: 6px;
}
/* Large thumbnail - image (in case you want to add a border around the image within the frame) */
#etalage_style_two .etalage_thumb_image{
	border:1px solid #f4f4f4;
}

/* Small thumbnails: */
#etalage_style_two .etalage_small_thumbs li{
	background: #f2f2f2;
	border: 1px solid #e0e0e0;
	margin: 10px;
	padding: 2px;
}
#etalage_style_two .etalage_small_thumbs li:hover {
	cursor: pointer;
}
/* The one on the left that makes them slide */
#etalage_style_two ul li.etalage_smallthumb_first{ }
/* The one on the right that makes them slide */
#etalage_style_two ul li.etalage_smallthumb_last{ }
/* The currently active one */
#etalage_style_two ul li.etalage_smallthumb_active{
	border:2px solid #e81962;
}
/* Zoomed image area: */
#etalage_style_two .etalage_zoom_area,
.etalage_zoom_area{
	background: #f7f7f7 url(../images/icons/loading.gif) center no-repeat;
	border: 1px solid #e0e0e0;
	padding: 6px;
	-webkit-box-shadow: 0 0 5px #ddd;
	-moz-box-shadow: 0 0 5px #ddd;
	box-shadow: 0 0 5px #ddd;
}

/* Magnifier area (thumbnail hovering rectangle): */
#etalage_style_two .etalage_magnifier{
	background: white;
	border: 1px solid #bbb;
}

/* Icon that will apear at the left bottom of the large thumbnail (optional): */
#etalage_style_two .etalage_icon{
	background: url(../images/icons/zoom.png) no-repeat;
	width: 14px;
	height: 14px;
}

/* Hint that will apear at the top right of the large thumbnail (optional): */
#etalage_style_two .etalage_hint{
	background: url(../images/icons/hint.gif) no-repeat;
	width: 130px;
	height: 57px;
}

/* Description area (optional) */
#etalage_style_two .etalage_description{
	background: white;
	font-style: italic;
	margin: 10px;
	padding: 6px 10px;
}


#hidden {
	display:none;
}
/*
------------------------------------ FUNCTIONALITY --------------------------------------
  The following CSS serves to make Etalage function properly. Don't edit or edit carefully.
-----------------------------------------------------------------------------------------
*/

.etalage, .etalage_thumb, .etalage_thumb_image, .etalage_source_image, .etalage_zoom_preview, .etalage_icon, .etalage_hint{ display:none }
.etalage, .etalage ul, .etalage li, .etalage img, .etalage_hint, .etalage_icon, .etalage_description{ margin:0; padding:0; border:0; list-style:none }
.etalage, .etalage_magnifier div, .etalage_magnifier div img, .etalage_small_thumbs ul, ul .etalage_small_thumbs li, .etalage_zoom_area div, .etalage_zoom_img{ position:relative }
.etalage img, .etalage li{ -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -o-user-select:none; user-select:none; -webkit-user-drag:none; -moz-user-drag:none; user-drag:none }
.etalage, .etalage_small_thumbs li{ float:left }
.etalage_right{ float:right }
.etalage li{ position:absolute }
.etalage img{ vertical-align:bottom; max-width:none }
.etalage_magnifier{ cursor:crosshair }
.etalage_magnifier div, .etalage_small_thumbs{ overflow:hidden }
.etalage_magnifier div img{ display:none }
.etalage_icon, .etalage_hint{ cursor:default; width:0; height:0; overflow:hidden }
.etalage_small_thumbs li.vertical{ float:none }
.etalage_zoom_area div{ overflow:hidden; z-index:997 }
.etalage_zoom_preview{ position:absolute; z-index:998 }
.etalage_zoom_img, .etalage_hint{ z-index:999 }
.etalage{ direction:ltr }
div.etalage_description{ position:absolute; bottom:0; left:0; z-index:999 }
div.etalage_description.rtl{ direction:rtl; text-align:right }



/*============================= product_desc ====================*/
div.product_desc div.pro_desc_conent {
	padding:4px 3px;
	display: block;
	margin-bottom:6px;
	background:url('../images/icons/bg_dotted.png') repeat 0 0;
}
div.product_desc div h6 {
	background:#fff;
	padding:12px;
	margin:0;
}
div.product_desc div h5 {
	background:#fff;
	padding:8px 12px;
	display: block;
	font-weight: 700;
	margin:0;
	color:#e81962;
}
div.product_desc div h5 small {
	float:right;
	font-size:11px;
	color:#777;
	font-weight: 400;
}
/* div.pro_desc_list ul */
div.product_desc div div.pro_desc_list {
	background:#fff;
	padding:12px;
	margin:0;
	display: block;
}
div.product_desc div.pro_desc_list ul {
	display: block;
	margin:0;
	padding:0;
}
div.product_desc div.pro_desc_list ul li {
	display: block;
	margin:0;
	padding:0;
}
div.product_desc div.pro_desc_list ul li strong {
	display: inline-block;
}

/* div.pro_desc_rate ul */
div.product_desc div div.pro_desc_rate {
	background:#fff;
	padding:12px;
	margin:0;
	display: block;
	border-top:1px solid #ddd;
}
div.product_desc div div.pro_desc_rate h6 {
	display: block;
	margin:0;
	padding:0;
}
/* stars ul */
div.product_desc div div.pro_desc_rate ul {
	padding:0;
	margin:0;
	margin-top:-12px;
}
div.product_desc div div.pro_desc_rate ul li {
	display: inline-block;
	width:15px;
	height:15px;
	font:0/0 a;
	background:url('../images/icons/big_stars.png') no-repeat left top;
}

/*================= div.inputs ======================*/
div.product_desc div.inputs {
	padding:12px;
	background:#fff;
	border-top:1px solid #ddd;
}
/* form */
div.product_desc div.inputs form {
	display: block;
	margin-bottom:6px;
}
div.product_desc div.inputs form label {
	float:left;
	display: block;
	margin-bottom:6px;
}

/* anchers buttons */
div.product_desc div.inputs ul.pro_buttons {
	display: block;
}
div.product_desc div.inputs ul.pro_buttons li {
	display: block;
	margin-bottom:6px;
	position: relative;
}
div.product_desc div.inputs ul.pro_buttons li a {
	display: block;
	text-align:center;
}
div.product_desc div.inputs ul.pro_buttons li span {
	position: absolute;
	top:-10px;
	left:0;
	width: 100%;
	padding:12px 0;
	display: none;
	background:#f7f7f7;
	border:1px solid #e0e0e0;
}
div.product_desc div.inputs ul.pro_buttons li:hover span {
	display: block;
}
div.product_desc div.inputs ul.pro_buttons li:hover span a {
	padding:0 12px;
	display:block;
	font-weight: 600;
}



/*==================== product_info ==================*/
div.product_info_acc {
	margin-top:60px;
}
div.product_info_acc h6 {
	cursor:pointer;
	padding:8px 12px;
	padding-left:36px;
	background:#fff url('../images/icons/accordain_icon.png') no-repeat 12px 11px;
	border:1px dotted #aaa; 
	margin:0 0 1px 0;
}
div.product_info_acc h6.active {
	color:#e81962;
	background:#fff url('../images/icons/accordain_icon.png') no-repeat 12px -57px;
}
div.product_info_acc div.product_info div.acc {
	padding:0 24px 0 12px;
	height:300px;
	margin:12px 0;
	overflow: hidden;
}
div.product_info_acc div.product_review div.acc {
	padding:0 24px 0 12px;
	height:335px;
	margin:12px 0;
	overflow: hidden;
}

/*========== single reviews ============*/
div.product_info_acc div.product_review div.acc div.single_review {
	padding-bottom:12px;
	margin-bottom:14px;
	border-bottom:1px solid #ddd;

	-webkit-box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
	-o-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
}
div.product_info_acc div.product_review div.acc div.single_review h5 {
	margin-bottom:6px;
	font-size: 14px;
}
div.product_info_acc div.product_review div.acc div.single_review h5 span {
	font-weight: 400;
	font-size:12px;
	color:#666;
	text-transform: none;
}
div.product_info_acc div.product_review div.acc div.single_review p {
	margin:0;
	padding:0;
}

/*========================== make_review form ==================*/
div.product_review div.acc form {
	display: block;
}
div.product_review div.acc form fieldset {
	padding:0;
	display: block;
	width: 100%;
}
div.product_review div.acc form fieldset label,
div.product_review div.acc form fieldset div {
	display: block;
	padding:10px 0;
}
div.product_review div.acc form fieldset label strong,
div.product_review div.acc form fieldset div strong {
	width:100%;
	display: block;
	font-size: 12;
	line-height: 12px;
	margin-bottom:6px;
	font-weight: 600;
	color:#666;
	text-transform: uppercase;
}
div.product_review div.acc form fieldset label input[type=text],
div.product_review div.acc form fieldset label textarea {
	width: 92%;
	padding:0 5px;
	height:35px;
	line-height:34px;
	font-size:12px;
	margin:0;
	background:#fff;
	border:1px solid #ddd;
	/* inner shadow */
	-webkit-box-shadow: inset 0 1px 0 #f0f0f0;
	-moz-box-shadow: inset 0 1px 0 #f0f0f0; 
	-o-box-shadow: inset 0 1px 0 #f0f0f0; 
	box-shadow: inset 0 1px 0 #f0f0f0; 
}
div.product_review div.acc form fieldset label textarea {
	height:130px;
}
div.product_review div.acc form fieldset div input[type=text]{
	padding:0 5px;
	height:30px;
	margin:0;
	margin-bottom:6px;
	line-height:30px;
	font-size:12px;
	background:#fff;
	border:1px solid #ddd;
	/* inner shadow */
	-webkit-box-shadow: inset 0 1px 0 #f0f0f0;
	-moz-box-shadow: inset 0 1px 0 #f0f0f0; 
	-o-box-shadow: inset 0 1px 0 #f0f0f0; 
	box-shadow: inset 0 1px 0 #f0f0f0; 
}
div.product_review div.acc form fieldset div img {
	height:30px;
	line-height:30px;
	border:1px solid #ddd;
	/* inner shadow */
	-webkit-box-shadow: inset 0 1px 0 #f0f0f0;
	-moz-box-shadow: inset 0 1px 0 #f0f0f0; 
	-o-box-shadow: inset 0 1px 0 #f0f0f0; 
	box-shadow: inset 0 1px 0 #f0f0f0; 
}
div.product_review div.acc form fieldset label span {
	height:auto;
	padding:0;
	margin-right:12px;
}
div.product_review div.acc form fieldset label input[type=radio]{
	width:auto;
	float:left;
	padding:0;
	margin-right:12px;
	height:auto;
	cursor: pointer;
}
div.product_review div.acc form div.submit {
	margin-top:12px;
}






/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

	/* best saller */
	div.best_seller li img {
		width:66px;
		height:66px;
	}


}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	/* best saller */
	div.best_seller {
		display: none;
	}

	div.pro_name_price div.pro_desc_conent h6,
	div.pro_name_price div.pro_desc_conent h5 {
		float: none;
		display: block;
		text-align: left;
	}


	div.product_desc {
		margin-top:30px;
	}

	div.product_review {
		margin-top:30px;
	}

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

	/* best saller */
	div.best_seller {
		display: none;
	}


	div.pro_name_price div.pro_desc_conent h6,
	div.pro_name_price div.pro_desc_conent h5 {
		float: none;
		display: block;
		text-align: left;
	}
	

	div.product_desc {
		margin-top:30px;
	}

	div.product_review {
		margin-top:30px;
	}

}
