.woocommerce-my-account-wrapper{
    margin: 0!important;
}
.woocommerce-my-account-wrapper .wd-my-account-sidebar, .woocommerce-my-account-wrapper .woocommerce-MyAccount-content .wd-wishlist-head {
    display: none!important;
}
.woocommerce-my-account-wrapper .woocommerce-MyAccount-content{
    flex: 1 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 0;
}
.col-lg-6 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
}
.col-lg-6 .wd-wishlist-product-actions{
    width: 50px;
    height: 50px;
    margin-bottom: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 21212;
}
.col-lg-6 .wd-wishlist-product-actions .wd-wishlist-remove{
    visibility: hidden;
    width: 50px;
    height: 50px;
    position: relative;
}
.col-lg-6 .wd-wishlist-product-actions .wd-wishlist-remove::before{
    visibility: visible;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 121;
    font-size: 19px;
}
.col-lg-6 .wd-wishlist-product-actions .wd-wishlist-remove::after{
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #EAEAEA;
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    border: none;
    z-index: 11;
}
.col-lg-6 .woodmart-buttons{
    display: none!important;
}
.whb-sticked .whb-main-header{
    z-index: 333333333;
}
.wd-empty-page{
    display: none!important;
}
.wd-empty-page-text{
    color: #2E2E2E;
    text-align: center;
    font-size: 16px!important;
    font-family: Montserrat;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.woocommerce-MyAccount-content .wd-empty-page-text+.return-to-shop{
    margin-top: 50px;
    margin-bottom: 120px;
}
.woocommerce-MyAccount-content .wd-empty-page-text+.return-to-shop a{
    padding: 13px 38px;
    border: 1px solid #2E2E2E;
    background: #2E2E2E;
    color: #EAEAEA;
    text-align: center;
    font-size: 18px;
    font-family: Montserrat;
    font-weight: 500;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}
.woocommerce-MyAccount-content .wd-empty-page-text+.return-to-shop a:hover{
    color: #2E2E2E;
    background: #EAEAEA;
}
@media screen and (max-width: 1024px){
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media screen and (max-width: 768px){
    .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .woocommerce-MyAccount-content .wd-empty-page-text+.return-to-shop{
        margin-bottom: 60px;
    }
}