
@font-face {
    font-family: Vazir;
    src: url(../fonts/vazir/Vazir-FD.eot);
    src: url(../fonts/vazir/Vazir-FD.eot?#iefix) format("embedded-opentype"), url(../fonts/vazir/Vazir-FD.woff) format("woff"), url(../fonts/vazir/Vazir-FD.woff2) format('woff2'), url(../fonts/vazir/Vazir-FD.ttf) format("truetype");
    font-weight: 400
}
html {
    margin-top: 0 !important;
}

body {
    text-align: right !important;
    font-family: Vazir !important;
    font-size: 14px;
    line-height: normal !important;

}

body a, body a:hover {
    text-decoration: none;
}
img{
    max-width: 100%;
    height: auto;
}
.wwd-wrapper {
    background-color: #f3f3f3;
    position: relative;
    top: 0;
    height: 100vh;
}

/**
 * My Account
 */
ol, ul {
    padding: 0;
    list-style-type: none;
}

@keyframes topbar-x {
    0% {
        top: 0px;
        transform: rotate(0deg);
    }
    45% {
        top: 6px;
        transform: rotate(145deg);
    }
    75% {
        transform: rotate(130deg);
    }
    100% {
        transform: rotate(135deg);
    }
}

@-webkit-keyframes topbar-x {
    0% {
        top: 0px;
        -webkit-transform: rotate(0deg);
    }
    45% {
        top: 6px;
        -webkit-transform: rotate(145deg);
    }
    75% {
        -webkit-transform: rotate(130deg);
    }
    100% {
        -webkit-transform: rotate(135deg);
    }
}

@-moz-keyframes topbar-x {
    0% {
        top: 0px;
        -moz-transform: rotate(0deg);
    }
    45% {
        top: 6px;
        -moz-transform: rotate(145deg);
    }
    75% {
        -moz-transform: rotate(130deg);
    }
    100% {
        -moz-transform: rotate(135deg);
    }
}

@keyframes topbar-back {
    0% {
        top: 6px;
        transform: rotate(135deg);
    }
    45% {
        transform: rotate(-10deg);
    }
    75% {
        transform: rotate(5deg);
    }
    100% {
        top: 0px;
        transform: rotate(0);
    }
}

@-webkit-keyframes topbar-back {
    0% {
        top: 6px;
        -webkit-transform: rotate(135deg);
    }
    45% {
        -webkit-transform: rotate(-10deg);
    }
    75% {
        -webkit-transform: rotate(5deg);
    }
    100% {
        top: 0;
        -webkit-transform: rotate(0);
    }
}

@-moz-keyframes topbar-back {
    0% {
        top: 6px;
        -moz-transform: rotate(135deg);
    }
    45% {
        -moz-transform: rotate(-10deg);
    }
    75% {
        -moz-transform: rotate(5deg);
    }
    100% {
        top: 0;
        -moz-transform: rotate(0);
    }
}

@keyframes bottombar-x {
    0% {
        bottom: 0;
        transform: rotate(0deg);
    }
    45% {
        bottom: 6px;
        transform: rotate(-145deg);
    }
    75% {
        transform: rotate(-130deg);
    }
    100% {
        transform: rotate(-135deg);
    }
}

@-webkit-keyframes bottombar-x {
    0% {
        bottom: 0;
        -webkit-transform: rotate(0deg);
    }
    45% {
        bottom: 6px;
        -webkit-transform: rotate(-145deg);
    }
    75% {
        -webkit-transform: rotate(-130deg);
    }
    100% {
        -webkit-transform: rotate(-135deg);
    }
}

@-moz-keyframes bottombar-x {
    0% {
        bottom: 0;
        -moz-transform: rotate(0deg);
    }
    45% {
        bottom: 6px;
        -moz-transform: rotate(-145deg);
    }
    75% {
        -moz-transform: rotate(-130deg);
    }
    100% {
        -moz-transform: rotate(-135deg);
    }
}

@keyframes bottombar-back {
    0% {
        bottom: 6px;
        transform: rotate(-135deg);
    }
    45% {
        transform: rotate(10deg);
    }
    75% {
        transform: rotate(-5deg);
    }
    100% {
        bottom: 0;
        transform: rotate(0);
    }
}

@-webkit-keyframes bottombar-back {
    0% {
        bottom: 6px;
        -webkit-transform: rotate(-135deg);
    }
    45% {
        -webkit-transform: rotate(10deg);
    }
    75% {
        -webkit-transform: rotate(-5deg);
    }
    100% {
        bottom: 0;
        -webkit-transform: rotate(0);
    }
}

/*-------------------header part - user info--------------------*/
.wwd-wrapper .dash-header {
    width: 100%;
    background: #ffffff;
    -webkit-animation: bounce-in .6s;
    animation: bounce-in .6s;
    box-shadow: -1px 3px 6px 2px #dcdcdc70;
    top: 0;
    margin: 0;
    height: 70px;
    z-index: 4;
    display: block;
    overflow: hidden;
    /*position: relative;*/
}


.panel-meta {
    /*width: 100%;*/
    /*float: left;*/
    padding: 15px 30px;
    background-color: #fff;
    /*box-shadow: -1px 3px 6px 2px #dcdcdc70;*/
    height: 80px;
}


.dash-header .wwd-logo {
    background: #ffffff;
    height: 100%;
}

.dash-header .wwd-logo img {
    padding: 10px 15px 10px 15px;
}

.dash-header .support {
    background: #f2f3f5bd;
    float: left;
    padding: 10px;
    border-radius: 5px;

}

.dash-header .support i {
    margin-left: 5px;
    vertical-align: middle;
    color: #05c324;
}

/*-----------------woocommerce part ------------------------*/

.woocommerce .woocommerce-MyAccount-navigation {
    width: 22%;
    float: right;
    padding: 25px 20px;
    /*background-color: #fff;*/
    background: none repeat scroll 0 0 #fff;
    bottom: 0;
    box-shadow: -1px 5px 6px 2px #dcdcdc70;
    height: 100%;
    overflow: hidden;
    font-size: 14px;
    position: relative;
    min-height: 1px;
    list-style: none;
    margin: 0;
    border: none;
    z-index: 11;

}

.woocommerce .woocommerce-MyAccount-content {
    width: 73%;
    margin: 20px 20px 80px 20px;
    background-color: #fff;
    float: right;
    box-shadow: -1px 3px 6px 2px #dcdcdc70;
    padding: 40px;
    border-radius: 10px;
}

.woocommerce-MyAccount-navigation li, .woocommerce-MyAccount-navigation ul li {
    margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation li a, .woocommerce-MyAccount-navigation ul li a {
    width: 100%;
    display: inline-block !important;
    color: #525e61;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 22px !important;
    border-radius: 100px;
    position: relative;
    border: none !important;
    text-align: right;
    margin: 0;
}

.woocommerce-MyAccount-navigation ul li.is-active > a {
    color: #ffffff !important;
    background: none;
}

.woocommerce-MyAccount-navigation ul {
    border: none;
    margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
    border: none;
    float: none;
}

.woocommerce-MyAccount-navigation ul li a, .woocommerce-MyAccount-navigation ul li a {
    line-height: normal;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--back-site a {
    background: #f3f3f3;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--back-site a:hover {
    background: #00f304;
    color: #fff;
}

.woocommerce-MyAccount-navigation li a:hover, .woocommerce-MyAccount-navigation li.is-active a, .woocommerce-MyAccount-navigation li.is-active i, .woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-MyAccount-navigation ul li a:focus {
    color: #fff !important;
}

.woocommerce-MyAccount-navigation ul li a:hover i {
    opacity: 1;
    color: #fff;
}
.woocommerce-MyAccount-navigation li a:hover, .woocommerce-MyAccount-navigation li.is-active {
    border-radius: 100px;

    background-image: linear-gradient(270deg, #fc3924 0%, #d70d59 100%);

}
.woocommerce-MyAccount-navigation ul li a:before{
    display: none;
}
.woocommerce-MyAccount-navigation ul li i {
    display: inline-block;
    float: right;
    margin-left: 0.8em;
    color: rgba(97, 112, 115, 0.86);
    font-size: 16px;
    text-align: right;
    transition: all .3s;
    font-weight: 700;
}


.wwd-wrapper .dash-footer {
    width: 100%;
    position: fixed;
    background: #ffffff;
    -webkit-animation: bounce-in .6s;
    animation: bounce-in .6s;
    bottom: 0;
    margin: 0;
    height: 60px;
    z-index: 0;
    display: block;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 -2px 6px 2px #dcdcdc70;
}

.dash-footer div > ul {
    display: flex;
    justify-content: center;
    padding-top: 20px;

}

.dash-footer div > ul > li {
    padding: 0 10px;
    position: relative;
}

.dash-footer div > ul > li a {
    font-size: 12px;
    color: #232323;
    padding: 8px;
    background: #ebebeb;
    border-radius: 5px;
}

.dash-footer div > ul > li a:hover {
    color: #ffffff;
    background: #6ced16;
}

.dash-footer ul li {
    float: right;
    display: inline-block;

}

button, input[type="submit"] {
    box-shadow: none;
}




.woocommerce-MyAccount-navigation .wwd-user-profile {
    text-align: center;
    background-image: linear-gradient(-135deg,#21254e,#232c58 19%,#232c58 0,#232c58 0,#232d5a 23%,#232d5a 0,#24305d 40%,#24305d 0,#24305d 0,#2b4a83 87%);
    position: relative;
    top: -60px;
    width: 140%;
    margin-right: -20%;
    margin-bottom: -35px;
    padding-top: 55px;
    padding-bottom: 20px;
    border-radius: 700px/251px
}
.woocommerce-MyAccount-navigation .wwd-user-profile .username {
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 10px;
}
.woocommerce-MyAccount-navigation .wwd-user-profile .user-info .logout a{
    padding: 2px 10px 2px 10px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 50px;
    background: #232b57;
    color: #ffffffab;
}

.woocommerce-MyAccount-navigation .wwd-user-profile .user-image {
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}
.woocommerce-MyAccount-navigation .wwd-user-profile .user-image img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius:50%;
    padding: 3px;
    border: 3px solid #1cdb26;;
}
#load-avatar {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    display: inline-block;
    text-align: center;
    background: rgba( 0, 0, 0, 0.5 );
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    border-radius: 50%;
    cursor: pointer;
}
#load-avatar:before {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
#load-avatar i {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
}
.woocommerce-MyAccount-navigation .wwd-user-profile .user-image:hover #load-avatar {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.wawp-wcmap-avatar-form-popup p {
    margin-bottom: 0;
}
.wawp-wcmap-avatar-form-popup .submit {
    text-align: right;
}

#my-account-content .waitlist-title-section {
    display: none;
}

