.st-checkout-page .payment-form .payment-item .st-icheck .st-icheck-item img {
	max-height: 60px;
	max-width: 50%;
}

.st-checkout-page .payment-form .payment-item .st-icheck .st-icheck-item img.st_skrill {
	max-height: 25px;
}

.st-checkout-page .payment-form .payment-item .st-icheck .st-icheck-item img.st_twocheckout {
	max-height: 20px;
}

.st-checkout-page .payment-form .payment-item .dropdown-menu .pm-info img {
	max-width: 100%;
	height: auto;
}

.st-checkout-page .payment-form .payment-item.payment-gateway-st_paypal .dropdown .dropdown-menu .pm-info img {
	max-width: 180px;
	margin-bottom: 10px;
}

.st-checkout-page .cart-info .service-section .service-right img {
	min-width: 110px;
	max-width: 100%;
}

@media screen and (max-width : 520px) {
	.st-checkout-page .booking-success-notice .col-left img {
		display: block;
		margin: auto;
		margin-bottom: 10px;
	}
}