/* summary */
.acc-v1 a {
    text-decoration: none;
}

.acc-v1 h4 i {
    position: absolute;
    right: 20px;
    top : 10px;
}

.acc-v1 .panel-heading a {
    background-color: #eee !important;
}

.shopping-cart .table > tbody > tr > td {
 /*   text-align: left; */
    padding: 5px 0px 5px 0px;
}

/* end summary */

.tab-v1 .close {
    text-shadow: none;
}

.tab-v1 .active .close {
    color : white;
}

.tab-v1 .editCartName {
    padding-left: 10px;
}

.tab-v1 .cart-default {
    padding-right: 10px;
}

.common-buttons .btn {
    margin-bottom: 10px;
}

.billing-info-inputs .input {
    font-weight: normal;
}

.billing-info .saved-address {
    display: block;
    padding: 10px 15px;
    margin-bottom: 10px;
    background: #fcfcfc;
    /*border: solid 1px #ccc;*/
    border-bottom: solid 1px #ccc;
    text-decoration: none;
    min-height: 105px;
}

.billing-info .saved-address:hover {
    background-color: #eee;
    /*box-shadow: 2px 2px 2px #ccc;*/
    /*font: normal normal normal 14px/1 FontAwesome;*/
    content: "\f00c";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.billing-info .saved-address .hover-show {
    opacity: 0;
    position: absolute;
    top: 30px;
    right: 20px;
    width: 40px;
    height: 40px;
    padding: 8px;
    color: #e74c3c;
    font-size: 20px;
    text-align: center;
    position: absolute;
    display: inline-block;
    border: 2px dashed #e74c3c;
}

.billing-info .saved-address:hover .hover-show {
    opacity: 100;
}