.main-page-wrapper .container{
    width: 100%;
    padding: 0;
}
.main-page-wrapper .my-breadcrumbs{
    margin-top: 0;
}
.entry-content{
    width: 95%!important;
    max-width: 1580px!important;
    padding: 0 15px!important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.entry-content > p{
    display: none;
}
.woocommerce-my-account-wrapper{
    margin-left: 0;
    margin-right: 0;
}
.woocommerce-MyAccount-navigation ul{
    display: flex;
    flex-direction: column;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--orders{
    order: 1;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--edit-account{
    order: 2;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--edit-address{
    order: 3;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-logout{
    order: 4;
}
.wd-my-account-sidebar{
    padding: 0!important;
    padding-right: 30px!important;
    border: none;
}
.wd-my-account-sidebar+strong{
    font-weight: unset;
    width: 75%;
}
.wd-my-account-sidebar strong, .wd-my-account-sidebar strong code{
    display: flex;
    width: 100%;
    padding: 0;
}
.wd-my-account-sidebar strong, .wd-my-account-sidebar strong code .woocommerce-MyAccount-navigation{
    width: 100%;
}
.wd-my-account-sidebar+strong .woocommerce-MyAccount-content{
    width: 100%;
    max-width: 100%;
}
.wd-my-account-sidebar+strong code{
    padding: 0;
}
.woocommerce-MyAccount-title{
    display: none;
}
.woocommerce .woocommerce-MyAccount-navigation ul{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a{
    padding: 0;
    background: none;
    color: #6F6F6F;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce .woocommerce-MyAccount-navigation ul li a:hover{
    color: #2E2E2E;
}
.woocommerce-MyAccount-content{
    padding: 0;
}
.head-ac-title{
    margin-bottom: 30px;
}
.head-ac-title > *{
    color: #2E2E2E;
    font-size: 35px;
    line-height: 42px;
    font-weight: 500;
    margin-bottom: 0;
}
.my-list-orders{
    display: flex;
    flex-direction: column;
}
.my-list-orders .order{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 30px;
}
.my-list-orders .order:first-child{
    padding-top: 0;
}
.my-list-orders .order .top, .my-list-orders .order .second, .my-list-orders .order .middle{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.my-list-orders .order .top{
    color: #464646;
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.my-list-orders .order .second{
    margin-bottom: 30px;
}
.my-list-orders .order .second .total .amount{
    color: #2E2E2E;
    font-size: 20px;
    font-family: Montserrat;
    font-weight: 700;
    letter-spacing: 1px;
}
.my-list-orders .order .second .status{
    color: #014D6D;
    font-size: 15px;
    font-family: Montserrat;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.my-list-orders .order .second .status.yellow{
    color: #aaaa2f;
}
.my-list-orders .order .second .status.yellow circle{
    fill: #aaaa2f;
}
.my-list-orders .order .second .status.green{
    color: #41A15E;
}
.my-list-orders .order .second .status.green circle{
    fill: #41A15E;
}
.my-list-orders .order .second .status.red{
    color: #BF201D;
}
.my-list-orders .order .second .status.red circle{
    fill: #BF201D;
}
.my-list-orders .order .second .status.grey{
    color: #6F6F6F;
}
.my-list-orders .order .second .status.grey circle{
    fill: #6F6F6F;
}
.my-list-orders .order .middle{
    padding-bottom: 30px;
    border-bottom: 1px solid #CECECE;
    align-items: flex-end;
    column-gap: 10px;
}
.my-list-orders .order .middle .list-items{
    max-width: 800px;
    width: calc(100% - 134px);
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
    height: 160px;
    overflow: hidden;
}
.my-list-orders .order .middle .list-items .item{
    height: 160px;
    width: 152px;
}
.my-list-orders .order .middle .list-items .item a{
    display: flex;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.my-list-orders .order .middle .list-items .item a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.my-list-orders .order .middle .show-more{
    color: #2E2E2E;
    text-align: right;
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    cursor: pointer;
}
.my-list-orders .order .more{
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #CECECE;
    display: none;
    column-gap: 20px;
}
.my-list-orders .show.order .more{
    display: flex;
}
.my-list-orders .order .more .info{
    width: calc(25% - 10px);
}
.my-list-orders .order .more .products{
    width: calc(75% - 10px);
}
.my-list-orders .order .more .label{
    color: #6F6F6F;
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.my-list-orders .order .more .info address{
    padding-top: 10px;
    color: #2E2E2E;
    font-size: 16px;
    font-family: Montserrat;
    line-height: 24px;
    margin-bottom: 0;
    font-style: unset;
}
.my-list-orders .order .more .products{
    display: flex;
    flex-direction: column;
}
.my-list-orders .order .more .product{
    display: flex;
    column-gap: 20px;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #CECECE;
}
.my-list-orders .order .more .product:last-child{
    border-bottom: unset;
}
.my-list-orders .order .more .product:not(:first-child){
    padding-top: 10px;
}
.my-list-orders .order .more .product:not(:first-child) .label{
    display: none;
}
.my-list-orders .order .more .product:first-child .label{
    margin-bottom: 20px;
}
.my-list-orders .order .more .product .ord{
    width: 330px;
}
.my-list-orders .order .more .product .price, .my-list-orders .order .more .product .quantity-order, .my-list-orders .order .more .product .total{
    width: 120px;
    display: flex;
    flex-direction: column;
}
.my-list-orders .order .more .product .ord .content{
    display: flex;
    column-gap: 10px;
}
.my-list-orders .order .more .product .ord .content .img{
    width: 110px;
    height: 110px;
    min-width: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.my-list-orders .order .more .product .ord .content .img a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.my-list-orders .order .more .product .ord .content img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.my-list-orders .order .more .product .ord .content .info{
    width: 100%;
    height: fit-content;
    margin: auto;
}
.my-list-orders .order .more .product .ord .content .info h4{
    color: #2E2E2E;
    font-size: 20px;
    font-family: Montserrat;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
}
.my-list-orders .order .more .product .ord .content .info .categories{
    color: #6F6F6F;
    font-size: 16px;
    font-family: Montserrat;
    line-height: 24px;
}
.my-list-orders .order .more .product .price .data, .my-list-orders .order .more .product .quantity-order .data, .my-list-orders .order .more .product .total .data{
    color: #2E2E2E;
    font-size: 18px;
    font-family: Montserrat;
    line-height: 24px;
}
.my-list-orders .order .more .product .quantity-order .data{
    font-weight: 500;
}
.my-list-orders .order .more .product .total .data{
    font-weight: 700;
}
/* Edit data*/
.woocommerce-EditAccountForm fieldset{
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0;
    border: none;
}
.woocommerce-EditAccountForm fieldset legend{
    padding: 0;
    color: #2E2E2E;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 30px;
}
.grid-inputs-two{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 11px;
}
.woocommerce-EditAccountForm fieldset p label, .grid-inputs label{
    display: none;
}
.woocommerce-EditAccountForm fieldset p input, .grid-inputs input, .grid-inputs select{
    margin-bottom: 0!important;
    color: #2E2E2E;
    font-size: 15px;
    line-height: 18px;
    font-family: Montserrat;
}
.woocommerce-EditAccountForm fieldset p input::placeholder{
    color: #6F6F6F;
}
.woocommerce-MyAccount-content .woocommerce-Button{
    color: #EAEAEA;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    font-family: Montserrat;
    font-weight: 500;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    padding: 13px 60px;
    border: 1px solid #2E2E2E;
    background: #2E2E2E;
}
.woocommerce-MyAccount-content .woocommerce-Button:hover{
    box-shadow: unset;
    background: unset;
    color: #2E2E2E;
}
.grid-inputs{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
p.form-row-wide.hidden{
    display: none;
}
/* Edit addresses*/
.col2-set{
    margin: 0;
    gap: 20px;
    flex-wrap: nowrap;
}
.col2-set .woocommerce-Address{
    padding: 0;
}
.col2-set .woocommerce-Address header.title{
    margin-bottom: 15px;
    display: flex;
    column-gap: 10px;
    align-items: center;
}
.col2-set .woocommerce-Address header.title>h3{
    margin-bottom: 0;
    color: #2E2E2E;
    text-align: right;
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    cursor: pointer;
}
.col2-set .woocommerce-Address header.title input{
    position: relative;    
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: 0;
}
.col2-set .woocommerce-Address header.title input::before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #2E2E2E;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    background: #EAEAEA;
}
.col2-set .woocommerce-Address header.title input::after{
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #2E2E2E;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: .3s all;
}
.col2-set .woocommerce-Address header.title input:checked::after, .col2-set .woocommerce-Address header.title input:hover:after{
    opacity: 1;
}
.col2-set .woocommerce-Address address{
    margin-bottom: 0;
    padding-left: 30px;
    color: #2E2E2E;
    font-size: 16px;
    font-family: Montserrat;
    line-height: 24px;
    font-style: unset;
}
.edit-my-addresses{
    margin-top: 30px;
    border-top: 1px solid #CECECE;
    padding-top: 30px;
}
.edit-my-addresses .select2-selection--single{
    height: 50px!important;
    display: flex;
    padding: 15px!important;
    color: #2E2E2E;
}
.edit-my-addresses label{
    display: none;
}
.edit-my-addresses .select2-selection__arrow{
    margin-top: 5px;
}
.edit-my-addresses .woocommerce-address-fields__field-wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    margin-bottom: 40px;
}
.edit-my-addresses .woocommerce-address-fields__field-wrapper+p{
    max-width: 300px;
    margin-bottom: 60px;
}
.edit-my-addresses .woocommerce-address-fields__field-wrapper .form-row{
    width: 100%!important;
    order: 20;
}
.edit-my-addresses .woocommerce-address-fields__field-wrapper #billing_first_name_field, .edit-my-addresses .woocommerce-address-fields__field-wrapper #shipping_first_name_field{
    order: 1;
}
.edit-my-addresses .woocommerce-address-fields__field-wrapper #billing_last_name_field, .edit-my-addresses .woocommerce-address-fields__field-wrapper #shipping_last_name_field{
    order: 2;
}
.edit-my-addresses .woocommerce-address-fields__field-wrapper #billing_phone_field, .edit-my-addresses .woocommerce-address-fields__field-wrapper #shipping_phone_field{
    order: 3;
}
.edit-my-addresses .woocommerce-address-fields__field-wrapper #billing_email_field, .edit-my-addresses .woocommerce-address-fields__field-wrapper #shipping_email_field{
    order: 4;
}
.edit-my-addresses .woocommerce-address-fields__field-wrapper #billing_country_field, .edit-my-addresses .woocommerce-address-fields__field-wrapper #shipping_country_field{
    order: 5;
    grid-column: span 2;
    margin-top: 10px;
}
.edit-my-addresses .woocommerce-address-fields__field-wrapper .validate-state{
    order: 6;
}
.edit-my-addresses .woocommerce-address-fields__field-wrapper #billing_city_field, .edit-my-addresses .woocommerce-address-fields__field-wrapper #shipping_city_field{
    order: 7;
}
@media screen and (max-width: 1024px){
    .woocommerce-my-account-wrapper{
        flex-direction: column;
    }
    .wd-my-account-sidebar, .woocommerce-MyAccount-content, .wd-my-account-sidebar+strong{
        width: 100%!important;
        flex-basis: 100%!important;
        max-width: 100%!important;
        padding-right: 0!important;
    }
}
@media screen and (max-width: 768px){
    .my-list-orders .order .middle{
        flex-direction: column;
        align-items: center;
        row-gap: 30px;
    }
    .my-list-orders .order .middle .list-items{
        width: 100%;
    }
    .my-list-orders .order .middle .list-items{
        justify-content: center;
    }
    .my-list-orders .order .more{
        flex-direction: column-reverse;
        row-gap: 30px;
    }
    .my-list-orders .order .more .products{
        width: 100%;
    }
    .my-list-orders .order .more .info{
        width: 100%;
    }
    .my-list-orders .order .more .info address{
        line-height: 10px;
    }
    .my-list-orders .order .more .product .ord .content .info h4{
        font-size: 16px;
        line-height: 1.2;
    }
    .my-list-orders .order .more .product .ord .content .info .categories, .my-list-orders .order .more .product .price .data, .my-list-orders .order .more .product .quantity-order .data, .my-list-orders .order .more .product .total .data{
        font-size: 14px;
        line-height: 1.2;
    }
    .my-list-orders .order .more .product:last-child{
        border-bottom: 1px solid #CECECE;
    }
    .col2-set > *{
        max-width: 50%!important;
    }
}
@media screen and (max-width: 600px){
    .my-list-orders .order .more .products .label{
        display: none;
    }
    .my-list-orders .order .more .product{
        flex-direction: column;
        align-items: center;
    }
    .my-list-orders .order .more .product .ord{
        margin-bottom: 20px;
    }
    .my-list-orders .order .more .product .price, .my-list-orders .order .more .product .quantity-order, .my-list-orders .order .more .product .total{
        flex-direction: row;
        align-items: center;
        margin-bottom: 15px;
        column-gap: 10px;
    }
    .my-list-orders .order .more .product .price .label, .my-list-orders .order .more .product .quantity-order .label, .my-list-orders .order .more .product .total .label, .my-list-orders .order .more .label{
        display: block;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 1.2;
    }
    .woocommerce .woocommerce-MyAccount-navigation ul li a{
        font-size: 14px;
    }
    /* Edit data*/
    .grid-inputs, .grid-inputs-two{
        grid-template-columns: repeat(1, 1fr);
    }
}
@media screen and (max-width: 500px){
    .col2-set{
        flex-wrap: wrap;
    }
    .col2-set > *{
        max-width: 100%!important;
    }
    .edit-my-addresses .woocommerce-address-fields__field-wrapper{
        grid-template-columns: repeat(1, 1fr);
    }
    .edit-my-addresses .woocommerce-address-fields__field-wrapper #billing_country_field, .edit-my-addresses .woocommerce-address-fields__field-wrapper #shipping_country_field{
        margin-top: 0;
        grid-column: unset;
    }
}
@media screen and (max-width: 400px){
    .head-ac-title > *, .woocommerce-EditAccountForm fieldset legend{
        font-size: 25px;
    }
    .my-list-orders .order .more .product .ord{
        width: unset;
    }
    .my-list-orders .order .more .product .ord .content{
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .my-list-orders .order .more .product .ord .content .info h4{
        text-align: center;
    }
    .my-list-orders .order .more .product .ord .content .info .categories{
        text-align: center;
    }
    /* Edit data*/
    .woocommerce-MyAccount-content .woocommerce-Button{
        width: 100%;
        font-size: 14px;
    }
}