/*/*###########################
AVATAR MODAL
###########################*/
#wawp-wcmap-avatar-form-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba( 0,0,0,0.5 );
}
div#wawp-wcmap-avatar-form-overlay.loading:before {
    border: 4px double #f3f3f3;
    border-top: 4px solid #333;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -20px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#wawp-wcmap-avatar-form {
    background-color: rgba(255,255,255,1);
    padding: 30px;
    position: fixed;
    border: 3px solid #e0e0e0;
}

#wawp-wcmap-avatar-form h3{
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}
#wawp-wcmap-avatar-form input[type='submit']{
    font-size: 14px;
    padding: 8px 16px;
    transition: all 0.3s ease;
}
#wawp-wcmap-avatar-form p.submit{
    text-align: right;
    margin-bottom: 10px;
}
#wawp-wcmap-avatar-form i.close-form {
    position: absolute;
    top: -15px;
    right: -15px;
    display: inline;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    line-height: 24px;
    font-size: 17px;
    border: 2px solid #e0e0e0;
    cursor: pointer;
    color: #a0a0a0;
    transition: all 0.3s ease;
}
#wawp-wcmap-avatar-form i.close-form:hover {
    color: #000;
    transition: all 0.3s ease;
}

.wwd-user-info span {
    float: right;
    vertical-align: middle;
    margin: 15px 20px 0 0;
}
.wwd-user-info span i {
    padding-left: 10px;
    font-size: 18px;
}

