/*======= 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: 10px; /* 14 */
	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:#5252ee; /* cambio  #ffd119; */
	background: url('../images/icons/accordain_icon.png') no-repeat left -64px;
}
div.category ul li a span {
	color:#ffd119;
}
/* 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:#5252ee; /* cambio  #ffd119; */
}
div.category ul ul li a:hover {
	padding-left:16px;
	color:#5252ee; /* cambio  #ffd119; */
	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;
}
/* stars 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;
	display: block;
	padding:0;
	margin:0;
	background:url('../images/icons/small_start.png') no-repeat left top;
}
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 =========*/



/*============== product filter style ================*/
div.products_filter {
	padding:3px;
	/* background:url('../images/icons/bg_dotted.png') repeat 50% top; */
}
div.products_filter div.filter_content {
	padding:4px 12px;
	background-color:#fff;
}
/*========== sort & number view style =========*/
div.filter_content div.pro_sort,
div.filter_content div.pro_number {
	float:left;
	margin-right:16px;
}
div.filter_content div.pro_sort strong,
div.filter_content div.pro_number strong {
	float: left;
	padding:7px 0;
	margin-right:6px;
	font-size: 12px;
	font-weight: 400;
	color:#777;
	text-transform: uppercase;
}
div.filter_content div.pro_sort form,
div.filter_content div.pro_number form {
	float:left;
}
/*===== end sort ======*/

/*============ pro_compare ===============*/
div.filter_content div.pro_compare {
	float:left;
	padding:7px 0;
}
div.filter_content div.pro_compare a {
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
}
div.filter_content div.pro_compare a span {
	font-weight: 700;
}
/*======== end ==========*/



/*==================== slide ==================*/
div.slide_shadow {
	background: url('../images/icons/min_slide_shadow.png') no-repeat center bottom;
	padding-bottom:19px;
	margin-bottom:30px;
}
div.slide_outer {
	border:1px solid #e0e0e0;
	padding:10px;
	display: block;
	background: #f7f7f7;
	display: block;
	position:relative;
}
/* pagers */
div.slide_outer div.pagers {
	position: absolute;
	right:10px;
	bottom:10px;
	z-index:300;
}
div.slide_outer div.pagers a {
	float:left;
	width:30px;
	height:25px;
	margin-left:1px;
	display:inline-block;
	text-indent:-999999em;
	font:0/0 a;
	background-color:#444;
}
div.slide_outer div.pagers a:hover {
	background-color: #ffd119;
}
div.slide_outer div.pagers a.prev {
	background-image: url('../images/icons/left_white_icon.png');
	background-repeat:no-repeat; 
	background-position:50% 50%;
}
div.slide_outer div.pagers a.nxt {
	background-image: url('../images/icons/right_white_icon.png');
	background-repeat:no-repeat; 
	background-position:50% 50%;
}
/* ul images */
div.slide_outer ul li {
	display: block;
	width: 100%;
}
div.slide_outer img {
	display: block;
	width:100%;
}
div.slide_outer:hover {
	background:#eee;
}
/*=================== end it ====================*/



/*======================= grid & list view =============*/
div.filter_content div.pro_switch {
	float:right;
	padding:7px 0 0;
}
div.filter_content div.pro_switch a {
	text-indent:-999999px;
	width:24px;
	height:24px;
	display: inline-block;
	background: url('../images/icons/switch_view.png') no-repeat;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=50);
	opacity: .5;
}
div.filter_content div.pro_switch a:hover,
div.filter_content div.pro_switch a.active_view {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
div.filter_content div.pro_switch a.active_view{
	cursor:default;
}
div.filter_content div.pro_switch a.grid_view {
	background-position: 0 -24px;
}
div.filter_content div.pro_switch a.list_view {
	background-position: -24px -24px;
}
/*============ end it ==========*/



/*========================= products_outer ================*/
#products_outer ul.product_show li {
	float:left;
	width:220px;
	height:290px;
	margin:30px 10px 0;
	text-align:center;
	/* border-bottom:1px solid #cecece; */
	/* box shadow */
	-moz-box-shadow:inset 0 -1px 0 #fff;
	-webkit-box-shadow:inset 0 -1px 0 #fff;
	-o-box-shadow:inset 0 -1px 0 #fff;
	box-shadow:inset 0 -1px 0 #fff;
	/* transition */
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
#products_outer ul.product_show li:nth-of-type(3n) {
	margin:30px 1px 1px 1px;
}
#products_outer ul.product_show li:nth-of-type(3n+1) {
	margin:30px 1px 1px 10px;
}
#products_outer ul.product_show li:hover {
	border-color:#000000;
}
#products_outer ul li div.img {
	position:relative;
	border:1px solid #e0e0e0;
	display: block;
	margin:0 0 0 0;  /* 0 0 14px 0; */
	overflow: hidden;
	height:217px;
}
#products_outer ul.product_show li div.img div.offer_icon {
	position:absolute;
	top:0;
	left:0;
	width:86px;
	height:86px;
	display: block;
	z-index:200;
	background:url('../images/icons/offer_icon.png') no-repeat left top;
}
#products_outer ul.product_show li div.img img {
	border:none;
	width:100%;
	display:block;
}
/* hover over */
#products_outer div.img div.hover_over {
	position:absolute;
	top:0;
	left:0;
	display:block;
	background:rgba(250,250,250,.8);
	width:100%;
	height:100%;
	cursor:pointer;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}
