.mfp-bg{
	z-index:999999!important;
}
.mfp-wrap{
	z-index:9999999!important;
}
.mfp-content{
	vertical-align:top!important;
}
.pc_container{
	border: 1px solid #eee;
	min-height:180px;
	box-shadow:5px 5px 5px #f4f4f4;
	margin-bottom:20px;
	margin-top:20px;
}
.mfp-container{
	padding:0!important;
}
.pc_title{

background: #547168;

color: white;

font-size: 15px;

font-weight: bold;

padding: 10px;

width: 100%;

/* border-bottom:3px solid #ebebeb; */

text-transform: uppercase;
}
.pc_products{
	display:
	inline-block;
	margin:15px;
	text-align:
	center;
	/* border:1px solid #eee; */
	/* box-shadow:1px 1px 1px 1px #f3f3f3; */	width:20%;
}
.pc_products.len-2 {
	width: 20%;
}
.pc_products.len-2 + .pc_info{
	width: 20%;
}
#column-left .pc_products, #column-left .pc_products{
	width:88%;
}
.pc_scroll header, .pc_scroll.is-sticky footer{	z-index:0!important;}
.pc_products h5{
	font-size: 13px;
	min-height: 30px;
	padding: 0px 10px;
	margin: 0px;
}
.pc_products h4 a{
	color:#2f2f2f;
}
.pc_products .image img{
	margin:0 auto;
	padding:0 10px;
}
.pc_products .price{
	font-size: 15px;
	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, .pc_container .pc_equal{
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 26px;
	font-size: 18px;
	color: #fff;
	background-color: rgb(224 205 95);
	border-radius: 50%;
	text-align: center;
}
@media(max-width:768px){	.pc_container .pc_plus{		bottom:0;		left:40%;}}
.pc_container{
	position: relative;
	background:#fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.pc_container .pc_info{
	text-align: center;
	display: inline-block;
	padding:20px;
	position: relative;
	margin:15px;
	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: 16px;
	font-weight:
	bold;
}
.discount{
	background:#ddd;
	color:#000;
	padding:4px 6px;
	font-size:19px;
	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:15px;
	padding-right: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;
	float:right;
	padding:10px;
	position: relative;
}
.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:44%;
	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: -36px;
    padding: 12px;
    position: absolute;
    cursor: pointer;
    z-index: 1;
    top: -10px;
}
.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;
}
.pc_products .now-price
{
	color: red;
	font-size: 15px;
}
.pc_products .old-price
{
	font-size: 12px;
	top: -0.7em;
}

@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 (max-width: 1050px) {
	.pc_equal_container:not(.len-2) {
		width: 100%;
		text-align: center;
	}

	.pc_info:not(.len-2) {
		width: 100%;
	}
}

@media(max-width:980px){
	.pc_products, .pc_plus_container {
		text-align: center;
		width:100% !important;
	}
	.pc_equal_container {
		width: 100%;
		text-align: center;
	}

	.pc_info {
		width: 100% !important;
	}
}

.pc_info .downcoo {
	display: flex;
	justify-content: center;
}