
.clear
{
	clear:both;
	display:block;
}

.pcart_quantity>div
{
	margin:0px auto;
	border-radius: 30px;
    border: 1px solid #888;
    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: #888;
}

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

.quantity {
    
  
    text-align: center;
    POSITION: RELATIVE;
    top: 5px;
    font-size: 16px;
    font-weight: 600;

 
}
 
 

#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:#888;
    height: 1px;
}

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

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

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


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

#pcart_price_head ,.pcart_price 
{
	float:left;
	width:16%;
	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: 17px;
    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;
   padding-left:30px;
   padding-right:30px;
    margin: 0px auto;
   min-width:200px;
    display: inline-block;
    border-radius: 20px;
    color: #fff;
	margin-top:40px;
    background: #4f90c5;
    font-size: 16px;
    padding-top: 13px;
	padding-bottom:17px;
    text-align: center;
    line-height: 1;
	text-decoration:none;

}

#pcart_bottom
{
	text-align:center;
}

#pr3
{
	color:#222
}


.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
{
	text-align:center;
    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:#888;
  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:#888;	
}


@media screen and (max-width: 700px)
{ 

#pcart_product_head
{
	display:none;
}
.pcart_delete {
    padding-top: 20px;
}
.pv
{
	display:flex;
	    justify-content: space-evenly;
}
.pcart_quantity, .pcart_price {
    padding-top: 26px;
}
.pcart_product:after {

    bottom: -30px;
    
}
.pcart_product {
    margin-bottom: 58px!important;
    position: relative;
}
#pcart_sum {
    font-size: 18px;
    line-height: 1.3;
 
    font-weight: bold;
}

#pcart_send {
   
    display: block;
}

#pcart_title_head, .pcart_title {
    float: none;
    width: auto;
    text-align: left;
}
#pcart_quantity_head, .pcart_quantity {
    float: none;
    width: auto;
    text-align: center;
}
#pcart_price_head, .pcart_price {
    float: none;
    width: auto;
    text-align: center;
}

.pcart_title_right {
    padding-left: 112px;
    margin-right: 0px;
}
a.pcart_title_name {

    font-size: 15px;
    line-height: 20px;
   
}
}