#products_outer div.img div.hover_over a {
	text-indent: -999999px;
	position:absolute;
	top:50%;
	margin-top:-16px;
	margin-left:0;
	display:block;
	width:42px;
	height:38px;
	background-color:#ffd119;
}
#products_outer div.img div.hover_over a:hover {
	background-color:#444;
}
#products_outer div.img div.hover_over a.link {
	left:0; /*left:30%;*/
	background-image: url('../images/icons/link.png');
	background-repeat:no-repeat; 
	background-position:50% 50%;
}
#products_outer div.img div.hover_over a.cart {
	right:0; /*right:30%;*/
	background-image: url('../images/icons/cart.png');
	background-repeat:no-repeat; 
	background-position:50% 50%;
}

/* h5, h6 hover */
#products_outer ul.product_show li:hover h5,
#products_outer ul.product_show li:hover h6 a {
	color:#ffd119;
}
#products_outer ul.product_show li:hover h6 a:hover {
	color:#444;
}

#products_outer ul.product_show li h5 span.sale_offer {
	color:#999;
	text-decoration: line-through;
}


/*============= pagination ==============*/
div.pagination {
	text-align:right;
	margin-top:60px;
}
div.pagination a:link, div.pagination a:visited {
	margin-left:3px;
	padding:4px 10px;
	font-size:12px;
	font-weight:700;
	background:#4b4b4b;
	color:#fff;
	/* box-shadow */
	box-shadow:0 2px 0 #ffd119;
	-webkit-box-shadow:0 2px 0 #ffd119;
	-moz-box-shadow:0 2px 0 #ffd119;
	-o-box-shadow:0 2px 0 #ffd119;
	/* border rounded */
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
}
div.pagination a:hover, div.pagination a:active, div.pagination a.activePage {
	background:#ffd119;
	/* box-shadow */
	box-shadow:0 2px 0 #4b4b4b;
	-webkit-box-shadow:0 2px 0 #4b4b4b;
	-moz-box-shadow:0 2px 0 #4b4b4b;
	-o-box-shadow:0 2px 0 #4b4b4b;
}
div.pagination a.text {
	background:none;
	box-shadow:none;
	font-weight:600;
	color:#666;
	padding:0 4px;
}



/* #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;
	}

	/* product images */
	#products_outer ul.product_show li {
		width:172px;
	}
	#products_outer ul.product_show li div.img {
		height:161px;
		display: block;
	}
}

/* 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) {

	div.slide_shadow {
		margin-top:42px;
	}


	/* product images */
	#products_outer ul.product_show li {
		width:200px;
		margin:30px 10px 0;
	}
	#products_outer ul.product_show li:nth-of-type(3n+2){
		margin-right:10px;
	}

	#products_outer ul.product_show li div.img {
		height:189px;
		display: block;
	}


	div.pagination {
		text-align: left;
	}
	div.pagination a:link, div.pagination a:visited {
		margin:0 1px;
		padding:4px 10px;
	}

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

	div.slide_shadow {
		margin-top:42px;
	}


	/* product images */
	#products_outer ul.product_show li {
		width:300px;
	
		margin:30px 0 0;
	}

	#products_outer ul.product_show li div.img {
		height:290px;
		display: block;
	}


	div.pagination {
		text-align: left;
	}
	div.pagination a:link, div.pagination a:visited {
		margin:0 1px;
		padding:3px 8px;
	}
	div.pagination a.text {
		display: none;
	}

}