/*create account*/
.create-account-title {
    font-size: 28px;
    font-family: var(--font-family-one);
    border-bottom: 1px solid;
    padding-bottom: 4px;
}
.create-account .card {
    box-shadow: 0px 3px 6px rgba(0,0,0,16%);
    border-radius: 10px;
    position: relative;
    margin-top: 52px;
    padding: 20px;
    height: fit-content;
}
.create-account .card legend span {
    position: absolute;
    top: -35px;
    left: 0;
    font-size: 16px;
    font-weight: 700;
    font-family: var(--font-family-sec);
    color: var(--text-prm-color);
}
.create-account .card .label {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    font-family: var(--font-family-sec);
    margin-bottom: 6px;
}
.create-account .card input {
    height: 50px;
    border-radius: 30px;
    width: 100%;
    border-color: #707070;
    font-family: var(--font-family-sec);
}
.create-account .card .field {
    margin-bottom: 20px;
    margin-top: 0;
}
.create-account .card .field.newsletter {
    margin-bottom: 0;
}
.create-account .card input[type="checkbox"] {
    width: 14px;
    height: 14px;
    border-radius: 0;
    margin-right: 8px;
    border: 1px solid #707070;
}
.create-account .card .choice label,.create-account .card #password-strength-meter {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
    font-family: var(--font-family-sec);
}
.create-account .card input[type="password"] {
    width: 100%;
}
.create-account .card .field .control {
    position: relative;
}
.create-account .card input#password + div,.create-account .card input#password-confirmation + div{
    padding: 0 5px;
    position: absolute;
    right: 10px;
    top: 18px;
}
.create-account .card input#password + div svg,.create-account .card input#password-confirmation + div svg {
    width: 16px;
    height: 16px;
}
.customer-account-create .create-account .primary button {
    font-size: 18px;
    color: #fff;
    background: var(--secondary-btn);
    font-family: var(--font-family-one);
    height: 50px;
    padding: 14px 50px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 700;
}
.customer-account-create .create-account .primary button:hover{
    background:var(--secondary-btn-hover);
}
.account .account-nav ul li a,.account .account-nav ul li strong {
    color: #000000;
    padding: 0;
    text-decoration-line: none;
    transition: ease 0s;
}
.account .account-nav ul li.current strong {
    font-weight: 700;
    color: #0088CC;
    padding: 0;
}
.account .account-nav ul li a:hover, .account .account-nav ul li strong:hover {
    color: var(--primary-btn);
    font-weight: 700;
    transition: ease 0s;
}
.account .columns {
    padding-top: 130px;
    position: relative;
}
.account .my-account-dashborad-title {
    position: absolute;
    top: 67px;
    width: 100%;
    left: 0;
    text-align: center;
    font-size: 28px;
    font-family: var(--font-family-one);
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    line-height: 26px;
}
.account .sidebar .card .nav.items .nav .delimiter {
    display: none;
}
.account .title-head {
    font-size: 20px;
    border-bottom: 1px solid #000;
    width: max-content;
    font-family: var(--font-family-one);
}
.account fieldset.fieldset.change-email, .account fieldset.change-password{
    margin-top: 6px;
}
.account fieldset.fieldset.change-email div.field,.account fieldset.change-password div.field{
    padding: 15px 10px;
    background: #fff;
    margin-top: 0;
    margin-bottom: 0;
}
.account .field .control {
    position: relative;
}
.account div[aria-label="Show Password"], .account div[aria-label="Hide Password"] {
    padding: 0 5px;
    position: absolute;
    right: 10px;
    top: 18px;
}
.account div[aria-label="Show Password"] svg, .account div[aria-label="Hide Password"] svg{
    width: 16px;
    height: 16px;
}
.registration-container.registation-container {
    flex-direction: column;
    max-width: 100%;
}
/*Account page*/
.account .sidebar .card {
    box-shadow: none;
    background: none;
    padding: 0;
}
.account .sidebar .card .nav.items .nav {
    font-size: 14px;
    line-height: 36px;
    font-family: var(--font-family-sec);
    padding-left: 15px;
    position: relative;
}
.account .sidebar .card .nav.items .nav.current{
    color: var(--primary-btn);
}
.account .sidebar .card .nav.items .nav.current::before {
    content: '';
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgOCAxNCI+DQogIDxwYXRoIGlkPSJQb2x5Z29uXzE0NiIgZGF0YS1uYW1lPSJQb2x5Z29uIDE0NiIgZD0iTTcsMGw3LDhIMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDgpIHJvdGF0ZSg5MCkiIGZpbGw9IiMwOGMiLz4NCjwvc3ZnPg0K");
    background-size: 53%;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    top: 12px;
}
.account .block-title, .account fieldset legend {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-prm-color);
    font-family: var(--font-family-sec);
    margin-bottom: 10px;
}
.account .main .card {
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgba(0,0,0,16%);
    padding: 0 20px;
}
.account .main .block-title.card {
    box-shadow: none;
    background: none;
    padding: 0;
}
.account .main .block .card .action {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-left: 20px;
}
.account .card .title-font {
    background: #ECECEC;
    font-size: 12px;
    font-family: var(--font-family-sec);
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    padding: 8px 20px 5px;
    line-height: 1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-left: -20px;
    margin-right: -20px;
}
.account .main .card .text-secondary {
    font-size: 14px;
    font-family: var(--font-family-sec);
    color: var(--text-prm-color);
    text-decoration: underline;
    width: auto;
    margin-top: 0;
}
.account .block-dashboard-addresses {
    margin-top: 40px;
}
.account .main .card .action-box {
    border-top: 1px solid #707070;
    padding: 10px 0 15px;
    display: flex;
    width: 100%;
    justify-content: start;
    column-gap: 20px;
}
.account .main .card address,.account .main .card {
    font-size: 14px;
    font-style: normal;
    font-family: var(--font-family-sec);
    line-height: 20px;
}
.form-edit-account .actions-toolbar {
    width: 100%;
}
.form .field:not(.choice) input,.form-address-edit .form-input,.form-address-edit .form-email,.form-address-edit .form-select,.form-address-edit .form-multiselect,.form-address-edit .form-textarea {
    width: 100%;
    border: 1px solid #707070;
    height: 50px;
    border-radius: 25px;
    font-size: 14px;
    font-family: var(--font-family-sec);
    padding: 10px 20px;
}
.form-address-edit .form-textarea {
    height: auto;
}
.form .field:not(.choice) label{
    font-size: 14px;
    font-family: var(--font-family-sec);
    font-weight: 700;
}
.form .field:not(.choice) input#password {
    width: 100%;
}
fieldset.fieldset.change-password {
    margin-top: 8px;
}
.form-edit-account .field-group {
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgba(0,0,0,16%);
    padding: 15px 10px;
    background: #fff;
}
.account .secondary .action {
    font-size: 14px;
    font-family: var(--font-family-sec);
    color: var(--text-prm-color);
    text-decoration: underline;
}
.account .primary .primary,.account .primary .btn{
    font-size: 18px;
    background: #0088CC;
    color: #fff;
    border-radius: 25px;
    text-transform: uppercase;
    font-family: var(--font-family-one);
    font-weight: 700;
}
.account .primary .primary:hover {
    background: #0099E5;
}
div#my-orders-table {
    margin-left: -20px;
    margin-right: -20px;
}
.account .main .card #my-orders-table div {
    font-size: 14px;
    background: #fff;
    border-bottom: 1px solid #707070;
    padding: 8px 20px;
    margin-bottom: 14px;
}
.account .main .card #my-orders-table .text-secondary, .account.sales-order-history .main .card.grid .text-sm.text-secondary {
    background: #ECECEC;
    text-decoration: none;
    font-weight: 700;
    color: #000;
    border: none;
    text-align: left;
}
.account .main .card #my-orders-table .text-secondary:first-child {
    border-top-left-radius: 10px;
}
.account .main .card #my-orders-table .text-secondary:last-child {
    border-top-right-radius: 10px;
}
.account.sales-order-history .main .card.grid {
    padding: 0;
}
.account.sales-order-history .main .card.grid a.inline-block.text-sm.underline.text-secondary-darker {
    border-right: 1px solid #BABABA;
    color: var(--text-prm-color);
    padding-left: 0;
    padding: 0 10px 0 0;
}
.account .main .card #my-orders-table div.order-num {
    padding-left: 0;
    margin-left: 20px;
    background: none;
}
.account .main .card #my-orders-table div.order-action {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.account .main .card #my-orders-table div.order-action {
    padding-right: 0;
    margin-right: 20px;
}
.account .main .card p {
    line-height: 12px;
    margin: 15px 0 30px;
    min-height: 40px;
}
.account .main .card address {
    line-height: 20px;
    margin: 15px 0 30px;
    min-height: 40px;
}
.account .main .card .text-secondary:nth-child(2)::before {
    content: "|";
    position: absolute;
    left: -13px;
    top: -1px;
    height: 17px;
    color: #BABABA;
}
.account.sales-order-history .main .card .text-secondary:nth-child(2)::before {
content: none;
}

