
#deposit_amount_and_coupon {
}

.coupon-code-input {
	margin-bottom: 30px;
}

.payment-method-block {
	/*width: 90px;*/
	width: calc(33.33333% - 10px);
	margin: 5px;
	border: 1px solid var(--thm-light);
	border-radius: 6px;
}


.table-responsive .pm_thumb {
	max-width: 80px;
	max-height: 60px;
}

.pm_thumb-hold {
	padding: 10px;
	border-radius: 6px;
	cursor: pointer;
	position: relative;
}


.pm-table .td-btn {
	padding: 25px;
	max-width: 231px;
}

.pm-table .td-logo {
	width: 100px;
	text-align: center;
}


.pm_thumb-hold img {
	max-width: 100%;
	height: auto;
	max-height: 36px;
	max-width: 100%;
}

.amount_thumb-hold img {
	max-width: 100%;
	height: auto;
	max-height: 50%;
	width: 100%;
}

.amount_buttons_wrapper {
	margin-left: -5px;
	margin-right: -5px;
}

@media (min-width: 480px) {
}

.table.pm_thumb-hold {
	text-align: center;
	width: 100%;

}

.pm_thumb-hold.disabled {
	cursor: not-allowed;
	background: rgba(255, 255, 255, 0.9);
}

.pm_thumb-hold.disabled img {
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.pm_thumb-hold.new-pm::after, .pm-tag {
	content: "New!";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 9px;
	font-weight: 600;
	padding-top: 2px;
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.payment-method-block .square {
	height: 60px;
	position: relative;
}

@media (min-width: 480px) {

	.payment-method-block {
		width: 90px;
	}

}

@media (min-width: 768px) {
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}


.border-select {
	display: none;
	border: 2px solid #666;
	position: absolute;
	width: 100%;
	height: 100%;
	/*padding: 4px;*/
	left: -2px;
	top: -2px;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	border-radius: 6px;

}

.pm_thumb-hold.selected .border-select {
	display: block;
}

#methods_wrapper.selected .pm_thumb-hold:not(.selected) {
	/*filter: saturate(25%); !* IE6-9 *!*/
	/*-webkit-filter: saturate(25%); !* Chrome 19+, Safari 6+, Safari 6+ iOS *!*/
	/*opacity: 0.5;*/
}


.amount-block {
	width: 25%;
	padding: 0 5px 10px;
}

.other-amount-input,
.amount_thumb-hold {
	padding: 10px;
	border-radius: 6px;
	font-size: 16px;
	text-align: center;
	font-weight: 700;
	cursor: pointer;
	height: 48px;
}

.other-amount-input {
	padding: 10px 10px;
	text-align: left;
	font-weight: 600;
}

.other-amount-input,
.amount_thumb-hold.table {
	background: #fff;
	border: 1px solid var(--thm-light);

}

.amount_thumb-hold.table.selected-amount {
	border-width: 2px;
	border-color: var(--thm-border-selection);
}

.other-amount-block {
	padding: 0 5px;
	position: relative;
	font-weight: 700;
}

.other-amount-block label.other-amount-btn {
	position: absolute;
	margin-top: 0;
	padding: 12px 10px;
	font-size: 14px;
	line-height: 24px;
	/*text-align: center;*/
	text-transform: uppercase;
	cursor: pointer;
	font-weight: 700;
	border-radius: 6px;
	left: 0;
	top: 0;
}

.other-amount-block label.other-amount-btn.focused {
	/*opacity: 0;*/
	/*visibility: hidden;*/
	background: #fff;
	top: -10px;
	left: 8px;
	font-size: 10px;
	padding: 3px;
	height: auto;
	margin: 0;
	line-height: 18px;
	display: inline;
	width: auto;
}

.other-amount-block .hold-focus .other-amount-input {
	/*border-color: var(--thm-border-selection);*/
}


.deposit-sum-table {
	font-size: 16px;
	line-height: 20px;
}

.deposit-sum-table hr {
	margin-top: 10px;
}

.deposit-sum-line {
	padding: 10px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-transform: capitalize;
}

.deposit-sum-line .text-right {
	font-size: 120%;
}

.deposit-total-line {
	font-size: 24px;
	text-transform: uppercase;
}


@media (min-width: 480px) {
	.amount-block {
		width: 100px;
	}

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {


	.amount_thumb-hold {
		font-weight: 600;
	}
}


#ammounts_wrapper {
	display: flex;
	flex-wrap: wrap;
}


a[data-toggle="collapse"][data-parent="#deposit_accordion"] {
	display: block;
	color: inherit;
	text-decoration: none;
}

a[data-toggle="collapse"] .popa-title {
	position: relative;
	display: block;
}

a[data-toggle="collapse"].collapsed .popa-title {
	font-size: 16px;
	line-height: 20px;
	padding-left: 15px;
	/*margin-bottom: 0;*/
	/*margin-top: 0;*/
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(200%) contrast(50%);
}

a[data-toggle="collapse"].collapsed .popa-title::after {
	content: url(/images/icons/userflow/validation-v.svg);
	width: 10px;
	height: 20px;
	display: inline-block;
	position: absolute;
	left: 0px;
	top: -1px;

	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(200%) contrast(50%);
}

.coupon-select a[data-toggle="collapse"].collapsed::after {
	content: none;
}

.skip-bt{
	cursor: pointer;
}
.skip-bt-grey{
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(200%) contrast(50%);
	font-style: italic;
}
