/* Авторизация */
.authorization {
    width: 300px;
    margin: auto;
	text-align: center;
}
.authorization .long {
    margin-top: 20px;
}
.authorization a {
	
}

.authorization:hover{
;
}

.authorization a:hover{

}

.search {
margin-bottom:20px;
}

table.shop_cart {
width:100%;
}
#cart .coupon
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
 	display: flex;
		-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
		-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
 	justify-content: space-between;
	width: 380px;
	max-width:100%;
	flex-wrap: nowrap;
	margin-bottom: 20px;
}
#cart .coupon h2
{
	margin-bottom:0;
}

#cart .coupon .promocode-success {
  color: #28b62c;
	    position: absolute;
}
#cart .coupon .promocode-error {
    color: #cd0520;
    white-space: nowrap;
	    position: absolute;
}
#cart .order-info-summary-item-value
{
font-size:18px;
	font-weight:700;
}

#cart .priceBox
{
     text-align: right;
}
#cart .priceBox del {
    color: #b6c7d1;
	display: block;
}