.breadcrumb-shop {
    background: #f5f5f5;
}

.breadcrumb-shop .breadcrumb-arrows {
    padding: 10px 0;
    background: transparent;
    border-radius: 0;
    margin: 0;
}

.breadcrumb-arrows > li {
    display: inline-block;
}

.breadcrumb-shop li > a > span, .breadcrumb-shop li span .fa, .breadcrumb-shop li a:hover {
    color: #252a2b;
    display: inline-block;
}

.breadcrumb-shop .breadcrumb-arrows li {
    font-size: 13px;
}

.breadcrumb-shop li:last-child span {
    color: #777;
}

body {
    background: #FFF
}

.row.justify-content-md-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.shadow-sm {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    padding: 10px
}

.account-box-shadow #login .title-head, .account-box-shadow #customer-reset-password .title-head, .account-box-shadow #recover-password .title-head {
    font-size: 26px;
    line-height: 28px;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .account-box-shadow #login .title-head, .account-box-shadow #customer-reset-password .title-head, .account-box-shadow #recover-password .title-head {
        font-size: 22px
    }
}

.account-box-shadow #login p, .account-box-shadow #customer-reset-password p, .account-box-shadow #recover-password p {
    margin-top: 10px
}

.account-box-shadow #login p.recover, .account-box-shadow #customer-reset-password p.recover, .account-box-shadow #recover-password p.recover {
    margin-top: 0
}

.account-box-shadow #login p.recover .btn-link-style, .account-box-shadow #customer-reset-password p.recover .btn-link-style, .account-box-shadow #recover-password p.recover .btn-link-style {
    margin-top: 0;
    color: #000000;
    font-size: 13px;
    font-weight: normal
}

.account-box-shadow #login p.recover .btn-link-style:hover, .account-box-shadow #login p.recover .btn-link-style:focus, .account-box-shadow #customer-reset-password p.recover .btn-link-style:hover, .account-box-shadow #customer-reset-password p.recover .btn-link-style:focus, .account-box-shadow #recover-password p.recover .btn-link-style:hover, .account-box-shadow #recover-password p.recover .btn-link-style:focus {
    color: #204448
}

.account-box-shadow #login .btn-submit-form, .account-box-shadow #customer-reset-password .btn-submit-form, .account-box-shadow #recover-password .btn-submit-form {
    padding-top: 0;
    padding-bottom: 0;
    height: 40px;
    font-weight: 500;
    font-size: 13px;
    width: 100%;
    border-radius: 4px
}

@media (max-width: 480px) {
    .account-box-shadow #login .btn-submit-form, .account-box-shadow #customer-reset-password .btn-submit-form, .account-box-shadow #recover-password .btn-submit-form {
        width: 100%
    }
}

.account-box-shadow .form-group--customize {
    margin-bottom: 5px
}

@media (max-width: 767px) {
    .account-box-shadow .form-group--customize {
        margin-bottom: 5px
    }
}

.account-box-shadow .form-group--customize label {
    font-weight: 500;
    font-size: 16px;
    /*text-transform: uppercase;*/
    margin-bottom: 5px;
    align-items: center
}

.account-box-shadow .form-group--customize label.error {
    text-transform: unset;
}

.account-box-shadow input[type="text"], .account-box-shadow input[type="email"], .account-box-shadow input[type="number"], .account-box-shadow input[type="tel"], .account-box-shadow input[type="password"], .account-box-shadow select.form-control--customize {
    height: 55px;
    padding: 0 15px;
    outline: none;
    box-shadow: none;
    border-radius: 4px;
    margin-bottom: 0;
    border: 1px solid transparent;
    background: #ededed;
    color: #333333;
    width: 100%;
}

.account-box-shadow .btn-link-style {
    margin-top: 15px;
    color: #000000;
    display: block;
    font-weight: 500
}

.account-box-shadow .btn-link-style.btn-register {
    display: inline-block
}

.account-box-shadow .btn-link-style:hover, .account-box-shadow .btn-link-style:focus {
    color: #1c1c1c
}

.account-box-shadow .text-login p {
    margin-bottom: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500
}

.account-box-shadow .text-login p a {
    color: #007bff
}

.account-box-shadow .text-login p a:hover, .account-box-shadow .text-login p a:focus {
    color: #007bff
}

.fix-sblock {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-top: 10px;
    margin-bottom: 30px
}

#recover-password .fix-sblock {
    margin-bottom: 20px;
    line-height: 1.3
}

.btn-register-login {
    display: block;
    margin-bottom: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000000;
    margin-top: 10px
}

.btn-register-login:hover, .btn-register-login:focus {
    color: #1c1c1c;
    outline: none;
    box-shadow: none
}

