.clear {
	clear: both;
}
.icon_block {
	width: 100%;
	display: none;
}
.icon_block ul, .icon_block2 ul {
	padding-left: 0;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
}
.icon_block2 {
	padding-right: 0;
}
.icon_block2 ul {
	text-align: left;
	padding-top: 30px;
}	
.icon_block ul li, .icon_block2 ul li {
	font-size: 18px;
	display: inline-block;
	position: relative;
	padding-left: 30px;
	margin: 0 0 5px;
	text-transform: uppercase;
}
.icon_block2 ul li {
	font-size: 14px;
	margin: 0 0 5px 0;
	line-height: normal;
}
.icon_block ul li:before, .icon_block2 ul li:before {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 0;
}
.icon_block ul li:nth-child(1):before, .icon_block2 ul li:nth-child(1):before {
	content: '';
	display: block;
	background: url(images/icon_bn_07.svg) center center no-repeat;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 0;
}
.icon_block ul li:nth-child(2):before, .icon_block2 ul li:nth-child(2):before {
	background: url(images/icon_bn_08.svg) center center no-repeat;
}
.icon_block ul li:nth-child(3):before, .icon_block2 ul li:nth-child(3):before {
	background: url(images/icon_bn_09.svg) center center no-repeat;
}
.icon_block ul li:nth-child(4):before, .icon_block2 ul li:nth-child(4):before {
	background: url(images/icon_bn_04.svg) center center no-repeat;
}
.icon_block ul li:nth-child(5):before, .icon_block2 ul li:nth-child(5):before {
	background: url(images/icon_bn_05.svg) center center no-repeat;
}
.icon_block ul li:nth-child(6):before, .icon_block2 ul li:nth-child(6):before {
	background: url(images/icon_bn_06.svg) center center no-repeat;
}

.icon_block2 ul li:last-child, .icon_block2 ul li:nth-last-child(2), .icon_block ul li:last-child, .icon_block ul li:nth-last-child(2) {
	color: #5e3aa6;
}	
.icon_block2 ul li:before {
	top: 1px;
}	
.icon_block .btn {
	display: none;
	max-width: 312px;
	margin: 20px auto;
}
.product-checkout-info .col-md-5 {
	padding: 0 10px 10px;
}
.product-checkout-info h3 {
	font-size: 20px;
}
.product-checkout-info h4 {
	font-size: 24px;
}
.product-checkout-info .col-md-4 .col-md-12 h3 {
	margin-top: 10px;
}	
@media (max-width: 991px){
	.product-checkout-info .btn { display: none; }
	.icon_block .btn { display: block; width: 100%; }
	.icon_block2 { display: none; }
	.icon_block { display: block; }
	.product-checkout-info .col-md-4 .col-md-12 h3 { display: none; }
}
@media (max-width: 767px){
	.icon_block ul { text-align: left; display: grid;  }
	.icon_block ul li { font-size: 15px; margin: 0 0 5px 0; }
	.icon_block { padding: 0 15px; margin-top: 10px; }
}	