/* ------------------------------- add notice to dashboard ------------------------------------------------------*/

.dashboard-widget, .dokan-panel {
    background: #fff;
    border-radius: 2px;
    padding: 15px 10px;
    -webkit-box-shadow: 0 1px 2px 1px #d3d2d3;
    -moz-box-shadow: 0 1px 2px 1px #d3d2d3;
    box-shadow: 0 1px 2px 1px #d3d2d3;
    margin-bottom: 30px;
}
.dashboard-widget.dokan-announcement-widget .widget-title, .dashboard-widget.products .widget-title, .dashboard-widget.reviews .widget-title, .dashboard-widget.sells-graph .widget-title, .dashboard-widget.tickets .widget-title {
    border-bottom: 1px solid #eff2f3;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #3b4446;
    font-size: 14px;
    font-weight: 700;
}
.dashboard-widget.dokan-announcement-widget ul {
    margin: 0;
}
.list-unstyled {
    padding-right: 0;
    padding-left: initial;
}
.dashboard-widget.dokan-announcement-widget ul li {
    border-bottom: 1px solid #eff2f3;
    margin: 0 0 15px;
}
.dashboard-widget.dokan-announcement-widget ul li .dokan-dashboard-announce-date {
    float: right;
    width: 75px;
    height: 75px;
    text-align: center;
    background: #f8f8f8;
    margin: 0 0 2px 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.dashboard-widget.dokan-announcement-widget ul li .dokan-dashboard-announce-date .announce-day {
    font-size: 16px;
    font-weight: 400;
}
.dashboard-widget.dokan-announcement-widget ul li .dokan-dashboard-announce-date .announce-month {
    font-size: 16px;
}
.dashboard-widget.dokan-announcement-widget ul li .dokan-dashboard-announce-date .announce-year {
    font-size: 16px;
}
.dokan-dashboard-content article.dashboard-content-area .dokan-announcement-widget ul li .dokan-dashboard-announce-content {
    width: 100%;
    font-size: inherit;
    color: inherit;
    padding-left: 0;
}
.dashboard-widget.dokan-announcement-widget ul li h3 {
    font-size: 16px;
    margin: 0;
    padding: 15px 0 10px;
}
.dashboard-widget.dokan-announcement-widget ul li a {
    color: #7b868a;
}
.dashboard-widget.dokan-announcement-widget .widget-title a, .dashboard-widget.products .widget-title a, .dashboard-widget.reviews .widget-title a {
    font-size: 12px;
    color: #41afa5;
    font-weight: 700;
}
.dokan-announcement-widget ul li .dokan-dashboard-announce-content {
    width: 100%;
    font-size: 14px;
    color: #868686;
    padding-left: 0;
}
.dashboard-widget.dokan-announcement-widget ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.dokan-dashboard-announce-content > p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 0 9px 10px;
}


