button:focus{
    outline: -webkit-focus-ring-color auto 0px;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 0px solid #dee2e6;
    font-weight: 400;
    letter-spacing: 1px;
    color:#333;
}

.table td,
.table th {
    font-size: 14px;
    vertical-align: top;
    border-top: 0px solid #dee2e6;
}

.table td > a > p{
    font-size: 14px;
    vertical-align: top;
    color: #333;
}

thead{
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

thead > tr {
    border-bottom: 1px solid #333;
}

tbody > tr {
    margin-top: 5px;
    border-bottom: 1px solid #eee;
}

.quantity-input-1{
    width: 50px;
}

.cart-container {
    flex: auto;
    padding: 20px;
    width: 440px;
}

.cart-posts {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    background: #fff;
}


.cart-title {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    padding: 0;
    margin: 0;
    display: flex;

}

.cart-totals{
    background-color: #eee;
    padding: 15px;
}

.cart-btn{
    float: right;
    display: block;
    color: #eee;
    background-color: #333;
    border: 1px solid #333;
    padding: 2px 20px;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
}

.cart-btn:hover {
    color: #333;
    background-color: #eee;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 2px;
}


.cart-btn-light {
    float: right;
    display: block;
    color: #333;
    background-color: #eee;
    border: 1px solid #333;
    padding: 2px 20px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
}

.cart-btn-light:hover {
    color: #eee;
    background-color: #333;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 2px;
}

.cart-p{
    font-size: 12px;
    padding-right: 5px;
    display: inline;
}

.cart-p >input {
    position: relative;
    top: 1px;
}

.cart-p>a {
    color: #00849a;
    border-bottom: 1px solid;
}

.novisible {
    display: none;
}

.visible {
    display: block;
}