@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;
    background-color: #f5f6f8;

}
p ,a, div,abbr {
    font-family: Vazir !important;
}
body a, body a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}
ul, ol {
    padding-right: 0 !important;
    margin: 0;
}
.wwd-wrapper {
    background-color: #f3f3f3;
    position: relative;
    top: 0;
}

/**
 * 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;
    max-width: none;
    /*position: relative;*/
}

.panel-meta {
    padding: 15px 30px;
    background-color: #fff;
    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 !important;
}

.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;
    padding: 0;
}
nav.woocommerce-MyAccount-navigation ul li:before {
    display: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-- {display : none;}
.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;
}
.woocommerce-MyAccount-content, .woocommerce-content-box {
    border: none;
}
.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;
}


.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;
}

/*notifications*/
@keyframes swing {


    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg);
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg);
    }
    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg);
    }
    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg);
    }
    100% {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg);
    }
}
@keyframes BadgePulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(254, 25, 94, 0.4);
        box-shadow: 0 0 0 0 rgba(254, 25, 94, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(254, 25, 94, 0);
        box-shadow: 0 0 0 10px rgba(254, 25, 94, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 20px rgba(254, 25, 94, 0);
        box-shadow: 0 0 0 20px rgba(254, 25, 94, 0);
    }
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.notice-bell > a span {
    position: absolute;
    top: 1px;
    right: 12px;
    border: 3px solid #fff;
}
.notice-bell .notice-bell-link {
    padding: .8rem 1.2rem;
    display: block;
}
span.badge-pulse {
    background: #fe195e;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    box-shadow: 0 0 0 rgba(254, 25, 94, 0.4);
    animation: BadgePulse 1.8s infinite;
}
ol, ul, li {
    list-style: none;
}
.wwd-notice-box {
    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;
}
.wwd-notice-box  .widget-title {
    border-bottom: 1px solid #eff2f3;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #3b4446;
    font-size: 14px;
    font-weight: 700;
}
.wwd-notifications-list li {
    border-bottom: 1px solid #eff2f3;
    margin: 0 0 15px;
    border-radius: 5px;
    background: #fbc1c157;
    padding: 10px;
    box-shadow: 0 0 0 rgb(223, 14, 4);
    animation: BadgePulse 1.8s infinite;
}
.wwd-notifications-list li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.wwd-notifications-list li.wwd-readed-announce {
    background: #fff;
    box-shadow: none;
    animation: none;
}
.wwd-notifications-list li:after {
    content: '';
    display: block;
    clear: both;
}
.wwd-notifications-list li .notice-img{
    float: right;
    width: 85px;
    height: 85px;
    text-align: center;
    margin: 0 0 14px 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.wwd-notifications-list li .wdd-notice-content {
    width: 100%;
    font-size: inherit;
    color: inherit;
    padding-left: 0;
}
.wwd-notifications-list li .wdd-notice-content a {
    transition: color 110ms ease-in-out;
    color: #0073aa;
}
.wwd-notifications-list li .wdd-notice-content a:hover {
    color: #df0e04;
}
.wwd-notifications-list li .wdd-notice-content h4 {
    font-size: 16px;
    margin: 0;
    clear: none;
    padding: 0 0 15px 5px;
}
.wwd-notifications-list li .wdd-notice-content h4 abbr{
    float: left;
    color: #7b868a;
    font-size: 14px;
    border-bottom: none;
    text-decoration: none;
}
.wwd-notifications-list li .wdd-notice-content p {
    font-size: 14px;
}
.wwd-notifications-list li .wdd-notice-content > p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 0 9px 10px;
}

.dokan-dashboard-menu .wwd-count,
.woocommerce-MyAccount-navigation .wwd-count {
    background: #f5302f;
    border-radius: 100%;
    display: inline-block;
    width: 22px;
    height: 22px;
    text-align: center;
    margin-right: 5px;
    line-height: 20px;
    padding-top: 1px;
    padding-left: 2px;
    color: #fff;
}
.wwd-single-notice-header {
    margin-bottom: 15px;
    border-bottom: 1px solid #eff2f3;
    position: relative;
    padding: 0 10px 40px 10px;
    width: 100%;
}
.wwd-single-notice-header h4 {
    font-size: 16px;
    font-weight: 700;
    color: #525e61;
    margin-top: 0;
    float: right;
    font-family: Vazir;
}
.wwd-single-notice-header a {
    border-width: 0;
    float: left;
    outline: 0;
    border-radius: 2px;
    background-color: #56b881;
    color: #fff !important;
    font-size: 13px;
    padding: 5px;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    transition: all ease-out .3s;
}
.wwd-single-notice-date {
    display: block;
    margin-bottom: 15px;
    color: #7b868a;
    font-size: 12px;
    padding-right: 10px;
}
.wwd-single-notice-date abbr[title] {
    border: none;
    text-decoration: none;
}
.wwd-notification-content {
    padding: 10px;
}
.wwd-notification-content p {
    font-size: 14px;
}
.swal-modal .swal-text {
    text-align: center;
}

.swal-modal .swal-footer {
    text-align: center;
}
.swal-button {
    background-color: #4ad83f !important;
    font-family: vazir;
}

.wwd-notice-box .page-numbers {
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0;
    list-style: none;
    margin-top: 10px;
}

.wwd-notice-box .page-numbers .page-numbers {
    position: relative;
    display: block;
    padding: 5px 10px;
    margin-left: -1px;
    line-height: 1.25;
    color: #555555;
    background-color: transparent;
}

.wwd-notice-box .page-numbers .page-numbers.current {
    z-index: 2;
    color: #eb253c;
    font-weight: 700;
    border-bottom: 1px solid #db1153;
}


@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;
    }