.woocommerce .woocommerce-product-rating .star-rating {
    float: right;
    margin: 0.5em 0 0 4px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 1em 3.5em 1em 2em !important;
    font-size: 14px;
}

.woocommerce-message {
    border: 1px solid #C8E6C9;
    border-top: 3px solid #56b881;
}

.woocommerce-message:before {
    color: #56b881;
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
    right: 1.5em;
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
    float: left;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    text-align: right;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
    text-align: right;
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: left;
}

.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt {
    float: right;
}

.woocommerce td.product-name dl.variation dt {
    padding: 0 0 0.25em;
}

.prdctfltr_wc {
    margin-bottom: 0;
}

/*--------------------------------------- elements css------------------------------*/
.wwd-card {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 25px 0;
    box-shadow: 0 1px 6px 1px #d3d2d3c2;
    border-radius: 3px;
    color: rgba(0, 0, 0, .87);
    background: #f9f9f9
}

.wwd-card .card-height-indicator {
    margin-top: 100%
}

.wwd-card .card-image {
    height: 60%;
    position: relative;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -30px;
    border-radius: 6px
}

.wwd-card .card-image img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    pointer-events: none
}

.wwd-card .card-image .card-title {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    font-size: 1.3em;
    text-shadow: 0 2px 5px rgba(33, 33, 33, .5)
}

.wwd-card .category:not([class*=text-]) {
    color: #333
}

.wwd-card .card-content {
    padding: 15px 20px
}

.wwd-card .card-content .category {
    margin-bottom: 0
}

.wwd-card .card-header {
    box-shadow: 0 10px 30px -12px rgba(0, 0, 0, .42), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
    margin: -20px 15px 10px;
    border-radius: 3px;
    padding: 15px;
    background-color: #999
}

