

/******************************   @MY ACCOUNT   ******************************/


/* Saved Searches in Account */
.my-account ul {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}

.info-box {
    position: relative;
}

.info-box::after {
    content: '';
    width: 100%;
    border-bottom: 2px solid #80808033;
    padding-bottom: 2em;
}

.info-box:first-of-type {
    margin-top: 2em;
}

.info-box + .info-box {
    padding-top: 2em;
}

.info-box:first-of-type::before {
    content: '';
    width: 100%;
    border-top: 2px solid #80808033;
    padding-top: 2em;
}

.info-box h2 {
    position: relative;
    font-size: 1.5em;
    color: black;
    font-weight: bold;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.info-box h2::after {
    content: '';
    width: 95%;
    position: absolute;
    left: 2.5%;
    bottom: 0;
    height: 1px;
    background-color: grey;
    transition: background-color .35s ease;
}

.info-box h2:hover::after {
    background-color: #DD5900;
}

.info-box .box-title {
    margin-bottom: -4px;
    padding-bottom: 0;
}

.info-box .applied-filters-heading {
    display: inline-block;
    font-size: 10px;
}

.filters-info-container {
    margin-top: 1em;
}

.filter-attributes-container {
    padding-left: 0;
    margin-top: 2em;
}

.filter-attribute {
    text-transform: capitalize;
    min-height: 50px;
}

.filter-edit-button,
.filter-delete-button {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border: 1px solid black;
    background-color: #ffffff;
}

.user-links li a, .user-name{
    width: 100%;
    padding: .75em 1em;
    display: inline-block;
}

.user-links li.current a {
    font-weight: 700;
}
.create-account-heading h2 {
    text-align: center;
    text-transform: none;
    color: black;
    font-weight: bold;
    padding-bottom: 14px;
}

#account-forgot-form h2 {
    font-weight: bold;
}

a.signup-login {
    display: inline-block;
    text-decoration: underline;
    color: black;
}

.login-fields {
    margin-bottom: 12px;
}

.switch-forms-1 {
    float: right;
}

a.show-forgotpassword {
    text-decoration: underline;
}

.register-success-msg {
    text-align: center;
    margin-top: 10px;
    font-size: 1.5em;
    font-weight: bold;
    margin-right: 150px;
}

#dob-select {
    margin-right: -20px;
}

.shipping-form li, #co-shipping-form li {
    margin: 7px 0;
}

#account-registration-form input[type="text"] {
    margin-top: 10px;
    margin-bottom: 10px;
}

.account-subscribe-opt {
    padding: 10px 0 10px 0;
}

#dob-select select {
    margin-bottom: 8px;
    margin-top: 4px;
}

#loggedin-customer {
    width: 27%;
    display: none;
    float: right;
    position: fixed;
    text-transform: capitalize;
}

.error-msg {
    width: 100%;
    border-radius: 2px;
    font-weight: bold;
    font-size: 1em;
    padding: 10px 10px;
    color: red;
    background-color: #f9f9f9;
}

input[type="select"].input-dob {
    margin-top: 9px;
    font-size: 100%;
}

.field-caption-space {
    padding-bottom: 9px;
}

input[type="password"].register-form {
    margin-top: 9px;
}

.error-message-signup {
    text-align: center;
    padding-bottom: 6px;
}

.forgotpassword-from input[type="text"] {
    margin-top: 9px;
}

#account-registration-form {
    width: 650px;
    margin: 0 auto;
}

.register-container input[type="text"] {
    margin-top: 9px;
    margin-bottom: 9px;
}

#my-orders-top-pager a {
    font-size: 13px;
}

#account-registration-form .validation-advice {
    position: static;
}

fieldset.product-options, fieldset.shipping-form {
    width: 100%;
}

/* BEGIN Login Page */
.customer-account-login h4 {
    font-size: 1.25rem;
}

.customer-account-login input {
    border-radius: unset;
    border-color: #2a2a2a;
}

.customer-account-login #loginFacebook a,
.customer-account-login #loginTwitter a {
    color: #fff;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 3em;
}

.customer-account-login #loginFacebook a {
    background-color: #4267B2;
}

.customer-account-login #loginFacebook a:hover {
    background-color: #4267B2;
}

.customer-account-login #loginTwitter a {
    background-color: #5AAAF4;
}

.customer-account-login #loginTwitter a:hover {
    background-color: #5AAAF4;
}

.customer-account-login #loginFacebook:before {
    content: "";
    width: 13px;
    height: 25px;
    background: url("/skin/frontend/zumiez/foundation/images/social/fblogo.png") no-repeat;
    background-size: 13px 25px;
    position: absolute;
    margin: .4rem 0 0 3.25rem
}

.customer-account-login #loginTwitter:before {
    content: "";
    width: 25px;
    height: 21px;
    background: url("/skin/frontend/zumiez/foundation/images/social/twitterlogo.png") no-repeat;
    background-size: 25px 21px;
    position: absolute;
    margin: .4rem 0 0 3.25rem
}
/* END Login Page */
