.p_selected{
    background: #bbb !important;
    color: #666 !important;
}
.prod_table{
    background: #eee;
    border:1px solid #EA1700;
}
.prod_table img { 
	width: 100px;
	max-height: 120px;
	height: auto;
}
.prod_box{
    width:149px;
    height:260px;
    border:1px solid #EA1700;
    float:left;
    margin:10px;
    background:#eee;
}
.prodgroup_box{
    width:204px;
    height:195px;
    border:1px solid #EA1700;
    float:left;
    margin:10px;
    background:#eee;
}
.prod_box:hover, .prodgroup_box:hover{
    background:#ddd;
}
.prod_img{
    height:100px;
    width:145px;
    text-align:center;
    display:table-cell;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
}
.prod_img img, .prod_p img{
    border: 2px solid #c3c3c3;
    max-width: 300px; 
    max-height: 300px; 
    height: auto; 
    width: auto;
}
.prod_title{
    width:147px;
    height:63px;
    text-align:center;
    padding:0 5px 5px;
    font-size: 12px;
    font-weight: bold;
    display:table-cell;
    vertical-align: middle;
    color:#000000;
}
.prod_title_main{
    width:147px;
    height:58px;
    overflow: hidden;
}
.prodgroup_title{
    width:194px;
    height:33px;
    text-align:center;
    padding:0 5px 5px;
    font-size: 14px;
    font-weight: bold;
    display:table-cell;
    vertical-align: middle;
    overflow: hidden;
}
.pager_page{
    color:#000;
    font-weight:bold;
    padding: 0 5px;
}
.prod_price{
    width:194px;
    height:25px;
    padding: 0 5px 5px 0;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    display:table-cell;
    vertical-align: middle;
    color:#000000;
}
.prod_buttons{
    width:204px;
    text-align: center;
    display:table-cell;
}
.prod_list_header{
    background: #eee;
}
.prod_list_title{
    font-size: 14px;
    font-weight: bold;
}
.prod_list_price{
    font-size: 15px;
    font-weight: bold;
    text-align:right;
}
.prod_list_desc{
    width: 100%;
    max-height: 90px;
    overflow: hidden;
}
.prod_p img {
    max-width: 300px;
  }
#table-cart td{
	font-size:15px;
}
.shop_pgbox{
	width: 140px;
	float: left;
	height: 180px;
	border: 1px solid #EA1700;
	margin: 0 10px 10px 0;
	background: #eee;
}
.shop_pgbox:hover{
    background:#ddd;
}
.shop_pgbox:nth-child(5n){
	margin: 0 0 10px 0;
}
.shop_pgbox_img{
	width: 124px;
	height: 124px;
	padding: 10px;
	display: table-cell;
	vertical-align: middle;
}
.shop_pgbox_img img {
	border: 2px solid #c3c3c3;
	max-width: 120px;
	max-height: 120px;
	height: auto;
	width: auto;
}
.shop_pgbox_title{
	width: 140px;
	height: 38px;
	text-align:center;
	display: table-cell;
	vertical-align:middle;
}
.big{
    font-size:15px;
    padding:5px;
}
.big input{
    font-size:15px;
}
.biger{
    font-size:18px;
}
.biger input{
    transform: scale(1.25);
}
h3 span, h4 span{
	font-size:smaller;
}