.wwd-card .card-header .title {
    color: #FFF;

}

.wwd-card .card-header .category {
    margin-bottom: 0;
    color: rgba(255, 255, 255, .62)
}

.wwd-card .card-header.card-chart {
    padding: 0;
    min-height: 160px
}

.wwd-card .card-header.card-chart + .content h4 {
    margin-top: 0
}

.wwd-card .card-header .ct-label {
    color: rgba(255, 255, 255, .7)
}

.wwd-card .card-header .ct-grid {
    stroke: rgba(255, 255, 255, .2)
}

.wwd-card .card-header .ct-series-a .ct-bar,
.wwd-card .card-header .ct-series-a .ct-line,
.wwd-card .card-header .ct-series-a .ct-point,
.wwd-card .card-header .ct-series-a .ct-slice-donut {
    stroke: rgba(255, 255, 255, .8)
}

.wwd-card .card-header .ct-series-a .ct-area,
.wwd-card .card-header .ct-series-a .ct-slice-pie {
    fill: rgba(255, 255, 255, .4)
}

.wwd-card .chart-title {
    position: absolute;
    top: 25px;
    width: 100%
}

.wwd-card .chart-title h3 {
    margin: 0;
    color: #FFF
}

.wwd-card .chart-title h6 {
    margin: 0;
    color: rgba(255, 255, 255, .4)
}

.wwd-card .card-footer .author,
.wwd-card .card-footer h6 {
    color: #999
}

.wwd-card .card-footer {
    margin: 0 20px 10px;
    padding-top: 10px;
    border-top: 1px solid #eee
}

.wwd-card .card-footer .content {
    display: block
}

.wwd-card .wwd-card-footer div {
    display: inline-block
}

.wwd-card .card-footer .stats {
    line-height: 22px;
    color: #999;
    font-size: 12px
}

.wwd-card .card-footer .stats .material-icons {
    position: relative;
    top: 4px;
    font-size: 16px
}

.wwd-card img {
    width: 100%;
    height: auto
}

.wwd-card .category .material-icons {
    position: relative;
    top: 6px;
    line-height: 0
}

.wwd-card .category-social .fa {
    font-size: 24px;
    position: relative;
    margin-top: -4px;
    top: 2px;
    margin-right: 5px
}

.wwd-card .author .avatar {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px
}

.wwd-card .author a {
    color: #3C4858;
    text-decoration: none
}

.wwd-card .author a .ripple-container {
    display: none
}

.wwd-card .table {
    margin-bottom: 0
}

.wwd-card .table tr:first-child td {
    border-top: none
}

