
.nonac #pcart_send
{
	cursor:default;
	opacity:0.3;
}

#minz
{
	display:none;
text-align:center;
    font-size: 17px;
  
    line-height: 1.3;

    padding-top: 25px;
   
    font-weight: bold;
    color: rgb(177, 3, 46);
   
}

.nonac #minz
{
	display:block;
}

.pcart_quantity>div
{
	margin:0px auto;
	border-radius: 30px;
    border: 1px solid #333;
    text-align: center;
    width: 164px;
    height: 42px;
    position: relative;
}

.pcart_q_down.active{
    cursor: pointer;
}
.pcart_q_down {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 42px;
    cursor: pointer;
 
	cursor:default;
}

.pcart_q_up {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 42px;
    cursor: pointer;
 
}

.pcart_q_down:before{
    left: 20px;
    right: 4px;
}
.pcart_q_up:before {
    right: 20px;
    left: 4px;
}
.pcart_q_down:before, .pcart_q_up:before {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -3px;
    height: 3px;
    background: #333;
}

.pcart_q_up:after {
    content: '';
    position: absolute;
    display: block;
    left: 12px;
    width: 3px;
    background: #333;
    top: 10px;
    bottom: 12px;
}

.quantity {
    
    text-align: center;
    POSITION: RELATIVE;
    top: 9px;
    font-size: 16px;
 
}
 
 

#shop_bottom1 {

	clear:both;
}
 


#pr22 {
 
position:relative;

}

#pr3 {
 
    position: relative;
   
}

#pcart_product_head span
{
	    font-size: 15px;
 
    font-weight:bold;
}

#pcart_product_head
{
	height:40px;
	margin-bottom:30px;
	
 
	position:relative;
}

#pcart_product_head:after
{
content:'';
position:absolute;
bottom:0px;
left:0px;
right:0px;
  background:#333;
    height: 1px;
}

.pcart_product:after
{
content:'';
position:absolute;
bottom:-38px;
left:0px;
right:0px;
background-color: #333;
    height: 1px;
}

	.pcart_product
	{
		
		margin-bottom:70px;
		position:relative;
	 
	}
	
#pcart_title_head,.pcart_title
{
	float:left;
	width:55%;
	text-align:left;
}

.pcart_title_right
{
	padding-left:130px;
	margin-right:0px;
}


#pcart_quantity_head,.pcart_quantity
{
	float:left;
	width:30%;
	text-align:center;
}

#pcart_price_head ,.pcart_price 
{
	float:left;
	width:15%;
	text-align:center;
}

.pcart_price .uah 
{
 
    font-size: 21px;
    padding-top: 8px;
    line-height: 24px;

    position: relative;
	text-align:center;
}

.pcart_title_img,.pcart_title_img table
{
	width:100px;
}


.pcart_title_img,.pcart_title_img table,.pcart_title_img td
{
	height:100px;
	text-align:center;
	vertical-align:middle;
}

.pcart_title_img img
{
	display:block;
	max-width:100%;
	max-height:100%;
	margin:0px auto;
}

.pcart_title_img
{
	position:absolute;
	left:0px;
	top:3px;
}



a.pcart_title_name
{
	display:block;
 
	font-size: 15px;
    line-height: 23px;
	margin:0px auto;
	transition:all 0.3s;
}

a.pcart_title_name:hover
{
 
}

.pcart_title_right table,.pcart_title_right td
{
	height:100px;
}

.pcart_title_right table
{
	width:100%;
}

.pcart_title_right td
{
	vertical-align:middle;
}



.pcart_quantity,.pcart_price 
{
	    padding-top: 31px;
}

#pcart_sum
{

    font-size: 24px;
    
   
    line-height: 1.3;
    display: block;
    text-align: center;

 
}

#uah_all1
{
 
	margin-left:3px;
}

#pcart_send
{
	
	     cursor: pointer;
    width: 350px;
    margin: 0px auto;
    height: 48px;
    display: block;
    border-radius: 20px;
    color: #fff;
	margin-top:40px;
    background: rgb(177, 3, 46);
    font-size: 16px;
    padding-top: 13px;
    text-align: center;
    line-height: 1;
	text-decoration:none;

}


.pcart_delete
{
	padding-top:30px;
}

.pcart_delete>div
{
	padding-left:25px;
	position:relative;
	transition: all 0.2s;
	cursor:pointer;
	 
	font-size: 14px;
}

#pcart_empty>div
{
    font-size: 16px;
    display: block;
    line-height: 1.3;
     
}

.pcart_delete>div svg
{
   
    position: absolute;
width:13px;
height:13px;
    left:0px;
	top:0px;
}

.pcart_delete>div i {
    position: absolute;
    left: 0px;
    top: 1px;
    width: 18px;
    height: 18px;
    display: block;
}

.pcart_delete>div i:before, .pcart_delete>div i:after {
  position: absolute;
  left: 7px;
  content: ' ';
    height: 18px;
    width: 1px;
 background:rgb(177, 3, 46);
  transition: all 0.2s;
}
.pcart_delete>div i:before {
  transform: rotate(45deg);
}
.pcart_delete>div i:after {
  transform: rotate(-45deg);
}


.pcart_delete>div:hover
{
	 
}

.pcart_delete>div:hover i:after,.pcart_delete>div:hover i:before
{
	
}

.pcart_delete span
{
color:rgb(177, 3, 46);	
}
