

/* Start:/bitrix/components/webidea.shop/order/templates/.default/style.css?17797160105078*/
.basket-wrap .basket-item{
	
}

.inline-block{
	vertical-align: top;
	display: inline-block;
	*display: inline;
	*zoom: 1;      
}

.order{
	color: #444;
	font-size: 17px;
	font-weight: normal;
	outline-style: none;
}

body .order p{
	color: #444;
	font-size: 17px;
}

body .order a{
	color: #FF9222;
	font-size: 17px;
	text-decoration: underline;
}

.order h3{
	color: #444;
	font-size: 24px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 30px;
}

.basket-item{
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
}

.order .basket-wrap .img-wrap{
	width: 20%;
}

.order .basket-wrap .name-wrap{
	width: 33%;
}

.order .basket-wrap .quantity-wrap{
	width: 21%;
}

.order .basket-wrap .price-wrap{
	width: 12%;
}

.order .basket-wrap .del-wrap{
	width: 8%;
}

.all-sum-wrap{
	font-family: 'Open Sans', sans-serif;
	width: 33%;
	float: right;
	text-align: right;
	overflow: hidden;
	color:#444;
}

.basket-item .price{
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #222;
	display: block;
	line-height: 34px;
}

.basket-item .price span{
   padding-right: 7px;
}

span.price-sign{
  color: #749d25;
  font-family: "PT Rouble Sans",serif;

}

.basket-item .old-price{
	font-weight: bold;
	display: block;
	font-size: 14px;
	color: #777777;
	display: block;
	text-decoration: line-through;
	line-height: 24px;
}


.basket-item a.img{
	width: 100px;
	height: 100px;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
}

.basket-item .title{
	color: #222;
	font-size: 17px;
}

.basket-item .del-icon{
	display:block; 
    background-image:url(/bitrix/components/webidea.shop/order/templates/.default/img/cancel.png);
    background-repeat:no-repeat;
    width:24px;
    height:24px;
    margin-top: 5px;
}

.basket-wrap{
	display: block;
	padding: 10px 10px 0px 10px;
	overflow: hidden;
}

.basket-item .set-quantity .plus:hover, .basket-item .set-quantity .minus:hover{
	background-color:#e2e2e2;
	cursor: pointer;
}

.basket-wrap .set-quantity .plus, .basket-wrap .set-quantity .minus{
	
	color: #222;
}

.basket-wrap .set-quantity .quantity{
	width: 40px;
	font-size: 18px;
	border:1px solid #ccc; 
}

.order-form .line{
	margin-bottom: 20px;
	width: 580px;
}

.order-form input[type="text"]{
	
	border:1px solid #ccc;
	padding: 5px 15px;
	width: 50%;
}

.order-form select{
	border:1px solid #ccc;
	padding: 5px 15px;
	width: 70%;
}

.order-form label{
	color: #444;
	font-weight: normal;
	width: 28%;
	vertical-align: top;
	display: inline-block;
	*display: inline;
	*zoom: 1;     
}

.order-form label span{
	font-size: 20px;
	color: #f398a8;
}

.all-sum{
	font-size: 24px;
	padding-right: 10px;
}

.all-sum span{
	font-weight: bold;
}

.order #err{
	
	display:block;
	margin: 20px 0px;
	font-size: 14px;
	color: #d94a4a;
}

.set-quantity .plus, .set-quantity .minus {
	
    display: inline-block;
    font-size: 36px;
    line-height: 30px;
    padding: 0 10px;
    vertical-align: middle;
}

.set-quantity .quantity {
    display: inline-block;
    padding: 0 3px;
    text-align: center;
    vertical-align: middle;
    font-family: 'Open Sans', sans-serif;
}

.common-btn{
	margin: 30px 0px;
	background-color: #749d25;
    border-radius: 5px;
    box-shadow: 0 -4px 0 0 rgba(6, 65, 2, 1) inset;
	outline: none;
	text-align: center;
	border:0px solid #ccc;
	width: 180px;
	font-size: 16px;
	padding:5px 10px;
	text-transform: uppercase;
	color: #fff;
	vertical-align: middle;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	
}

.common-btn:hover{
	background-color: #96cc31;
	
	
}




   
    @media only screen and (min-width : 250px) and (max-width : 620px) {
    
    .order{
		width:92%;
		margin:0% 4%;
	}
    
    .basket-item a.img{
		margin: 0px auto;
	}
        
	.order .basket-wrap .img-wrap{
		text-align: center;
		width: 100%;
	}

	.order .basket-wrap .name-wrap{
		width: 100%;
		text-align: center;
	}

	.order .basket-wrap .quantity-wrap{
		width: 100%;
		text-align: center;
	}

	.order .basket-wrap .price-wrap{
		width: 100%;
		text-align: center;
	}

	.order .basket-wrap .del-wrap{
		position: relative;
		width: 100%;
	}
    
    .order .basket-wrap .basket-item .del-icon{
		position: absolute;
		bottom: -20px;
		right: 20px;
		
	}
    
    .order-form .line{
		width: 100%;
	}
	
	.order-form select {
	    width: 100%;
	}
	
	.order-form label{
	   width: 100%;
	}
	
	.order-form input[type="text"]{
	   width: 100%;
	}
	
	.order h3{
		color: #444;
		text-align: center;
		font-size: 18px;
		margin-top: 50px;
		font-weight: bold;
	}
     
    .button-wrap{
		margin: 20px 0px 0px;
		text-align: center;
		color: #444;
	} 
    
    .all-sum-wrap{
    	color: #444;
		text-align: center;
		width: 100%;
		float: none;
	}
        
    }
/* End */
/* /bitrix/components/webidea.shop/order/templates/.default/style.css?17797160105078 */