.wwd-card [data-background-color=purple] {
    background: linear-gradient(60deg, #ab47bc, #8e24aa);
    box-shadow: 0 12px 20px -10px rgba(156, 39, 176, .28), 0 4px 20px 0 rgba(0, 0, 0, .12), 0 7px 8px -5px rgba(156, 39, 176, .2)
}

.wwd-card [data-background-color=blue] {
    background: linear-gradient(60deg, #26c6da, #00acc1);
    box-shadow: 0 12px 20px -10px rgba(0, 188, 212, .28), 0 4px 20px 0 rgba(0, 0, 0, .12), 0 7px 8px -5px rgba(0, 188, 212, .2)
}

.wwd-card [data-background-color=green] {
    background: linear-gradient(60deg, #66bb6a, #43a047);
    box-shadow: 0 12px 20px -10px rgba(76, 175, 80, .28), 0 4px 20px 0 rgba(0, 0, 0, .12), 0 7px 8px -5px rgba(76, 175, 80, .2)
}

.wwd-card [data-background-color=orange] {
    background: linear-gradient(60deg, #ffa726, #fb8c00);
    box-shadow: 0 12px 20px -10px rgba(255, 152, 0, .28), 0 4px 20px 0 rgba(0, 0, 0, .12), 0 7px 8px -5px rgba(255, 152, 0, .2)
}

.wwd-card [data-background-color=red] {
    background: linear-gradient(60deg, #ef5350, #e53935);
    box-shadow: 0 12px 20px -10px rgba(244, 67, 54, .28), 0 4px 20px 0 rgba(0, 0, 0, .12), 0 7px 8px -5px rgba(244, 67, 54, .2)
}

.wwd-card [data-background-color],
.wwd-card [data-background-color] a {
    color: #FFF
}

.card-stats .title {
    margin: 0;
    font-family: Vazir;
    text-align: center;
    font-weight: 400;
}

.card-stats .card-header {
    float: none;
    text-align: center
}

.card-stats .card-header i {
    font-size: 36px !important;
    line-height: 56px !important;
    width: 56px;
    height: 56px
}

.card-stats .card-content {
    text-align: right;
    padding-top: 10px
}

.card-nav-tabs .header-raised {
    margin-top: -30px
}

.card-nav-tabs .nav-tabs {
    background: 0 0;
    padding: 0
}

.card-nav-tabs .nav-tabs-title {
    float: left;
    padding: 10px 10px 10px 0;
    line-height: 24px
}

.card-plain {
    background: 0 0;
    box-shadow: none
}

.card-profile .card-avatar,
.card-testimonial .card-avatar,
.iframe-container iframe {
    box-shadow: 0 10px 30px -12px rgba(0, 0, 0, .42), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.card-plain .card-header {
    margin-left: 0;
    margin-right: 0
}

.card-plain .content {
    padding-left: 5px;
    padding-right: 5px
}

.card-plain .card-image {
    margin: 0;
    border-radius: 3px
}

.card-plain .card-image img {
    border-radius: 3px
}

.card-content h3 {
    padding: 1em 0 0;
}

.woocommerce-Addresses .u-column1, .woocommerce-Addresses .u-column2 {
    max-width: none !important;
}

/*-----------------------------menu part --------------------------*/
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-left: 0 !important;
}

.dash-header .navbar-toggle .icon-bar {
    background-color: inherit;
    border: 1px solid #000;
}

.dash-header .navbar-toggle:hover {
    background-color: transparent;

}

.wwh-user-totalpay-cur {
    font-size: 14px;
    color: #05c324;
}

.no-order-wwh {
    font-size: 16px;
}

@media (max-width: 768px) {
    .dash-header .navbar-toggle {
        padding: 15px;
        margin-top: 10px;
        width: 40px;
        height: 40px;
    }

    .dash-header .navbar-toggle {
        display: block !important;
    }

    .navbar-toggle .icon-bar:nth-child(2) {
        top: 0px;
        -webkit-animation: topbar-back 500ms linear 0s;
        -moz-animation: topbar-back 500ms linear 0s;
        animation: topbar-back 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .dash-header .navbar-toggle .icon-bar {
        background-color: inherit;
        border: 1px solid #000;
    }

    .navbar-toggle .icon-bar {
        display: block;
        position: relative;
        background: #fff;
        width: 24px;
        height: 2px;
        border-radius: 1px;
        margin: 0 auto;
    }

    .navbar-toggle .icon-bar:nth-child(3) {
        opacity: 1;
    }

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 4px;
    }

    .navbar-toggle .icon-bar {
        display: block;
        position: relative;
        background: #fff;
        width: 24px;
        height: 2px;
        border-radius: 1px;
        margin: 0 auto;
    }

    .navbar-toggle .icon-bar:nth-child(4) {
        bottom: 0px;
        -webkit-animation: bottombar-back 500ms linear 0s;
        -moz-animation: bottombar-back 500ms linear 0s;
        animation: bottombar-back 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .navbar-toggle.toggled .icon-bar:nth-child(2) {
        top: 6px;
        -webkit-animation: topbar-x 500ms linear 0s;
        -moz-animation: topbar-x 500ms linear 0s;
        animation: topbar-x 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .navbar-toggle.toggled .icon-bar:nth-child(3) {
        opacity: 0;
    }

    .navbar-toggle.toggled .icon-bar:nth-child(4) {
        bottom: 6px;
        -webkit-animation: bottombar-x 500ms linear 0s;
        -moz-animation: bottombar-x 500ms linear 0s;
        animation: bottombar-x 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .woocommerce .woocommerce-MyAccount-navigation {
        display: none;
        overflow: scroll;
    }

}

.sidebar {
    position: fixed !important;
    display: block !important;
    height: 100vh;
    width: 70% !important;
    right: 0;
    top: 1px;
    left: auto;
    z-index: 10;
    visibility: visible;
    background-color: #9A9A9A;
    overflow-y: visible;
    border-top: none;
    text-align: left;
    padding-right: 0;
    padding-left: 0;
    -webkit-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -moz-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -o-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
}

/*--------------------------- Responsive by Behnam Moradi -------------------------------*/

@media (max-width: 768px) {
    .woocommerce-MyAccount-content {
        width: auto !important;
        margin: 80px 10px 80px 10px !important;
        padding: 30px !important;
    }
    .woocommerce-MyAccount-navigation ul{
        margin-bottom: 60px;
    }
    .mobile-avatar img {
        float: left;
        margin: 12px 2px 2px 2px;
        border-radius: 50%;
    }

    .woocommerce-MyAccount-navigation-link {
        text-align: right;
    }

    .close-layer {
        height: 100%;
        width: 100%;
        position: fixed;
        display: none;
        top: 1px;
        left: auto;
        background: rgba(0, 0, 0, 0.35);
        content: "";
        z-index: 1;
        overflow-x: hidden;
        -webkit-transition: all 370ms ease-in;
        -moz-transition: all 370ms ease-in;
        -o-transition: all 370ms ease-in;
        -ms-transition: all 370ms ease-in;
        transition: all 370ms ease-in;
    }

    .visible {
        display: block !important;
    }

    .dash-header {
        z-index: 4;
        position: fixed;
    }
    .sidebar{
        top:70px;
    }

}

/*
------------------------------- --------------------------------------------------------------------------------
--------------------------- download style part-----------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------
*/

.wwd-dl-list li {
    box-shadow: 0 1px 10px 0 #908c8c80;
    margin-bottom: 25px;
    border-radius: 3px;
    background: #fff;
    padding: 10px;
}

.wwd-dl-list li .wwd-dl-item {
    display: none;
    padding: 10px;
    margin-top: 10px;
    width: 100%;
}

.wwd-dl-list li .dl-title {
    width: 100%;
}

.wwd-dl-list li .box-arrow {
    background: no-repeat center center url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im00MC40LDEyMS4zYy0wLjgsMC44LTEuOCwxLjItMi45LDEuMnMtMi4xLTAuNC0yLjktMS4yYy0xLjYtMS42LTEuNi00LjIgMC01LjhsNTEtNTEtNTEtNTFjLTEuNi0xLjYtMS42LTQuMiAwLTUuOCAxLjYtMS42IDQuMi0xLjYgNS44LDBsNTMuOSw1My45YzEuNiwxLjYgMS42LDQuMiAwLDUuOGwtNTMuOSw1My45eiIgZmlsbD0iIzAwMDAwMCIvPgogIDwvZz4KPC9zdmc+Cg==);
    float: left;
    display: inline-block;
    width: 40px;
    height: 20px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.wwd-dl-list li.wwd-active span.box-arrow {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.wwd-dl-list div.wwd-dlable-files th {
    font-size: 12px;
    font-weight: normal;
}

.wwd-dl-list div.wwd-dlable-files td#dl-link a {
    background: #32d713;
    color: #fff;
    padding: 3px;
    border-radius: 3px;
}

.wwd-dl-list div.wwd-dlable-files td#dl-link a:hover {
    background: #2dae13;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

td, th {
    vertical-align: top;
    padding: 0.6rem 1rem;
    border-bottom: 1px rgba(0, 0, 0, 0.33) dashed;
    outline: none !important;
}

ul, ol {
    margin: 0;
}

/* --------------------------------------------------------------------------------------------
-----------------------------------------  theme support style --------------------------------
-----------------------------------------------------------------------------------------------
*/
.grve-container {
    max-width: none;
}

.woocommerce form .form-row label {
    width: 100%;
}

.woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-MyAccount-navigation ul li.is-active > a {
    border: none;

}

.close {
    box-shadow: none !important;

}

#customer_login .col-1, #customer_login .col-2 {
    max-width: none;
}
#customer_login {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.woodmart-registration-page{
    margin-top: 70px;
    margin-bottom: 70px;
}
ul.menu>li+li, .widget>ul>li+li {
    border: none;
}
.mobile-sidebar ,.sidebar-menu{
    display: none;
}