.gift-item-prompt input {
    display: block;
    padding: 7px;
    color: #000;
}

.gift-item-results a {
    display: block;
    padding: 5px;
}

.gift-item-results a.sel {
    background-color: #000;
    border: 1px solid #444;
}

.itemRedeem .greenBTN {
    display: inline-block;
    margin-right: 7px;
}

.navbar-fixed-top .navbar-collapse {
   max-height: 435px;
}
form .form-group label {
  color: #000;

}

.items .item:hover {
  background-color: #1b1b1b;
  border-radius: 11px;
}

#remember-me {
  color: #000;
}

.modal-dialog {
  position: absolute;
  margin: auto;
  top: 40%;
  left: 0;
  right: 0;
}

input[type="password"] {
    font-family: caption;
}

    .main-section{
    background-color: #F8F8F8;
}


.specialDrop{
    padding:20px;
    top:30px !important;
    width:350px !important;
    left:-110px !important;
    box-shadow:0px 5px 30px black;
}
.total-header-section{
    border-bottom:1px solid #d2d2d2;
}
.total-section p{
    margin-bottom:20px;
}
.cart-detail{
    padding:15px 0px;
}
.cart-detail-img img{
    width:100%;
    height:100%;
    padding-left:15px;
}
.cart-detail-product p{
    margin:0px;
    color:#000;
    font-weight:500;
}
.cart-detail .price{
    font-size:12px;
    margin-right:10px;
    font-weight:500;
}
.cart-detail .count{
    color:#C2C2DC;
}
.checkout{
    border-top:1px solid #d2d2d2;
    padding-top: 15px;
}
.checkout .btn-primary{
    border-radius:50px;
    height:50px;
}

.thumbnail {
    position: relative;
    padding: 0px;
    margin-bottom: 20px;
}

.thumbnail img {
    width: 100%;
}

.thumbnail .caption{
    margin: 7px;
}

.page {
    margin-top: 50px;
}

.btn-holder{
    text-align: center;
}

.table>tbody>tr>td, .table>tfoot>tr>td{
    vertical-align: middle;
}
@media screen and (max-width: 600px) {
    table#cart tbody td .form-control{
        width:20%;
        display: inline !important;
    }
    .actions .btn{
        width:36%;
        margin:1.5em 0;
    }

    .actions .btn-info{
        float:left;
    }
    .actions .btn-danger{
        float:right;
    }

    table#cart thead { display: none; }
    table#cart tbody td { display: block; padding: .6rem; min-width:320px;}
    table#cart tbody tr td:first-child { background: #333; color: #fff; }
    table#cart tbody td:before {
        content: attr(data-th); font-weight: bold;
        display: inline-block; width: 8rem;
    }



    table#cart tfoot td{display:block; }
    table#cart tfoot td .btn{display:block;}

}

#about-buttons a:hover, #support a:hover {
  text-decoration: none;
}

#about-buttons a:hover button.greenBTN, #support a:hover button.greenBTN  {
	background-color: #51DD89;
}
