.pc_container{
	border:1px solid #ccc;
	min-height:180px;
	
	margin-bottom:20px;
	background: #eee;
}
.pc_title{
	
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    background: #ED1C24;
    width: 100%;
		border-bottom:3px solid #ebebeb;
}
.pc_products{
	display:inline-block;
	margin:15px;
	text-align:center;
	border:1px solid #ccc;

	background:#fff;
	width:25%
}
.pc_products h4 {
	font-size: 16px;
}
#column-left .pc_products{
	width:88%;
}
.pc_products.fourbundles {
	width: 21.1%;
}
.pc_products.threebundles {
	width: 29.5%;
}

@media(max-width:980px){
	.pc_products{
	width:80%;
}
}
.pc_products h4{
	font-weight:bold;
	padding:0 10px;
	min-height: 70px;
}
.pc_products h4 a{
	color:#333;
}
.pc_products h4 a:hover{
	color:#111;
}



.pc_products .image img{
	margin:0 auto;
	padding:0 10px;
}
.pc_products .price{
	font-size: 20px;
    font-weight: bold;
		border-top:1px solid #eee;
		padding:10px;
		margin-top:10px;
		margin-bottom:0;
}
.addtocart i{
	margin-right:5px;
}
.pc_container .pc_plus{
	display: inline-block;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    bottom:100px;
		padding:2px 6px;
		background-color:#2f2f2f;
		color:#fff;
		border-radius:20px;
}
.pc_container{
	position: relative;
}
.pc_container .pc_info{
	display: block;
	padding:20px;
	border:1px solid #ccc;
	background-color:#fff;
	position: relative;
	margin:15px;
	top:0;
	vertical-align:top;
}
.image{
	position:relative;
}
.image .product-quantity{
	position:absolute;
	top:0;
	left:0;
}

.product-quantity p{
	background-color:#ee3313;
	color:#fff;
	padding:5px 7px;
	font-size:16px;
	font-weight:bold;
}
.pc_container .pc_info .pc_save{
	font-size:14px;
}
.pc_container .pc_info .pc_save span{
	text-decoration: line-through;
}
.pc_container .pc_info .pc_price{
	font-size:20px;
	font-weight:bold;
}
.discount{
	background:#ddd;
	color:#000;
	padding:4px 6px;
	font-size:19px;
	width:50px;
	font-weight:bold;
	display:inline-block;
	margin-bottom:0;
	margin-right:5px;
}
.regular-price{
	display:inline-block;
	text-decoration:line-through;
	color:#ED1C24;
	font-size:16px;
}
.pc_model{
	background-color:rgba(0,0,0,0.8);
}
.pcmodel{
	position:fixed;
	background-color:rgba(0,0,0,0.8);
	bottom: 0;
    left: 0;
    outline: 0 none;
    right: 0;
    top: 0;
    z-index: 1040;
	overflow-y:scroll;
    overflow-x:hidden;
	display:none;
}
.pc_model_dialog{
	background-color:#fff;
    width: 600px;
	position: absolute;
	right:0px;
	
}
.pc_model_dialog_content{
	background-clip: padding-box;
    background-color: #fff;
    outline: 0 none;
    position: relative;
}
.pc_model_dialog_body{
	padding: 15px;
    position: relative;
}
.col_s_6{
	padding:0 15px;
	width:48%;
	float:left;
}
.col_s_12{
	padding:0 15px;
	width:100%;
}
.pc_clear{
	clear:both;
}
.pc_close{
	background-color: #fff;
    color: #000;
    font-size: 20px;
    left: -34px;
    padding: 12px;
    position: absolute;
	cursor:pointer;
	z-index: 1;
}
.journal_header{
	z-index:2 !important;
}
.journal_footer{
	z-index:2 !important;
}
#column-left .center_plus{
	top:0 !important;
    margin: 0 auto;
	text-align: center; 
	left:45%;
}
.journal_content{
	/* z-index:0 !important; */
}
.pc_scroll{
	overflow:hidden;
}
@media (max-width:786px){
	.pc_model_dialog{
		left: 0;
		margin: 20px auto;
		width: 98%;
	}
	.col_s_6{
		padding:0 15px;
		width:100%;
		float:inhert;
	}
	.pc_close{
		left:94%;
	}


}

@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
 { 

	.pc_products.fourbundles {
	width: 43.5% !important;
}
.pc_products.threebundles {
	width: 43.5% !important;



}
}

@media only screen 
and (min-width : 200px) 
and (max-width : 736px) { 	
	.pc_products.fourbundles {
	width: 92% !important;
}
.pc_products.threebundles {
	width: 92% !important;



}
}