.cart-product-img {
	width: 100px;
}

.cart-input-number {
	width: 40px;
}


.cart-offers {
	width: 300px;
    background-repeat: no-repeat;
    background-position: 3px;
    padding-left: 37px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 10px;
}

.cart-table thead th {
	font-weight: normal;
	text-transform: unset;
	color: black;
}

.cart-table td {
    padding: 5px;
    border-bottom: dashed 1px #787878;
}

.cart-inp {
	width: 40px;
}

.font-medium {
	font-size: 16px;
}

.black {
	color: black;
}

.gray {
	color: #787878;
}

/*pointers*/
.progress-block {
	width: 450px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 0 auto 20px auto;
}

.step-block {
	display: flex;
	flex-direction: column;
}

.step-block-point-wrapper {
	margin: 0 auto;
}

.main-point::before {
    content: '';
    position: absolute;
    height: 2px;
    border-bottom: 2px dotted #E2E2E2;
    width: 137px;
    right: 22px;
    top: 7px;
}

.main-point::after {
    content: '';
    position: absolute;
    height: 2px;
    border-bottom: 2px dotted #E2E2E2;
    width: 142px;
    right: -150px;
    top: 7px;
}

.step-block-point {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 16px;
	height: 16px;
	background: #E2E2E2;
	border-radius: 50px;
}

.step-block-title {
	font-size: 12px;
	line-height: 14px;
	color: #94A6B4;
	margin-bottom: 10px;
}

.step-block-point.active {
	background: #7FC03B;
}

/*end pointers*/
.cart-btn-back_1 {
	border: 2px solid #7FC03B;
	position: relative;
	box-sizing: border-box;
	border-radius: 5px;
	color: #7FC03B;
	font-size: 18px;
	line-height: 21px;
	padding: 10px 0;
	width: 200px;
	text-decoration: none;
	text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 42px;
}

.cart-btn-back_1::after {
	content: '';
    position: absolute;
    background: url(/bitrix/templates/offiks_template/img/cart-arrow-prev.png);
    left: 19px;
    top: 11px;
    width: 13px;
    height: 16px;
    background-size: cover;
}


.block-buttons {
    width: 430px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.cart-btn-next {
	background: #7FC03B;
	border: 2px solid #7FC03B;
	box-sizing: border-box;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 21px;
	padding: 10px 0;
	width: 200px;
	text-decoration: none;
	text-align: center;
	position: relative;
	display: flex;
    flex-direction: column;
    justify-content: center;
    height: 42px;
}

.step_title {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 23px;
	color: #535962;
	margin-bottom: 10px;
}

tr, th {
    background: white;
}

.step_text {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 15px;
	color: #535962;
}

thead tr {
    border-bottom: solid 1px #dadada;
}

.table-wrapper {
    background-color: #eee;
    padding: 4px;
    margin-bottom: 20px;
}

.delete-all, .delete {
	color: #5d758d;
    text-decoration: underline!important;
    border-bottom: none!important;
}