.field-loginform-rememberme label{
    cursor: pointer;
}

.field-loginform-rememberme #loginform-rememberme,
.ec-calc-form-pickup #ecCalcCheckPickup,
.ec-calc-form-delivery #ecCalcCheckDelivery,
#ecCalcCheckLathing,
#ecCalcCheckInsure
{
    display: none !important;
}

#profile #userprofile-gender {
    border: none;
}

#profile .selectric {
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

#profile input,
#registration input,
#login-form input
{
    color: #777777;
}

#profile .selectric span {
    text-align: left;
    font-weight: normal;
    margin-left: -9px;
}

.all-orders {
    font-family: 'Circle-Regular';
}

.orders-list .table {
    width: 100%;
}

.orders-list .table th, .orders-list .table td {
    text-align: center;
    border: none !important;
}

.orders-list .table th{
    padding: 20px 10px 0 10px;
}

.orders-list .table td{
    padding: 20px 10px 10px 10px;
}

.orders-list .table tr {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 1px solid #EEEEEE !important;
    border-left: none !important;
}

.orders-list .table td {
    vertical-align: middle;
}

.table-bordered {
    border: none !important;
}

.section-profile,
.section-registration,
.section-login,
.section-order-view,
.auth-section
{
    border: 1px solid #EEEEEE;
}

.section-profile.wrapper {
    padding: 0 !important;
}

.section-order-view .wrapper,
.auth-section
{
    display: flow-root;
}

.orders-header {
    margin-bottom: 30px;
}

.orders-list .email, .orders-list .username {
    min-width: 130px !important;
}

#profile-container {
    max-width: 1524px;
    margin: 0 auto;
    width: 100%;
}

@media (max-width: 800px) {
    .orders-list.grid-view {
        display: none;
    }

    .order-list-item {
        margin-right: 8px !important;
        margin-bottom: 8px;
    }

    .order-list-item .order-link {
        margin-top: 8px;
    }
}

@media (min-width: 800px) {
    .orders-list.list-view {
        display: none;
    }
}
