.account-links{
    list-style: none;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    width: 100%;
    display: flex;
}
.account-links__item{
    border: 1px solid #afafaf;
    box-sizing: border-box;
    border-radius: 35px;
    line-height: 17px;
    height: 140px;
    overflow: hidden;
    width: calc(25% - 7.5px)!important;
    margin: 0 0 15px 0!important;
    transition: all .3s;
}
.account-links__item a{
    color: #171717;
    font-weight: 700;
    font-size: 14px;
    height: 100%;
    line-height: 1;
    padding: 5px 25px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.account-links__item img{
    width: 40px;
    height: 40px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 10px;
    transition: all .3s;
}
.account-links__item:hover{
    background: #5D5FEF;
}
.account-links__item:hover a{
    color: #fff;
}
.account-links__item:hover img{
    filter: brightness(0) invert(1);
}

.orders-filter{
    display: inline-flex;
    align-items: center;
}
.account-top-title .orders-filter a{
    margin: 0 0 0 10px;
    color: #171717;
}
.account-top-title .orders-filter a:hover{
    color: #5D5FEF;
}
.account-top-title .orders-filter a.active{
    font-weight: 700!important;
}
.email-verification-button{
    margin-top: 15px;
}
.woocommerce-account .woocommerce-form.woocommerce-form-register.register .nsl-container-buttons{
    opacity: .5;
    filter: grayscale(.5);
    pointer-events: none;
}
.woocommerce-account .woocommerce-form.woocommerce-form-register.register .nsl-container-buttons.active{
    opacity: 1;
    pointer-events: all;
    filter: none;
}
.woocommerce-account .woocommerce form.register p.hidden{
    display: none!important;
}
.account-warning{
    order: 0!important;
    margin: -25px 0 30px;
    color: #000!important;
    font-size: 15px!important;
    font-weight: 600!important;
}
#woocommerce-form-terms.form-row{
    margin: -25px 0 30px!important;
    order: 0;
}
#woocommerce-form-terms.form-row label{
    padding-right: 0!important;
    font-size: 13px!important;
    cursor: pointer;
}
#woocommerce-form-terms.form-row label input{
    height: 30px;
}
.sg-order-item.account-alert{
    margin-bottom: 50px;
}
.sg-order-item.account-alert .sg-order-item-wrapper{
    text-align: center;
    background-color: #ffa53633;
    padding: 30px;
}
.sg_download_button {
    background: #E0E0E0;
    border: solid 1px #E0E0E0;
    border-radius: 20px;
    font-weight: 500;
    font-size: 11px;
    line-height: 24px;
    color: #171717;
    padding: 0 25px 0 25px;
    position: relative;
    margin-bottom: 10px;
    display: inline-flex;
    height: 35px;
    align-items: center;
    margin-right: 10px;
    transition: all .3s;
}
.sg_download_button:hover {
    background: #fff;
}
.sg_download_button:before {
    content: '';
    background: url(../../images/dw.svg);
    width: 10px;
    height: 13px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 10px;
}
.woocommerce .col2-set .col-2,
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2{
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
}
.woocommerce-account .woocommerce form.checkout_coupon,
.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register{
    border: none;
    padding: 0;
    margin: 0;
    text-align: left;
    border-radius: 0;
}
.woocommerce-account .u-columns form .form-row label,
.woocommerce .sg-account-item form .form-row label{
    width: 100px;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    padding-right: 20px;
}
.woocommerce-account .u-columns form .form-row .password-input,
.woocommerce-form.woocommerce-form-register.register p.form-row .woocommerce-input-wrapper,
.woocommerce-account .u-columns form .form-row input,
.woocommerce .sg-account-item form .form-row .woocommerce-input-wrapper{
    display: inline-flex;
    width: calc(100% - 100px);
}
.woocommerce .sg-account-item form .form-row input{
    width: 100%;
}
.woocommerce-form.woocommerce-form-register.register p.form-row .woocommerce-input-wrapper input{
    width: 100%;
}
.woocommerce-account .u-columns form .form-row .password-input input{
    width: 100%;
}
.woocommerce-account .u-columns form .form-row input[type=checkbox]{
    width: auto;
    position: relative;
    margin-right: 15px!important;
    padding-right: 0!important;
    border: none;
}
.woocommerce-account .u-columns form .form-row input[type=checkbox]:before{
    content: '';
    display: inline-block;
    transform: rotate(45deg);
    height: 10px;
    width: 7px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transition: .3s all;
    position: absolute;
    left: 6px;
    top: calc(50% - 7px);
    z-index: 2;
}
.woocommerce-account .u-columns form .form-row input[type=checkbox]:checked:before{
    color: #3e4244;
    border-bottom: 2px solid #727272;
    border-right: 2px solid #727272;
}
.woocommerce-account .u-columns form .form-row input[type=checkbox]:after{
    content: '';
    width: 18px;
    height: 18px;
    border: solid 1px;
    display: flex;
    position: absolute;
    left: 0;
    top: calc(50% - 9px);
    background: #fff;
}
.woocommerce-account .u-columns form .form-row label.woocommerce-form__label-for-checkbox{
    width: auto;
    order: 2;
    /*margin-left: auto;*/
    margin-top: 10px;
}
.woocommerce-account .u-columns form .form-row label.woocommerce-form__label-for-checkbox .woocommerce-form__input.woocommerce-form__input-checkbox{
    margin-left: 0;
}
.woocommerce-account .u-columns{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.woocommerce-account .u-columns .u-column1,
.woocommerce-account .u-columns .u-column2{
    display: inline-flex;
    flex-direction: column;
    width: calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    border: 1px solid #E6E6E6;
    padding: 50px 40px 30px;
}
.woocommerce-account .u-columns .u-column1{
    margin-right: 20px;
}
.woocommerce-account .u-columns .u-column2{
    margin-left: 20px;
}
.woocommerce-account .woocommerce form.register p.sg-woo-reg{
    margin-bottom: 10px;
    line-height: 15px;
}
.woocommerce-account .woocommerce form.register p input.error{
    border: solid 1px red;
}
.woocommerce-account .u-columns .u-column2{
    margin-left: -1px;
}
.woocommerce form .form-row input,
.woocommerce form .form-row textarea{
    border: 1px solid #727272;
    height: 45px;
    align-items: center;
    padding: 0 15px;
}
.woocommerce-account .woocommerce form .form-row-wide,
.woocommerce-account .woocommerce form .form-row,
.woocommerce-account .woocommerce-page form .form-row-wide{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.woocommerce-LostPassword.lost_password a{
    font-weight: 300!important;
    margin-top: 10px;
    text-decoration: underline!important;
}
.woocommerce-account form{
    margin-top: 20px!important;
}
.woocommerce-privacy-policy-text{
    display: none!important;
}
.woocommerce-account .woocommerce button.woocommerce-form-register__submit{
    margin-top: 15px;
}
.woocommerce-account .woocommerce button.woocommerce-form-login__submit{
    margin-top: 10px!important;
}
.woocommerce-account .woocommerce button.woocommerce-form-login__submit,
.woocommerce-account .woocommerce button.woocommerce-form-register__submit{
    padding: 0 45px;
}
.woocommerce-form.woocommerce-form-register.register{
    display: flex;
    flex-direction: column;
}
.woocommerce-form.woocommerce-form-register.register p{
    order: 99;
}
.woocommerce-form.woocommerce-form-register.register p#client_first_name_field,
.woocommerce-form.woocommerce-form-register.register p#billing_first_name_field{
    order: 1;
}
.woocommerce-form.woocommerce-form-register.register p#client_last_name_field,
.woocommerce-form.woocommerce-form-register.register p#billing_last_name_field{
    order: 2;
}
.woocommerce-form.woocommerce-form-register.register p#client_phone_field,
.woocommerce-form.woocommerce-form-register.register p#client_phone_field{
    order: 3;
}
.woocommerce-form.woocommerce-form-register.register p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide{
    order: 5;
}
.woocommerce-account .woocommerce-MyAccount-content{
    width: 75%;
    display: flex;
    flex-direction: column;
    float: left;
}
.sg-account-item{
    display: flex;
    display: none;
    flex-direction: row;

    justify-content: space-between;
    align-items: center;
    width: 100%;


    position: relative;
    border-bottom: 1px solid #E6E6E6;
    padding: 15px 175px 15px 0;
    padding-right: 0!important;
}
.woocommerce-edit-account .sg-account-item{
    display: flex;
}
.sg-account-item#sg-account-item-customer-logout{
    display: flex;
    padding-top: 0;
}
.woocommerce-account.woocommerce-page.woocommerce-edit-account .sg-account-item{

    flex-direction: column;
    justify-content: initial;
    align-items: initial;

}
#sg-account-item-orders{
    padding-top: 0;
}
.woocommerce-edit-address #sg-account-item-edit-address,
.woocommerce-edit-account #sg-account-item-edit-account{
    padding-right: 0;
}
.woocommerce-edit-account #sg-account-item-orders, .woocommerce-edit-account #sg-account-item-wishlist{
    display: none!important;
}
.page-template-default .cms-editor .sg-account-item h3{
    font-size: 15px;
}
.sg-account-item a.sg-account-link{
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 30px;*/
    font-weight: 400!important;
    text-decoration: underline!important;
}
#sg-account-item-orders.sg-account-item a.sg-account-link{
    top: 0;
}
.sg-account-item a.sg-account-link:hover{
    background: #fff;
}
.sg-account-item p{
    font-size: 13px;
    margin-top: 15px;
}
.grey{
    color: #585858;
}
.woocommerce .sg-account-item form .form-row label{
    width: 150px;
}
.woocommerce .sg-account-item form .form-row .woocommerce-input-wrapper,
.woocommerce .sg-account-item#sg-account-item-edit-account form .form-row input,
.woocommerce .sg-account-item form .password-input,
.woocommerce-page .sg-account-item form .password-input{
    width: calc(100% - 150px);
}
.woocommerce-page .sg-account-item form .password-input input,
.woocommerce .sg-account-item form .password-input input{
    width: 100%!important;
}
.woocommerce .sg-account-item #billing_company_field,
.woocommerce .sg-account-item #_company_field,
.woocommerce .sg-account-item #billing_country_field,
.woocommerce .sg-account-item #_country_field,
.woocommerce .sg-account-item #billing_address_2_field,
.woocommerce .sg-account-item #_address_2_field,
.woocommerce .sg-account-item #billing_first_name_field,
.woocommerce .sg-account-item #_first_name_field,
.woocommerce form .form-row .optional,
.woocommerce .sg-account-item #account_display_name_field,
.woocommerce .sg-account-item #_account_display_name_field,
.woocommerce .sg-account-item #billing_last_name_field,
.woocommerce .sg-account-item #_last_name_field{
    display: none!important;
}
.sg-account-item .select3-container--default .select3-selection--single{
    border: 1px solid #727272;
    border-radius: 0;
    min-height: 45px;
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0 8px;
    color: #000;
}
.sg-account-item .select3-container--default .select3-selection--single .select3-selection__arrow {
    height: 42px;
    width: 25px;
}
.sg-account-item .select3-container--default .select3-selection--single .select3-selection__placeholder{
    color: #000;
}
.sg-account-item .select3-container--default .select3-selection--single .select3-selection__arrow b {
    border-color: #9C9C9C transparent transparent transparent;
}
.select3-container--default .select3-search--dropdown .select3-search__field {
    border: 1px solid #9C9C9C;
    height: 45px;
    padding: 0 15px;
}
.sg-account-item .button-dark, .sg-account-item .alt{
    float: right;
}
#account-change-password{
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-top: 30px;
}
#account-change-password h3{
    margin-bottom: 5px;
}
#account-change-password span.grey{
    font-size: 13px;
    margin-bottom: 20px;
}
#sg-account-item-customer-logout{
    border-bottom: none;
}
#sg-account-item-customer-logout.sg-account-item a.sg-account-link{
    left: 0;
    margin: 15px 0 0;
}
.woocommerce-orders.woocommerce-account .woocommerce-MyAccount-content{
    width: 100%;
}
.woocommerce-orders.woocommerce-account h3{
    margin-bottom: 35px;
    font-size: 15px;
}
.sg-order-item{
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-bottom: 15px;
}
.sg-order-item-wrapper{
    background: transparent;
    padding: 30px;
    display: flex;
    width: 100%;
    flex-direction: column;
    border-radius: 20px;
    border: solid 1px #E6E6E6;
}
.sg-order-item.active .sg-order-item-wrapper{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.sg-order-item-top{
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
    cursor: pointer;
}
.sg-order-item-top:hover h3,
.product-name:hover strong{
    color: #5D5FEF;
}
.sg-order-item-top time{
    font-size: 12px;
}
.sg-order-item-top .arrow{
    width: 20px;
    height: 15px;
    display: inline-flex;
    margin-left: 20px;
    background-image: url(../../images/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s;
}
.sg-order-item.active .sg-order-item-top .arrow{
    transform: rotate(180deg);
}
.woocommerce-orders.woocommerce-account .sg-order-item-top h3{
    width: auto;
    transition: all .3s;
    margin: 0 20px 0 0;
    font-size: 17px;
}
.sg-order-item-top:before{
    content: '';
    width: 22px;
    height: 14px;
    display: flex;
    background-image: url(../../images/arrow-simple.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 1px 10px 0 0;
    transition: all .3s;
}
.sg-order-item.active .sg-order-item-top:before{
    transform: rotate(180deg);
}
.sg-order-item-status{
    font-size: 14px;
    position: relative;
    padding-left: 20px;
}
.sg-order-item-status:before,
.order-info-item.order-info-payment .order-info-text:before,
.order-info-item.order-info-shipping .order-info-text:before{
    content: '';
    position: absolute;
    display: flex;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #C4C4C4;
    left: 0;
    top: calc(50% - 6px);
}
.order-info-item.order-info-payment .order-info-text:before,
.order-info-item.order-info-shipping .order-info-text:before{
    top: 16px;
}
.sg-order-item-status.completed:before,
.order-info-item.order-info-payment .order-info-text.completed:before,
.order-info-item.order-info-shipping .order-info-text.processing:before{
    background: #27AE60;
}
.sg-order-item-status.processing:before,
.order-info-item.order-info-payment .order-info-text.completed:before,
.order-info-item.order-info-shipping .order-info-text.processing:before{
    background: #F2C94C;
}
.sg-order-item-status strong{
    text-transform: lowercase;
}
.sg-order-item-table{
    display: none;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
}
.sg-order-item.active .sg-order-item-table{
    display: flex;
    margin-top: -1px;
}
.sg-order-item-books{
    flex-direction: column;
    padding: 15px 15px 0 20px;
}
.sg-order-item-books p{
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}
.sg-order-item-books p + p{
    margin-top: 5px;
}
.sg-order-item-books strong{
    margin-right: 5px;
}
.order-info-text{
    position: relative;
    padding-top: 10px;
    padding-left: 20px;
    display: flex;
    width: 100%;
    flex-direction: column;
    word-break: break-all;
}
.order-info-text .grey br{
    display: none;
}
.order-info-text.full{
    padding-left: 0;

}
.order-info-text.full:before{
    display: none!important;
}
.order-info-item{
    border-bottom: 1px solid #E6E6E6;
    padding: 15px;
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-bottom: -1px;
}
.order-info-item.order-info-summa{
    flex-direction: row;
    justify-content: space-between;
    height: 50px;
    align-items: center;
}
.sg-order-item-table .left{
    width: 30%;
    display: flex;
    flex-direction: column;
}
.sg-order-item-table .right{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.product-name-right .price{
    display: none;
}
.tbody-item .product-subtotal{
    color: #000;
    font-size: 20px;
    font-weight: 700;
}
.order-info-title{
    color: #727272;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
}
.shop_table{
    display: flex;
    width: 100%;
    flex-direction: column;
    border: 1px solid #E6E6E6;
    border-radius: 20px;
}
.sg-order-item.active .shop_table{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.shop_table.order-info{
    width: calc(100% - 25px);
}
.thead,
.tbody{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    height: 50px;
    align-items: center;
    border-bottom: 1px solid #E6E6E6;
}
.thead{
    padding: 15px;
}
.tbody{
    border-bottom: none;
    height: 100%;
}
.thead .product-name{
    padding-left: 50px;
}
.sg-order-item-table .shop_table .product-name{
    width: 75%;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}
.shop_table .product-quantity,
.shop_table .product-subtotal{
    width: 20%;
    display: inline-flex;
    flex-direction: column;
    text-align: center;
}
.shop_table .product-thumbnail{
    width: 100px;
    height: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.shop_table .product-thumbnail img{
    width: 80px;
    object-position: center;
    border: 1px solid #C4C4C4;
    border-radius: 20px;
    height: 110px;
    object-fit: cover;
}
.shop_table .product-name-right{
    display: flex;
    flex-direction: column;
    color: #000;
    font-size: 20px;
    line-height: 30px;
    padding: 0 20px 0 20px;
    width: calc(100% - 100px);
}
.shop_table .product-name-right span{
    color: #727272;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 8px;
    font-weight: 400;
}
.shop_table .product-name-right strong{
    margin-bottom: 5px;
    line-height: 25px;
}
.shop_table .product-name-right strong a{
    color: #5D5FEF;
}
.shop_table .product-name-right strong a:hover{
    color: #131313;
}
.shop_table .product-loop-author{
    height: auto;
    margin: 0 0 15px;
}
.tbody-item{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: -1px;
    padding: 25px 15px;
    align-items: center;
}
.tbody-item + .tbody-item{
    border-top: 1px solid #E6E6E6;
}
.woocommerce-account .woocommerce form.register p{
    color: #727272;
    font-size: 13px;
}
.woocommerce-account .woocommerce form.register p label,
.woocommerce form.login p label{
    font-size: 14px;
    color: #000;
    margin-bottom: 3px;
}
.woocommerce-account .woocommerce form.register p input{
    font-size: 14px;
    color: #000;
}
.page-template-default .cms-editor h1{
    margin-bottom: 45px;
}
.account-top-title{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.account-top-title a{
    font-weight: 400!important;
    margin-top: -5px;
}
#sg-account-item-wpf-delete-account.sg-account-item a.sg-account-link{
    position: relative;
    top: auto;
    margin-top: 15px;
}
.wpfda-delete-account-container i{
    display: none!important;
}
.wpfda-delete-account-container form{
    margin-top: 0;
    display: flex;
}
.wpfda-delete-account-container .wpfda-submit{
    display: inline-flex;
    width: auto;
}
.wpfda-delete-account-container .wpfda-submit button{
    font-family: 'Montserrat';
    justify-content: center;
    height: 45px;
    align-items: center;
    background: #585858;
    color: #fff;
    padding: 0 25px;
    font-weight: 700;
}
.wpfda-delete-account-container .wpfda-submit button:hover{
    background: #000;
}
.wpfda-delete-account-container input[name=wpfda-password]{
    border: 1px solid #727272;
    height: 45px;
    align-items: center;
    padding: 0 15px;
    margin-left: 25px;
}
.wpfda-delete-account-container .wpfda-password-confirm{
    width: auto;
    display: inline-flex;
    align-items: center;
}
.account-email-subscription{
    cursor: pointer;
    line-height: 24px;
    border: none;
    background: transparent;
    padding: 0 0 0 30px;
    color: #000;
    display: inline-flex;
    width: 100%;
    position: relative;
    font-size: 14px;
    margin-top: 15px;
}
.account-email-subscription:before{
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #727272;
    background: transparent;
    position: absolute;
    left: 0;
    top: 1px;
    z-index: -1;
}
.account-email-subscription:after {
    content: '';
    display: inline-block;
    transform: rotate(45deg);
    height: 13px;
    width: 7px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transition: .3s all;
    position: absolute;
    left: 7px;
    top: 2px;
    z-index: -1;
}
.account-email-subscription.active:after {
    color: #727272;
    border-bottom: 2px solid #727272;
    border-right: 2px solid #727272;
}
.sg-account-link{
    background: #E0E0E0;
    border: solid 1px #E0E0E0;
    border-radius: 20px;
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    color: #171717;
    padding: 0 25px 0 25px;
    position: relative;
    /*margin-top: 15px;*/
    margin-left: 15px;
    display: inline-flex;
    justify-content: center;
    height: 35px;
    max-width: 200px;
    align-items: center;
    text-decoration: none!important;
    transition: all .3s;
}
.sg-account-item a.sg-account-link{
    text-decoration: none!important;
}
.account-top-title .sg-account-link{
    max-width: 100%;
    margin-top: 10px;
}
#sg-account-item-customer-logout .sg-account-link:before,
.account-top-title .sg-account-link:before,
.sg-account-link:after{
    content: '';
    background-image: url(../../images/dw.svg);
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(-90deg);
    width: 25px;
    height: 25px;
    transition: .3s all;
}
.sg-account-link:hover{
    background: #fff;
}
#sg-account-item-customer-logout .sg-account-link:hover:before{
    background-image: url(../../images/dw_white.svg);
    transition: .3s all;
}
#sg-account-item-customer-logout .sg-account-link{
    position: relative;
    margin-top: 0;
    top: auto;
}
#sg-account-item-customer-logout .sg-account-link:before,
.account-top-title .sg-account-link:before{
    transform: rotate(90deg);
}
#sg-account-item-customer-logout .sg-account-link:after,
.account-top-title .sg-account-link:after{
    display: none;
}
.woocommerce-LostPassword.lost_password a{
    color: #5D5FEF!important;
}
.woocommerce-ResetPassword.lost_reset_password{
    display: flex;
    margin: auto;
    flex-direction: column;
    width: 50%;
    flex: 0 0 50%;
    border: 1px solid #E6E6E6;
    padding: 50px 5vw 30px;
    border-radius: 20px;
}
.woocommerce-ResetPassword.lost_reset_password button.button{
    margin-top: 5px;
}
.email-verification strong span{
    cursor: pointer;
    color: #5D5FEF;
    transition: all .3s;
}
.email-verification strong span:hover{
    color: #171717;
}
.account-product-samples{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 20px 5px 0;
}

@media (max-width: 1200px){
    .woocommerce-account .woocommerce-MyAccount-content{
        width: 100%;
    }
}
@media (max-width: 991px){
    .sg-account-item p{
        display: flex;
    }
    .sg-order-item-table .left,
    .sg-order-item-table .right,
    .shop_table.order-info{
        width: 100%;
    }
    .sg-order-item-table .left{
        order: 2;
        margin-top: 10px;
    }
    .woocommerce-account .woocommerce-MyAccount-content{
        width: 100%;
    }
    .woocommerce-account .u-columns form .form-row .woocommerce-LostPassword.lost_password{
        margin-left: 0;
        padding-left: 0!important;
    }
    .woocommerce-account .u-columns form .form-row label.woocommerce-form__label-for-checkbox {
        padding-left: 0!important;
    }
    .woocommerce-account .u-columns .u-column1,
    .woocommerce-account .u-columns .u-column2{
        padding: 25px;
    }
    .woocommerce-account .u-columns form .form-row label,
    .woocommerce .sg-account-item form .form-row label,
    .woocommerce-account .u-columns form .form-row .password-input, .woocommerce-form.woocommerce-form-register.register p.form-row .woocommerce-input-wrapper,
    .woocommerce-account .u-columns form .form-row input,
    .woocommerce .sg-account-item form .form-row .woocommerce-input-wrapper{
        width: 100%;
    }
    .woocommerce .sg-account-item form .form-row label{
        padding: 0 20px 5px 15px!important;
    }
    .account-links__item{
        width: calc(50% - 7.5px)!important;
    }
}
@media (max-width: 767px) {
    .woocommerce-account .woocommerce form.register p.sg-woo-reg{
        padding-left: 15px
    }
    .woocommerce-account .u-columns form .form-row .woocommerce-LostPassword.lost_password{
        margin-left: auto;
    }
    .page-template-default .cms-editor h1,
    .single-post .cms-editor h1{
        font-size: 22px;
    }
    .page-template-default .cms-editor .sg-account-item h3 {
        font-size: 14px;
    }
    .sg-account-item p{
        font-size: 12px;
        margin-top: 10px;
    }
    .sg-account-item a.sg-account-link{
        font-size: 13px;
    }
    .sg-account-item{
        padding: 35px 95px 35px 0;
    }
    .sg-order-item-top:before{
        margin-top: 5px;
        position: absolute;
        right: 0;
    }
    .shop_table .product-thumbnail{
        width: 80px;
    }
    .shop_table .product-name-right{
        width: calc(100% - 80px);
    }
    .wpfda-delete-account-container form{
        flex-direction: column;
    }
    .wpfda-delete-account-container .wpfda-submit button{
        width: 100%;
        margin-top: 5px;
    }
    .wpfda-delete-account-container input[name=wpfda-password]{
        width: 100%;
        margin-left: 0;
    }
    .wpfda-delete-account-container .wpfda-password-confirm{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .thead,
    .shop_table .product-name-right span,
    .shop_table .product-quantity{
        display: none;
    }
    .shop_table .product-name{
        width: 80%;
    }
    .shop_table .product-name-right{
        width: calc(100% - 100px);
        padding: 0 0 0 15px;
    }
    .shop_table .product-name-right .price{
        display: flex;
        font-weight: 600;
        font-size: 16px;
    }
    .shop_table .price,
    .order-info-text{
        margin: 0;
        font-size: 13px;
        line-height: 20px;
        font-weight: 400;
    }
    .sg-order-item-table,
    .sg-order-item-table .left{
        margin-top: 0;
        border: none;
    }
    .sg-order-item-books {
        padding-left: 50px;
    }
    .tbody-item,
    .order-info-item{
        border: none;
    }
    .sg-order-item-wrapper,
    .tbody-item,
    .order-info-item{
        padding-left: 0;
        padding-right: 0;
    }
    .order-info-text{
        padding-left: 0;
    }
    .order-info-text:before{
        display: none!important;
    }
    .order-info-item.order-info-user{
        padding-bottom: 30px;
    }
    .tbody-item{
        padding: 20px;
    }
    .order-info-item{
        width: 100%;
        padding: 10px 0;
        border-top: 1px solid #E6E6E6;
        border-bottom: 1px solid #E6E6E6;
        margin-bottom: -1px;
    }
    .order-info-item{
        border-top: 2px solid #ccc;
        border-bottom: 2px solid #ccc;
        margin-bottom: -2px;
        padding: 15px 0;
    }
    .order-info-title{
        color: #000;
    }
    .order-info-item.order-info-user{
        border-bottom: 0;
    }
    .sg-order-item-table .left{
        margin-top: 1px;
    }
    .sg-order-item-top,
    .sg-order-item-status{
        width: calc(100% - 30px);
        margin-left: 30px;
    }
    .woocommerce-orders.woocommerce-account h3{
        font-size: 14px;
    }
    .woocommerce-account .u-columns form .form-row label,
    .woocommerce .sg-account-item form .form-row label{
        font-size: 13px;
    }
    .woocommerce-account .u-columns{
        flex-direction: column;
    }
    .woocommerce-account .u-columns .u-column1,
    .woocommerce-account .u-columns .u-column2{
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .woocommerce-account .u-columns .u-column2{
        margin-top: 5px;
    }
    .account-top-title{
        flex-direction: column;
    }
    .account-top-title a{
        margin: 0 0 25px;
        font-size: 12px!important;
    }
    .account-top-title h3{
        margin-bottom: 15px!important;
    }
    .woocommerce-ResetPassword.lost_reset_password{
        width: 100%;
        flex: 0 0 100%;
    }
    .woocommerce-account h1, .woocommerce-account.page-template-default .cms-editor h1{
        margin-bottom: 0;
    }
    .woocommerce-orders.page-template-default .cms-editor h1{
        margin-bottom: 20px;
    }
    .sg-order-item-top time {
        font-size: 12px;
        position: relative;
    }
    .sg-order-item-top{
        position: relative;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .woocommerce-orders.woocommerce-account .sg-order-item-top h3{
        position: relative;
        width: 100%;
        margin-right: 0;
        padding-right: 40px;
    }
    .orders-filter{
        margin: -5px 0 20px;
    }
    .account-top-title .orders-filter a{
        font-size: 16px!important;
    }
    .shop_table .product-name-right strong{
        font-size: 16px;
        line-height: 20px;
    }
    .shop_table .product-subtotal{
        display: none;
    }
    .sg-order-item-table .shop_table .product-name{
        width: 100%;
    }
}
@media (max-width: 567px) {
    .woocommerce .sg-account-item form .form-row label{
        width: 100%;
        margin-bottom: 5px;
    }
    .woocommerce .sg-account-item form .form-row .woocommerce-input-wrapper,
    .woocommerce .sg-account-item#sg-account-item-edit-account form .form-row input,
    .woocommerce .sg-account-item form .password-input,
    .woocommerce-page .sg-account-item form .password-input{
        width: 100%;
    }
    .woocommerce-account .u-columns .u-column1,
    .woocommerce-account .u-columns .u-column2{
        margin-left: 0;
        margin-right: 0;
    }
    .woocommerce-account main{
        margin-top: 75px;
    }
    .woocommerce-LostPassword.lost_password{
        /*margin: -15px 0 0;*/
        padding-left: 20px;
    }
    .account-product-samples{
        padding: 10px 0 0;
    }
    .sg_download_button{
        width: 100%;
        justify-content: center;
    }
    .sg-order-item-top,
    .sg-order-item-status{
        margin-left: 20px;
    }
    .sg-order-item-books{
        padding-left: 35px;
    }
    .tbody-item{
        padding: 20px 15px;
    }
}
@media (max-width: 378px) {
    .woocommerce-account .u-columns form .form-row .woocommerce-LostPassword.lost_password{
        margin-left: 0;
    }
    .woocommerce-account .u-columns form .form-row label.woocommerce-form__label-for-checkbox{
        /*margin-top: -15px!important;*/
    }
}
@media (max-width: 350px){

}

.woocommerce-MyAccount-content #sg-account-item-orders{
    order: 1;
}
.woocommerce-MyAccount-content #sg-account-item-wishlist{
    order: 2;
}
.woocommerce-MyAccount-content #sg-account-item-edit-address{
    order: 3;
}
.woocommerce-MyAccount-content #sg-account-item-edit-account{
    order: 4;
}
.woocommerce-MyAccount-content #sg-account-item-subscription{
    order: 5;
}
.woocommerce-MyAccount-content #sg-account-item-wpf-delete-account{
    order: 6;
}
.woocommerce-MyAccount-content #sg-account-item-customer-logout{
    order: 99;
}