.row-section {
	padding: 30px 0;
	border-bottom: 1px dotted #b2b2b2;
	color: #616161;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 28px;
}

.row-section.send-copy {
	padding: 0;
	border-bottom: none;
}

	.row-section h4 {
		font-family: 'Oswald', sans-serif;
		font-weight: 400;
		margin: 0;
		padding: 0;
		color: #553213;
		text-transform: uppercase;
		font-size: 18px;
		line-height:25px;
	}

		.row-section h4 span {
			font-size: 14px;
		}

	.row-section a {
		color: #616161;
		font-size: 12px;
		text-decoration: underline;
	}

	.row-section .phone-country-code {
		line-height: 30px;
		font-weight: bold;
	}

.row-section.last {
	border: 0;
}
.row-section.comment-row {
	padding-top: 0;
}
div.payment-group .radio-container label {
	width: 100%;
	display: block;
}
div.payment-group .radio-container label strong {
	display:block;
}
div.payment-group .radio-container label strong span.explanation {
	font-weight:normal;
}
div.payment-group .radio-container label span.sublabel,
div.delivery-group .radio-container label span.sublabel {
	display: none;
	color: #888;
	background: #f0f0f0;
	padding: 5px;
	width: 100%;
	margin-bottom: 5px;
}
span.delivery-price {
	color: #595653;
	display: block;
	max-width: 70px;
	min-width: 70px;
	text-align: right;
	width: 70px;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	float: right;
	margin-right: 25px;
	position: absolute;
	left: 260px;
	top: 7px;
}
label#billingsame-label {
	font-weight:bold;
}
/*.atveteli span.delivery-price {
	top:20px;
}*/

@media (max-width: 991px) {
	.row-section .text-right {
		text-align: left;
	}

	.row-section .phone-country-code {
		line-height: 45px;
	}

	.row-section .payment-group, .row-section .delivery-group, .row-section .delivery-type-group {
		padding-left: 25px;
	}

	.row-section .delivery-group.delivery-free .delivery-price {
		display:none;
	}

}