.customer .container .customer-container {
    margin: 5% auto;
    padding: 4%;
}

.customer .container .customer-container#loginshow {
    display: block;
}

.customer .container .customer-container#recovershow {
    display: none;
}

.customer .container .customer-container h1,
.customer .container .customer-container h2,
.myaccount-banner .container h1,
.myaccount h2,
.myaccount h3,
.newaddress h3,
.orderaddress h3 {
    display: block;
    font-family: 'Grumpy-Black72';
    font-size: 1.5rem;
    margin-bottom: .875rem;
    text-align: center;
    color: #202020;
}

.customer .container .customer-container h1,
.customer .container .customer-container h2,{
  font-family: 'gotham';
}

.customer .container .customer-container p{
    font-size: .75rem;
    font-weight: 300;
    line-height: 1.7;
    margin-bottom: 1.375rem;
    text-align: center;
    color: #202020;
}

.customer form .floatify.floatify__active .floatify__label,
.newaddress form .floatify.floatify__active .floatify__label {
    font-size: .75rem;
    font-weight: 300;
    top: 0px;
    padding: 2px 0px;
}

.newaddress form .floatify .floatify__label {
    color: #202020;
    background-color: transparent;
}

.customer .container .customer-container form input[type="email"],
.customer .container .customer-container form input[type="password"],
.customer .container .customer-container form input[type="text"],
.newaddress form input[type="email"],
.newaddress form input[type="password"],
.newaddress form input[type="text"] {
    font-size: .875rem;
    width: 100%;
    height: 3rem;
    margin-bottom: 1.375rem;
    padding-left: .75rem;
    color: #202020;
    background-color: #FFF;
    border: 1px solid #202020;
}

.customer .container .customer-container form select,
.newaddress form select {
    font-size: .875rem;
    width: 100%;
    height: 3rem;
    margin-bottom: 1.375rem;
    padding-left: .75rem;
    color: #202020;
    background-color: #FFF;
    border: 0px;
}

.customer .container .customer-container form ::placeholder,
.newaddress form ::placeholder {
    color: #202020;
    opacity: 1;
}

.customer .container .customer-container form .forgotpassword {
    position: relative;
}

.customer .container .customer-container form .forgotpassword a {
    font-size: .75rem;
    font-weight: 300;
    text-decoration: none;
    color: #202020;
    position: absolute;
    opacity: 1;
    top: 20%;
    right: 5%;
    z-index: 1;
    display: inline;
}

.customer .container .customer-container form .btn {
    display: block;
    width: 100%;
    margin-bottom: 1.375rem;
    background-color: #FFF;
}

.customer .container .customer-container form .errors {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: .25rem;
    margin-bottom: 1.375rem;
}

.customer .container .customer-container .errors ul {

}

.customer .container .customer-container .errors ul li {
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #721c24;
}

.customer .container .customer-container .join-us p {
    font-size: .75rem;
    font-weight: 300;
}

.customer .container .customer-container .join-us p a,
.myaccount .addresslist ul li a {
    color: #202020;
    text-decoration: none;
    font-weight: 700;
    transition: all .225s ease;
}

.customer .container .customer-container .join-us p a:hover,
.customer .container .customer-container .join-us p a:focus,
.customer .container .customer-container form a.forgotpassword:hover,
.customer .container .customer-container form a.forgotpassword:focus,
.myaccount .addresslist ul li a:hover,
.myaccount .addresslist ul li a:focus,
.myaccount .orderlist table td a:hover,
.myaccount .orderlist table td a:focus {
    text-decoration: none;
    color: rgba(32, 32, 32, .6);
}



.myaccount-banner {
    background-color: #f8e9eb;
}

.myaccount-banner .container,
.myaccount .container {
    max-width: 72rem;
    padding: 1rem 0;
}

.myaccount .container {
    margin-bottom: 10rem;
}

.myaccount-banner .container h1 {
    margin: 0.85rem 0;
    font-size: 2rem;
    font-weight: 500;
    text-align: left;
}