.dash-footer div > ul > li {
		padding: 0 3px;
	}
    .wwd-notifications-list li .wdd-notice-content > p {
		max-width: 250px;
	}
    .notice-bell > a span {
         position: unset;
         top: 0;
         right: 0;
    }
    .notice-bell .notice-bell {
        padding: .4rem 1.2rem
    }
    ul.wwd-notifications-list {
        min-width: 290px;
    }
    .wwd-notice-box {
        min-width: 310px;
    }
    .wwd-notifications-list li .notice-img {
        width: 75px;
        height: 75px;
    }
    .wwd-notifications-list li .wdd-notice-content h4 {
        font-size: 14px;
    }
    .wwd-notifications-list li .wdd-notice-content h4 abbr {
        padding-top: 2px;
        font-size: 12px;
    }

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
      margin-top: 80px !important;

}

}

.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: 20px !important;
    }

    .woocommerce-MyAccount-navigation ul {
        margin-bottom: 60px;
    }

    .mobile-avatar img {
        float: left;
        margin-top: 8px;
    }

    .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 {
    float: right;
}
.wwd-dl-list .p-img {
    float: right;
}
.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;
}

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

.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;
}
/* --------------------------------------------------------------------------------------------
-----------------------------------------  edit account style --------------------------------
-----------------------------------------------------------------------------------------------
*/

.edit-account-image {
    background: url("../img/bg5.jpg") no-repeat center;
    height: 250px;
}
.edit-account-avatar {
    margin: -75px 10px 10px 0;
}
.edit-account-avatar img {
    border-radius: 100%;
    border: 5px solid #fff;
}
.edit-account-upload button {
    margin: -15px -70px 0 0;
    background-color: #3498db;
    border: 2px solid;
    border-color: #ffffff;
    font-size: 14px;
}
.edit-account-form form{
    margin-bottom: 10px;
}
.edit-account-wooForm {
    padding: 20px;
}

button, input[type="submit"], a.w-btn.color_primary.style_raised {
    color: #11a023;
}



/* --------------------------------------------------------------------------------------------
-----------------------------------------  login form style --------------------------------
-----------------------------------------------------------------------------------------------
*/

.woocommerce-account {
    margin: 50px;

}

.woocommerce-account .main {
    margin-top: 0;
}

.woocommerce-account .account-logo-wrapper {
    text-align: center;
    padding: 15px 0;
}

.woocommerce-account .page-card {
    box-shadow: none;
    background: transparent;
    border: none;
}

.woocommerce-account .page-card .card-header {
    display: none !important;
}

