/***** PRODUCTS *********/

.product-filter
{
	padding: 0px 5px;
	text-align:center;
	margin: 5px 0;
}


.stock {

   color: #777777;
}
.stock-red
{
    color: #CC0000 !important;
}

.stock-green
{
    color: green !important;
}


/*** PAGINATION ***/


.products-list .pagination
{
	padding: auto;
	/* text-align:center; */
	margin-top: auto;
	margin-bottom:auto;
}

.products-list .pagination .products-pagination
{
	display:inline-block;
}
/***************************/

.products
{

}

.products li {
    /* border: 1px solid #cccccc;
    float: left;
    margin: 2px;
    width: 196px;
	height:265px;
	line-height: 1.1em; */
}

.products li:hover
{
	cursor:pointer;
	 -moz-box-shadow:0px 0px 15px rgba(0, 142, 254, 0.3);
    -webkit-box-shadow:0px 0px 15px rgba(0, 142, 254, 0.3);
    box-shadow:0px 0px 15px rgba(0, 142, 254, 0.3);
}

.products li:hover .product-name
{
    /*background: rgba(0, 142, 254, 0.3);*/
    /*color: #FFFFFF;*/
}

.products li:hover .product-name a
{
    /*color: #FFFFFF;*/
}

.products li:hover .product-price strong
{
    color: #CC0000;
}
.products li > div > div
{
	/* padding: 5px 7px; */

}

.products li .product-figure
{
/* 	height:120px;
	text-align:center; */

	height: 115px;
    margin: 0px auto;
    text-align: center;
    padding-bottom:5px;
 /*    width: 115px; */


}

.products li .product-figure > a
{
	background-color: #EEEEEE;
}

.products li .products-img
{
/* 	max-width:100px;
	max-height:100px; */
/* 	border: 0 none;
    margin: 0 auto;*/

    max-height: 110px;
   /*  max-width: 110px; */
    text-align: center;
    vertical-align: middle;

    display: block;
    margin-left: auto;
    margin-right: auto;
   /*  max-width: 200px; */
}

.products li .product-name
{
	font-weight: bold;
	margin: 0 auto;
	height: 50px;
	overflow:hidden;
	padding: 5px 3px;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
    font-size: 1.2em;
/* white-space: pre-line; */
transition: all 0.2s ease-in-out 0s;
}


.products li .product-price
{
	border: 1px solid transparent;
	padding-top: 15px;
}

.products li .product-action
{
	padding-top: 15px;
	padding-bottom: 5px;
	/* font-weight: bold;
	margin: 0 auto; */
	text-align:center;
}

.products li .modal
{
    width:auto;
}

.products li .modal dl
{
    height: 15px;
}

/***************************/
/*** PRODUCTS DISPLAY ****/

section.category .products-display-list li
{
    margin-left: 0 !important;
}


/*************/
/*** PRODUCT INFO ****/

.product-info .product-img
{
    padding-left:25px;
    padding-top: 0px;
    position: relative;
}

#product_image_thumbs{

    padding-top: 3px;
}
.product-info .product-content
{
    padding-left:55px;
    padding-top: 0px;
    padding-bottom: 5px;
    position: relative;
}

.product-info .product-content > div
{
    border-bottom: 1px solid #EEEEEE;
}

.product-info .product-name
{
    font-size:2.1em;
    line-height: 1em;
    font-weight:bold;
    padding:10px 0px;
}

.product-info .product-desc
{
    font-size: 1.4em;
    line-height: 1.4em;
    padding:10px 0px;
}

.product-info .product-price
{
    padding:3px;
    font-size:1.1em;
    font-weight: bold;

    padding:10px 0px;
}
.product-info .product-price > .price
{
    display: inline-block;
    padding: 0px 5px;
    color: #CC0000;
    font-size: 3em;
   line-height: 1em;
    font-weight: bold;
    text-shadow: 1px 1px 1px #111111;
}

.product-info .product-action
{
    padding:20px 0px;
}

.product-info pre
{
    background: transparent;
    border: none;
    font: inherit;
}

.product-info #product_gallery a
{
    margin: 10px 0px;
}



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


/*** TOP PRODUCT ***********/

.top-product .top-img
{
    padding:20px;
    max-width:195px;
}


.top-product .-content
{
    padding:20px;
}

.top-product .top-name
{
    font-size:1.5em;
    line-height: 1em;
    font-weight:bold;
    padding:10px 0px;
}

