.pc_container{
	border:1px solid #ddd;
	min-height:180px;
	box-shadow:5px 5px 5px #f4f4f4;
	margin-bottom:20px;
}
.pc_title{
	
    color: #919191;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    width: 100%;
		border-bottom:3px solid #ebebeb;
}
.pc_products{
	display:inline-block;
	margin:15px;
	text-align:center;
	border:1px solid #eee;
	box-shadow:1px 1px 1px 1px #f3f3f3;
width:20%;
}
#column-left .pc_products{
	width:88%;
}
@media(max-width:768px){
	.pc_products{
	width:auto;
}
}
.pc_products h4{
	font-weight:bold;
	padding:0 10px;
}
.pc_products h4 a{
	color:#2f2f2f;
}
.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: inline-block;
	padding:20px;
	border:1px solid #ebebeb;
	background-color:#f5f5f5;
	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:#d7145d;
	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%;
	}
}

/* Column position */
column .pc_products {
	display: block;
	width: initial;
}
column .pc_container .pc_plus {
	display: block;
	bottom: initial;
	width: 24px;
	margin: 0 auto;
}