/*ADD TO CART*/
.single-product .woocommerce-variation.single_variation {
	display: none !important;
}
.purchase-gift-card-lt {
    display: block;
    color: #FFF !important;
    background-color: #093a5b !important;
    text-transform: uppercase;
    font-size: 16px !important;
    line-height: 1em !important;
    vertical-align: top;
    float: left;
    height: 27px;
    padding: 5px 10px !important;
    margin-top: 0;
    border: 0 !important;
    border-radius: 0 !important;
}
.purchase-gift-card-lt:hover {
	opacity: 0.85;
}

.product-gift-card-lt.woocommerce div.product form.cart .variations {
    width: 150px;
}
.product-gift-card-lt.woocommerce .variations .value {
    width: 150px;
}
.product-gift-card-lt.woocommerce .quantity input.qty {
    width: 150px;
}
.product-gift-card-lt.woocommerce .product-title {
    width: 150px;
}

.gift-card-fields-lt {
    margin-bottom: 20px;
}
.gift-card-fields-lt .form-row {
    clear: both;
    max-width: 310px;
}
.gift-card-fields-lt .form-row label {
    text-align: center;
    display: block;
}
.gift-card-fields-lt .form-row input, 
.gift-card-fields-lt .form-row textarea {
    background-color: #FFF !important;
    color: #093a5b !important;
    border: 1px solid #093a5b !important;
    border-radius: 0;
    font-size: 16px !important;
    padding: 2px 12px;
}
.gift-card-fields-lt .form-row input {
    height: 27px;
    width: 100%;
}
.gift-card-fields-lt .form-row textarea {
    width: 100% !important;
    min-height: 150px !important;
}
.woocommerce .single_variation_wrap .quantity input.qty {
    padding: 2px 2px;
}
/*ADD TO CART ENDS*/

/*BALANCE*/
.givex-gift-card-balance-holder-lt {
    max-width: 310px;
    margin: 20px auto 20px auto;
}
.givex-gift-card-balance-holder-lt .form-row {
    clear: both;
    margin-bottom: 20px;
}
.givex-gift-card-balance-holder-lt .form-row label {
    text-align: center;
    display: block;
    font-size: 15px;
}
.givex-gift-card-balance-holder-lt .form-row input {
    background-color: #FFF !important;
    color: #093a5b !important;
    border: 1px solid #093a5b !important;
    border-radius: 0;
    font-size: 16px !important;
    padding: 2px 12px;
}
.givex-gift-card-balance-holder-lt .form-row input {
    height: 27px;
    width: 100%;
}
.givex-gift-card-balance-holder-lt .result {
    display: block;
    clear: both;
    float: none;
    padding-top: 16px;
    font-family: "Crimson Text", serif;
    font-size: 15px;
}
.givex-gift-card-balance-holder-lt .error-messsage {
    color: red;
    display: none;
}
.givex-gift-card-balance-holder-lt .success-messsage {
    color: green;
    display: none;
}
.givex-gift-card-balance-holder-lt .success-messsage span {
    font-weight: bold;
/*    font-style: italic;*/
    font-size: 16px;
}

/*BALANCE ENDS*/

/*RESPONSIVE*/
@media (max-width: 479px) {
    .product-gift-card-lt.woocommerce div.product form.cart .variations {
        width: 50%;
    }
    .product-gift-card-lt.woocommerce .variations .value {
        width: 100%;
    }
    .product-gift-card-lt.woocommerce div.product form.cart div.quantity {
        width: calc(50% - 10px) !important;
        margin-right: 0 !important; 
    }
    .product-gift-card-lt.woocommerce .quantity input.qty {
        width: 100%;
    }
    .product-gift-card-lt.woocommerce .product-title {
        width: 50%;
    }
    .gift-card-fields-lt .form-row {
        max-width: 100%;
    }
}
