﻿.qty
{
    cursor:pointer;    
}

.update{
    text-decoration:none;
    font-size: 14px;
}

.update:hover{
    text-decoration:none;
}

.spinoncart {
    background-color: rgba(255,255,255,0.5);
    left: 0;
    right: 0;
    padding-top: 25%;
    position: fixed;
    text-align: center;
    bottom: 0;
    top: 0;
    z-index: 9999;
}
.errormsgg {
    border-radius: 5px;
    color: #F00;
    opacity: 1;
    min-height: 30px;
    margin-bottom: 5px;
    width: 90%;
    text-align: left;
}
.errormsgg_giftcode {
    border-radius: 5px;
    color: #F00;
    opacity: 1;
    min-height: 30px;
    margin-bottom: 5px;
    width: 50%;
}