/*
 * Global
 */
.vb_vii-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
}
.vb_vii-loader .lds-spinner {
	color: official;
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -32px;
	margin-top: -32px;  
}
.vb_vii-loader .lds-spinner div {
	transform-origin: 32px 32px;
	animation: lds-spinner 1.2s linear infinite;
}
.vb_vii-loader .lds-spinner div:after {
	content: " ";
	display: block;
	position: absolute;
	top: 3px;
	left: 29px;
	width: 5px;
	height: 14px;
	border-radius: 20%;
	background: #484848;
}
.vb_vii-loader .lds-spinner div:nth-child(1) {
	transform: rotate(0deg);
	animation-delay: -1.1s;
}
.vb_vii-loader .lds-spinner div:nth-child(2) {
	transform: rotate(30deg);
	animation-delay: -1s;
}
.vb_vii-loader .lds-spinner div:nth-child(3) {
	transform: rotate(60deg);
	animation-delay: -0.9s;
}
.vb_vii-loader .lds-spinner div:nth-child(4) {
	transform: rotate(90deg);
	animation-delay: -0.8s;
}
.vb_vii-loader .lds-spinner div:nth-child(5) {
	transform: rotate(120deg);
	animation-delay: -0.7s;
}
.vb_vii-loader .lds-spinner div:nth-child(6) {
	transform: rotate(150deg);
	animation-delay: -0.6s;
}
.vb_vii-loader .lds-spinner div:nth-child(7) {
	transform: rotate(180deg);
	animation-delay: -0.5s;
}
.vb_vii-loader .lds-spinner div:nth-child(8) {
	transform: rotate(210deg);
	animation-delay: -0.4s;
}
.vb_vii-loader .lds-spinner div:nth-child(9) {
	transform: rotate(240deg);
	animation-delay: -0.3s;
}
.vb_vii-loader .lds-spinner div:nth-child(10) {
	transform: rotate(270deg);
	animation-delay: -0.2s;
}
.vb_vii-loader .lds-spinner div:nth-child(11) {
	transform: rotate(300deg);
	animation-delay: -0.1s;
}
.vb_vii-loader .lds-spinner div:nth-child(12) {
	transform: rotate(330deg);
	animation-delay: 0s;
}
@keyframes lds-spinner {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}


/*
 * Gift Card Form
 */
 button.vb_vii-form-close {
    font-size: 24px;
    border: 0;
    background: none;
    line-height: 12px;
    outline: none;
    position: absolute;
    top: -20px;
    right: -6px;
}
.vb_vii-form-sub-wrap.vb_vii-form-open {
    margin-top: 15px;
}
.vb_vii-form-sub-wrap {    
	display: none;
    position: relative;
    padding-bottom: 15px;
}
.vb_vii-toggle {
    margin-top: 20px;
    position: relative;
}
.vb_vii-form-main-wrap p input {
    display: block;
    width: 100%;
}
.vb_vii-table {
    width: 100%;
    margin-top: 15px;
}
.vb_vii-table td.vb_vii-table-label {
    text-align: left;
    padding-right: 30px;
}
.vb_vii-table td {
    border-bottom: 1px solid #dfdfdf;
    padding: 5px 0;
    text-align: right;
}
.vb_vii-table tr:last-child td {
    border-bottom: 0;
}
.vb_vii_balance-result-wrap {
    margin-top: 30px;
}
.vb_vii-form-applied-gift-cards-wrap {
    
}
.vb_vii-form-applied-gift-cards-wrap {
	position: relative;
}
.vb_vii-remove-gift-card {
    font-size: 24px;
    vertical-align: middle;
    color: #d0cfcf;
    text-decoration: none !important;
}
.woocommerce-order-pay .vb_vii-form-main-wrap {
    margin-bottom: 25px;
}
.woocommerce-order-pay .vb_vii-form-applied-gift-cards-wrap {
    margin-bottom: 25px;
}

/**
 * Check Balance
 */
.vb_vii-account-wrap {
    position: relative;
}
.vb_vii-check-balance-error,
.vb_vii-apply-card-message.vb_vii_error,
.vb_vii_error {
    color: red !important;
}
.vb_vii-apply-card-message.vb_vii_success,
.vb_vii_success {
	color: green !important;
}