.prod-box-list img {}

.prod-box-list .featured-thumbnail {
	width: 160px;
	height: 100px;
	/*float:right;*/
	margin-left: 10px;
}

.featured-thumbnail {
	margin: 0;
	padding: 0;
	position: relative;
}

.featured-thumbnail img {
	width: 100%;
	height: 100%;
}

.undh:hover {
	text-decoration: underline;
}

.red {
	color: #9d261d;
}

.pink {
	color: #8d0046;
}

.green {
	color: #005524;
}

.blue {
	color: #006a90;
}

.bg-blue {
	background: #53bdde;
}

.bg-black {
	background: #232323;
}

.bg-green {
	background: green;
}

.bg-pink {
	background-color: #ff6df6;
}

.grid,
.list {
	border-radius: 3px;
	width: 25px;
	height: 25px;
	margin-right: 10px;
	float: right;
	cursor: pointer;

	margin-top: 5px;
}

.grid {
	background: url(../img/grid.png) 50% no-repeat;
}

.grid:hover {
	background: #FFB52B url(../img/gridw.png) 50% no-repeat;
}

.grid-active {
	background: #515C86 url(../img/gridw.png) 50% no-repeat;
}

.list {
	background: url(../img/list.png) 50% no-repeat;
}

.list:hover {
	background: #FFB52B url(../img/listw.png) 50% no-repeat;
}

.list-active {
	background: #515C86 url(../img/listw.png) 50% no-repeat;
}

.prods-cnt {
	width: 100%;
	height: auto;
	overflow: auto;
	margin: 0px auto;
}

/* Grid Style */

.prod-box {
	/* width: 248px; */
	width: 31.333%;
	height: 240px; 
	background-color: #fff;
	margin: 0px 5px 10px;
	float: right;
	padding: 8px 12px;
}

.prod-box .image_p { 
	margin: 0 -7px 10px -7px;
	width: 106%;
}

.prod-box img:first-child,
.prod-box-list img:first-child {}

.prod-box h5 a {
	text-decoration: none;
	width: 100%;
	float: left;
	color: #000;
	font-size: 12pt10pt;
	display: block;
	padding-bottom: 5px;
	font-family: 'BYekan' ;
	font-weight: normal;
	line-height: normal;
}

.prod-box p {
	display: none;
}

.prod-box .old {
	margin-right: 20px;
	color: #be0000 !important;
	text-decoration: line-through;
}

.prod-box .price {
	width: 60px;
	display: inline;
	float: left;
	font: italic 13px georgia;
	color: #181818;
}


.prod-box .buy-ico,
.prod-box-list .buy-ico {
	border-radius: 5px;
	padding: 3px 10px;
	width: auto;
	color: #fff;
	height: 13px;
	font-size: 9pt;
	cursor: pointer;
	background: #D52349;
	-webkit-transition: background-color 0.3s ease-in;
	-moz-transition: background-color 0.3s ease-in;
	-o-transition: background-color 0.3s ease-in;
	transition: background-color 0.3s ease-in;
	font-family: 'BYekan';
}

.prod-box .buy-ico:hover,
.prod-box-list .buy-ico:hover {
	background-color: #37A2DE;
}

/* List View Style */
.prod-box-list {
	/*height: 120px;
	margin: 10px;
	padding: 10px;*/
	background-color: #fff;
	min-height: 100px;

	clear: both;
	display: block;
	width: 99%;
	margin: 10px auto;
	position: relative;

}

.prod-box-list h5 {
	margin: 0 !important;
	text-align: right;
}

.prod-box-list h5 a {

	text-decoration: none;

	padding: 0;
	color: #3c2e25;
}

.prod-box-list p {
	color: #594E46;
	text-align: right;
	margin-bottom: 10px;
	/* font-family: 'BYekan'; */
}

.prod-box-list .old {
	color: #be0000 !important;
	float: right;
	font-style: 18px;
	text-decoration: line-through;
}

.prod-box-list .price {
	margin-right: 10px;
	display: block;
	font: italic 20px georgia;
	color: #181818;
	margin: 7px;
}

.prod-box-list .price-cnt {
	width: 95px;
	height: auto;
	float: right;
	text-align: right;
}

/* Css Shadow Effect for the prod-box and prod-box-list div */
.shadow {
	-webkit-box-shadow: 0px 0px 18px rgba(50, 50, 50, 0.31);
	-moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.31);
	box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.31);
}

.gridbox,
.view-cnt {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: block;
	height: 35px;
}

/* Category menu Style */
.category-menu ul {
	padding-left: 15px;
}

.category-menu ul li {
	display: inline-block;
	margin: 0;
	background-image: none !important;
	list-style: none;
	cursor: pointer;
	float: left !important;
	margin-right: 10px;
	background-color: #C79241 !important;
	text-align: center !important;
	font-family: Tahoma, Geneva, sans-serif;
	color: #fff;
	padding: 3px 10px !important;
	font-size: 13px !important;
	border-radius: 3px;
	-webkit-transition: background-color 0.3s ease-in;
	-moz-transition: background-color 0.3s ease-in;
	-o-transition: background-color 0.3s ease-in;
	transition: background-color 0.3s ease-in;
	clear: none;
}

.category-menu ul li:hover,
.category-menu ul li.cat-active {
	background: #E4CAA2 !important;
}

.clear {
	clear: both;
}

/*zoom*/
/* .prod-box-list .image_p { margin-left:20px; }*/
.image_p {
	position: relative;
	float: right;
	width: 100%;
	height: 115px;
	/*margin-bottom:10px;*/
	/*padding:4px;
	background:#fff;
	border:1px solid #CCC;*/
	text-align: center;
}

.image_p img {
	height: 100%;
	width: 100%;

}

.zoom-icon {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: inline-block;
	background: rgba(0, 0, 0, 0.4);
	opacity: 0;
	cursor: pointer;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

/*.no-rgba .zoom-icon {
	visibility:hidden;
	background:url(../img/black-opacity-60.png);
} */
.zoom-icon:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	margin: -20px 0 0 -20px;
	width: 45px;
	height: 45px;
	padding: 0;
	background: url(../img/magnify-alt.png) 50% 50% no-repeat;
	content: "";
	z-index: 100;
}

.zoom-icon:hover {
	opacity: 1;
}

a.featured-thumbnail:hover .zoom-icon {
	visibility: visible;
}



.zoom-icon {
	background: rgba(213, 35, 73, 0.7);
	z-index: 100;
}

.zoom-icon:before {
	/*margin:-22.5px 0 0 -22.5px;
	width:45px;
	height:45px;
	background:url(../img/magnify-alt.png) 50% 50% no-repeat !important;*/
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.featured-thumbnail a:hover .zoom-icon:before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}