.account-box-shadow #login .btn-submit-form {
    position: relative;
    display: inline-block;
    padding: 15px 28px;
    line-height: normal;
    border: 1px solid #000;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    background-color: #000;
    color: #fff;
    border-radius: 4px;
    height: auto;
}

.account-box-shadow #login .btn-submit-form:hover {
    color: #000;
    background-color: transparent;
    border-color: #000;
    box-shadow: none;
    outline: none;
}

.account-page h2 {
    margin-top: 0;
    font-size: 15px;
    font-weight: 500
}

.account-page h1.title-head {
    font-size: 24px;
    line-height: 28px;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase
}

@media (max-width: 480px) {
    .account-page h1.title-head {
        font-size: 20px
    }
}

.account-page h2.title-head {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400
}

@media (max-width: 480px) {
    .account-page h2.title-head {
        font-size: 15px
    }
}

.my-account .recent-orders .table > thead > tr > th {
    font-weight: 500;
    font-size: 12px;
    color: #1c1c1c;
    padding: 10px 5px;
    vertical-align: middle
}

@media (max-width: 767px) {
    .my-account .recent-orders .table > thead > tr > th {
        min-width: 100px
    }
}

.my-account .recent-orders .table > tbody > tr > td {
    font-size: 12px;
    color: #1c1c1c;
    vertical-align: middle
}

.my-account .recent-orders .table > tbody > tr > td a {
    color: #000000
}

.my-account .recent-orders .table > tbody > tr > td a:hover, .my-account .recent-orders .table > tbody > tr > td a:focus {
    color: #1c1c1c
}

@media (max-width: 767px) {
    .my-account .recent-orders .table-order table {
        min-width: 850px
    }
}

.block-account .block-content p {
    font-size: 13px;
    color: #333;
    margin-bottom: 10px
}

.block-account .block-content .btn-submit-form {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 38px;
    font-weight: 500;
    font-size: 12px;
    width: 100%
}

.block-account .block-content .btn-submit-form + .btn-submit-form {
    margin-top: 15px
}

.btn-edit-addr {
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 500;
    font-size: 12px;
    min-height: 40px
}

@media (max-width: 480px) {
    .btn-edit-addr {
        padding-left: 15px;
        padding-right: 15px
    }
}

.evo-btn-back {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 38px;
    font-weight: 500;
    font-size: 12px
}

@media (max-width: 480px) {
    .evo-btn-back {
        width: 100%
    }
}

#order_payment .address p, #order_shipping .address p {
    display: table;
    margin-bottom: 10px
}

#order_payment .address p i, #order_shipping .address p i {
    display: table-cell;
    width: 20px
}

#order_payment .address p a, #order_shipping .address p a {
    color: #000000
}

#order_payment .address p a:hover, #order_payment .address p a:focus, #order_shipping .address p a:hover, #order_shipping .address p a:focus {
    color: #1c1c1c
}

#order_details .thead-default {
    border-top: 1px solid #ddd
}

#order_details .order_details_name_products a {
    font-weight: 500
}

#order_details.table > thead > tr > th {
    font-weight: 500;
    font-size: 13px;
    color: #1c1c1c
}

#order_details.table > tbody > tr > td {
    font-size: 13px;
    color: #1c1c1c
}

#order_details.table > tbody > tr > td a {
    color: #1c1c1c
}

#order_details.table > tbody > tr > td a:hover, #order_details.table > tbody > tr > td a:focus {
    color: #000000
}

.address_info p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #1c1c1c
}

.address_info p strong {
    font-weight: 500
}

#add_address .btn-submit-form, .evo-edit-address .btn-submit-form {
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 500;
    font-size: 12px;
    min-height: 40px
}

#add_address .form-group--customize, .evo-edit-address .form-group--customize {
    margin-bottom: 10px
}

@media (max-width: 767px) {
    #add_address .form-group--customize, .evo-edit-address .form-group--customize {
        margin-bottom: 5px
    }
}

#add_address .form-group--customize label, .evo-edit-address .form-group--customize label {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
    align-items: center
}

#add_address .checkbox .c-checkbox, .evo-edit-address .checkbox .c-checkbox {
    position: relative
}

.evo-edit-address input[type="text"], .evo-edit-address input[type="email"], .evo-edit-address input[type="number"], .evo-edit-address input[type="tel"], .evo-edit-address input[type="password"], .evo-edit-address select.form-control--customize {
    background: #f7f7f7 !important;
    height: 50px;
    padding: 0 15px;
    border: 1px solid transparent;
    outline: none;
    box-shadow: none
}

.social-login a {
    display: inline-block;
    min-width: 140px
}