.top-product .top-desc
{
    font-size: 1.1em;
    line-height: 1.4em;
    padding:10px 0px;
}

.top-product .top-price
{
    padding:3px;
    font-size:1.1em;
    font-weight: bold;

    padding:10px 0px;
}
.top-product .top-price > .price
{
    display: inline-block;
    padding: 0px 5px;
    color: #CC0000;
    font-size: 3em;
   line-height: 1em;
    font-weight: bold;
    text-shadow: 1px 1px 1px #111111;
}

.top-product .top-action
{
    padding-left:20px;
    padding-left: 30px;
}
/**** SPECIAL PRODUCTS *****/


.products-special li {
    /* border: 1px solid #cccccc;
    float: left;
    margin: 2px;
    width: 196px;
	height:265px;
	line-height: 1.1em; */
}

.products-special li:hover
{
	cursor:pointer;
}
.products-padd
{
    padding-left: 20px;
}

.products-special li:hover .product-name
{

}

.products-special li:hover .product-name > a
{
    color: #545454;
}

.products-special li:hover .product-price strong
{
    color: #CC0000;
}
.products-special li > div > div
{
	/* padding: 5px 7px; */

}

.products-special li .product-figure
{
/* 	height:120px;
	text-align:center; */

	height: 115px;
    margin: 0px auto;
    text-align: center;
    padding-bottom:5px;
 /*    width: 115px; */


}

.products-special li .product-figure > a
{
	background-color: #EEEEEE;
}

.products-special li .products-img
{
/* 	max-width:100px;
	max-height:100px; */
/* 	border: 0 none;
    margin: 0 auto;*/

    max-height: 110px;
   /*  max-width: 110px; */
    text-align: center;
    vertical-align: middle;

    display: block;
    margin-left: auto;
    margin-right: auto;
   /*  max-width: 200px; */
}

.products-special li .product-name
{
	font-weight: bold;
	margin: 0 auto;
	height: 51px;
	overflow:hidden;
	padding: 5px 3px;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
    font-size: 1.2em;
/* white-space: pre-line; */
}

div.ch1{
    height: 60px !important;
}

.products-special li .product-price
{
	border: 1px solid transparent;
	padding-top: 15px;
}

.products-special li .product-action
{
	padding-top: 15px;
	padding-bottom: 5px;
	/* font-weight: bold;
	margin: 0 auto; */
	text-align:center;
}

.products-special .pbox
{
    position:relative;
}

.products-special .pbox > .next
{
    position: absolute;
    right: 10px;
    top: 60px;
    z-index: 1000;
    display:none;
}

.products-special .pbox > .next:hover > .icon-stack-base
{
     color: #CC0000;
}

.products-special .pbox > .prev
{
    position: absolute;
    left: 10px;
    top: 60px;
    z-index: 1000;
    display:none;
}

.products-special .pbox > .prev:hover > .icon-stack-base
{
     color: #CC0000;
}

.products-special .pbox:hover .prev
{
    display:block ;
}
.products-special .pbox:hover .next
{
    display:block;
}
ul.products-special
{
    display:none;
}
/*
*   category right sidebar
*/
.category-specials .products-special li .product-figure
{
    height: auto;
}
.category-specials .products-special li .product-namefaceface
{
    height:60px;
    font-size: 1em;
}
div.prev_prod_img{
    position:absolute; top:50%; left:35px;
    color: rgba(0, 0, 0, 0.3);
    font-size:19px;
}
div.next_prod_img{
    position:absolute; top:50%; right:35px;
    color: rgba(0, 0, 0, 0.3);
    font-size:19px;
}
div.prev_prod_img:hover,
div.next_prod_img:hover{
    cursor: pointer;
    color:#CC0000 !important;
}


div.prev_prod_img:active,
div.next_prod_img:active{
    cursor: pointer;
    color:#005580 !important;
}

div#product_gallery:hover{

    cursor: zoom-in;
}

i.icleft{
    margin-left:5px;
}

.in_transition {
    z-index: 9999999;
    border: 1px solid #ddd;
    background-color: #FFFFFF !important;
}
.transition {

    -webkit-transform: scale(2.3);
    -moz-transform: scale(2.3);
    -o-transform: scale(2.3);
    transform: scale(2.3);
}
div#product_gallery {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    position: relative;
}
/*********************************************************************************************/
