/*
Theme Name:     Traveler Child Themefor msafiri.co
Description:    Traveler Child Themefor msafiri.co
Theme URI:      https://travelerwp.com/
Author:         the ShineTheme
Author URI:     http://shinetheme.com
Version:        1.0
Template:       traveler
*/

.st-checkout-page .payment-deposit {
	margin-bottom: 40px;
}

.st-checkout-page .payment-deposit h3.title {
	margin-bottom: 20px;
}
.st-checkout-page .check-out-form .payment-deposit .form-group label {
	display: flex;
	align-items: center;
	gap: 15px;
	font-size: 15px;
}
.st-checkout-page .check-out-form .payment-deposit .form-group input {
	height: 25px;
}


.stt-country-phone {
	display: flex;
	align-items: center;
}
.stt-country-phone .stt-dropdown {
	width: 150px;
	height: 50px;
	border-radius: 3px 0 0 3px;
	display: flex;
	align-items: center;
	margin-right: 4px;
}
.stt-country-phone.stt-country-list .stt-dropdown {
	width: 100%;
}
.st-checkout-page .check-out-form .form-group .stt-country-phone .nice-select .current {
	display: flex;
}
.stt-country-phone .nice-select .current img {
	margin-right: 5px;
}
.stt-country-phone .nice-select .list {
	max-height: 280px;
	overflow-y: scroll;
	max-width: 350px;
}

.st-checkout-page .check-out-form #cc-form .clearfix .col-sm-6:nth-child(6),
.st-checkout-page .check-out-form #cc-form .clearfix .col-sm-6:nth-child(8) {
	display: none;
}

.st-checkout-page .payment-form .payment-item.payment-gateway-st_dpo img {
	width: 100px;
}