.myaccount-banner .container a.logout {
    display: block;
    margin: 0.85rem 0;
    font-size: .75rem;
    color: #202020;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}

.myaccount-banner .container p,
.myaccount .orderlist p,
.newaddress p,
.orderaddress p {
    margin: 0.85rem 0;
    font-size: 100%;
    color: #202020;
    text-transform: capitalize;
}

.myaccount-banner .container p {
    text-transform: none;
}

.myaccount-banner .container .btn {
    margin: 1rem 0;
    background-color: #FFF;
    font-size: 1rem;
}

.myaccount h2,
.myaccount h3,
.newaddress h3,
.orderaddress h3 {
    border-bottom: 1px solid #f8e9eb;
    text-align: left;
    font-size: 1.5rem;
    padding-bottom: 0.75rem;
}

.myaccount .orderlist p,
.orderaddress p {
    text-align: left;
    margin: 1rem 0;
    font-size: 0.875rem;
      line-height: 1.3rem;
}

.myaccount .orderlist table,
.orderdetails table {
    border-collapse: collapse;
    margin: 1rem 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

.orderdetails table {
    margin: 0rem 1rem 0rem 0rem;
}

.myaccount .orderlist table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

.myaccount .orderlist table tr,
.orderdetails table thead tr,
.orderdetails table tbody tr,
.orderdetails table tfoot tr {
    border-bottom: 1px solid #f8e9eb;
    padding: .35em;
}

.myaccount .orderlist table th,
.myaccount .orderlist table td,
.orderdetails table th,
.orderdetails table thead th,
.orderdetails table tfoot td {
    padding: 1rem 0;
    text-align: left;
}

.orderdetails table thead th,
.orderdetails table tbody td {
    text-align: center;
}

.orderdetails table th:first-child,
.orderdetails table td:first-child {
    text-align: left;
}

.myaccount .orderlist table th:last-child,
.myaccount .orderlist table tbody td:last-child,
.orderdetails table thead th:last-child,
.orderdetails table tbody td:last-child{
    text-align: right;
}

.myaccount .orderlist table th,
.orderdetails table thead th,
.orderaddress h3,
.orderdetails .totals ul li {
    font-family: 'gotham';
    font-size: .85em;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: #202020;
}

.orderdetails table thead th {
    vertical-align: top;
    padding-top: 0;
}

.myaccount .orderlist table td,
.myaccount .orderlist table td a,
.orderdetails table tbody td {
    font-size: .85rem;
    font-weight: 300;
    text-transform: capitalize;
    text-decoration: none;
    color: #202020;
}

.orderdetails table tbody td {
    padding-top: 1rem;
    vertical-align: middle;
    text-align: center;
}

.myaccount .orderlist table td a {
    cursor: pointer;
}

.orderdetails table tbody td .product-info .image-container {
    padding-left: 0;
}

.orderdetails table tbody td .product-info .image-container a {
    display: block;
}

.orderdetails table tbody td .product-info .image-container a img {

}

.orderdetails table tbody td .product-info p a {
    font-size: 1.125rem;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    color: #202020;
}

.orderdetails table tbody td:first-child .product-info .order_util_name {
    display: block;
    vertical-align: middle;
    font-size: 0.875rem;
    font-weight: 300;
    margin-top: 0.3rem;
}

.orderdetails table tbody td:first-child .product-info .cart__product-shade-container {
    margin-top: 0.3rem;
}

.orderdetails table tbody td:first-child .product-info .cart__product-shade-label {
    font-size: 0.875rem;
    vertical-align: middle;
    font-weight: 300;
}

.orderdetails table tbody td:first-child .product-info .order_shade_color {
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    border-radius: 100%;
}

.orderdetails table tbody td:first-child .product-info .order_shade_name {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.875rem;
    font-weight: 300;
}

.orderdetails .totals {
    display: block;
    width: 100%;
    margin-top: 2rem;
}

.orderdetails .totals ul {
	width: 100%;
    max-width: 223px;
    text-align: right;
    list-style-position: inside;
    margin: 0 0 0 auto;
}

.orderdetails .totals ul li {
    margin: 0rem 0rem 0.5rem;
    text-transform: capitalize;
    font-weight: 300;
}

.orderdetails .totals ul li:last-child {
    border-top: 1px solid #f8e9eb;
    padding-top: 1rem;
}

.orderdetails .totals ul li span {
    text-align: left;
    float: left;
}

.orderdetails .totals ul li small {
    font-size: 0.65rem;
}

.orderdetails .totals ul li strong {
    font-weight: 500;
    font-size: 1rem;
}

.myaccount .myaddresses .btn {
    font-size: 1rem;
    font-family: 'gotham';
}

.myaccount .addresslist p {
    font-size: 1rem;
    text-transform: capitalize;
}

.myaccount .addresslist ul {
    position: relative;
    margin: 1rem 0;
    list-style: none;
}

.myaccount .addresslist ul li {
    position: relative;
    display: inline-block;
    min-width: 25%;
}

.myaccount .addresslist ul li button,
.myaccount .addresslist ul li a {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    border: 0px;
    width: auto;
    height: auto;
}

.newaddress {
    position: relative;
    width: 100%;
    max-width: 450px;
    padding: 2rem 1rem;
}

.newaddress p {
    text-align: center;
}

.address-xbutton {
    max-width: 28px;
    border: 1px solid white;
    height: 28px;
    padding: 7px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;

    border: 1px solid #202020;
    color: #202020;
}

.newaddress h3 {
    border-bottom: 0px;
    text-align: center;
}

.newaddress form input[type="text"],
.newaddress form select {
    border: 1px solid #f5c6cb;
}

.icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.newaddress form input[type=checkbox] {
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #f5c6cb;
    padding: 9px;
    margin-left: 0px;
    display: inline-block;
    position: relative;
}

.newaddress form input[type=checkbox]:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 1rem;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #202020;
}

.newaddress form input[type=checkbox]:checked:after {
    content: "\f00c";
}

.newaddress form input:hover,
.newaddress form input:focus {
    border: 1px solid #202020;
}

.newaddress form label {
    margin-left: 1%;
    margin-bottom: 1.375rem;
    font-size: 0.875rem;
    font-weight: 300;
    color: #202020;
    top: -7px;
    position: relative;
}
.orderdetails table tbody td:first-child .product-info .order_shade_color {
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    border-radius: 100%;
    border: 1px solid #202020;
}
.orderdetails table tbody td .product-info .image-container a {
    display: block;
    background-color: #e2dacf;
    text-align: center;
    margin-bottom: 19px;
    padding: 10px;
}
.orderdetails table tbody td .product-info .image-container a img {
    max-height: 100px;
}

@media (min-width: 64em)
{
    .customer.page {
        padding-top: 7.8125rem
    }

    .customer .container {
        padding: 0 .625rem;
    }

    .myaccount.page {
        padding-top: 1.6875rem;
    }
}

@media (max-width: 992px){
    .myaccount.page {
        padding-top: 0.6875rem !important;
    }
    .myaccount .orderlist table {
        border: 0;
    }

    .myaccount .orderlist .myaddresses {
        margin: 2rem 0;
    }

    .myaccount .orderlist p {
        font-size: 85%;
    }

    .myaccount .orderlist table caption {
        font-size: 1.3em;
    }

    .myaccount .orderlist table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .myaccount .orderlist table tr {
        border-bottom: 1px solid #f8e9eb;
        display: block;
        margin-bottom: .625em;
    }

    .myaccount .orderlist table th,
    .myaccount .orderlist table td {
        width: 100% !important;
    }

    .myaccount .orderlist table td {
        display: block;
        font-size: .8em;
        text-align: left;
    }

    .myaccount .orderlist table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
        min-width: 60%;
        text-align: left;
    }

    .myaccount .orderlist table th:last-child,
    .myaccount .orderlist table td:last-child {
        text-align: left;
    }


    .myaccount .orderlist table td:last-child {
        border-bottom: 0;
    }

    .orderdetails table tbody td {
        padding-bottom: 2rem;
    }
}

@media (max-width: 680px){
    .customer .container .customer-container {
        width: 90%;
        margin: 1% auto;
        padding: 1%;
    }

    .orderdetails table thead th {
        font-size: 0.75rem;
    }

    .orderdetails .totals ul {
        width: 100%;
        padding: 0.5rem;
    }
}
