.lk_list_content {
	display: flex;
	    justify-content: space-between;
	    width: 80%;
	    flex-wrap: wrap;
}
.lk_list aside {
    width: 20%;
    margin-left: 20px;
}
.lk_list {
    display: flex;
    justify-content: space-between;
}
.lk_list_menu {
    background: #f4f6fa;
    padding: 15px;
}
.lk_list_menu_name {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.aside_menu ul li {
    margin-bottom: 5px;
}
.aside_menu ul li a:hover, .aside_menu ul li a.active{
	color: #ff8600;
}
.block_bord {
	border: 1px solid #ddd;
	border-radius: 10px;
	width: 46%;
	padding: 15px;
	position: relative;
	margin-bottom: 20px;
	min-height: 115px;
}
.lk_list_cont_name {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}
.lk_list_my_data_text {
    font-size: 15px;
    margin-bottom: 5px;
}
.block_bord .link_lk_all {
    color: #ff8600;
    text-decoration: underline;
    position: absolute;
    bottom: 20px;
    right: 25px;
}
.lk_list_purchases_flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.lk_list_purchases_data {
    color: #777;
}
.lk_list_purchases_stst.completed{
    color: #019b37;
}
.lk_list_purchases_stst{
	margin-bottom: 5px;
}

.row-2 .block-row {
    margin-right: 15px;
    margin-bottom: 15px;
}
.block-row {
    display: block;
    clear: both;
}
.block-row label, .form-line label {
    width: auto;
    float: none;
    text-align: left;
    padding: 0;
    font-weight: 500;
}
input.text, .form-line textarea {
    width: 300px;
    float: right;
}
.row-2 input.text {
    width: 300px;
    float: none;
    display: block;
}
.row-2 {
    display: flex;
    position: relative;
}
.row-2 input.phone-input {
    width: 185px;
}
.flex-3 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.lk_list .location{
    height: auto;
    padding: 0px 0;
    padding-right: 15px;
    margin-bottom: 10px;
}
.lk_list label.full-label {
    text-align: left;
    width: 100%;
    color: #333;
    padding-bottom: 5px;
    float: none;
    font-weight: bold;
    margin-right: 20px;
}
.lk_list input.text.full-input {
    width: 300px;
}

.lk_list .block-form_adres .full-label {
    display: block;
}
.lk_list .block-form_adres .location input.full-input {
    display: block;
    float: none !important;
}
.lk_list .flex_wrap_one .form-part {
    width: 207px;
    float: left;
}
.lk_list .form-part {
    height: auto;
    padding: 0px 0;
    padding-right: 15px;
    margin-bottom: 10px;
}

.lk_list .form-part input.text {
    width: 100%;
    box-sizing: border-box !important;
    padding: 5px 5px;
    height: 36px;
    font-weight: 500;
    font-size: 14px;
}
.zakaz_list .block_bord {
    width: 100%;
}

.zakaz_roll_flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.zakaz_roll_flex>div {
    display: flex;
    flex-wrap: wrap;
}
.lk_list_purchases_zn b {
    font-size: 18px;
}
.lk_list_purchases_zn {
    margin-right: 10px;
}
.zakaz_roll .lk_list_purchases_zn {
    margin-bottom: 20px;
}
.cart-item {
    width: 100%;
}
.cart-count {
    width: 100%;
    font-size: 16px;
    color: #686868;
}
.cart-count span {
    color: #686868;
    font-size: 16px;
    
}
span.green-bullet {
    width: auto;
    height: auto;
    padding: 0;
    background: none;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-radius: 10px;
}
.cart-item a {
    font-size: 16px;
    font-weight: 600;
}
.zakaz_summ_all {
    border-top: 1px solid #ddd;
    margin-top: 15px;
    padding-top: 15px;
    text-align: right;
}