.social-login a.social-login--google {
    margin-left: 10px
}

.social-login a:hover, .social-login a:focus {
    opacity: 0.8
}

.login--notes {
    text-align: center;
    color: #999;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 1.1
}

.line-break {
    max-width: 100%;
    margin: 0px auto 20px;
    text-align: center;
    position: relative
}

.line-break:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #eee;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 10px
}

.line-break span {
    display: inline-block;
    font-size: 13px;
    color: #999;
    padding: 1px 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #eee;
    background-color: #fff;
    position: relative;
    z-index: 1
}


.account-box-shadow .form-signup {
    margin-top: 0;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.btn-style {
    position: relative;
    display: inline-block;
    padding: 8px 28px;
    line-height: normal;
    border: 1px solid #000000;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    background-color: #000000;
    color: #fff;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .account-box-shadow {
        overflow: hidden
    }
}

@media (min-width: 768px) {
    .account-box-shadow .evo-account-content {
        padding-left: 0
    }
}

.account-box-shadow .evo-account-content .auth-block__menu-list {
    list-style: none;
    display: flex;
    height: 50px;
    border-bottom: 1px solid #eee
}

.account-box-shadow .evo-account-content .auth-block__menu-list li {
    flex: 1 1;
    text-align: center;
    border-right: 1px solid #eee;
    position: relative
}

.account-box-shadow .evo-account-content .auth-block__menu-list li + li {
    border-right: none
}

.account-box-shadow .evo-account-content .auth-block__menu-list li a {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 22px;
    color: #999
}

.account-box-shadow .evo-account-content .auth-block__menu-list li a:hover, .account-box-shadow .evo-account-content .auth-block__menu-list li a:focus {
    color: #000000
}

.account-box-shadow .evo-account-content .auth-block__menu-list li.active:before {
    content: "";
    position: absolute;
    height: 1px;
    left: 30px;
    right: 30px;
    bottom: -1px;
    background-color: #000000
}

.account-box-shadow .evo-account-content .auth-block__menu-list li.active a {
    font-weight: 600;
    color: #303846
}

.account-box-shadow .evo-account-content #customer_login, .account-box-shadow .evo-account-content #customer_register, .account-box-shadow .evo-account-content #recover_customer_password {
    padding: 20px;
    margin-bottom: 0
}

footer.footer .evo-bg-white {
    padding: 0;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.account-box-shadow #login {
    display: flex;
    /*align-items: center;*/
}

@media (min-width: 768px) {
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

@media (max-width: 991px) {
    .evo-account-content {
        -ms-flex-order: -1;
        order: -1;
    }
}

.account-box-shadow .form-group--customize {
    margin-bottom: 5px;
}

.form-group--customize {
    margin: 0;
    padding: 0 0 5px;
    border: 0;
    margin-bottom: 15px!important;
}
.form-group--customize:last-child{
    margin-bottom: 0!important;
}
.alert--customize {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.customer_login__title {
    font-size: 2.57143em;
    position: relative;
    padding-bottom: 30px;
    font-weight: 700;
    color: #27282c;
}

.customer_login__title:after {
    content: "";
    background: #000;
    display: block;
    width: 60px;
    height: 4px;
    margin-top: 30px;
}

.account-box-shadow .account-banner .account_policy_content p {
    margin-bottom: 7px;
    margin-top: 0 !important;
    position: relative;
    padding-left: 22px;
    font-size: 13px;
    line-height: 1.3;
    color:#828282;
}

.account-box-shadow .account-banner .account_policy_content p:after {
    content: "";
    height: 15px;
    width: 15px;
    background-image: url(/catalog/view/theme/default/image/account/account_policy_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    position: absolute;
}
.account-box-shadow .account-banner .account_policy_title {
    font-weight: 500;
    font-size: 24px;
    line-height: 22px;
    color: #303846;
    padding: 0 0 30px 0;
}
.account__not__have a{
    color: #007bff;
    text-decoration: underline;
}
.account__description{
    padding:20px;
}
.btn-continue{
    position: relative;
    display: inline-block;
    padding: 15px 28px;
    line-height: normal;
    border: 1px solid #000;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    background-color: #000;
    color: #fff;
    border-radius: 4px;
    height: auto;
}
.btn-continue:hover{
    color: #000;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    border: 1px solid #000;
}
.account_policy_content{
    font-size: 16px;
}
@media (max-width: 767px) {
    .account-box-shadow #login {
        display: flex;
        flex-direction: column;
    }

    #login [class^='col-']{
        width: 100%;
    }
    .account-box-shadow .evo-account-content #customer_login{
        padding: 0;
    }
    .account_policy_content{
        font-size: 14px;
    }
}