.pc_container{
	border:1px solid #ddd;
	margin-bottom:20px;
	padding:0;
}
.pc_title{
	text-align:center;
    color: #919191;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    width: 100%;
		border-bottom:1px solid #ebebeb;
}
.addtocartwithoption{
	margin:10px;
}
.pc_products{
	margin:15px 15px 0 15px;
	text-align:center;
	position:relative;
	flex:1 1 auto;
}
#column-left .pc_products{
	width:88%;
}
.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: 14px;
    font-weight: bold;
		padding-bottom:10px;
		margin-bottom:0;
}
.pc_bundle{
	display:flex;
	height:200px;
}
.product-name{
	margin:0;
}
.product-name a{
	color:#2f2f2f;
	
	font-weight:bold;
}
.addtocart i{
	margin-right:5px;
}
.pc_container .pc_plus{
    font-size: 30px;
    font-weight: bold;
    position: relative;
    top: 100px;
    color: #2f2f2f;
}
.pc_container{
	position: relative;
}
.pc_container .pc_info{
	padding:15px;
	text-align:center;
	height:155px;
}
.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;
	font-weight:400;
	margin-bottom:5px;
}
.pc_container .pc_info .pc_save span{
	text-decoration: line-through;
	color:#d7145d;
}
.pc_container .pc_info .pc_price{
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
}
.discount{
	    background: red;
    color: #fff;
    width: 30px;
    border-radius: 20px;
    margin-bottom: 0;
    margin-right: 5px;
    position: absolute;
    top: 10px;
    right: 0;
    height: 30px;
	padding-top:5px;
	font-size:11px;
}
.regular-price{
	text-decoration:line-through;
	color:#d7145d;
	font-size:12px;
}
.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_bundle{
	display:block;
} 
.pc_container .pc_plus{
    top: 0;
	left:47%;
}

}