.last-order {
    width: calc(100% - 14% - 116px);
}
/***/
.cart-row-container{
	margin-bottom: 28px;
}
.order-list{
	font-size: 18px;
	font-weight: 300;
}
.status-paying-wrapper {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
}
/***/
.cart-row-titles {
    margin-bottom: 25px;
}
.cart-row-wrapper {
	padding-left: 0px;
}
.status-paying-wrapper .text {
    min-width: 253px;
    display: inline-block;
}
/***/
.cart-for-paying .another {
    font-size: 20px;
    color: #27464e;
    font-weight: 600;
}
/***/
.product-name {
    width: calc(100% - 134px - 40px);
    height: 100%;
    align-self: center;
}
/*form-check*/
.form-check{
    max-width: 500px;
}
.form-check .btn-check{
    margin-top: 20px;
}

@media only screen and (max-width:1599px) {
	.last-order{
		width: 100%;
	}

}
@media only screen and (max-width:1460px) {
	.cart-row-titles {
		display: none;
	}
	 .cart-row-wrapper{
    	flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
	/***/
	.left-part{
		width: calc(100% - 150px);
	}

	.right-part{
		width: calc(100%);
		margin-top: 20px;
	}
}
@media only screen and (max-width:1279px) {
	.order-list{
		font-size: 14px;
	}
	.status-paying-wrapper{
		font-size: 12px;
	}
}
@media only screen and (max-width:480px) {
	.status-paying-wrapper .text {
	    min-width: 140px;
	}
	/***/
	.buttons-wrapper{
		flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
	}
	/***/
	.order-print-wrapper{
		margin: 10px auto 0px auto;
	}
	 .cart-for-paying .another{
        font-size: 14px;
    }
}