.woocommerce-account .page-card .col-1, .woocommerce-account .page-card .col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100% !important;
}

.woocommerce-account .page-register .u-column1.col-1:not(.woocommerce-Address) {
    display: none !important;
}

.woocommerce-account .page-login .u-column2.col-2:not(.woocommerce-Address) {
    display: none !important;
}

.woocommerce-account .u-column1.col-1,
.woocommerce-account .u-column2.col-2 {
    box-shadow: 0 2px 12px 2px rgba(181, 181, 181, 0.38);
    background: #fff;
    padding: 30px !important;
    border-radius: 15px;
    border-bottom: none;
}
.woocommerce-account .ucolum-login-noreg{
    box-shadow: 0 2px 12px 2px rgba(181, 181, 181, 0.38);
    background: #fff;
    border-radius: 15px;
    border-bottom: none;
    width: 70%;
    margin: 0 auto;
	margin-bottom: 60px;
}
.ucolum-login-noreg .noreg-login-form{
    padding: 20px;
}
.woocommerce-account .ucolum-login-noreg .woocommerce-Button {
    margin-bottom: 10px;
}
.woocommerce form.login,.woocommerce form.register {
     border: none !important;
     box-shadow: none !important;
     border-radius: 0 !important;
     margin: unset !important;
    margin-top: 20px !important;
}
p.form-row-first, p.form-row-last {
    width: 100%;
    float: none;
}

.woocommerce .login, .woocommerce .track_order, .woocommerce .checkout_coupon, .woocommerce .lost_reset_password, .woocommerce .register {
    background-color: #ffffff;
}
/*---------------------login form-----------------------------------*/

