

.tikkieBtn{
	width:100%;
	text-align:center;
	margin-top:1em;
	line-height:52px;
	padding:10px 32px;
	border-radius:5px;
	font-size:16px;
	background-color:#CC0066;
	color:#FFF;
	cursor:pointer;
	transition:all 0.3s;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;clear:both
}

.tikkieBtn:hover{
	background-color:#FF4B5F
}

.tikkieBtn.disabled{
	background-color:#9A2865;
	cursor:initial
}

.tikkieBtn.disabled .normal{
	display:none
}

.tikkieBtn.disabled .anim{
	display:inline-block
}

.tikkieBtn .normal img{
	display:inline-block;
	vertical-align:middle;
	margin-left:5px;
	width:32px;
	height:32px
}

.tikkieBtn .normal .normalLabel{
	display:inline-block
}

.tikkieBtn .anim{
	display:none;
	vertical-align:text-top
}

.tikkieBtn .anim .dot-1,.tikkieBtn .anim .dot-2{
	animation:650ms linear infinite alternate;
	border-radius:16px;
	height:16px;
	position:absolute;
	width:16px
}

.tikkieBtn .anim .dot-1{
	animation-name:move-1;
	background-color:#fff
}

.tikkieBtn .anim .dot-2{
	animation-name:move-2;
	background-color:rgba(255,255,255,0.5)
}

@keyframes move-1{
	0%{transform:translateX(-16px)}
	100%{transform:translateX(16px)}
}

@keyframes move-2{
	0%{transform:translateX(16px)}
	100%{transform:translateX(-16px)}
}

.single-product .tikkieBtn{
	display:inline-block;
	min-width:288px
}

.woocommerce-cart .tikkieBtn{
	display:block
}

.termsofservice{
	margin-top:1em
}

.tikkieLoadingScreen{
	background-color:rgba(86,81,157,0.8);
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:9999999999;
	display:none;
	text-align:center
}

.tikkieLoadingScreen .tikkieRipple{
	display:inline-block;
	position:relative;
	width:64px;
	height:64px;
	animation-delay:-0.5s;
	top:calc(50% - 32px)
}

.tikkieLoadingScreen .tikkieRipple div{
	position:absolute;
	border:4px solid #fff;
	opacity:1;
	border-radius:50%;
	animation:lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite
}

.tikkieLoadingScreen .tikkieRipple div:nth-child(2){
	animation-delay:-0.5s
}

@keyframes lds-ripple{
	0%{top:28px;left:28px;width:0;height:0;opacity:1}
	100%{top:-1px;left:-1px;width:58px;height:58px;opacity:0}
}

.tkfc_error{
	margin-top:20px;
	font-style:italic
}

.tikkieRegister{
	margin-top:50px
}

li.woocommerce-notice.woocommerce-notice--info.woocommerce-info {
	display:none!important;
}

/* Hide Tikkie button by default, show only when Tikkie payment method is selected */
.tikkieBtn {
	display: none;
}

/* When Tikkie is selected, hide the default Place Order button */
body.tikkie-selected #place_order {
	display: none !important;
}

/* When Tikkie is selected, show the Tikkie button */
body.tikkie-selected .tikkieBtn {
	display: block;
}

/* Bank selector styling */
.tikkie_bank_woocommerce {
	margin-bottom: 1.5em;
}

.tikkie_bank_woocommerce label {
	display: block;
	margin-bottom: 0.5em;
	font-weight: 600;
	color: #333;
}

.tikkie_bank_woocommerce label abbr.required {
	color: #e2401c;
	text-decoration: none;
}

.tikkie_bank_select {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 15px;
	background-color: #fff;
	transition: border-color 0.2s ease;
}

.tikkie_bank_select:focus {
	border-color: #CC0066;
	outline: none;
	box-shadow: 0 0 0 2px rgba(204, 0, 102, 0.1);
}

/* Bank selector validation states */
.tikkie_bank_woocommerce.woocommerce-invalid select,
.tikkie_bank_woocommerce.woocommerce-invalid .select2-container .select2-selection {
	border-color: #e2401c !important;
}

.tikkie_bank_woocommerce.woocommerce-validated select,
.tikkie_bank_woocommerce.woocommerce-validated .select2-container .select2-selection {
	border-color: #7ad03a !important;
}

/* Select2 specific styling */
.tikkie_bank_woocommerce .select2-container .select2-selection--single {
	height: 45px;
	padding: 8px 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.tikkie_bank_woocommerce .select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 27px;
	color: #333;
}

.tikkie_bank_woocommerce .select2-container .select2-selection--single .select2-selection__arrow {
	height: 43px;
}

/* Payment instructions styling */
.tikkie-payment-instructions {
	margin-top: 1em;
	padding: 1em;
	background-color: #f8f8f8;
	border-radius: 4px;
	font-size: 13px;
	color: #666;
}

.tikkie-payment-instructions p {
	margin: 0 0 0.5em 0;
}

.tikkie-payment-instructions p:last-child {
	margin-bottom: 0;
}

.tikkie-payment-instructions a {
	color: #CC0066;
	text-decoration: none;
}

.tikkie-payment-instructions a:hover {
	text-decoration: underline;
}
/*# sourceMappingURL=tikkie.css.map */