/*wishlist*/
.wishlist-toolbar select#limiter {
    height: 30px;
    border-radius: 25px;
    border-color: #95989A;
    padding: 8px 30px 8px 15px;
    font-size: 11px;
    line-height: 1.1;
}
.account .main .wishlist .product-item-info.card {
    padding: 20px;
    background: #fff;
    position: relative;
}
#html-body .main .wishlist .product-item-info:hover {
    background-color: #fff;
}
.account .main .wishlist .tocart {
    background: #0088CC;
    display: inline-block;
    padding: 10px 20px;
    line-height: 12px;
    color: #fff;
    font-family: var(--font-family-one);
    border-radius: 20px;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}
.account .main .wishlist .product-item-link {
    font-size: 16px;
    line-height: 20px;
    display: block;
    text-align: left;
    margin-bottom: 10px;
}
.account .main .wishlist .card p {
    margin: 15px 0;
    min-height: auto;
}
.account .main .wishlist .product-item-actions {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.account .main .wishlist .product-item-inner .box-tocart .product-item-actions {
    position: relative;
    right: unset;
    bottom: unset;
}
.account .main .wishlist .product-item-actions a {
    border: none;
    padding: 0;
    box-shadow: none;
    opacity: 0.7;
}
.account .main .wishlist .product-item-actions a:hover{
    opacity: 1;
}
.account .main .form-wishlist-items .actions-toolbar button {
    font-size: 14px;
    font-family: var(--font-family-sec);
    line-height: 11px;
    padding: 10px 20px;
    border-radius: 20px;
    border-color: var(--black-btn);
    color: var(--black-btn);
    display: inline-block;
    text-transform: uppercase;
    height: 35px;
    align-self: end;
}
.account .main .form-wishlist-items .actions-toolbar button.tocart {
    color: #fff;
    background: var(--secondary-btn);
}
.account .toolbar:last-child {
    border-bottom: none;
    border-top: 1px solid #000;
}
.account .main .wishlist .products-grid .product-image-photo {
    object-fit: contain;
}
div#grecaptcha-container-Customercreate {
    margin-bottom: 20px;
}
.customer-account-login .top-container {
    height: auto;
}
div#customer-login-container .card {
    box-shadow: 0px 3px 6px rgba(0,0,0,16%);
    border-radius: 10px;
    position: relative;
    padding: 20px;
    height: fit-content;
    margin-top: 50px;
}
#customer-login-container .login h2,.block-new-customer .block-title h2 {
    position: absolute;
    top: -35px;
    left: 0;
    font-size: 16px;
    font-weight: 700;
    font-family: var(--font-family-sec);
    color: var(--text-prm-color);
}
.customer-account-login .card .field .control {
    position: relative;
}
.customer-account-login  .card div[aria-label="Show Password"], .customer-account-login .card div[aria-label="Hide Password"] {
    padding: 0 5px;
    position: absolute;
    right: 10px;
    top: 18px;
}
.customer-account-login  .card div[aria-label="Show Password"] svg, .customer-account-login .card div[aria-label="Hide Password"] svg {
    width: 16px;
    height: 16px;
}
.customer-account-login .login-container .btn-primary, .customer-account-createpassword .actions-toolbar button.primary, .customer-account-forgotpassword .actions-toolbar .btn-primary {
    font-size: 18px;
    color: #fff;
    background: var(--secondary-btn);
    font-family: var(--font-family-one);
    height: 50px;
    padding: 14px 50px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

.customer-account-createpassword .top-container {
	display: none;
}
.customer-account-createpassword h3, .customer-account-forgotpassword h3 {
	font-size: 16px;
    font-weight: 700;
    font-family: var(--font-family-sec);
    color: var(--text-prm-color);
	margin-top: 10px;
}
.customer-account-createpassword #grecaptcha-container-Customerforgotpassword, .customer-account-forgotpassword #grecaptcha-container-Customerforgotpassword {
    margin-top: 20px;
}
.customer-account-login .login-container .text-secondary {
    font-size: 16px;
    color: var(--text-prm-color);
    font-weight: 700;
}
#customer-login-container{
    margin: auto;
}
#customer-login-container .field.required label span::after, .form-create-account .field.required label span::after, .customer-account-createpassword .password.reset .field-reserved label span::after, .customer-account-forgotpassword #user_forgotpassword .field.required label span::after {
    content: " *";
    color: #740000;
}
div#grecaptcha-container-Customerlogin {
    margin-top: 20px;
}
.account .main .card #my-orders-table .text-secondary:nth-child(2)::before {
    display: none;
}
.account .main .card #my-orders-table div span.order-lbl {
    display: none;
}
.account .main .card #my-orders-table div.order-action a, .account .main .card #my-orders-table div.order-action form {
    padding: 0 10px;
}
.account .main .card #my-orders-table div.order-action a {
    border-right: 1px solid #BABABA;
    color: var(--text-prm-color);
    padding-left: 0;
}
.account .main .card #my-orders-table div.order-action form button {
    text-decoration: underline;
}
/* .account .main div#my-orders-table {
    display: block;
} */
.box.box-address-billing.card {
    padding-bottom: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit {
    color: var(--text-prm-color);
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit span {
    text-decoration: underline;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4NCiAgPHBhdGggaWQ9ImljX2NyZWF0ZV8yNHB4IiBkPSJNMywxNC4wODFWMTdINS45MTZsOC42LTguNkwxMS42LDUuNDhabTEzLjc3My03Ljk0YS43NzQuNzc0LDAsMCwwLDAtMS4xbC0xLjgyLTEuODJhLjc3NC43NzQsMCwwLDAtMS4xLDBMMTIuNDMzLDQuNjQ4bDIuOTE2LDIuOTE2LDEuNDIzLTEuNDIzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMgLTIuOTk3KSIgZmlsbD0iIzc0MDAwMCIvPg0KPC9zdmc+DQo=);
}
.sidebar-additional .tocart.btn {
    margin-right: 10px;
}
.customer-account-edit .form.form-edit-account fieldset.fieldset.info {
    margin-bottom: 15px;
}
.customer-account-edit .form.form-edit-account fieldset.fieldset.info > .field.choice {
    margin-top: 20px;
}
.form-edit-account .actions-toolbar {
    margin-top: 5px;
}
.account .field.required label.label:after {
    content: " *";
    color: #740000;
}
.form-create-account .field.required label.label:after {
    display: none;
}
.cms-page-view .column.main p a:hover {
    color: #000;
}
.account .main .card .action-box a {
    position: relative;
}
.sidebar-additional div .tocart {
    margin-right: 10px;
    padding: 6px 15px;
}
/*Responsive*/
@media(min-width:1280px){
	.account .columns {
	    max-width: 1280px;
	}
    #customer-login-container{
        max-width: 1280px;
    }
}
@media(min-width:1024px){
    .registration-container.registation-container .container {
        width: 80%;
    }
}
@media(min-width:767px){
	.form-edit-account {
        display: flex;
        flex-wrap: wrap;
    }
    .form-edit-account .change-details,.form-edit-account .info{
        width: 50%;
    }
}
@media screen and (max-width:1023px) {
    .registration-container > div {
        padding: 0;
    }
    .account .main .card #my-orders-table div.order-num, .account.sales-order-history .main .card.grid .p-2.flex.items-center {
        display: flex;
        flex-direction: column;
    }
    .actions-toolbar button {
        font-size: 12px;
        line-height: 11px;
        padding: 8px 10px;
        height: 30px;
    }
    .customer-account-login .login-container .btn-primary {
        padding: 14px 25px;
        font-size: 16px;
    }
    .login-wrap a.close-custom-popup-open-login {
        background: transparent !important;
    }
    .login-wrap .form-login a.create-an-acount {
        background: var(--black-btn) !important;
    }
}
@media screen and (max-width:767px) {
    .account .columns fieldset {
        min-width: 100%;
    }
    .account .columns fieldset textarea {
        width: 100%;
    }
    .account .main .card #my-orders-table {
        display: block;
    }
    .customer-account-login .login-container .btn-primary {
        padding: 14px 20px;
        font-size: 14px;
        min-width: 100px;
    }
    .account .main .card #my-orders-table div.order-num {
        display: flex;
        flex-direction: row;
    }
    .create-account .card input[type="password"] {
        width: 100%;
    }
    .create-account-title {
        font-size: 22px;
    }
    .create-account .primary button {
        font-size: 16px;
    }
    .create-account .card .label {
        font-size: 12px;
    }
    .account .main .card #my-orders-table .text-secondary {
        display: none;
    }
    .account .main .card #my-orders-table div {
        border: none;
        display: block;
    }
    .account .main .card #my-orders-table div.order-action {
        border-bottom: 1px solid #ccc;
        border-radius: 0;
    }
    .account .main .card #my-orders-table div {
        border: none;
        display: block;
        margin-bottom: 0;
    }
    .account .main .card #my-orders-table .order-num p {
        display: none;
    }
    .account .main .card #my-orders-table div span.order-lbl {
        display: inline-block;
        font-weight: 600;
        margin-right: 10px;
    }
    .account .columns .sidebar {
        order: 1;
    }
    aside.sidebar.sidebar-additional .block-reorder {
        margin-top: 0;
    }
    .sidebar-additional .tocart {
        margin-right: 14px;
    }
}
@media screen and (max-width:400px) {
    .create-account .card input[type="password"] {
        width: 100%;
    }
    .login-wrap {
        width: 100%;
    }
    .login-wrap .login-cont {
        min-width: 100%;
    }
}
