/******************************************************************************
Responsivity
******************************************************************************/

/* nav-tabs */
#giftcard_product .nav {
    padding-left: 0;
}
#giftcard_product .nav:before, #giftcard_product .nav:after {
    content: " ";
    display: table;
}
#giftcard_product .nav:after {
    clear: both;
}
#giftcard_product .nav > li {
    position: relative;
    display: block;
}
#giftcard_product .nav > li > a:hover,
#giftcard_product .nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}
#giftcard_product .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
#giftcard_product .nav-tabs {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
#giftcard_product .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
#giftcard_product .nav-tabs > li.active > a,
#giftcard_product .nav-tabs > li.active > a:hover,
#giftcard_product .nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}
#giftcard_product .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 0px 0px 0 0;
}
#giftcard_product .tab-content {
    margin-top: 0 !important;
}
#giftcard_product .tab-content > .active {
    display: block !important;
}
#giftcard_product .tab-content > .tab-pane {
    display: none;
}
#giftcard_product .badge {
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999999;
    border-radius: 10px;
}



/******************************************************************************
Button add to cart
******************************************************************************/
#block_button {
    margin-top: 10px;
    margin-bottom: 20px
}

/******************************************************************************
jQuery Growl Copyright 2013 Kevin Sylvestre 1.1.4
******************************************************************************/
#growls { z-index: 50000; position: fixed; }
#growls.default { top: 100px; right: 10px; }
#growls.tl { top: 10px; left: 10px; }
#growls.tr { top: 10px; right: 10px; }
#growls.bl { bottom: 10px; left: 10px; }
#growls.br { bottom: 10px; right: 10px; }

.growl { opacity: 1; position: relative; border-radius: 4px; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.growl.growl-incoming { opacity: 0; }
.growl.growl-outgoing { opacity: 0; }
.growl.growl-small { width: 200px; padding: 5px; margin: 5px; }
.growl.growl-medium { width: 250px; padding: 10px; margin: 10px; }
.growl.growl-large { width: 300px; padding: 15px; margin: 15px; }
.growl.growl-default { color: white; background: gray; }
.growl.growl-error { color: white; background: rgba(217, 83, 79, 0.8); }
.growl.growl-notice { color: white; background: rgba(92, 184, 92, 0.8); }
.growl.growl-warning { color: white; background: rgba(240, 173, 78, 0.8); }
.growl .growl-close { cursor: pointer; float: right; font-size: 14px; line-height: 18px; font-weight: normal; font-family: helvetica, verdana, sans-serif; }
.growl .growl-title { font-size: 18px; line-height: 24px; }
.growl .growl-message { font-size: 14px; line-height: 18px; }