.awp-login-form {
    padding: 40px;
}
.ucolum-login-noreg .awp-login-img-box {
    padding-right: 0 !important;
   

}
.ucolum-login-noreg .awp-login-img-box img {
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    width: 100%;
    height: 100%;
}
.awp-lb-header{
    position:relative;
    color: #00415d;
    margin: 5px 5px 10px 5px;
    padding-bottom:10px;
    border-bottom: 1px solid #eee;
    text-align:center;
}
.awp-lb-header img{
    width: 70px;
    height: 70px;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.awp-lb-header span {
    border: .8px solid #eee;
}
.awp-lb-header a{
    margin: 0 25px;
    padding: 0 20px;
    text-decoration: none;
    color: #666;
    font-weight: bold;
    font-size: 15px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.awp-lb-header .active{
    color: #029f5b;
    padding-bottom: 10px;
    border-bottom: 2px solid #3f8cff;

}
.social-login{
    position:relative;
    float: left;
    width: 100%;
    height:auto;
    padding: 10px 0 15px 0;
    border-bottom: 1px solid #eee;
}
.social-login a{
    position:relative;
    float: left;
    width:calc(40% - 8px);
    text-decoration: none;
    color: #fff;
    border: 1px solid rgba(0,0,0,0.05);
    padding: 12px;
    border-radius: 2px;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 3%;
    text-align:center;
}
.social-login a i{
    position: relative;
    float: left;
    width: 20px;
    top: 2px;
}
.social-login a:first-child{
    background-color: #49639F;
}
.social-login a:last-child{
    background-color: #DF4A32;
}
.email-login,.email-signup{
    position:relative;
    float: left;
    width: 100%;
    height:auto;
    margin-top: 20px;
    text-align:center;
}
.u-form-group{
    width:100%;
    margin-bottom: 10px;
}
.u-form-group input[type="email"],
.u-form-group input[type="password"]{
    width: calc(50% - 22px);
    height:45px;
    outline: none;
    border: 1px solid #ddd;
    padding: 0 10px;
    border-radius: 2px;
    color: #333;
    font-size:0.8rem;
    -webkit-transition:all 0.1s linear;
    -moz-transition:all 0.1s linear;
    transition:all 0.1s linear;
}
.u-form-group input:focus{
    border-color: #358efb;
}
.u-form-group button{
    width:50%;
    background-color: #1CB94E;
    border: none;
    outline: none;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 14px 0;
    border-radius: 2px;
    text-transform: uppercase;
}
.forgot-password{
    width:50%;
    text-align: left;
    text-decoration: underline;
    color: #888;
    font-size: 0.75rem;
}
.awp-login-box input[id='username']{
    background: url(../../assets/img/man-user.png) no-repeat scroll 12px 12px;
    padding-left:30px;
}
.awp-login-box input[id='password']{
    background: url(../../assets/img/padlock.png) no-repeat scroll 12px 12px;
    padding-left:30px;
}
.woocommerce .login .lost_password{
    float: none;
}











/*---------------------login form end-----------------------------------*/

@media (max-width: 576px) {
    .woocommerce-account .u-column1.col-1,
    .woocommerce-account .u-column2.col-2 {
        padding: 15px;
    }
}

.woocommerce-account .u-column1.col-1 .card-header,
.woocommerce-account .u-column2.col-2 .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 15px;
}

.woocommerce-account .u-column1.col-1 .card-header .card-title,
.woocommerce-account .u-column2.col-2 .card-header .card-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.woocommerce-account .u-column1.col-1 .card-body,
.woocommerce-account .u-column2.col-2 .card-body {
    padding: 0;
}

.woocommerce-account .u-column1.col-1 .card-footer,
.woocommerce-account .u-column2.col-2 .card-footer {
    border-top: 1px solid #f5f5f5;
    margin-top: 30px;
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: -30px;
    background-color: #f8f9fa;
}

@media (max-width: 576px) {
    .woocommerce-account .u-column1.col-1 .card-footer,
    .woocommerce-account .u-column2.col-2 .card-footer {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: -15px;
    }
}

.woocommerce-account .u-column1.col-1 h2,
.woocommerce-account .u-column2.col-2 h2 {
    font-size: 20px;
    font-weight: 500;
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #bb0202;
}

.woocommerce-account .u-column1.col-1 form,
.woocommerce-account .u-column2.col-2 form,.woocommerce-account .ucolum-login-noreg form {
    border: none;
    padding: 0;
}

.woocommerce-account .u-column1.col-1 form label,
.woocommerce-account .u-column2.col-2 form label {
    color: #7a7a7a;
}

.woocommerce-account .u-column1.col-1 form .button,
.woocommerce-account .u-column2.col-2 form .button,
.woocommerce-account .ucolum-login-noreg form .button{
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    background: #57b846;
    color: #fff;
    border-radius: 25px;
    margin-top: 15px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-size: 16px !important;
	padding: .800em 1em;
	line-height: 1;
}

.woocommerce-account .u-column1.col-1 form .button:before,
.woocommerce-account .u-column2.col-2 form .button:before,
.woocommerce-account .ucolum-login-noreg form .button:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 7px;
}

