.pc_container{
	border:0px solid #ddd;
	min-height:180px;
/*	box-shadow:5px 5px 5px #f4f4f4;*/
	margin-bottom:20px;
	background: #deeef3;
}
.pc_title{
	color: #434343;
	background: #afe4f8;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    width: 100%;
	/*border-bottom:3px solid #ebebeb;*/
}
.pc_products{
	display:inline-block;
	margin:8px 0px 8px 0px;
	text-align:center;
	/*border:1px solid #eee;*/
	box-shadow:0px 0px 0px 0px #f3f3f3;
	width:18%;
	background: #FFFFFF;
	
}
.pc_bgtitle{
  	color:#2f2f2f;   
  	background:#ffd948;
  	padding: 5px;
}
#column-left .pc_products{
	width:88%;
}
@media(max-width:980px){
	.pc_products{
	width:27%;
}
}.pc_scroll header, .pc_scroll.is-sticky footer{	z-index:0!important;} 
.pc_products h4{
	padding:0px;
}
.pc_products h4 a{
	color:#2f2f2f;
}
.pc_products .image img{
	margin:0 auto;
	padding:0 0px;
}
.pc_products .price{
	font-size: 14px;
    font-weight: bold;
		border-top:0px solid #eee;
		padding:0px;
		margin-top:0px;
		margin-bottom:5px;
}
.addtocart i{
	margin-right:5px;
}
.pc_container .pc_plus{
	display: inline-block;
    font-size: 20px;
    padding: 0px 0px;
    position: relative;
    bottom:100px;
	background-color:#008fc5;
	color:#fff;
	border-radius:1px;
}@media(max-width:768px){	.pc_container .pc_plus{		bottom:48px;}}
.pc_container{
	position: relative;
}
.pc_container .pc_info{
	display: inline-block;
    padding: 5px;
    border: 1px solid #ed5353;
    background-color: #a12525;
    position: relative;
    margin: 8px 0px 9px 16px;
    top: 0;
    color: azure;
    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;
	margin-bottom: 6px;
}
.pc_container .pc_info .pc_save span{
	text-decoration: line-through;
}
.pc_container .pc_info .pc_price{
	font-size:20px;
	font-weight:bold;
	padding-bottom: 5px;
}
.discount{
	background:#df0000;
	color:#ffff;
	padding:3px 5px;
	font-size:15px;
	font-weight:bold;
/*	display:inline-block;*/
	position: absolute;
	
/*	border-radius:100px;*/
   
}
.regular-price{
	display:inline-block;
	text-decoration:line-through;
	color:#d7145d;
	font-size:15px;
	padding-right:5px;
	margin-bottom: 5px;
}
.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:2px 2px;
	width: 32%;
    float: left;
    background: #eeeded;
}
.col_s_12{
	padding:9px 15px;
	width:22%;
}
.pc_clear{
	clear:both;
}
.pc_close{
	background-color:#e30000;
    color:#ffffff;
    font-size: 35px;
    right: 5px;
    padding: 14px 4px 6px 5px;
    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:1px 1px;
		width:35%;
		float:inhert;
		background: #e7e9e9;
	}
	.pc_close{
		left:92%;
	}
}