.bootstrap-touchspin span button {
    font-weight: bold;
}

#btn-register {
    font-weight: 600;
    background-color: #006a74;
    height: 50px;
    border-radius: 0;
    color: #fff;
}

#btn-register-ul {
    padding: 10px;
    border: solid 1px #ccc;
    box-shadow: 2px 2px 3px #ccc;
    background-color: #006a74;
}

#btn-register-ul li {
    margin-bottom: 10px;
    border-bottom: solid 1px #fff;
}
#btn-register-ul li a {
    color: #fff;
    font-weight: 500;
}

.first-list {
    height: auto;
    padding-bottom: 30px;
}
.first-list .item {
    min-height: 225px;
}

.tbl-cart thead {
    font-weight: 700;
}

.tbl-cart tbody {
    font-weight: 500;
}

.pagination .active a {
    border-radius: 0 !important;
}

.pagination a {
    font-weight: 500;
    font-size: 18px;
    width: 40px;
    height: 40px;
}

@media screen and (max-width: 600px) {
    .contact-menu {
        display: none !important;
    }
}