.woocommerce-account .u-column1.col-1 form .button:hover:before, .woocommerce-account .u-column1.col-1 form .button:focus:before, .woocommerce-account .u-column1.col-1 form .button:active:before,
.woocommerce-account .u-column2.col-2 form .button:hover:before,
.woocommerce-account .u-column2.col-2 form .button:focus:before,
.woocommerce-account .u-column2.col-2 form .button:active:before,
.woocommerce-account .ucolum-login-noreg form .button:hover:before,
.woocommerce-account .ucolum-login-noreg form .button:active:before
{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.woocommerce-account .u-column1.col-1 form .woocommerce-form__label,
.woocommerce-account .u-column2.col-2 form .woocommerce-form__label {
    margin-top: 1rem;
}

.woocommerce-account .u-column1.col-1 form .woocommerce-password-strength,
.woocommerce-account .u-column2.col-2 form .woocommerce-password-strength {
    line-height: 18px;
    font-weight: 400;
    font-size: 12px;
    border-radius: 3px;
    color: #fff;
    margin-top: 10px;
    text-align: center;
    display: block;
    width: 100%;
}

.woocommerce-account .u-column1.col-1 form .woocommerce-password-strength.short,
.woocommerce-account .u-column2.col-2 form .woocommerce-password-strength.short {
    background: #ff7979;
}

.woocommerce-account .u-column1.col-1 form .woocommerce-password-strength.bad,
.woocommerce-account .u-column2.col-2 form .woocommerce-password-strength.bad {
    background: #ffbe76;
}

.woocommerce-account .u-column1.col-1 form .woocommerce-password-strength.good,
.woocommerce-account .u-column2.col-2 form .woocommerce-password-strength.good {
    background: #badc58;
}

.woocommerce-account .u-column1.col-1 form .woocommerce-password-strength.strong,
.woocommerce-account .u-column2.col-2 form .woocommerce-password-strength.strong {
    background: #6ab04c;
}

.woocommerce-account .u-column1.col-1 form .woocommerce-password-hint,
.woocommerce-account .u-column2.col-2 form .woocommerce-password-hint {
    line-height: 26px;
}

.woocommerce-account .u-column1.col-1 .woocommerce-LostPassword,
.woocommerce-account .u-column2.col-2 .woocommerce-LostPassword {
    margin-bottom: 0;
}

.woocommerce-account .u-column1.col-1 .woocommerce-LostPassword a,
.woocommerce-account .u-column2.col-2 .woocommerce-LostPassword a {
    border-bottom: 1px dashed #00BFD6;
    color: #00BFD6;
}

.woocommerce-account .login-footer {
    text-align: center;
    padding: 15px;
    box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
    border: 1px solid rgba(0, 190, 214, 0.13);
    background: #F5FCFD;
}

.woocommerce-account .login-footer a {
    border-bottom: 1px dashed #00BFD6;
    color: #00BFD6;
    margin-right: 10px;
}
.woocommerce-input-wrapper {width:100%}
.checkout input, .checkout textarea, .woocommerce-form input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="date"], input[type="search"], select, .checkout_coupon input,.form-row input[type="email"], .form-row input[type="number"], .form-row input[type="password"], .form-row input[type="search"], .form-row input[type="tel"], .form-row input[type="text"], .form-row input[type="url"], .form-row input[type="color"], .form-row input[type="date"], .form-row input[type="datetime"], .form-row input[type="datetime-local"], .form-row input[type="month"], .form-row input[type="time"], .form-row input[type="week"], .form-row select {
    padding: 10px;
    border-radius: 25px;
    border: 1px solid #ddd;
    color: #616161;
    height: 2.8rem;
	width: 100%;
}
.woocommerce-account .form-row label {
    font-weight: 700;
}
textarea:focus, input:focus {
    border-color: #05c0d6 !important;
}
.woocommerce-form .user-role {
    margin-right: 20px;
}
.woocommerce .form-row .required{
    color: #f70404;
}
.wwd-myacoount-login-i{
    float: left;
    width: 35px;
    height: 35px;
    margin: -10px 0 0 5px;
}
.wwd-myacoount-register-i{
    float: left;
    width: 40px;
    height: 40px;
    margin: -15px 0 0 5px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: right;
    width: 48%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: left;
    width: 48%;
}
@media (max-width: 768px) {
    .woocommerce-account {
        margin: 80px 10px;
    }
    #customer_login .col-1{
        margin-bottom: 20px;
    }
    .woocommerce-account .ucolum-login-noreg{
        width: auto;
    }
    .woocommerce-account .row{
        margin: 0;
    }
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
        float: none;
        width: 100%;
    }
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
        float: none;
        width: 100%;
    }
    .awp-lb-header a {
        margin: 0 10px;
    }
    .edit-account-upload button{
        margin: -15px -20px 0 0;
    }
	
}
/* awsome support style*/

.wpas-btn {
    display: inline-block;
    margin-right: 8px;
    margin-top: 6px;
    margin-bottom: 0;
    font-weight: 400;
    text-decoration: none;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}
.wpas-btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.wpas-btn, .wpas-form-control {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
}
.wpas-ticket-buttons-top {
    margin-bottom: 2em;
}
.wpas-label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    vertical-align: baseline;
    border-radius: .25em;
}
/* Publisher theme */
.woocommerce-MyAccount-navigation ul li {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}
.woocommerce-MyAccount-navigation ul li:before {
    display: none !important;
}
.section-heading.sh-t2 {
    display: none;
}
/* avada theme*/
.avada-myaccount-user {display: none;}
.avada-woocommerce-myaccount-heading, .avada-myaccount-user {
    display: none;
}
