.footer__main_widget_subscribe__form[data-v-6bfb9c7e] {
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0 9px 30px 0 rgba(0, 0, 0, 0.09);
    margin-bottom: 40px;
    max-width: 336px;
    position: relative;
    border-radius: 3px;
}
@media (max-width: 767px) {
    .footer__main_widget_subscribe__form[data-v-6bfb9c7e] {
        margin-left: auto;
        margin-right: auto;
    }
}
.footer__main_widget_subscribe__form-email[data-v-6bfb9c7e] {
    font-family: 'IRANYekan';
    font-size: 15px;
    color: #9b9b9b;
    letter-spacing: 0.14px;
    line-height: 35px;
    padding: 8px 119px 7px 23px;
    outline: 0 none;
    width: 100%;
    border-radius: 3px;
    border: 1px solid transparent;
    transition: all 0.3s linear;
}
.footer__main_widget_subscribe__form-email[data-v-6bfb9c7e]:focus {
    border-color: #007cf5;
}
.footer__main_widget_subscribe__form-submit[data-v-6bfb9c7e] {
    font-family: 'IRANYekan';
    font-size: 1.4rem;
    color: #fff;
    letter-spacing: 0.13px;
    line-height: 1.1;
    background: #007cf5;
    border-radius: 3px;
    padding: 10px 15px;
    border: 0;
    outline: 0 none;
    transition: background 0.3s linear;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    max-height: 35px;
    justify-content: space-between;
    width: 89px;
    position: absolute;
    right: 7px;
    top: 8px;
}
.footer__main_widget_subscribe__form-submit i[data-v-6bfb9c7e] {
    margin-left: 10px;
    font-size: 16px;
    line-height: 1;
}
.footer__main_widget_subscribe__form-submit[data-v-6bfb9c7e]:hover {
    background: #0062c2;
}
.subscription__form-input[data-v-6bfb9c7e] {
    background-color: #fff;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.13);
    width: 100%;
    height: auto;
    padding: 15px 22px;
    transition: all 0.4s ease-in-out 0s;
    border: 0;
    outline: 0 none;
    border-radius: 3px;
    font-size: 17px;
    color: #8a8a8a;
    line-height: 28.9px;
    margin-bottom: 32px;
    margin-top: 30px;
}
.subscription__form-input[data-v-6bfb9c7e]::-moz-placeholder {
    color: hsla(0, 0%, 54.1%, 0.7);
}
.subscription__form-input[data-v-6bfb9c7e]:-ms-input-placeholder {
    color: hsla(0, 0%, 54.1%, 0.7);
}
.subscription__form-input[data-v-6bfb9c7e]::placeholder {
    color: hsla(0, 0%, 54.1%, 0.7);
}
.subscription__form-email-container.has-error .subscription__form-input[data-v-6bfb9c7e] {
    border: 1px solid #ff2c5d;
}
.subscription__form-email-container.has-success[data-v-6bfb9c7e] {
    position: relative;
}
.subscription__form-email-container.has-success .subscription__form-input[data-v-6bfb9c7e] {
    padding-right: 40px;
}
.subscription__form-email-container.has-success[data-v-6bfb9c7e]:after {
    position: absolute;
    right: 22px;
    bottom: 34px;
    content: "\f1bb";
    color: #1bbc9c;
    font-family: Flaticon;
    font-size: 9px;
    font-weight: 900;
}
.subscription__form .form-group[data-v-6bfb9c7e] {
    margin-bottom: 25px;
    display: flex;
    opacity: 0.9;
    text-align: left;
}
.subscription__form .form-group a[data-v-6bfb9c7e] {
    color: #00aeff;
}
.subscription__form input[type="checkbox"][data-v-6bfb9c7e] {
    display: none;
}
.subscription__form input[type="checkbox"] + label[data-v-6bfb9c7e] {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding-left: 35px;
    font-size: 13px;
    color: #898989;
    line-height: 20px;
    margin: 0;
}
.subscription__form input[type="checkbox"] + label[data-v-6bfb9c7e]:before {
    position: absolute;
    left: 0;
    top: 5px;
    content: "";
    border: 0.1em solid #d9d9d9;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 0.2em;
    color: transparent;
    transition: all 0.15s;
    background-color: #d9d9d9;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.471 2.226L3.37 4.098 7.529 0 9 1.451 4.845 5.549 3.37 7 1.899 5.549 0 3.677z' fill='%23FFF'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
}
.subscription__form input[type="checkbox"] + label[data-v-6bfb9c7e]:active:before {
    transform: scale(0);
}
.subscription__form input[type="checkbox"] + label.has-error[data-v-6bfb9c7e]:before {
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.971 2.69L3.87 4.614 8.029.4 9.5 1.892 5.345 6.108 3.87 7.6 2.399 6.108.5 4.182z' fill='%23D9D9D9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    border: 1px solid #ff2c5d;
    color: #fff;
}
.subscription__form input[type="checkbox"]:checked + label[data-v-6bfb9c7e]:before {
    background-color: #1bbc9c;
    border-color: #1bbc9c;
    color: #fff;
}
.subscription__form-check[data-v-6bfb9c7e] {
    margin: 4px 0 0;
    line-height: normal;
    width: 18px;
    height: 16px;
}
.subscription__form-check-label[data-v-6bfb9c7e] {
    margin: 0 15px;
    font-size: 14px;
    font-weight: 400;
    color: #8a8a8a;
    line-height: 21px;
}
.subscription__form-submit--btn[data-v-6bfb9c7e] {
    border-radius: 3px;
    margin: 0 auto 20px;
    display: block;
    background-color: #00aeff;
    padding: 13px 20px;
    width: 220px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border: 0;
    outline: 0 none;
    font-size: 17px;
    line-height: 1.5;
}
.subscription__form-submit--btn[data-v-6bfb9c7e]:disabled {
    background-color: #7fd2ff;
    cursor: not-allowed;
}
.footer__main[data-v-774d6d44] {
    position: relative;
    font-family: 'IRANYekan', sans-serif;
    background: linear-gradient(180deg, rgba(0, 124, 245, 0.12) 2%, hsla(0, 0%, 100%, 0)), url(../img/main-footer-bg.svg) no-repeat center 78px;
    padding-top: 110px;
}
.footer__main-has-cta[data-v-774d6d44] {
    padding-top: 240px;
    background: linear-gradient(180deg, rgba(0, 124, 245, 0.12) 2%, hsla(0, 0%, 100%, 0)), url(../img/main-footer-bg.svg) no-repeat center 205px;
}
.footer__main .footer__main__cta_row[data-v-774d6d44] {
    margin-top: -375px;
    margin-bottom: 110px;
}
.footer__main__cta[data-v-774d6d44] {
    background: #fff;
    box-shadow: 0 40px 80px 0 rgba(0, 29, 133, 0.04);
    border-radius: 5px;
    padding: 81px 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
@media (max-width: 991px) {
    .footer__main__cta[data-v-774d6d44] {
        padding: 41px 40px;
    }
}
@media (max-width: 767px) {
    .footer__main__cta[data-v-774d6d44] {
        flex-direction: column;
        justify-content: flex-start;
    }
}
.footer__main__cta-button-container[data-v-774d6d44] {
    flex-basis: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
@media (max-width: 767px) {
    .footer__main__cta-button-container[data-v-774d6d44] {
        flex-basis: auto;
    }
}
.footer__main__cta-button[data-v-774d6d44] {
    background: #007cf5;
    box-shadow: 0 15px 25px 0 rgba(4, 22, 94, 0.1);
    border-radius: 3px;
    font-size: 1.6rem;
    color: #fff;
    letter-spacing: 0.15px;
    padding: 15px 23px;
    transition: all 0.3s ease;
}
@media (max-width: 767px) {
    .footer__main__cta-button[data-v-774d6d44] {
        margin-top: 35px;
    }
}
.footer__main__cta-button[data-v-774d6d44]:hover {
    background: #0062c2;
    box-shadow: 0 25px 35px 0 rgba(4, 22, 94, 0.1);
}
.footer__main__cta-content[data-v-774d6d44] {
    display: flex;
    align-items: center;
}
@media (max-width: 767px) {
    .footer__main__cta-content[data-v-774d6d44] {
        flex-direction: column;
        justify-content: flex-start;
    }
}
.footer__main__cta_texts[data-v-774d6d44] {
    margin-right: 30px;
}
@media (max-width: 767px) {
    .footer__main__cta_texts[data-v-774d6d44] {
        text-align: center;
        margin-right: 0;
    }
}
.footer__main__cta_texts h3[data-v-774d6d44] {
    font-weight: 900;
    font-size: 30px;
    color: #000;
    letter-spacing: 0.27px;
    margin-bottom: 11px;
    margin-top: 18px;
}
@media (max-width: 767px) {
    .footer__main__cta_texts h3[data-v-774d6d44] {
        margin-top: 0;
    }
}
.footer__main__cta_texts p[data-v-774d6d44] {
    font-size: 18px;
    color: #758598;
    letter-spacing: 0.16px;
    line-height: 30px;
}
.footer__main__cta_logo[data-v-774d6d44] {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    margin-right: 15px;
    margin-bottom: -51px;
    margin-left: -30px;
}
@media (max-width: 767px) {
    .footer__main__cta_logo[data-v-774d6d44] {
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
    }
}
.footer__main__cta_logo img[data-v-774d6d44] {
    min-width: 150px;
}
.footer__main__cta[data-v-774d6d44]:after {
    content: "";
    background: transparent url(../img/main-footer-cta-man.svg) no-repeat 50%;
    position: absolute;
    right: -54px;
    top: 88px;
    z-index: 2;
    width: 112px;
    height: 200px;
}
@media (max-width: 991px) {
    .footer__main__cta[data-v-774d6d44]:after {
        display: none;
    }
}
.footer__main_widget[data-v-774d6d44] {
    margin-bottom: 78px;
}
@media (max-width: 991px) {
    .footer__main_widget[data-v-774d6d44] {
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .footer__main_widget[data-v-774d6d44] {
        text-align: center;
    }
}
.footer__main_widget_title[data-v-774d6d44] {
    font-weight: 600;
    font-size: 2.5rem;
    color: #2c3646;
    letter-spacing: 0.23px;
    margin-bottom: 24px;
    margin-top: 7px;
}
.footer__main_widget_title--logo[data-v-774d6d44] {
    text-indent: -9999px;
    background: url(../img/footer-wedevs-logo.png);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: contain;
    height: 40px;
    margin-bottom: 38px;
}
@media (max-width: 767px) {
    .footer__main_widget_title--logo[data-v-774d6d44] {
        background-position: 50%;
    }
}
.footer__main_widget_subtitle[data-v-774d6d44] {
    font-size: 2.5rem;
    color: #2c3646;
    letter-spacing: 0.23px;
    margin-bottom: 35px;
}
.footer__main_widget__social-links[data-v-774d6d44] {
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .footer__main_widget__social-links[data-v-774d6d44] {
        justify-content: center;
    }
}
.footer__main_widget__social-links-item[data-v-774d6d44] {
    margin-right: 10px;
    display: flex;
    align-items: center;
}
.footer__main_widget__social-links-item a[data-v-774d6d44] {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    transform: rotate(45deg);
    transition: all 0.4s ease;
    color: #fff;
}
.footer__main_widget__social-links-item a i[data-v-774d6d44] {
    transform: rotate(-45deg);
    transition: all 0.5s ease;
}
.footer__main_widget__social-links-item a[data-v-774d6d44]:hover {
    border-radius: 5px;
}
.footer__main_widget__social-links-item a:hover i[data-v-774d6d44] {
    transform: rotate(-45deg), scale(1.1);
}
.footer__main_widget__social-links-item[data-v-774d6d44]:last-child {
    margin-right: 0;
}
.footer__main_widget__social-links-item-fb a[data-v-774d6d44] {
    background: #3a589b;
}
.footer__main_widget__social-links-item-fb a[data-v-774d6d44]:hover {
    background: #2c4376;
}
.footer__main_widget__social-links-item-tw a[data-v-774d6d44] {
    background: #00adee;
}
.footer__main_widget__social-links-item-tw a[data-v-774d6d44]:hover {
    background: #08b;
}
.footer__main_widget__social-links-item-in a[data-v-774d6d44] {
    background: #057ab9;
}
.footer__main_widget__social-links-item-in a[data-v-774d6d44]:hover {
    background: #045987;
}
.footer__main_widget__social-links-item-youtube a[data-v-774d6d44] {
    background: #bb0003;
}
.footer__main_widget__social-links-item-youtube a[data-v-774d6d44]:hover {
    background: #880002;
}
.footer__main_widget-middle[data-v-774d6d44] {
    padding-left: 70px;
}
@media (max-width: 991px) {
    .footer__main_widget-middle[data-v-774d6d44] {
        padding-left: 12.5px;
        order: 2;
    }
}
@media (max-width: 991px) {
    .footer__main_widget_product-links[data-v-774d6d44] {
        order: 1;
    }
}
.footer__main__nav li a[data-v-774d6d44] {
    font-size: 1.8rem;
    color: #74788b;
    letter-spacing: 0.16px;
    line-height: 4.5rem;
    transition: color 0.3s ease;
}
.footer__main__nav li a[data-v-774d6d44]:hover {
    color: #007cf5;
}
.footer__main__nav span[data-v-774d6d44] {
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(17, 31, 98, 0.05);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-right: 8px;
    border-radius: 100%;
}
.footer__main__copyright[data-v-774d6d44] {
    padding-top: 58px;
    padding-bottom: 40px;
    border-top: 1px solid #e9e9e9;
    position: relative;
}
@media (max-width: 767px) {
    .footer__main__copyright[data-v-774d6d44] {
        margin-top: 30px;
    }
}
.footer__main__copyright__text[data-v-774d6d44] {
    font-size: 1.8rem;
    color: #74788b;
    letter-spacing: 0.16px;
    line-height: 1.5;
}
.footer__main__copyright .btn-backtotop-wedevs[data-v-774d6d44] {
    background: #fff;
    box-shadow: 0 20px 30px 0 rgba(17, 31, 98, 0.08);
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    height: 62px;
    width: 62px;
    z-index: 5;
    left: 50%;
    top: -34px;
    transform: translateX(-50%);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.footer__main__copyright .btn-backtotop-wedevs[data-v-774d6d44]:hover {
    background: #0079f1;
}
.footer__main__copyright .btn-backtotop-wedevs:hover i[data-v-774d6d44] {
    color: #fff;
}
.footer__main__copyright .btn-backtotop-wedevs i[data-v-774d6d44] {
    background: transparent;
    color: #0079f1;
    -webkit-animation: scrollToTop-data-v-774d6d44 1.5s ease-in-out 0s infinite;
    animation: scrollToTop-data-v-774d6d44 1.5s ease-in-out 0s infinite;
}
.footer__main .footer_copyright[data-v-774d6d44] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -12.5px;
}
@media (max-width: 767px) {
    .footer__main .footer_copyright[data-v-774d6d44] {
        display: block;
        margin: 0;
    }
}
@-webkit-keyframes scrollToTop-data-v-774d6d44 {
    0% {
        transform: translateY(8px);
        opacity: 0;
    }
    25% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 0.5;
    }
    to {
        transform: translateY(-8px);
        opacity: 0;
    }
}
@keyframes scrollToTop-data-v-774d6d44 {
    0% {
        transform: translateY(8px);
        opacity: 0;
    }
    25% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 0.5;
    }
    to {
        transform: translateY(-8px);
        opacity: 0;
    }
}
.footer__main__nav li[data-v-774d6d44]:last-child {
    margin-bottom: 0;
}
.footer__main__nav li .footer-product-icon[data-v-774d6d44] {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin-right: 16px;
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(17, 31, 98, 0.05);
}
.footer__main__nav li .footer-product-icon[data-v-774d6d44]:after {
    position: absolute;
    width: 11px;
    height: 13px;
    left: 50%;
    top: 50%;
    content: "";
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 991px) {
    .footer__main__nav li .footer-product-icon[data-v-774d6d44] {
        margin-right: 10px;
    }
}
.footer__main__nav li a[data-v-774d6d44] {
    display: inline-flex;
    align-items: center;
}
.footer__main__nav li a:hover svg [data-v-774d6d44] {
    fill: #fff !important;
}
.footer__main__nav li .we-are-hiring[data-v-774d6d44] {
    display: inline-block;
    background: #307cf5;
    padding: 8px 13px;
    font-size: 12px;
    border-radius: 30px;
    line-height: 1;
    margin-left: 9px;
    color: #fff;
    font-weight: 700;
    transition: all 0.25s;
}
.footer__main__nav li:hover .we-are-hiring[data-v-774d6d44] {
    background: #0a56cf;
}
.footer__main__nav li.p_dokan .footer-product-icon[data-v-774d6d44]:after {
    background-image: url(../img/dokan.png);
}
.footer__main__nav li.p_dokan a:hover .footer-product-icon[data-v-774d6d44] {
    background-image: linear-gradient(153deg, #ffd3a5, #fd6585);
}
.footer__main__nav li.p_dokan a:hover .footer-product-icon[data-v-774d6d44]:after {
    background-position: top -13px center;
}
.footer__main__nav li.p_pm .footer-product-icon[data-v-774d6d44]:after {
    width: 13px;
    background-image: url(/img/common/footer-icon/project-manager.png);
}
.footer__main__nav li.p_pm a:hover .footer-product-icon[data-v-774d6d44] {
    background-image: linear-gradient(180deg, #d7cbff, #5f58ff 99%);
}
.footer__main__nav li.p_pm a:hover .footer-product-icon[data-v-774d6d44]:after {
    background-position: top -13px center;
}
.footer__main__nav li.p_uf .footer-product-icon[data-v-774d6d44]:after {
    width: 16px;
    height: 12px;
    background-image: url(/img/common/footer-icon/user-frontend.png);
}
.footer__main__nav li.p_uf a:hover .footer-product-icon[data-v-774d6d44] {
    background-image: linear-gradient(180deg, #c2e998, #02cc87);
}
.footer__main__nav li.p_uf a:hover .footer-product-icon[data-v-774d6d44]:after {
    background-position: top -12px center;
}
.footer__main__nav li.p_erp .footer-product-icon[data-v-774d6d44]:after {
    width: 13px;
    background-image: url(/img/common/footer-icon/wperp.png);
}
.footer__main__nav li.p_erp a:hover .footer-product-icon[data-v-774d6d44] {
    background-image: linear-gradient(180deg, #00c6fb, #005bea);
}
.footer__main__nav li.p_erp a:hover .footer-product-icon[data-v-774d6d44]:after {
    background-position: top -13px center;
}
.footer__main__nav li.p_wct .footer-product-icon[data-v-774d6d44]:after {
    width: 16px;
    height: 16px;
    background-image: url(/img/common/footer-icon/convertion-tracking.png);
}
.footer__main__nav li.p_wct a:hover .footer-product-icon[data-v-774d6d44] {
    background-image: linear-gradient(180deg, #ffd1ee, #ff6baf);
}
.footer__main__nav li.p_wct a:hover .footer-product-icon[data-v-774d6d44]:after {
    background-position: top -16px center;
}
.footer__main__nav li.p_wepos .footer-product-icon[data-v-774d6d44]:after {
    width: 12px;
    height: 14px;
    background-image: url(/img/common/footer-icon/wepos.png);
}
.footer__main__nav li.p_wepos a:hover .footer-product-icon[data-v-774d6d44] {
    background-image: linear-gradient(180deg, #00aeef, #0f5ec9);
}
.footer__main__nav li.p_wepos a:hover .footer-product-icon[data-v-774d6d44]:after {
    background-position: top -14px center;
}
.footer__main__nav li.p_appsero .footer-product-icon[data-v-774d6d44]:after {
    width: 15px;
    height: 12px;
    background-image: url(/img/common/footer-icon/appsero.png);
}
.footer__main__nav li.p_appsero a:hover .footer-product-icon[data-v-774d6d44] {
    background-image: linear-gradient(180deg, #6fb9ff, #8d7dfe 100%, #8d7dfe 0);
}
.footer__main__nav li.p_appsero a:hover .footer-product-icon[data-v-774d6d44]:after {
    background-position: top -12px center;
}
.footer__main__nav li.p_wm .footer-product-icon[data-v-774d6d44]:after {
    width: 15px;
    height: 15px;
    background-image: url(/img/common/footer-icon/wemail.png);
}
.footer__main__nav li.p_wm a:hover .footer-product-icon[data-v-774d6d44] {
    background-image: linear-gradient(180deg, #23b5f7, #27569d);
}
.footer__main__nav li.p_wm a:hover .footer-product-icon[data-v-774d6d44]:after {
    background-position: top -15px center;
}
.footer__main__nav li.p_hp .footer-product-icon[data-v-774d6d44]:after {
    width: 16px;
    height: 17px;
    background-image: url(/img/common/footer-icon/happy-addons.png);
}
.footer__main__nav li.p_hp a:hover .footer-product-icon[data-v-774d6d44] {
    background-image: linear-gradient(130deg, #e2498a, #562dd4);
}
.footer__main__nav li.p_hp a:hover .footer-product-icon[data-v-774d6d44]:after {
    background-position: top -17px center;
}
.has-modal[data-v-271245ae] {
    overflow: hidden;
}
.modal[data-v-271245ae] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.15s;
    color: #616161;
}
.modal small[data-v-271245ae] {
    font-size: 12px;
}
.modal .modal-dialog[data-v-271245ae] {
    position: relative;
    width: 800px;
    max-width: 100%;
    margin-top: -50px;
    max-height: calc(100% - 50px);
    transition: margin-top 0.15s;
}
@media (max-width: 991px) {
    .modal .modal-dialog[data-v-271245ae] {
        max-width: 90%;
    }
}
.modal.modal-sm .modal-dialog[data-v-271245ae] {
    width: 550px;
}
.modal .modal-content[data-v-271245ae] {
    background-color: #fff;
    border: 1px solid #eaecf4;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}
.modal.modal-open[data-v-271245ae] {
    opacity: 1;
    visibility: visible;
}
.modal.modal-open .modal-dialog[data-v-271245ae] {
    margin-top: 0;
}
.modal .modal-close[data-v-271245ae] {
    width: 45px;
    height: 35px;
    line-height: 32px;
    display: flex;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9999;
    cursor: pointer;
    color: #656565;
    border-radius: 3px;
}
.modal .modal-close[data-v-271245ae]:hover {
    background: #e8e8e8;
}
.modal-header[data-v-271245ae] {
    background: #f5f5f5;
    padding: 20px 30px;
    border-bottom: 1px solid #eaecf4;
    border-radius: 3px;
    font-size: 20px;
    color: #000;
}
.modal-body[data-v-271245ae] {
    position: relative;
    padding: 26px 30px;
    max-height: 90vh;
    overflow: auto;
}
.modal-footer[data-v-271245ae] {
    padding: 20px 30px;
    border-top: 1px solid #eaecf4;
}
.video__modal .modal-body[data-v-271245ae] {
    padding: 10px;
}
.video__modal .modal-body .modalVideoWrapper[data-v-271245ae] {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.video__modal .modal-body .modalVideoWrapper iframe[data-v-271245ae] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wedevs-spinner[data-v-52cf8e4a] {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    transform: scale(0.6);
}
.wedevs-spinner div[data-v-52cf8e4a] {
    -webkit-animation: wedevs-spinner-data-v-52cf8e4a 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: wedevs-spinner-data-v-52cf8e4a 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px;
}
.wedevs-spinner div[data-v-52cf8e4a]:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: inherit;
    margin: -3px 0 0 -3px;
}
.wedevs-spinner div[data-v-52cf8e4a]:first-child {
    -webkit-animation-delay: -36ms;
    animation-delay: -36ms;
}
.wedevs-spinner div[data-v-52cf8e4a]:first-child:after {
    top: 50px;
    left: 50px;
}
.wedevs-spinner div[data-v-52cf8e4a]:nth-child(2) {
    -webkit-animation-delay: -72ms;
    animation-delay: -72ms;
}
.wedevs-spinner div[data-v-52cf8e4a]:nth-child(2):after {
    top: 54px;
    left: 45px;
}
.wedevs-spinner div[data-v-52cf8e4a]:nth-child(3) {
    -webkit-animation-delay: -0.108s;
    animation-delay: -0.108s;
}
.wedevs-spinner div[data-v-52cf8e4a]:nth-child(3):after {
    top: 57px;
    left: 39px;
}
.wedevs-spinner div[data-v-52cf8e4a]:nth-child(4) {
    -webkit-animation-delay: -0.144s;
    animation-delay: -0.144s;
}
.wedevs-spinner div[data-v-52cf8e4a]:nth-child(4):after {
    top: 58px;
    left: 32px;
}
.wedevs-spinner div[data-v-52cf8e4a]:nth-child(5) {
    -webkit-animation-delay: -0.18s;
    animation-delay: -0.18s;
}
.wedevs-spinner div[data-v-52cf8e4a]:nth-child(5):after {
    top: 57px;
    left: 25px;
}
.wedevs-spinner div[data-v-52cf8e4a]:nth-child(6) {
    -webkit-animation-delay: -0.216s;
    animation-delay: -0.216s;
}
.wedevs-spinner div[data-v-52cf8e4a]:nth-child(6):after {
    top: 54px;
    left: 19px;
}
.wedevs-spinner div[data-v-52cf8e4a]:nth-child(7) {
    -webkit-animation-delay: -0.252s;
    animation-delay: -0.252s;
}
.wedevs-spinner div[data-v-52cf8e4a]:nth-child(7):after {
    top: 50px;
    left: 14px;
}
.wedevs-spinner div[data-v-52cf8e4a]:nth-child(8) {
    -webkit-animation-delay: -0.288s;
    animation-delay: -0.288s;
}
.wedevs-spinner div[data-v-52cf8e4a]:nth-child(8):after {
    top: 45px;
    left: 10px;
}
@-webkit-keyframes wedevs-spinner-data-v-52cf8e4a {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
@keyframes wedevs-spinner-data-v-52cf8e4a {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.form__response[data-v-7cba7f7c] {
    padding: 70px 50px 50px;
}
.response__message[data-v-7cba7f7c] {
    margin-top: 25px;
    font-size: 30px;
    color: #000;
    letter-spacing: 0.27px;
    text-align: center;
    line-height: 50px;
}
.access-demo__header[data-v-6f974aae] {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    color: #616161;
}
.access-demo__header h3[data-v-6f974aae] {
    margin: 0 0 5px;
    font-size: 24px;
}
.access-demo__header small[data-v-6f974aae] {
    font-size: 12px;
}
.access-demo__container[data-v-fd7bee66] {
    text-align: left;
}
.access-demo__header[data-v-fd7bee66] {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    color: #616161;
}
.access-demo__header h3[data-v-fd7bee66] {
    margin: 0 0 5px;
    font-size: 24px;
    line-height: 100%;
    color: #616161;
}
.access-demo__header small[data-v-fd7bee66] {
    font-size: 12px;
}
@media (max-width: 767px) {
    .site-header.dokan.mobile_active_header[data-v-0fa8d31d] {
        background: #fff;
        padding-bottom: 12px;
        position: fixed;
        top: 0;
    }
    .site-header.dokan.mobile_active_header .nav.navbar-nav > li[data-v-0fa8d31d] {
        border-top: 0 solid #eee;
    }
    .site-header.dokan.mobile_active_header .nav.navbar-nav > li a[data-v-0fa8d31d] {
        padding: 14px;
    }
    .site-header.dokan.mobile_active_header .nav.navbar-nav > li .dropdown-menu[data-v-0fa8d31d] {
        margin-top: 0;
    }
    .site-header.dokan.mobile_active_header .nav.navbar-nav > li .dropdown-menu li[data-v-0fa8d31d] {
        border-top: 0 solid #eee;
    }
    .site-header.dokan.mobile_active_header .nav.navbar-nav > li .dropdown-menu li a[data-v-0fa8d31d] {
        padding: 11px 0;
    }
    .site-header.dokan.mobile_active_header .nav.navbar-nav > li .dropdown-menu li.has-nav-thumbnail a[data-v-0fa8d31d] {
        padding: 11px 20px 2px !important;
    }
    .site-header.dokan.mobile_active_header .menu-toggle.active + .menu-main-menu-container[data-v-0fa8d31d] {
        width: 100%;
        left: 0;
        border: 0;
        box-shadow: none;
        top: 50px;
        height: 100%;
        position: fixed;
    }
    .compare__page-wrapper .site-header.dokan.mobile_active_header.navbar-transparent:not(.fixed-header) .site-title a[data-v-0fa8d31d],
    .dokan__pricing-page .site-header.dokan.mobile_active_header.navbar-transparent:not(.fixed-header) .site-title a[data-v-0fa8d31d],
    .dokan__startup_cost_calcu'IRANYekan'r_frontpage .site-header.dokan.mobile_active_header.navbar-transparent:not(.fixed-header) .site-title a[data-v-0fa8d31d] {
        background: url(../img/wedevs-logo.svg) no-repeat 50%;
    }
    .compare__page-wrapper .site-header.dokan.mobile_active_header.navbar-transparent:not(.fixed-header) .product-logo a[data-v-0fa8d31d],
    .dokan__pricing-page .site-header.dokan.mobile_active_header.navbar-transparent:not(.fixed-header) .product-logo a[data-v-0fa8d31d],
    .dokan__startup_cost_calcu'IRANYekan'r_frontpage .site-header.dokan.mobile_active_header.navbar-transparent:not(.fixed-header) .product-logo a[data-v-0fa8d31d] {
        background: url(../img/dokan-logo-colored.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50%;
    }
    .compare__page-wrapper .site-header.dokan.mobile_active_header.navbar-transparent:not(.fixed-header) .menu-toggle span[data-v-0fa8d31d],
    .dokan__modules_list_page .site-header.dokan.mobile_active_header.navbar-transparent:not(.fixed-header) .menu-toggle span[data-v-0fa8d31d],
    .dokan__pricing-page .site-header.dokan.mobile_active_header.navbar-transparent:not(.fixed-header) .menu-toggle span[data-v-0fa8d31d],
    .dokan__startup_cost_calcu'IRANYekan'r_frontpage .site-header.dokan.mobile_active_header.navbar-transparent:not(.fixed-header) .menu-toggle span[data-v-0fa8d31d],
    .dokan__success_stroies_page .site-header.dokan.mobile_active_header.navbar-transparent:not(.fixed-header) .menu-toggle span[data-v-0fa8d31d] {
        background: #ababab;
    }
}
.wecare_main .main-navigation ul li a.nuxt-link-exact-active[data-v-0fa8d31d],
.wecare_main .main-navigation ul li a[data-v-0fa8d31d]:hover {
    color: #292480 !important;
}
.wecare_main .fixed-header .wecare__bookm-btn a[data-v-0fa8d31d] {
    color: #fff;
}
.wecare_main .wecare__bookm-btn[class] a[data-v-0fa8d31d] {
    background-image: linear-gradient(90deg, #ffa2ae, #ff8de5 96%);
    box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    padding: 10px 20px !important;
    transition: all 0.3s;
    color: #fff !important;
}
.wecare_main .wecare__bookm-btn[class] a[data-v-0fa8d31d]:hover {
    background-image: linear-gradient(90deg, #ff8de5, #ffa2ae 96%) !important;
    color: #fff !important;
}
.wecare_main .wecare__bookm-btn[class] a i[data-v-0fa8d31d] {
    padding: 0 8px 0 0;
}
.wedevs__all_products_page .site-header .main-navigation .products-menu a.dropdown-toggle[data-v-0fa8d31d] {
    color: #007cf5;
}
.site-header .product-sign-in span[data-v-0fa8d31d] {
    width: 25px;
    height: 25px;
    background-color: #98a3b3;
    display: inline-flex;
    align-items: flex-end;
    border-radius: 100%;
    justify-content: center;
    overflow: hidden;
    transition: background 0.1s;
}
.site-header .product-sign-in span .svg-icon[data-v-0fa8d31d] {
    width: 20px;
    height: 20px;
    margin-bottom: -2px;
    margin-right: -1px;
}
.site-header .dokan .product-sign-in span[data-v-0fa8d31d]:hover {
    background-color: #f1634c;
}
.site-header .wp-user-frontend-pro .product-sign-in span[data-v-0fa8d31d]:hover {
    background-color: #18b99b;
}
.site-header .wp-project-manager-pro .product-sign-in span[data-v-0fa8d31d]:hover {
    background-color: #6556be;
}
.site-header .wepos .product-sign-in span[data-v-0fa8d31d]:hover {
    background-color: #3977ff;
}
.site-header .woocommerce-conversion-tracking .product-sign-in span[data-v-0fa8d31d]:hover {
    background-color: #e14cc5;
}
.language-menu[data-v-0fa8d31d] {
    position: relative;
    margin-left: 0;
}
.language-menu .dropdown-toggle[data-v-0fa8d31d] {
    display: flex;
    align-items: center;
}
.language-menu .dropdown-toggle img[data-v-0fa8d31d] {
    margin-right: 4px;
    border-radius: 100px;
    width: 18px;
    height: 18px;
}
.language-menu .dropdown-toggle i[data-v-0fa8d31d] {
    font-size: 10px;
    color: #797979;
    margin-left: 3px;
}
.language-menu:hover .dropdown-menu[class][data-v-0fa8d31d] {
    top: 100% !important;
}
.language-menu .dropdown-menu[class][data-v-0fa8d31d]:before {
    left: 25px;
    right: auto;
}
.language-menu .dropdown-menu[class][data-v-0fa8d31d]:after {
    border-width: 0;
}
.language-menu .dropdown-lang-menu[data-v-0fa8d31d] {
    padding: 3px 0 5px;
}
.language-menu .dropdown-lang-menu img[data-v-0fa8d31d] {
    width: 22px;
    margin-right: 6px;
    height: 14px;
}
.language-menu .dropdown-lang-menu a[data-v-0fa8d31d] {
    display: flex !important;
    margin-bottom: 7px;
    align-items: center;
    position: relative;
}
.language-menu .dropdown-lang-menu a[data-v-0fa8d31d]:hover:before {
    left: inherit !important;
}
.language-menu .dropdown-lang-menu a[data-v-0fa8d31d]:last-child {
    margin-bottom: 0;
}
.language-menu .dropdown-lang-menu a.nuxt-link-active[data-v-0fa8d31d]:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 14px;
    height: 14px;
    background: green;
    border-radius: 50%;
    transform: translateY(-50%);
}
.language-menu .dropdown-lang-menu a.nuxt-link-active[data-v-0fa8d31d]:before {
    content: "";
    position: absolute;
    right: 15px;
    top: 8px;
    width: 4px;
    height: 7px;
    border-color: #fff;
    border-style: solid;
    border-width: 0 1px 1px 0;
    z-index: 9999;
    transform: rotate(45deg);
}
.language-menu .dropdown-menu[data-v-0fa8d31d] {
    position: absolute;
    right: 0;
    background: #fff;
    width: 126px;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.17);
    padding: 10px;
    margin-top: 17px;
}
.language-menu .dropdown-menu a[data-v-0fa8d31d] {
    display: block;
    color: #616161;
    padding: 3px 12px 2px !important;
    font-size: 14px;
}
.language-menu .dropdown-menu[data-v-0fa8d31d]:before {
    margin-left: -7px;
    bottom: 100%;
    right: 15%;
    content: " ";
    height: 0;
    position: absolute;
    width: 0;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
.dokan__success_stroies_page .site-header.navbar-transparent:not(.fixed-header)[class] .main-navigation[class] .nav > li > a[data-v-0fa8d31d] {
    color: #790000;
}
.dokan__success_stroies_page .site-header.navbar-transparent:not(.fixed-header)[class] .main-navigation[class] .nav > li > a[data-v-0fa8d31d]:hover {
    color: #231f1f !important;
}
main[data-v-1e4a4525] {
    background: #f6f7fb;
    margin-top: 0;
}
@media (max-width: 767px) {
    main[data-v-1e4a4525] {
        min-height: 100vh;
        min-width: 100vw;
    }
}
.error-404-page__container[data-v-1e4a4525] {
    padding: 110px 0;
}
@media (max-width: 767px) {
    .error-404-page__container[data-v-1e4a4525] {
        padding: 25px 0;
    }
}
@media (max-width: 400px) {
    .error-404-page__container[data-v-1e4a4525] {
        padding: 0;
    }
}
.error-404-page__content[data-v-1e4a4525] {
    padding-top: 120px;
    margin-bottom: 50px;
    background: url(/img/404-bg.png) no-repeat 100% 0;
}
@media (max-width: 767px) {
    .error-404-page__content[data-v-1e4a4525] {
        background-size: contain;
    }
}
.error-404-page__content h1[data-v-1e4a4525] {
    background-color: #00bbb8;
    background-repeat: repeat-x;
    background-image: linear-gradient(150deg, #0098e1, #00bbb8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30.9rem;
    line-height: 85%;
    margin-top: 40px;
}
@media (max-width: 767px) {
    .error-404-page__content h1[data-v-1e4a4525] {
        font-size: 20rem;
    }
}
@media (max-width: 400px) {
    .error-404-page__content h1[data-v-1e4a4525] {
        font-size: 15rem;
    }
}
.error-404-page__content p[data-v-1e4a4525] {
    font-size: 24px;
    font-weight: 700;
    color: #4d4d4d;
    margin-bottom: 65px;
    margin-top: 30px;
}
.error-404-page__content .btn-404[data-v-1e4a4525] {
    background-color: #00aeff;
    color: #fff;
    transition: all 0.2s;
    padding: 15px 28px;
    font-size: 1.5rem;
    font-weight: 400;
    border-radius: 4px;
    line-height: 2rem;
}
.error-404-page__content .btn-404[data-v-1e4a4525]:hover {
    color: #fff;
    box-shadow: 2.736px 7.518px 20px 0 rgba(0, 0, 0, 0.15);
    background-color: #00aeff;
    border-color: transparent;
}
.nuxt-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 0;
    opacity: 1;
    transition: width 0.1s, opacity 0.4s;
    background-color: #007cf5;
    z-index: 999999;
}
.wedevs__mobile_bottom_to_top_btn[data-v-34e37628] {
    width: 45px;
    height: 45px;
    position: fixed;
    left: 18px;
    background: linear-gradient(180deg, #00aeef, #0f5ec9);
    box-shadow: 0 20px 30px 0 rgba(17, 31, 98, 0.08);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 15px;
    line-height: 100%;
    cursor: pointer;
    bottom: 25px;
    z-index: 99999;
    display: none;
}
.wedevs__mobile_bottom_to_top_btn[data-v-34e37628]:focus {
    outline: 0;
}
.wedevs__mobile_bottom_to_top_btn[data-v-34e37628]:hover {
    color: #fff;
}
@media (max-width: 767px) {
    .wedevs__mobile_bottom_to_top_btn[data-v-34e37628] {
        display: flex;
    }
}
@-webkit-keyframes show_notification-data-v-5760096b {
    0% {
        opacity: 0;
        margin-top: 10px;
    }
    10% {
        opacity: 0;
        visibility: hidden;
        margin-top: 10px;
    }
    15% {
        opacity: 1;
        visibility: visible;
        margin-top: 0;
    }
    85% {
        opacity: 1;
        visibility: visible;
        margin-top: 0;
    }
    90% {
        opacity: 0;
        visibility: hidden;
        margin-top: -10px;
    }
    to {
        opacity: 0;
        margin-top: -10px;
    }
}
@keyframes show_notification-data-v-5760096b {
    0% {
        opacity: 0;
        margin-top: 10px;
    }
    10% {
        opacity: 0;
        visibility: hidden;
        margin-top: 10px;
    }
    15% {
        opacity: 1;
        visibility: visible;
        margin-top: 0;
    }
    85% {
        opacity: 1;
        visibility: visible;
        margin-top: 0;
    }
    90% {
        opacity: 0;
        visibility: hidden;
        margin-top: -10px;
    }
    to {
        opacity: 0;
        margin-top: -10px;
    }
}
.customer__info[data-v-5760096b] {
    display: flex;
    align-items: center;
}
.customer__info span[data-v-5760096b]:first-child {
    font-size: 105%;
}
.customer__info .customer__from[data-v-5760096b] {
    font-size: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.customer__info .customer__from em[data-v-5760096b] {
    padding: 0 3px;
    font-weight: 400;
}
.sales__report[data-v-5760096b] {
    position: fixed;
    min-width: 290px;
    max-width: 100%;
    width: auto;
    top: calc(100% - 100px);
    left: 20px;
    z-index: 9999998;
}
@media (max-width: 767px) {
    .sales__report[data-v-5760096b] {
        left: 50%;
        width: 300px;
        transform: translate(-50%, -50px);
    }
}
.sales__report .sales__item[data-v-5760096b] {
    position: relative;
    padding-right: 10px;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 60px;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    top: 0;
    width: 100%;
    margin-top: 10px;
    box-shadow: 1px 1px 15px 2px rgba(0, 0, 0, 0.15);
}
.sales__report .sales__item.show__notification[data-v-5760096b] {
    z-index: 9999;
    -webkit-animation-name: show_notification-data-v-5760096b;
    animation-name: show_notification-data-v-5760096b;
    -webkit-animation-duration: 11s;
    animation-duration: 11s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.sales__report .sales__item.show__notification[data-v-5760096b]:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.sales__report .sales__item[data-v-5760096b]:hover {
    border-color: #dcdcdc;
}
.sales__report .sales__item:hover .close_notification[data-v-5760096b] {
    opacity: 1;
}
.sales__report .customer__thumb[data-v-5760096b] {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: #ddd;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
}
.sales__report .customer__thumb img[data-v-5760096b] {
    max-width: 65px;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    pointer-events: none;
}
.sales__report .sales__info[data-v-5760096b] {
    margin: 10px;
    font-size: 13px;
}
.sales__report .product__name[data-v-5760096b] {
    color: #41495b;
    margin-bottom: 2px;
    font-size: 14px;
}
.sales__report .customer__name[data-v-5760096b] {
    font-size: 12px;
    color: #8993aa;
}
.sales__report .purchase_time[data-v-5760096b] {
    color: #b0bbd7;
    font-size: 10px;
}
.sales__report .customer__name[data-v-5760096b],
.sales__report .product__name[data-v-5760096b],
.sales__report .sales__info[data-v-5760096b] {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sales__report .close_notification[data-v-5760096b] {
    font-size: 9px;
    font-weight: 900;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: -12px;
    z-index: 9999999;
    display: inline-block;
    padding: 3px;
}
@media (min-width: 991px) {
    .sales__report .close_notification[data-v-5760096b] {
        opacity: 0;
    }
}
.sales__report .close_notification[data-v-5760096b]:hover {
    color: red;
}
.campaign[data-v-54acc9ce] {
    height: 90px;
    display: none;
    overflow: hidden;
    position: relative;
    background: #121212;
    z-index: 99;
}
@media (min-width: 991px) {
    .campaign[data-v-54acc9ce] {
        overflow: hidden;
    }
}
@media (max-width: 991px) {
    .campaign[data-v-54acc9ce] {
        height: 100px;
    }
}
.campaign.is-close[data-v-54acc9ce] {
    display: none !important;
}
.campaign.dokan-mobile-app .campaign__container .optin__discount[data-v-54acc9ce] {
    position: relative;
    top: 0;
}
.campaign .campaign__container[data-v-54acc9ce] {
    display: flex;
    align-items: center;
    height: 90px;
}
@media (max-width: 991px) {
    .campaign .campaign__container[data-v-54acc9ce] {
        flex-direction: column;
    }
}
.campaign .campaign__logo[data-v-54acc9ce] {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 38px;
}
@media (max-width: 991px) {
    .campaign .campaign__logo[data-v-54acc9ce] {
        margin-left: -15px;
        max-width: 75%;
		text-align: center;
		font-size: 65%;
    }
}
.campaign .campaign__logo img[data-v-54acc9ce],
.campaign .optin__discount[data-v-54acc9ce] {
    display: block;
}
@media (max-width: 991px) {
    .campaign .optin__discount[data-v-54acc9ce] {
        max-width: 50%;
        margin: 5px 0 2px;
    }
}
.campaign .capmaign__countdown[data-v-54acc9ce] {
    margin-top: 5px;
    margin-left: 28px;
}
@media (max-width: 991px) {
    .campaign .capmaign__countdown[data-v-54acc9ce] {
        margin: 5px 0;
    }
}
.campaign .capmaign__countdown .countdown__wrap[data-v-54acc9ce] {
    height: 100%;
    display: flex;
    align-items: center;
    color: red;
    text-align: center;
    margin-left: auto;
}
.campaign .capmaign__countdown .countdown__wrap > div[data-v-54acc9ce] {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    line-height: 1.2em;
}
@media (max-width: 991px) {
    .campaign .capmaign__countdown .countdown__wrap > div[data-v-54acc9ce] {
        padding: 0 10px;
    }
}
.campaign .capmaign__countdown .countdown__wrap > div span[data-v-54acc9ce] {
    color: #fff;
}
.campaign .capmaign__countdown .countdown__wrap > div span[data-v-54acc9ce]:first-child {
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
}
.campaign .capmaign__countdown .countdown__wrap > div span[data-v-54acc9ce]:last-child {
    font-size: 14px;
    color: #ec4a8b;
}
.campaign .campaign__buttons[data-v-54acc9ce] {
    margin-right: auto;
}
@media (max-width: 991px) {
    .campaign .campaign__buttons[data-v-54acc9ce] {
        margin-right: 0;
    }
}
.campaign .campaign__buttons .btn[data-v-54acc9ce] {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    max-height: 39px;
    background: #2dbe33;
    border-radius: 25px;
    box-shadow: 0 17.0667px 50.9333px rgba(46, 7, 102, 0.283872);
    text-transform: capitalize;
    padding: 14px 30px;
    transition: all 0.15s;
}
.campaign .campaign__buttons .btn[data-v-54acc9ce]:hover {
    background: #239528;
}
.campaign .close-campaign[data-v-54acc9ce] {
    display: none;
}
@media (max-width: 991px) {
    .campaign .close-campaign[data-v-54acc9ce] {
        display: none;
        position: absolute;
        right: 0;
        top: 0;
        width: 30px;
        height: 30px;
        background: #b30000;
        text-align: center;
        line-height: 30px;
        font-size: 10px;
        font-weight: 900;
        color: #fff;
        cursor: pointer;
    }
}
#scrolltotop.campaign-running .campaign[data-v-54acc9ce] {
    display: block;
}
.dokan__optin-coupon-section[data-v-142e3f28] {
    display: inline-block;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: -58px;
    z-index: 9999;
}
@media (max-width: 767px) {
    .dokan__optin-coupon-section[data-v-142e3f28] {
        display: none;
    }
}
.dokan__optin-coupon-section .optin-coupon-wrap[data-v-142e3f28] {
    transform: rotate(-90deg);
    background: #323232;
    box-shadow: 0 22px 79px 0 rgba(0, 0, 0, 0.11);
    width: 166px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}
.dokan__optin-coupon-section .optin-coupon-wrap .coupon-image[data-v-142e3f28] {
    line-height: 0;
    margin-right: 10px;
}
.dokan__optin-coupon-section .optin-coupon-wrap .coupon-image img[data-v-142e3f28] {
    width: 40px;
    transform: rotate(90deg);
}
.dokan__optin-coupon-section .optin-coupon-wrap .coupon-text span[data-v-142e3f28] {
    transform: rotate(-90deg);
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.23px;
    text-transform: uppercase;
}
.whatsapp-chat-icon[data-v-74cc2818] {
    position: fixed;
    bottom: 21px;
    right: 24px;
    z-index: 9999;
    cursor: pointer;
}
.whatsapp-chat-icon .whatsapp-icon[data-v-74cc2818] {
    -webkit-animation: pulseVp-data-v-74cc2818 2s infinite;
    animation: pulseVp-data-v-74cc2818 2s infinite;
    transition: all 0.2s;
    height: 60px;
    width: 60px;
    border-radius: 50%;
}
.whatsapp-chat-icon .hover-overlay[data-v-74cc2818] {
    position: relative;
}
.whatsapp-chat-icon .hover-overlay:hover .overlay-item[data-v-74cc2818] {
    opacity: 1;
    visibility: visible;
}
.whatsapp-chat-icon .overlay-item[data-v-74cc2818] {
    position: absolute;
    right: 0;
    bottom: 100px;
    width: 148px;
    padding: 23px 24px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 50px 70px 0 rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s linear 0s;
}
.whatsapp-chat-icon .overlay-item[data-v-74cc2818]:before {
    content: "";
    position: absolute;
    bottom: -8px;
    right: 17px;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg);
}
.whatsapp-chat-icon .overlay-item .mobile-icon[data-v-74cc2818] {
    height: 27px;
    width: 17px;
    position: relative;
    left: 2px;
}
.whatsapp-chat-icon .overlay-item span[data-v-74cc2818] {
    display: flex;
    align-items: center;
}
.whatsapp-chat-icon .overlay-item a[data-v-74cc2818] {
    color: #596785;
    font-size: 16px;
    letter-spacing: 0.15px;
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 15px;
    display: block;
}
.whatsapp-chat-icon .overlay-item a[data-v-74cc2818]:hover {
    color: #142853;
}
.whatsapp-chat-icon .overlay-item a[data-v-74cc2818]:last-child {
    margin-bottom: 0;
}
.whatsapp-chat-icon .overlay-item span img[data-v-74cc2818] {
    width: 20px;
    margin-right: 15px;
}
@-webkit-keyframes pulseVp-data-v-74cc2818 {
    0% {
        box-shadow: 0 0 0 0 rgba(6, 87, 65, 0.151);
    }
    70% {
        box-shadow: 0 0 0 17px rgba(5, 151, 127, 0);
    }
    to {
        box-shadow: 0 0 0 0 rgba(5, 122, 93, 0);
    }
}
@keyframes pulseVp-data-v-74cc2818 {
    0% {
        box-shadow: 0 0 0 0 rgba(6, 87, 65, 0.151);
    }
    70% {
        box-shadow: 0 0 0 17px rgba(5, 151, 127, 0);
    }
    to {
        box-shadow: 0 0 0 0 rgba(5, 122, 93, 0);
    }
}
/*! minireset.css v0.0.4 | MIT License | github.com/jgthms/minireset.css */
blockquote,
body,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
li,
ol,
p,
pre,
textarea,
ul {
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400;
}
ul {
    list-style: none;
}
button,
input,
select,
textarea {
    margin: 0;
}
html {
    box-sizing: border-box;
	scroll-behavior: smooth;
}
*,
:after,
:before {
    box-sizing: inherit;
}
embed,
iframe:not(.wp-embedded-content),
img,
object,
video {
    height: auto;
    max-width: 100%;
}
iframe {
    border: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
    text-align: right;
}
html {
    font-size: 10px;
}
body {
	direction: rtl;
    font-display: swap;
    line-height: 1.5;
    font-weight: 400;
    color: #8a8a8a;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 1.8rem;
	overflow-x: hidden;
}
.btn,
body,
button,
form *,
input,
select,
textarea {
    font-family: 'IRANYekan', sans-serif;
}
[role="button"] {
    cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%;
}
.h1,
h1 {
    font-size: 3.6rem;
}
.h2,
h2 {
    font-size: 3rem;
}
.h3,
h3 {
    font-size: 2.4rem;
}
.h4,
h4 {
    font-size: 1.8rem;
}
.h5,
h5 {
    font-size: 1.6rem;
}
.h6,
h6 {
    font-size: 1.4rem;
}
p {
    margin: 0 0 15px;
}
.lead {
    margin-bottom: 20px;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
        font-size: 2.1rem;
    }
}
.small,
small {
    font-size: 85%;
}
a:hover {
    text-decoration: underline;
}
ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
    list-style: none;
}
.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    margin-left: -5px;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: "\2014 \00A0";
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.hidden {
    display: none !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.mt-5 {
    margin-top: 5px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mr-10 {
    margin-right: 10px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.pr-10 {
    padding-right: 10px !important;
}
.pl-10 {
    padding-left: 10px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mr-15 {
    margin-right: 15px !important;
}
.pr-15 {
    padding-right: 15px !important;
}
.pl-15 {
    padding-left: 15px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.pl-20 {
    padding-left: 20px !important;
}
.mt-25 {
    margin-top: 25px !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-35 {
    margin-bottom: 35px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-45 {
    margin-bottom: 45px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.pl-60 {
    padding-left: 60px !important;
}
.mt-70 {
    margin-top: 70px !important;
}
.mb-70 {
    margin-bottom: 70px !important;
}
.mb-80 {
    margin-bottom: 80px !important;
}
.mt-90 {
    margin-top: 90px !important;
}
.mb-90 {
    margin-bottom: 90px !important;
}
.pt-90 {
    padding-top: 90px !important;
}
.pb-90 {
    padding-bottom: 90px !important;
}
.mb-95 {
    margin-bottom: 95px !important;
}
.font__size-13 {
    font-size: 13px !important;
}
.font__size-14 {
    font-size: 14px !important;
}
.font__size-15 {
    font-size: 15px !important;
}
.font__size-16 {
    font-size: 16px !important;
}
.font__size-18 {
    font-size: 18px !important;
}
.font__size-19 {
    font-size: 19px !important;
}
.font__size-20 {
    font-size: 20px !important;
}
.font__size-22 {
    font-size: 22px !important;
}
.font__size-28 {
    font-size: 28px !important;
}
.font__size-30 {
    font-size: 30px !important;
}
.font__size-45 {
    font-size: 45px !important;
}
.margin-0 {
    margin: 0 !important;
}
.row.gutter-70 {
    margin: 0 -35px;
}
.row.gutter-70 [class*="col-"] {
    padding: 0 35px;
}
.visible-xs {
    display: none;
}
@media screen and (max-width: 767px) {
    .visible-xs {
        display: block;
    }
}
.hidden-xs {
    display: block;
}
@media screen and (max-width: 767px) {
    .hidden-xs {
        display: none;
    }
}
ol,
ul {
    margin: 0;
    padding: 0;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.icon:before,
[class*="flaticon"]:before {
    margin-left: 0;
    font-size: inherit;
}
.flex {
    display: flex;
    align-items: center;
}
a {
    color: #00aeff;
}
a,
a > * {
    cursor: pointer;
}
a,
a:focus,
a:hover,
a > * {
    outline: none;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #008bcc;
}
.form-control {
    transition: all 0.4s ease-in-out 0s;
}
a {
    transition: all 0.125s ease-in-out 0s;
}
.form-control,
.form-control:focus,
.form-control:hover {
    box-shadow: none;
}
::-moz-selection {
    background-color: #00aeff;
    color: #fff;
}
::selection {
    background-color: #00aeff;
    color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #616161;
    font-weight: 700;
    margin: 0 0 20px;
}
.nav {
    list-style: none;
}
.text-white {
    color: #fff !important;
}
.text-black {
    color: #000 !important;
}
.bg-white {
    background-color: #fff;
}
.text-bold {
    font-weight: 700 !important;
}
.alert {
    margin-top: 15px;
    font-size: 1.6rem;
}
.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5,
.alert p,
.alert span {
    margin: 0;
}
.alert--warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert--success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.d-flex {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.align-items-center {
    align-items: center !important;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 100%;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.mark {
    background-color: #fcf8e3;
    padding: 0.2em;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.separator {
    margin-bottom: 35px;
    margin-top: 15px;
    height: 5px;
    width: 40px;
    border-radius: 10px;
    display: block;
    background: #616161;
}
.separator--wct {
    width: 26px;
    background-color: #d4afee;
}
.section-heading {
    margin-bottom: 75px;
    text-align: center;
}
.section-heading .section-title {
    font-weight: 400;
    font-size: 3.6rem;
    line-height: 5.4rem;
    color: #616161;
    margin-bottom: 15px;
}
.section-heading .section-subtitle {
    width: 62%;
    margin: 0 auto;
    font-size: 1.6rem;
}
@media (max-width: 991px) {
    .section-heading .section-subtitle {
        width: 82%;
    }
}
@media (max-width: 767px) {
    .section-heading .section-subtitle {
        width: 100%;
    }
}
.products-screenshots__container {
    display: flex;
    flex-wrap: wrap;
}
.products-screenshots__container .light-gallery {
    position: relative;
    z-index: 1040;
}
.products-screenshots__container-pm .products-screenshots__single-figure:hover {
    border-color: #6556be;
}
.products-screenshots__container-dokan .products-screenshots__single-figure:hover {
    border-color: #f1634c;
}
.products-screenshots__container .products-screenshots__single {
    margin-bottom: 50px;
}
.products-screenshots__container .products-screenshots__single-figure {
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #ecedef;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    cursor: pointer;
}
@media (min-width: 768px) {
    .products-screenshots__container .products-screenshots__single-figure img {
        max-height: 190px;
    }
}
@media (max-width: 991px) {
    .products-screenshots__container .products-screenshots__single-figure {
        padding: 20px;
    }
}
@media (max-width: 767px) {
    .products-screenshots__container .products-screenshots__single-figure {
        padding: 10px;
    }
}
.products-screenshots__container .products-screenshots__single-caption {
    font-size: 1.8rem;
    line-height: 2rem;
}
.module-badge {
    font-size: 14px;
    border-radius: 3px;
    font-weight: inherit;
    margin: 0 2px;
    padding: 5px 8px 6px;
    color: #fff;
    line-height: 1;
}
@media (max-width: 1200px) {
    .module-badge {
        margin-bottom: 5px;
        margin-top: 5px;
        display: inline-block;
    }
}
.module-badge--enterprise {
    background: #ffb400;
}
.highlight--blue {
    color: #0068f3;
}
.wedevs__section--title {
    opacity: 0.9;
    font-weight: 900;
    color: #000;
    font-size: 4rem;
    letter-spacing: 0.36px;
    text-align: center;
}
.wedevs__section--subtitle {
    opacity: 0.9;
    font-size: 1.8rem;
    color: #4f5b6d;
    letter-spacing: 0.16px;
    text-align: center;
    line-height: 30px;
}
.text-dokan {
    color: #f1634c;
}
.text-wpuf {
    color: #18b99b;
}
.text-pm {
    color: #6556be;
}
.text-weforms {
    color: #7ad376;
}
.text-wct {
    color: #e14cc5;
}
.text-erp {
    color: #2a62c8;
}
.text-appsero {
    color: #5f6be7;
}
.text-happy-addons {
    color: #5930d2;
}
.text-wemail {
    color: #21a0e2;
}
@media (max-width: 767px) {
    .last-order {
        order: 2;
    }
}
.btn {
    font-size: 1.5rem;
    padding: 13px 24px;
    display: inline-flex;
    line-height: 1;
    text-align: center;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    border-radius: 4px;
    cursor: pointer;
}
.btn:not(.btn--outline) {
    border: 0;
}
.btn:focus {
    outline: none;
}
.btn--font-big {
    font-size: 18px;
}
.btn--default {
    color: #007cf5;
    background-color: #fff;
    line-height: 100%;
}
.btn--default:focus,
.btn--default:hover {
    color: #007cf5;
    box-shadow: 2.736px 7.518px 20px 0 rgba(0, 0, 0, 0.15);
}
.btn--primary {
    background-color: rgba(26, 188, 156, 0.86);
    color: #fff;
    border: 0;
    outline: none;
}
.btn--primary:focus,
.btn--primary:hover {
    color: #fff;
    background-color: rgba(26, 188, 156, 0.99);
}
.btn--theme {
    background-color: #007cf5;
    color: #fff;
    border: 0;
    outline: none;
}
.btn--theme:focus,
.btn--theme:hover {
    color: #fff;
    background-color: #0062c2;
}
.btn--round {
    border-radius: 20px;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f1634c;
}
.btn--normal {
    border-radius: 0;
}
.btn--fill--lime-green {
    background: #3bc041;
}
.btn--fill--lime-green:active,
.btn--fill--lime-green:focus,
.btn--fill--lime-green:hover {
    background: #35ac3a;
}
.btn--fill--deep-lilac {
    color: #fff;
    background: #9a59b6;
}
.btn--fill--deep-lilac:active,
.btn--fill--deep-lilac:focus,
.btn--fill--deep-lilac:hover {
    color: #fff;
    background: #8e4bab;
}
.btn--fill--strong-cyan {
    background: #00c5ba;
}
.btn--fill--strong-cyan:active,
.btn--fill--strong-cyan:focus,
.btn--fill--strong-cyan:hover {
    background: #00aca2;
}
.btn--fill--pure-orange {
    background: #ffb400;
}
.btn--fill--pure-orange:active,
.btn--fill--pure-orange:focus,
.btn--fill--pure-orange:hover {
    background: #e6a200;
}
.btn--fill--soft-red {
    background: #f36e53;
}
.btn--fill--soft-red:active,
.btn--fill--soft-red:focus,
.btn--fill--soft-red:hover {
    background: #f15a3b;
}
.btn--fill--strong-blue {
    background: #0093d0;
}
.btn--fill--strong-blue:active,
.btn--fill--strong-blue:focus,
.btn--fill--strong-blue:hover {
    background: #0081b7;
}
.btn__dokan-theme:active,
.btn__dokan-theme:focus,
.btn__dokan-theme:hover {
    color: #fff;
    background: #ed3a1d;
}
.btn__pm-theme,
.btn__project-manager-theme {
    background: #6556be !important;
    color: #fff;
}
.btn__pm-theme:active,
.btn__pm-theme:focus,
.btn__pm-theme:hover,
.btn__project-manager-theme:active,
.btn__project-manager-theme:focus,
.btn__project-manager-theme:hover {
    background: #4d3fa3 !important;
    color: #fff;
}
.btn__wpuf-theme {
    background: #18b99b !important;
    color: #fff;
}
.btn__wpuf-theme:active,
.btn__wpuf-theme:focus,
.btn__wpuf-theme:hover {
    background: #128c75 !important;
    color: #fff;
}
.btn--md {
    padding: 18px 45px;
}
.btn-fill,
.btn-fill:focus,
.btn-fill:hover,
.btn-fill:visited {
    background: #f15b42;
    font-size: 1.5rem;
    padding: 14px 28px;
    color: #fff;
}
.btn-bordered,
.btn-bordered:focus,
.btn-bordered:hover,
.btn-bordered:visited {
    color: #f15b42;
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
}
.container {
    width: 100%;
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}
.row {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -12.5px;
    margin-left: -12.5px;
}
.row.gutter-80 {
    margin-right: -40px;
    margin-left: -40px;
}
.row.gutter-80 [class*="col-"] {
    padding-right: 40px;
    padding-left: 40px;
}
.row.gutter-70 {
    margin-right: -35px;
    margin-left: -35px;
}
.row.gutter-70 [class*="col-"] {
    padding-right: 35px;
    padding-left: 35px;
}
.row.gutter-30 {
    margin-right: -15px;
    margin-left: -15px;
}
.row.gutter-30 [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}
.row.gutter-0 {
    margin-right: 0;
    margin-left: 0;
}
.row.gutter-0 [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.row.reverse {
    flex-direction: row-reverse;
}
.col-xs,
.col-xs-2,
.col-xs-6,
.col-xs-10,
.col-xs-12 {
    flex: 0 0 auto;
    padding-right: 12.5px;
    padding-left: 12.5px;
}
.column-5 {
    flex-basis: 20%;
    max-width: 20%;
}
.col-xs {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
}
.col-xs-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
}
.col-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
}
.col-xs-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
}
.col-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
}
.col-xs-offset-1 {
    margin-left: 8.333%;
}
.center-xs {
    justify-content: center;
    text-align: center;
}
.middle-xs {
    align-items: center;
}
.between-xs {
    justify-content: space-between;
}
@media only screen and (min-width: 48em) {
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        flex: 0 0 auto;
        padding-right: 12.5px;
        padding-left: 12.5px;
    }
    .col-sm-3 {
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex-basis: 33.333%;
        max-width: 33.333%;
    }
    .col-sm-5 {
        flex-basis: 41.667%;
        max-width: 41.667%;
    }
    .col-sm-6 {
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex-basis: 58.333%;
        max-width: 58.333%;
    }
    .col-sm-8 {
        flex-basis: 66.667%;
        max-width: 66.667%;
    }
    .col-sm-9 {
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex-basis: 83.333%;
        max-width: 83.333%;
    }
    .col-sm-11 {
        flex-basis: 91.667%;
        max-width: 91.667%;
    }
    .col-sm-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-sm-offset-1 {
        margin-left: 8.333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.333%;
    }
    .middle-sm {
        align-items: center;
    }
}
@media only screen and (min-width: 62em) {
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-12 {
        flex: 0 0 auto;
        padding-right: 12.5px;
        padding-left: 12.5px;
    }
    .col-md-2 {
        flex-basis: 16.667%;
        max-width: 16.667%;
    }
    .col-md-3 {
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex-basis: 33.333%;
        max-width: 33.333%;
    }
    .col-md-5 {
        flex-basis: 41.667%;
        max-width: 41.667%;
    }
    .col-md-6 {
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex-basis: 58.333%;
        max-width: 58.333%;
    }
    .col-md-8 {
        flex-basis: 66.667%;
        max-width: 66.667%;
    }
    .col-md-9 {
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex-basis: 83.333%;
        max-width: 83.333%;
    }
    .col-md-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-md-offset-1 {
        margin-left: 8.333%;
    }
    .col-md-offset-2 {
        margin-left: 16.667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.333%;
    }
    .col-md-offset-7 {
        margin-left: 58.333%;
    }
    .top-md {
        align-items: flex-start;
    }
    .middle-md {
        align-items: center;
    }
    .bottom-md {
        align-items: flex-end;
    }
}
@media only screen and (min-width: 75em) {
    .col-lg-2,
    .col-lg-5,
    .col-lg-7,
    .col-lg-8,
    .col-lg-10 {
        flex: 0 0 auto;
        padding-right: 12.5px;
        padding-left: 12.5px;
    }
    .col-lg-2 {
        flex-basis: 16.667%;
        max-width: 16.667%;
    }
    .col-lg-5 {
        flex-basis: 41.667%;
        max-width: 41.667%;
    }
    .col-lg-7 {
        flex-basis: 58.333%;
        max-width: 58.333%;
    }
    .col-lg-8 {
        flex-basis: 66.667%;
        max-width: 66.667%;
    }
    .col-lg-10 {
        flex-basis: 83.333%;
        max-width: 83.333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.667%;
    }
}
.site-header:not(.navbar-transparent) {
    background: #fff;
    transition: all 1s ease-in-out !important;
}
@media (max-width: 900px) {
    .site-header.navbar-transparent:not(.fixed-header) .menu-toggle span {
        background: #adadad !important;
    }
}
.site-header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 1;
}
.site-header #site-navigation.main-navigation .sign-in a {
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 12px 20px;
    border-radius: 25px;
}
.site-header #site-navigation.main-navigation .sign-in a:hover {
    color: #fff !important;
}
.site-header #site-navigation.main-navigation .sign-in a.nuxt-link-active {
    color: #fff;
}
.site-header #site-navigation.main-navigation.dokan li:hover > a {
    color: #f1634c;
}
.site-header #site-navigation.main-navigation.dokan li:hover > a svg path {
    fill: #f1634c;
}
.site-header #site-navigation.main-navigation.dokan li a.nuxt-link-exact-active,
.site-header #site-navigation.main-navigation.dokan li a:focus,
.site-header #site-navigation.main-navigation.dokan li a:hover {
    color: #f1634c;
}
.site-header #site-navigation.main-navigation.dokan li.sign-in a {
    background: #f1634c;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
}
.site-header #site-navigation.main-navigation.dokan li.sign-in a:hover {
    background: #c72910;
}
.site-header #site-navigation.main-navigation.dokan li.products-menu > .dropdown-menu {
    min-width: 475px !important;
    padding: 17px 17px 0;
}
.site-header #site-navigation.main-navigation.dokan li.products-menu > .dropdown-menu li.has-nav-thumbnail {
    width: 50%;
    padding: 0;
    box-sizing: border-box;
    border-radius: 5px;
    background: #fff;
}
@media (max-width: 991px) {
    .site-header #site-navigation.main-navigation.dokan li.products-menu > .dropdown-menu li.has-nav-thumbnail {
        width: 100%;
    }
}
.site-header #site-navigation.main-navigation.dokan li.products-menu > .dropdown-menu li.has-nav-thumbnail .link-image {
    min-width: 35px;
    display: inline-table;
}
.site-header #site-navigation.main-navigation.dokan li.products-menu > .dropdown-menu li.has-nav-thumbnail .link-image img {
    max-width: unset;
    width: auto;
    height: auto;
    border-radius: 0;
}
.site-header #site-navigation.main-navigation.dokan li.products-menu > .dropdown-menu li.has-nav-thumbnail a {
    padding: 13px;
}
.site-header #site-navigation.main-navigation.dokan li.products-menu > .dropdown-menu li.has-nav-thumbnail .product-link-content {
    margin-right: 10px;
}
.site-header #site-navigation.main-navigation.dokan li.products-menu > .dropdown-menu li.has-nav-thumbnail .product-link-content .link-sub {
    font-size: 13px;
}
.site-header #site-navigation.main-navigation.dokan li.products-menu > .dropdown-menu li.has-nav-thumbnail.menu-free-tools,
.site-header #site-navigation.main-navigation.dokan li.products-menu > .dropdown-menu li.has-nav-thumbnail.menu-success-stories,
.site-header #site-navigation.main-navigation.dokan li.products-menu > .dropdown-menu li.has-nav-thumbnail.menu-testimonials,
.site-header #site-navigation.main-navigation.dokan li.products-menu > .dropdown-menu li.has-nav-thumbnail.return-and-refund-policy {
    width: 100%;
    border-radius: 0;
    position: relative;
    z-index: 1;
}
.site-header #site-navigation.main-navigation.dokan li.products-menu > .dropdown-menu li.has-nav-thumbnail.menu-free-tools a,
.site-header #site-navigation.main-navigation.dokan li.products-menu > .dropdown-menu li.has-nav-thumbnail.menu-success-stories a,
.site-header #site-navigation.main-navigation.dokan li.products-menu > .dropdown-menu li.has-nav-thumbnail.menu-testimonials a,
.site-header #site-navigation.main-navigation.dokan li.products-menu > .dropdown-menu li.has-nav-thumbnail.return-and-refund-policy a {
    align-items: center;
}
.site-header #site-navigation.main-navigation.dokan li.products-menu > .dropdown-menu li.has-nav-thumbnail.menu-free-tools a:hover,
.site-header #site-navigation.main-navigation.dokan li.products-menu > .dropdown-menu li.has-nav-thumbnail.menu-success-stories a:hover,
.site-header #site-navigation.main-navigation.dokan li.products-menu > .dropdown-menu li.has-nav-thumbnail.menu-testimonials a:hover,
.site-header #site-navigation.main-navigation.dokan li.products-menu > .dropdown-menu li.has-nav-thumbnail.return-and-refund-policy a:hover {
    background: #f8f6f6;
}
.site-header #site-navigation.main-navigation.dokan li.products-menu > .dropdown-menu li.has-nav-thumbnail.menu-free-tools a .product-link-content,
.site-header #site-navigation.main-navigation.dokan li.products-menu > .dropdown-menu li.has-nav-thumbnail.menu-success-stories a .product-link-content,
.site-header #site-navigation.main-navigation.dokan li.products-menu > .dropdown-menu li.has-nav-thumbnail.menu-testimonials a .product-link-content,
.site-header #site-navigation.main-navigation.dokan li.products-menu > .dropdown-menu li.has-nav-thumbnail.return-and-refund-policy a .product-link-content {
    margin-left: 0;
}
.site-header #site-navigation.main-navigation.dokan li.products-menu > .dropdown-menu li.has-nav-thumbnail.menu-free-tools a .link-title,
.site-header #site-navigation.main-navigation.dokan li.products-menu > .dropdown-menu li.has-nav-thumbnail.menu-success-stories a .link-title,
.site-header #site-navigation.main-navigation.dokan li.products-menu > .dropdown-menu li.has-nav-thumbnail.menu-testimonials a .link-title,
.site-header #site-navigation.main-navigation.dokan li.products-menu > .dropdown-menu li.has-nav-thumbnail.return-and-refund-policy a .link-title {
    font-weight: 400;
    transition: all 0.3s;
    color: #786a6e;
}
.site-header #site-navigation.main-navigation.dokan li.products-menu > .dropdown-menu li.has-nav-thumbnail.menu-free-tools a .link-title:hover,
.site-header #site-navigation.main-navigation.dokan li.products-menu > .dropdown-menu li.has-nav-thumbnail.menu-success-stories a .link-title:hover,
.site-header #site-navigation.main-navigation.dokan li.products-menu > .dropdown-menu li.has-nav-thumbnail.menu-testimonials a .link-title:hover,
.site-header #site-navigation.main-navigation.dokan li.products-menu > .dropdown-menu li.has-nav-thumbnail.return-and-refund-policy a .link-title:hover {
    color: #f1634c;
}
.site-header #site-navigation.main-navigation.dokan li.products-menu > .dropdown-menu li.has-nav-thumbnail.menu-free-tools:after,
.site-header #site-navigation.main-navigation.dokan li.products-menu > .dropdown-menu li.has-nav-thumbnail.menu-success-stories:after,
.site-header #site-navigation.main-navigation.dokan li.products-menu > .dropdown-menu li.has-nav-thumbnail.menu-testimonials:after,
.site-header #site-navigation.main-navigation.dokan li.products-menu > .dropdown-menu li.has-nav-thumbnail.return-and-refund-policy:after {
    position: absolute;
    top: 0;
    left: -17px;
    content: "";
    width: calc(100% + 34px);
    height: 100%;
    background: #f8f6f6;
    z-index: -1;
}
@media (max-width: 991px) {
    .site-header #site-navigation.main-navigation.dokan li.products-menu > .dropdown-menu li.has-nav-thumbnail.menu-free-tools:after,
    .site-header #site-navigation.main-navigation.dokan li.products-menu > .dropdown-menu li.has-nav-thumbnail.menu-success-stories:after,
    .site-header #site-navigation.main-navigation.dokan li.products-menu > .dropdown-menu li.has-nav-thumbnail.menu-testimonials:after,
    .site-header #site-navigation.main-navigation.dokan li.products-menu > .dropdown-menu li.has-nav-thumbnail.return-and-refund-policy:after {
        width: 100%;
        left: 0;
    }
}
.site-header #site-navigation.main-navigation.dokan li.products-menu > .dropdown-menu li.has-nav-thumbnail.menu-free-tools {
    margin-top: 13px;
}
.site-header #site-navigation.main-navigation.dokan li.products-menu > .dropdown-menu li.has-nav-thumbnail.menu-free-tools a {
    padding: 20px 13px 3px;
}
.site-header #site-navigation.main-navigation.dokan li.products-menu > .dropdown-menu li.has-nav-thumbnail.menu-free-tools:after {
    border-top: 1px solid #f1ecec;
}
.site-header #site-navigation.main-navigation.dokan li.products-menu > .dropdown-menu li.has-nav-thumbnail.menu-testimonials {
    margin-top: 0;
}
.site-header #site-navigation.main-navigation.dokan li.products-menu > .dropdown-menu li.has-nav-thumbnail.menu-testimonials a {
    padding: 3px 13px;
}
.site-header #site-navigation.main-navigation.dokan li.products-menu > .dropdown-menu li.has-nav-thumbnail.menu-success-stories a {
    padding: 3px 13px 20px;
}
.site-header #site-navigation.main-navigation.wp-project-manager-pro li:hover > a,
.site-header #site-navigation.main-navigation.wp-project-manager-pro li a.nuxt-link-exact-active,
.site-header #site-navigation.main-navigation.wp-project-manager-pro li a:focus,
.site-header #site-navigation.main-navigation.wp-project-manager-pro li a:hover {
    color: #6556be;
}
.site-header #site-navigation.main-navigation.wp-project-manager-pro li.sign-in a {
    background: #6556be;
}
.site-header #site-navigation.main-navigation.wp-project-manager-pro li.sign-in a:hover {
    background: #3b307e;
}
.site-header #site-navigation.main-navigation.wp-user-frontend-pro li:hover > a,
.site-header #site-navigation.main-navigation.wp-user-frontend-pro li a.nuxt-link-exact-active,
.site-header #site-navigation.main-navigation.wp-user-frontend-pro li a:focus,
.site-header #site-navigation.main-navigation.wp-user-frontend-pro li a:hover {
    color: #18b99b;
}
.site-header #site-navigation.main-navigation.wp-user-frontend-pro li.sign-in a {
    background: #18b99b;
}
.site-header #site-navigation.main-navigation.wp-user-frontend-pro li.sign-in a:hover {
    background: #0c5f4f;
}
@media (max-width: 767px) {
    .site-header #site-navigation.main-navigation.woocommerce-conversion-tracking li {
        text-align: left;
    }
}
.site-header #site-navigation.main-navigation.woocommerce-conversion-tracking li:hover > a,
.site-header #site-navigation.main-navigation.woocommerce-conversion-tracking li a.nuxt-link-exact-active,
.site-header #site-navigation.main-navigation.woocommerce-conversion-tracking li a:focus,
.site-header #site-navigation.main-navigation.woocommerce-conversion-tracking li a:hover {
    color: #e14cc5;
}
.site-header #site-navigation.main-navigation.woocommerce-conversion-tracking li.sign-in a {
    background: #e14cc5;
}
.site-header #site-navigation.main-navigation.woocommerce-conversion-tracking li.sign-in a:hover {
    background: #aa1d90;
}
.site-header #site-navigation.main-navigation.wedevs li:hover > a,
.site-header #site-navigation.main-navigation.wedevs li a.nuxt-link-exact-active,
.site-header #site-navigation.main-navigation.wedevs li a:focus,
.site-header #site-navigation.main-navigation.wedevs li a:hover {
    color: #007cf5;
}
.site-header #site-navigation.main-navigation.wedevs li.sign-in a {
    background: #007cf5;
    box-shadow: 1px 25px 42px 0 rgba(0, 118, 255, 0.23);
}
.site-header #site-navigation.main-navigation.wedevs li.sign-in a:hover {
    background: #0055a9;
}
.site-header #site-navigation.main-navigation.wepos #menu-main-menu li .nuxt-link-exact-active {
    color: #3977ff;
}
.site-header #site-navigation.main-navigation.wepos .sign-in a {
    background: #3977ff !important;
    box-shadow: 1px 25px 42px 0 rgba(0, 118, 255, 0.23);
}
.site-header #site-navigation.main-navigation.wepos .sign-in a:hover {
    background: #0654ff !important;
}
@media (max-width: 1140px) {
    .site-header #site-navigation.main-navigation .navbar-right {
        display: none;
    }
}
.site-header .site-branding.dokan .product-logo a {
    background: url(../img/dokan-logo-colored.svg) no-repeat 50%;
    position: relative;
}
.site-header .site-branding.wp-project-manager-pro .product-logo a {
    background: url(/img/logos/pm/pm-logo-colored.svg) no-repeat 50%;
}
.site-header .site-branding.wp-user-frontend-pro .product-logo a {
    background: url(/img/logos/wpuf/wpuf-logo-colored.svg) no-repeat 50%;
}
.site-header .site-branding.weforms .product-logo a {
    background: url(/img/logos/weforms/weforms-logo-colored.svg) no-repeat 50%;
}
.site-header .site-branding.woocommerce-conversion-tracking .product-logo a {
    background: url(/img/logos/wct/wct-logo-colored.svg) no-repeat 50%;
}
.site-header .site-branding.wepos .product-logo a {
    background: url(/img/wepos/wepos-logo.svg) no-repeat 50%;
    background-size: contain;
    background-position: 0;
    height: 31px;
}
.site-header .site-branding.wedevs .site-title {
    display: none;
}
.site-header .site-branding.wedevs .product-logo a {
    width: 157px;
    background: url(../img/wedevs-logo-colored.svg) no-repeat 50%;
    background-size: contain;
}
.site-header .site-branding.wedevs-white .site-title {
    display: none;
}
.site-header .site-branding.wedevs-white .product-logo a {
    width: 150px;
    background: url(../img/wedevs-logo-white.svg) no-repeat 50%;
    background-size: contain;
}
.site-header .site-branding.wecare .site-title {
    display: none;
}
.site-header .site-branding.wecare .product-logo a {
    width: 150px;
    background: url(/img/wecare/wecare-logo-color.svg) no-repeat 50%;
    background-size: contain;
}
.site-header .site-branding.wecare-white .site-title {
    display: none;
}
.site-header .site-branding.wecare-white .product-logo a {
    width: 150px;
    background: url(/img/wecare/wecare-logo-white.svg) no-repeat 50%;
    background-size: contain;
}
.site-header.white-link-color.white-link-color-logo.navbar-transparent:not(.fixed-header) .site-branding.dokan .product-logo a {
    background: url(../img/dokan-logo-colored.svg) no-repeat 50%;
    background-size: contain;
}
.site-header.white-link-color.white-link-color-logo.navbar-transparent:not(.fixed-header) .site-branding .site-title a {
    background: url(../img/wedevs-icon-colored.svg) no-repeat 50%;
}
.site-header.white-link-color.navbar-transparent:not(.fixed-header) .site-branding.dokan .product-logo a {
    background: url(../img/dokan-logo-white.svg) no-repeat 50%;
    background-size: contain;
}
.site-header.white-link-color.navbar-transparent:not(.fixed-header) .site-branding.wp-project-manager-pro .product-logo a {
    background: url(/img/logos/pm/pm-logo-white.svg) no-repeat 50%;
    background-size: contain;
    width: 125px;
    height: 33px;
}
.site-header.white-link-color.navbar-transparent:not(.fixed-header) .site-branding.wp-user-frontend-pro .product-logo a {
    background: url(/img/logos/wpuf/wpuf-logo-white.svg) no-repeat 50%;
    background-size: contain;
}
.site-header.white-link-color.navbar-transparent:not(.fixed-header) .site-branding.wepos .product-logo a {
    background: url(/img/wepos/wepos-logo-white.svg) no-repeat 50%;
    background-size: contain;
}
.site-header.white-link-color.navbar-transparent:not(.fixed-header) .site-branding.woocommerce-conversion-tracking .product-logo a {
    background: url(/img/logos/wct/wct-logo-white.svg) no-repeat 50%;
    background-size: contain;
}
.site-header.white-link-color.navbar-transparent:not(.fixed-header) .site-branding .site-title a {
    background: url(/img/logos/wedevs/wedevs-icon-white.svg) no-repeat 50%;
}
.site-header.white-link-color.navbar-transparent:not(.fixed-header) .main-navigation .nav > li > a {
    color: #fff;
}
.site-header.white-link-color.navbar-transparent:not(.fixed-header) .main-navigation .nav > li > a:active,
.site-header.white-link-color.navbar-transparent:not(.fixed-header) .main-navigation .nav > li > a:focus,
.site-header.white-link-color.navbar-transparent:not(.fixed-header) .main-navigation .nav > li > a:hover {
    color: #007cf5;
}
@media (max-width: 991px) {
    .site-header.white-link-color.navbar-transparent:not(.fixed-header) .main-navigation .nav > li > a {
        color: #616161;
    }
}
.site-header.white-link-color.navbar-transparent:not(.fixed-header) .main-navigation .nav > li > a svg path {
    fill: #fff;
    transition: all 0.25s;
}
.site-header.white-link-color.navbar-transparent:not(.fixed-header) .main-navigation .nav > li > a:hover svg path {
    fill: #e6e6e6 !important;
}
.site-header.white-link-color.navbar-transparent:not(.fixed-header) .main-navigation .flaticon-arrow-down-sign-to-navigate {
    color: #fff;
}
.site-header.white-link-color.navbar-transparent:not(.fixed-header) .main-navigation.dokan:not(.dokan-front-page) .nav > li:hover > a {
    color: #fcdfda !important;
}
@media (max-width: 991px) {
    .site-header.white-link-color.navbar-transparent:not(.fixed-header) .main-navigation.dokan:not(.dokan-front-page) .nav > li:hover > a {
        color: #f1634c !important;
    }
}
.site-header.white-link-color.navbar-transparent:not(.fixed-header) .main-navigation.dokan:not(.dokan-front-page) .nav > li > a.nuxt-link-exact-active,
.site-header.white-link-color.navbar-transparent:not(.fixed-header) .main-navigation.dokan:not(.dokan-front-page) .nav > li > a:focus,
.site-header.white-link-color.navbar-transparent:not(.fixed-header) .main-navigation.dokan:not(.dokan-front-page) .nav > li > a:hover {
    color: #fcdfda !important;
}
@media (max-width: 991px) {
    .site-header.white-link-color.navbar-transparent:not(.fixed-header) .main-navigation.dokan:not(.dokan-front-page) .nav > li > a.nuxt-link-exact-active,
    .site-header.white-link-color.navbar-transparent:not(.fixed-header) .main-navigation.dokan:not(.dokan-front-page) .nav > li > a:focus,
    .site-header.white-link-color.navbar-transparent:not(.fixed-header) .main-navigation.dokan:not(.dokan-front-page) .nav > li > a:hover {
        color: #f1634c !important;
    }
}
.site-header.white-link-color.navbar-transparent:not(.fixed-header) .main-navigation.wp-project-manager-pro .nav > li:hover > a {
    color: #cac5e9 !important;
}
@media (max-width: 991px) {
    .site-header.white-link-color.navbar-transparent:not(.fixed-header) .main-navigation.wp-project-manager-pro .nav > li:hover > a {
        color: #6556be !important;
    }
}
.site-header.white-link-color.navbar-transparent:not(.fixed-header) .main-navigation.wp-project-manager-pro .nav > li > a.nuxt-link-exact-active,
.site-header.white-link-color.navbar-transparent:not(.fixed-header) .main-navigation.wp-project-manager-pro .nav > li > a:focus,
.site-header.white-link-color.navbar-transparent:not(.fixed-header) .main-navigation.wp-project-manager-pro .nav > li > a:hover {
    color: #cac5e9 !important;
}
@media (max-width: 991px) {
    .site-header.white-link-color.navbar-transparent:not(.fixed-header) .main-navigation.wp-project-manager-pro .nav > li > a.nuxt-link-exact-active,
    .site-header.white-link-color.navbar-transparent:not(.fixed-header) .main-navigation.wp-project-manager-pro .nav > li > a:focus,
    .site-header.white-link-color.navbar-transparent:not(.fixed-header) .main-navigation.wp-project-manager-pro .nav > li > a:hover {
        color: #6556be !important;
    }
}
.site-header.white-link-color.navbar-transparent:not(.fixed-header) .main-navigation.wp-user-frontend-pro .nav > li:hover > a {
    color: #7ceed9 !important;
}
@media (max-width: 991px) {
    .site-header.white-link-color.navbar-transparent:not(.fixed-header) .main-navigation.wp-user-frontend-pro .nav > li:hover > a {
        color: #18b99b !important;
    }
}
.site-header.white-link-color.navbar-transparent:not(.fixed-header) .main-navigation.wp-user-frontend-pro .nav > li > a.nuxt-link-exact-active,
.site-header.white-link-color.navbar-transparent:not(.fixed-header) .main-navigation.wp-user-frontend-pro .nav > li > a:focus,
.site-header.white-link-color.navbar-transparent:not(.fixed-header) .main-navigation.wp-user-frontend-pro .nav > li > a:hover {
    color: #7ceed9 !important;
}
@media (max-width: 991px) {
    .site-header.white-link-color.navbar-transparent:not(.fixed-header) .main-navigation.wp-user-frontend-pro .nav > li > a.nuxt-link-exact-active,
    .site-header.white-link-color.navbar-transparent:not(.fixed-header) .main-navigation.wp-user-frontend-pro .nav > li > a:focus,
    .site-header.white-link-color.navbar-transparent:not(.fixed-header) .main-navigation.wp-user-frontend-pro .nav > li > a:hover {
        color: #18b99b !important;
    }
}
.site-header.white-link-color.navbar-transparent:not(.fixed-header) .main-navigation.woocommerce-conversion-tracking .nav > li:hover > a {
    color: #f7cfef !important;
}
@media (max-width: 991px) {
    .site-header.white-link-color.navbar-transparent:not(.fixed-header) .main-navigation.woocommerce-conversion-tracking .nav > li:hover > a {
        color: #e14cc5 !important;
    }
}
.site-header.white-link-color.navbar-transparent:not(.fixed-header) .main-navigation.woocommerce-conversion-tracking .nav > li > a.nuxt-link-exact-active,
.site-header.white-link-color.navbar-transparent:not(.fixed-header) .main-navigation.woocommerce-conversion-tracking .nav > li > a:focus,
.site-header.white-link-color.navbar-transparent:not(.fixed-header) .main-navigation.woocommerce-conversion-tracking .nav > li > a:hover {
    color: #f7cfef !important;
}
@media (max-width: 991px) {
    .site-header.white-link-color.navbar-transparent:not(.fixed-header) .main-navigation.woocommerce-conversion-tracking .nav > li > a.nuxt-link-exact-active,
    .site-header.white-link-color.navbar-transparent:not(.fixed-header) .main-navigation.woocommerce-conversion-tracking .nav > li > a:focus,
    .site-header.white-link-color.navbar-transparent:not(.fixed-header) .main-navigation.woocommerce-conversion-tracking .nav > li > a:hover {
        color: #e14cc5 !important;
    }
}
.site-header {
    transition: transform 0.25s ease-in-out;
    box-shadow: 0 13px 22px -5px rgba(0, 0, 0, 0.06);
    font-size: 14px;
    z-index: 200;
}
@media (max-width: 900px) {
    .site-header .main-navigation .menu-toggle {
        top: 0;
        height: 60px;
    }
}
@media (max-width: 900px) {
    .site-header.fixed-header .main-navigation .menu-toggle {
        height: 50px;
    }
}
.site-header.navbar-transparent {
    padding-top: 21px;
}
@media (max-width: 900px) {
    .site-header.navbar-transparent .row {
        height: auto;
    }
}
.site-header.fixed-header {
    padding-top: 0;
}
@media (max-width: 900px) {
    .site-header.fixed-header .row {
        height: auto;
    }
}
.site-header .row {
    display: flex;
    align-items: center;
}
@media (max-width: 900px) {
    .site-header .row {
        height: 60px;
    }
}
.site-header .main-navigation {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 900px) {
    .site-header .main-navigation .nav.wedevs-main-nav > li > a {
        display: flex;
    }
}
.site-header .main-navigation.mobile-menu-active .nav li.active .dropdown-menu {
    visibility: visible;
    opacity: 1;
    display: block;
    padding-right: 30px;
}
@media (max-width: 880px) {
    .site-header .main-navigation .menu-toggle {
        display: flex;
    }
}
@media (max-width: 575px) {
    .site-header .main-navigation .menu-toggle {
        margin-left: 0 !important;
    }
}
@media (min-width: 901px) {
    .site-header .menu-toggle {
        display: none;
    }
}
.site-header .site-branding {
    display: flex;
}
@media (min-width: 767px) {
    .site-header .site-branding {
        align-items: center;
    }
}
.site-header .site-branding .site-title {
    margin-bottom: 0;
    padding-bottom: 0;
    display: inline-block;
}
.site-header .site-branding .site-title a {
    height: 30px;
    width: 30px;
    background: url(../img/wedevs-logo.svg) no-repeat 50%;
    margin-left: 29px;
    text-decoration: none;
    outline: 0 none;
    display: flex;
    opacity: 1;
    transition: opacity 0.3s ease;
    position: relative;
}
.site-header .site-branding .site-title a:after {
    width: 1px;
    height: 100%;
    content: "";
    background: #eee;
    position: absolute;
    left: -16px;
    top: 0;
    pointer-events: none;
}
.site-header .site-branding .site-title a:hover {
    opacity: 0.7;
}
.site-header .site-branding .product-logo {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.site-header .site-branding .product-logo a {
    text-decoration: none;
    width: 95px;
    height: 34px;
    text-align: center;
    outline: 0 none;
    display: flex;
    align-items: center;
}
.site-header .site-branding.wp-project-manager-pro .site-title a {
    margin-left: 16px;
}
.site-header .site-branding.wp-project-manager-pro .site-title a:after {
    left: -9px;
}
.site-header .site-branding.woocommerce-conversion-tracking .product-logo a.woocommerce-conversion-tracking {
    background: url(/img/logos/wct/wct-logo-colored.svg) no-repeat 50%;
}
.site-header .wedevs-main-nav {
    display: flex;
}
.site-header .wedevs-main-nav .menu__for_only_mobile {
    display: none;
}
@media (max-width: 991px) {
    .site-header .wedevs-main-nav .menu__for_only_mobile {
        display: block;
    }
}
.site-header .nav {
    display: flex;
    align-items: center;
}
.site-header .nav > li {
    position: relative;
}
.site-header .nav > li.active a .mobile-menu-dropdown-arrow-btn {
    transform: rotate(180deg);
}
.site-header .nav > li.active > a {
    color: #f1634c;
}
.site-header .nav > li.active > a .mobile-menu-dropdown-arrow-btn {
    transform: rotate(180deg);
}
.site-header .nav > li.active > a .mobile-menu-dropdown-arrow-btn i {
    pointer-events: none;
}
.site-header .nav > li:focus a,
.site-header .nav > li:hover a {
    color: #007cf5;
    background-color: transparent;
}
.site-header .nav > li > a {
    color: #616161;
    padding: 20px 16px;
    display: inline-flex;
    align-items: center;
}
.site-header .nav > li > a .flaticon-arrow-down-sign-to-navigate {
    font-size: 10px;
    padding-left: 5px;
    display: inline-block;
    pointer-events: none;
    line-height: 100%;
}
.site-header .nav > li > a .mobile-menu-dropdown-arrow-btn {
    float: right;
    text-align: center;
    outline: 0;
    border: 1px solid #ababab;
    background: transparent;
    display: flex;
    align-items: center;
    padding: 9px 10px;
    justify-content: center;
    margin-top: -6px;
    position: relative;
    z-index: 230;
    margin-right: -14px;
    cursor: pointer;
}
@media (max-width: 991px) {
    .site-header .nav > li > a .mobile-menu-dropdown-arrow-btn {
        margin-left: auto;
    }
}
@media (min-width: 901px) {
    .site-header .nav > li > a .mobile-menu-dropdown-arrow-btn {
        display: none;
    }
}
.site-header .nav > li .dropdown-menu {
    top: 105%;
    right: 14px;
    padding: 5px 0;
    margin-top: 10px;
    display: block;
    visibility: hidden;
    opacity: 0;
    border: none;
    border-radius: 5px;
    background-color: #fff;
    transition: all 0.4s;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.17);
    position: absolute;
}
.site-header .nav > li .dropdown-menu:after,
.site-header .nav > li .dropdown-menu:before {
    bottom: 100%;
    right: 15%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.site-header .nav > li .dropdown-menu:after {
    border-color: hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0) #fff;
    border-width: 6px;
    margin-right: -6px;
}
.site-header .nav > li .dropdown-menu:before {
    border-color: hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0) #fff;
    border-width: 7px;
    margin-right: -7px;
}
.site-header .nav > li .dropdown-menu a {
    position: relative;
    overflow: hidden;
    padding: 9px 25px;
    font-size: 14px;
    transition: color 0.35s ease;
    display: block;
    color: #616161;
    white-space: nowrap;
}
.site-header .nav > li .dropdown-menu a.is-current,
.site-header .nav > li .dropdown-menu a:hover {
    color: #007cf5;
    background-color: transparent;
}
.site-header .nav > li .dropdown-menu a.is-current:before,
.site-header .nav > li .dropdown-menu a:hover:before {
    right: 0;
}
.site-header .nav > li .dropdown-menu .active a {
    background-color: transparent;
    color: #f1634c;
}
.site-header .nav > li:focus,
.site-header .nav > li:hover {
    outline: none;
}
.site-header .nav > li:focus .dropdown-menu,
.site-header .nav > li:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    margin-top: 10px;
    top: 80%;
}
.site-header .nav > li.products-menu > .dropdown-menu {
    min-width: 840px;
    padding: 24px;
    background: #fff;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 900px) {
    .site-header .nav > li.products-menu > .dropdown-menu {
        max-width: inherit !important;
        min-width: inherit !important;
        width: 100%;
        padding: 0 !important;
        margin: 0 !important;
    }
}
.site-header .nav > li.products-menu > .dropdown-menu:after,
.site-header .nav > li.products-menu > .dropdown-menu:before {
    right: 30px;
}
.site-header .nav > li.products-menu > .dropdown-menu li.has-nav-thumbnail {
    width: 33.33%;
    padding: 0;
    box-sizing: border-box;
    border-radius: 5px;
    background: #fff;
}
.site-header .nav > li.products-menu > .dropdown-menu li.has-nav-thumbnail a {
    padding: 13px 17px;
    display: flex;
    color: #8a8a8a;
    white-space: unset;
    border-radius: 5px;
    transition: all 0.2s;
}
@media (max-width: 991px) {
    .site-header .nav > li.products-menu > .dropdown-menu li.has-nav-thumbnail a {
        padding: 10px;
    }
}
.site-header .nav > li.products-menu > .dropdown-menu li.has-nav-thumbnail a:active,
.site-header .nav > li.products-menu > .dropdown-menu li.has-nav-thumbnail a:focus,
.site-header .nav > li.products-menu > .dropdown-menu li.has-nav-thumbnail a:hover {
    background-color: #eff4f4;
    opacity: 1;
    color: #616161 !important;
}
.site-header .nav > li.products-menu > .dropdown-menu li.has-nav-thumbnail .link-image {
    width: 35px;
    display: inline-table;
}
.site-header .nav > li.products-menu > .dropdown-menu li.has-nav-thumbnail .link-image img {
    max-width: 35px;
    width: 35px;
    height: auto;
    border-radius: 50%;
}
.site-header .nav > li.products-menu > .dropdown-menu li.has-nav-thumbnail .product-link-content {
    margin-right: 15px;
}
.site-header .nav > li.products-menu > .dropdown-menu li.has-nav-thumbnail .product-link-content .link-title {
    display: block;
    padding-top: 0;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #000;
}
.site-header .nav > li.products-menu > .dropdown-menu li.has-nav-thumbnail .product-link-content .link-title .new__label {
    background: #fea04f;
    padding: 2px 5px;
    margin-right: 5px;
    font-size: 11px;
    border-radius: 3px;
    color: #fff;
}
.site-header .nav > li.products-menu > .dropdown-menu li.has-nav-thumbnail .product-link-content .link-sub {
    padding-left: 8%;
    display: block;
    color: #637178;
}
.site-header .nav > li.products-menu > .dropdown-menu li.menu-dokan-multivendor > a.active .link-title,
.site-header .nav > li.products-menu > .dropdown-menu li.menu-dokan-multivendor > a:active .link-title,
.site-header .nav > li.products-menu > .dropdown-menu li.menu-dokan-multivendor > a:focus .link-title,
.site-header .nav > li.products-menu > .dropdown-menu li.menu-dokan-multivendor > a:hover .link-title {
    color: #f1634c;
}
.site-header .nav > li.products-menu > .dropdown-menu li.menu-dokan-multivendor > a .link-image img {
    box-shadow: 0 5px 15px 0 rgba(254, 139, 119, 0.3);
}
.site-header .nav > li.products-menu > .dropdown-menu li.menu-wp-project-manager-pro > a.active .link-title,
.site-header .nav > li.products-menu > .dropdown-menu li.menu-wp-project-manager-pro > a:active .link-title,
.site-header .nav > li.products-menu > .dropdown-menu li.menu-wp-project-manager-pro > a:focus .link-title,
.site-header .nav > li.products-menu > .dropdown-menu li.menu-wp-project-manager-pro > a:hover .link-title {
    color: #6556be;
}
.site-header .nav > li.products-menu > .dropdown-menu li.menu-wp-project-manager-pro > a .link-image img {
    box-shadow: 0 5px 15px 0 rgba(98, 85, 217, 0.3);
}
.site-header .nav > li.products-menu > .dropdown-menu li.menu-wp-user-frontend-pro > a.active .link-title,
.site-header .nav > li.products-menu > .dropdown-menu li.menu-wp-user-frontend-pro > a:active .link-title,
.site-header .nav > li.products-menu > .dropdown-menu li.menu-wp-user-frontend-pro > a:focus .link-title,
.site-header .nav > li.products-menu > .dropdown-menu li.menu-wp-user-frontend-pro > a:hover .link-title {
    color: #18b99b;
}
.site-header .nav > li.products-menu > .dropdown-menu li.menu-wp-user-frontend-pro > a .link-image img {
    box-shadow: 0 5px 15px 0 rgba(11, 193, 129, 0.3);
}
.site-header .nav > li.products-menu > .dropdown-menu li.menu-happy-addons > a.active .link-title,
.site-header .nav > li.products-menu > .dropdown-menu li.menu-happy-addons > a:active .link-title,
.site-header .nav > li.products-menu > .dropdown-menu li.menu-happy-addons > a:focus .link-title,
.site-header .nav > li.products-menu > .dropdown-menu li.menu-happy-addons > a:hover .link-title {
    color: #e2498a;
}
.site-header .nav > li.products-menu > .dropdown-menu li.menu-happy-addons > a .link-image img {
    box-shadow: 0 5px 15px 0 rgba(203, 71, 150, 0.3);
}
.site-header .nav > li.products-menu > .dropdown-menu li.menu-wepos > a.active .link-title,
.site-header .nav > li.products-menu > .dropdown-menu li.menu-wepos > a:active .link-title,
.site-header .nav > li.products-menu > .dropdown-menu li.menu-wepos > a:focus .link-title,
.site-header .nav > li.products-menu > .dropdown-menu li.menu-wepos > a:hover .link-title {
    color: #3977ff;
}
.site-header .nav > li.products-menu > .dropdown-menu li.menu-wepos > a .link-image img {
    box-shadow: 0 5px 15px 0 rgba(38, 172, 254, 0.3);
}
.site-header .nav > li.products-menu > .dropdown-menu li.menu-wc-conversion-tracking > a.active .link-title,
.site-header .nav > li.products-menu > .dropdown-menu li.menu-wc-conversion-tracking > a:active .link-title,
.site-header .nav > li.products-menu > .dropdown-menu li.menu-wc-conversion-tracking > a:focus .link-title,
.site-header .nav > li.products-menu > .dropdown-menu li.menu-wc-conversion-tracking > a:hover .link-title {
    color: #e14cc5;
}
.site-header .nav > li.products-menu > .dropdown-menu li.menu-wc-conversion-tracking > a .link-image img {
    box-shadow: 0 5px 15px 0 rgba(197, 110, 232, 0.3);
}
.site-header .nav > li.products-menu > .dropdown-menu li.menu-wp-erp > a.active .link-title,
.site-header .nav > li.products-menu > .dropdown-menu li.menu-wp-erp > a:active .link-title,
.site-header .nav > li.products-menu > .dropdown-menu li.menu-wp-erp > a:focus .link-title,
.site-header .nav > li.products-menu > .dropdown-menu li.menu-wp-erp > a:hover .link-title {
    color: #2a62c8;
}
.site-header .nav > li.products-menu > .dropdown-menu li.menu-wp-erp > a .link-image img {
    box-shadow: 0 5px 15px 0 rgba(0, 99, 235, 0.3);
}
.site-header .nav > li.products-menu > .dropdown-menu li.menu-view-all-products {
    border: 10px solid #fff;
}
@media (max-width: 900px) {
    .site-header .nav > li.products-menu > .dropdown-menu li.menu-view-all-products {
        border-left-width: 0;
        border-right-width: 0;
    }
}
.site-header .nav > li.products-menu > .dropdown-menu li.menu-view-all-products a {
    background: #edf6fe;
    font-size: 16px;
    color: #1786f3;
    letter-spacing: 0.15px;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.site-header .nav > li.products-menu > .dropdown-menu li.menu-view-all-products a span {
    margin-left: 10px;
    transition: all 0.3s;
}
.site-header .nav > li.products-menu > .dropdown-menu li.menu-view-all-products a:hover {
    background: #007cf5;
    color: #fff !important;
}
.site-header .nav > li.products-menu > .dropdown-menu li.menu-view-all-products a:hover span {
    margin-left: 20px;
}
@media (max-width: 991px) {
    .site-header .navbar-right {
        display: none;
    }
}
.site-header .navbar-right {
    margin-bottom: 0;
}
.site-header .navbar-right li {
    display: inline-block;
}
.site-header .navbar-right li a {
    padding: 20px 19px;
    display: inline-flex;
    align-items: center;
}
.site-header .navbar-right li a i {
    font-size: 16px;
}
.site-header .navbar-right li .dropdown-menu:after,
.site-header .navbar-right li .dropdown-menu:before {
    left: auto;
    right: 25%;
}
.site-header.navbar-transparent:not(.fixed-header) {
    background-color: transparent;
    box-shadow: none;
    position: absolute;
    top: 0;
    width: 100%;
}
.site-header.navbar-transparent:not(.fixed-header) .nav.wedevs-main-nav > li:hover > a {
    color: #007cf5;
}
.site-header.navbar-transparent:not(.fixed-header) .nav.wedevs-main-nav > li > a {
    font-family: 'IRANYekan';
    font-size: 15px;
    color: #797979;
    letter-spacing: 0.14px;
    display: block;
}
.site-header.navbar-transparent:not(.fixed-header) .navbar-right > li:hover > a {
    color: #007cf5;
}
.site-header.navbar-transparent:not(.fixed-header) .navbar-right > li > a {
    font-family: 'IRANYekan';
    font-size: 15px;
    color: #98a3b3;
    letter-spacing: 0.14px;
}
.site-header.navbar-transparent:not(.fixed-header) .navbar-right > li > a svg {
    transition: all 0.25s;
}
.site-header.navbar-transparent:not(.fixed-header) .navbar-right > li.add-cart a .badge {
    background-color: #fff;
    color: #f1634c;
}
.site-header.fixed-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1030;
    background-color: #fff;
    box-shadow: 0 13px 22px -5px rgba(0, 0, 0, 0.06);
}
.site-header.fixed-header .site-branding.wedevs-white .product-logo a {
    background: url(../img/wedevs-logo-colored.svg) no-repeat 50%;
    background-size: contain;
}
.site-header.fixed-header .site-branding.wecare-white .product-logo a {
    background: url(/img/wecare/wecare-logo-color.svg) no-repeat 50%;
    background-size: contain;
}
@media (max-width: 1199px) {
    .site-header .nav > li.products-menu > .dropdown-menu {
        min-width: 600px;
    }
}
@media (max-width: 1199px) {
    .site-header .nav > li.products-menu > .dropdown-menu li.has-nav-thumbnail {
        width: 49%;
    }
}
@media (max-width: 900px) {
    .site-header .main-navigation {
        justify-content: center;
    }
    .site-header .menu-toggle {
        display: block;
        height: 58px;
    }
    .site-header .menu-toggle.active,
    .site-header .menu-toggle:focus,
    .site-header .menu-toggle:visited {
        outline: 0 none;
        background: transparent;
    }
    .site-header .menu-toggle.active span:first-child {
        transform: rotate(135deg) translateX(2px);
    }
    .site-header .menu-toggle.active span:nth-child(2) {
        display: none;
    }
    .site-header .menu-toggle.active span:last-child {
        transform: rotate(45deg) translateX(-2px);
    }
    .site-header .menu-toggle.active + .menu-main-menu-container {
        display: block;
        position: absolute;
        width: 94%;
        left: 3%;
        top: 63px;
        z-index: 130;
        border: 1px solid #ddd;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.075);
        background: #fff;
        padding: 8px 15px;
        max-height: 100vh;
        overflow: auto;
    }
    .site-header .navbar-nav {
        float: none;
        display: block;
    }
    .site-header .navbar-nav > li {
        float: none;
    }
    .site-header .nav.wedevs-main-nav > li > a {
        color: #616161;
    }
}
@media (max-width: 900px) and (max-width: 767px) {
    .site-header .nav.wedevs-main-nav > li > a {
        display: flex;
        justify-content: space-between;
    }
}
@media (max-width: 900px) {
    .site-header .menu-toggle {
        background-color: transparent;
        color: #ababab;
        border: none;
        overflow: hidden;
        width: 62px;
        height: 50px;
        text-indent: -999999999px;
        cursor: pointer;
        z-index: 120;
        position: relative;
        text-align: left;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        outline: 0 none;
        padding: 0;
        margin-left: 40px;
        border-radius: 0;
        position: absolute;
        right: 0;
        top: 8px;
    }
    .site-header .menu-toggle span {
        width: 23px;
        height: 3px;
        background: #ababab;
    }
    .site-header .menu-toggle span:nth-child(2) {
        margin: 3px 0;
    }
    .site-header.fixed-header .menu-toggle {
        top: 0;
    }
    .site-header.fixed-header > .container > .row {
        height: 50px;
    }
    .site-header.navbar-transparent:not(.fixed-header) .nav.wedevs-main-nav > li > a {
        color: #616161;
    }
    .site-header.navbar-transparent:not(.fixed-header) .menu-toggle {
        background-color: transparent;
        color: #ababab;
        border: none;
        overflow: hidden;
        width: 62px;
        height: 50px;
        text-indent: 999999999px;
        cursor: pointer;
        z-index: 120;
        position: relative;
        text-align: right;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        outline: 0 none;
        padding: 0;
        margin-right: 40px;
        border-radius: 0;
        position: absolute;
        left: 0;
		right: auto;
        top: 8px;
    }
    .site-header.navbar-transparent:not(.fixed-header) .menu-toggle span {
        width: 23px;
        height: 3px;
        background: #fff;
    }
    .site-header.navbar-transparent:not(.fixed-header) .menu-toggle span:nth-child(2) {
        margin: 3px 0;
    }
    .site-header.has-parent-logo .site-branding {
        margin-bottom: 10px;
    }
    .site-header.has-parent-logo .main-navigation {
        width: 100%;
    }
    .site-header .nav.navbar-nav > li {
        border-top: 1px solid #eee;
        overflow: hidden;
    }
    .site-header .nav.navbar-nav > li:first-child {
        border-top: none;
    }
    .site-header .nav.navbar-nav > li .dropdown-menu {
        display: none;
        position: relative;
        top: auto;
        left: auto;
        min-width: 100%;
        padding-left: 30px;
        box-shadow: none;
    }
    .site-header .nav.navbar-nav > li .dropdown-menu:after,
    .site-header .nav.navbar-nav > li .dropdown-menu:before {
        display: none;
        position: relative;
    }
    .site-header .nav.navbar-nav > li .dropdown-menu li {
        border-top: 1px solid #eee;
    }
    .site-header .nav.navbar-nav > li .dropdown-menu li.has-nav-thumbnail {
        float: none;
        width: 100%;
        text-align: left;
        border-bottom: none;
    }
}
@media (max-width: 900px) and (max-width: 900px) {
    .site-header .nav.navbar-nav > li .dropdown-menu li.has-nav-thumbnail {
        margin-bottom: 10px;
    }
}
@media (max-width: 900px) {
    .site-header .nav.navbar-nav > li .dropdown-menu li.has-nav-thumbnail a {
        padding: 9px 25px;
    }
    .site-header .nav.navbar-nav > li .dropdown-menu li.has-nav-thumbnail .link-title {
        display: inline-block;
    }
    .site-header .nav.navbar-nav > li .dropdown-menu li.has-nav-thumbnail .link-image img {
        margin-right: 10px;
    }
    .site-header .nav.navbar-nav > li .dropdown-menu li.has-nav-thumbnail:nth-child(odd) {
        border-right: none;
    }
    .site-header .nav.navbar-nav > li .dropdown-menu li a {
        padding: 20px 14px;
    }
    .site-header .main-navigation > div {
        display: none;
    }
}
.site-header.fixed-header .nav > li > a .flaticon-arrow-down-sign-to-navigate {
    padding-left: 5px;
    pointer-events: none;
    margin-top: 4px;
}
@media (max-width: 992px) {
    .mobile-menu-dropdown-arrow-btn .flaticon-arrow-down-sign-to-navigate {
        padding: 0 !important;
        margin: 0 !important;
    }
}
@media (max-width: 900px) {
    .dropdown-toggle > i {
        display: none !important;
    }
}
.wecare_main .add-cart {
    display: none !important;
}
.blog-archive__layout .site-header.navbar-transparent:not(.fixed-header) .menu-toggle span,
.blog__layout .site-header.navbar-transparent:not(.fixed-header) .menu-toggle span,
.blog__single_lp .site-header.navbar-transparent:not(.fixed-header) .menu-toggle span {
    background: #ababab;
}
.product-sign-in a {
    padding: 8px 20px 8px 0 !important;
}
#footer__dokan .footer__copyright {
    color: #9a8080;
}
#footer__dokan .footer__copyright-section {
    border-color: #f0e0e0;
}
#footer__dokan .footer__widget-nav a {
    color: #896e6e;
    transition: all 0.25s;
}
#footer__dokan .footer__widget-nav a:focus,
#footer__dokan .footer__widget-nav a:hover {
    color: #f1634c;
}
#footer__dokan .subscription-input:focus {
    border-color: #f1634c;
}
#footer__dokan .subscription-btn {
    background: #f1634c;
    border: 1px solid #f1634c;
}
#footer__dokan .btn.btn-backtotop,
#footer__dokan .subscription-btn:hover {
    background-image: linear-gradient(-90deg, #fe5196, #f77062);
}
#footer__dokan .btn.btn-backtotop {
    box-shadow: 0 22px 26px 0 rgba(241, 99, 76, 0.26);
}
#footer__dokan .btn.btn-backtotop:hover {
    color: #f1634c;
    background: #fff;
}
#footer__dokan .footer-cta-btn {
    background: #f1634c;
}
#footer__dokan .footer-cta-btn:hover,
#footer__dokan .footer-icon-logo {
    box-shadow: 0 22px 26px 0 rgba(241, 99, 76, 0.26);
}
#footer__dokan .footer__cta-content-text h3 span {
    color: #f1634c;
}
#footer__dokan .footer__cta-content-text p {
    color: #a88682;
}
#footer__project-manager .footer__copyright {
    color: #736789;
}
#footer__project-manager .footer__copyright-section {
    border-color: #d8d8d8;
}
#footer__project-manager .footer__widget-nav a {
    color: #736789;
}
#footer__project-manager .footer__widget-nav a:focus,
#footer__project-manager .footer__widget-nav a:hover {
    color: #6556be;
}
#footer__project-manager .subscription-input:focus {
    border-color: #6556be;
}
#footer__project-manager .subscription-btn {
    background: #6556be;
    border: 1px solid #6556be;
}
#footer__project-manager .btn.btn-backtotop,
#footer__project-manager .subscription-btn:hover {
    background-image: linear-gradient(-90deg, #816dff, #d17aff);
}
#footer__project-manager .btn.btn-backtotop {
    box-shadow: 0 22px 26px 0 rgba(119, 72, 233, 0.26);
}
#footer__project-manager .btn.btn-backtotop:hover {
    color: #6556be;
    background: #fff;
}
#footer__project-manager .footer-cta-btn {
    background: #6556be;
}
#footer__project-manager .footer-cta-btn:hover,
#footer__project-manager .footer-icon-logo {
    box-shadow: 0 22px 26px 0 rgba(119, 72, 233, 0.26);
}
#footer__project-manager .footer__cta-content-text h3 {
    font-weight: 400;
}
#footer__project-manager .footer__cta-content-text h3 span {
    color: #6556be;
    font-weight: 400;
}
#footer__project-manager .footer__cta-content-text p {
    color: #000;
}
#footer__we-forms .footer__copyright {
    color: #215f1e;
}
#footer__we-forms .footer__copyright-section {
    border-color: #f0e0e0;
}
#footer__we-forms .footer__widget-nav a {
    color: #215f1e;
}
#footer__we-forms .footer__widget-nav a:focus,
#footer__we-forms .footer__widget-nav a:hover {
    color: #7ad376;
}
#footer__we-forms .subscription-input:focus {
    border-color: #7ad376;
}
#footer__we-forms .subscription-btn {
    background: #7ad376;
    border: 1px solid #7ad376;
}
#footer__we-forms .btn.btn-backtotop,
#footer__we-forms .subscription-btn:hover {
    background-image: linear-gradient(270deg, #59da92 10%, #47b9a3);
}
#footer__we-forms .btn.btn-backtotop {
    box-shadow: 0 22px 26px 0 rgba(122, 211, 118, 0.26);
}
#footer__we-forms .btn.btn-backtotop:hover {
    color: #7ad376;
    background: #fff;
}
#footer__we-forms .footer-cta-btn {
    background: #7ad376;
}
#footer__we-forms .footer-cta-btn:hover,
#footer__we-forms .footer-icon-logo {
    box-shadow: 0 22px 26px 0 rgba(122, 211, 118, 0.26);
}
#footer__we-forms .footer__cta-content-text h3 span {
    color: #7ad376;
}
#footer__we-forms .footer__cta-content-text p {
    color: #758598;
}
#footer__conversion-tracking .footer__copyright {
    color: #541a49;
}
#footer__conversion-tracking .footer__copyright-section {
    border-color: #f0e0e0;
}
#footer__conversion-tracking .footer__widget-nav a {
    color: #842c73;
}
#footer__conversion-tracking .footer__widget-nav a:focus,
#footer__conversion-tracking .footer__widget-nav a:hover {
    color: #e14cc5;
}
#footer__conversion-tracking .subscription-input:focus {
    border-color: #e14cc5;
}
#footer__conversion-tracking .subscription-btn {
    background: #e14cc5;
    border: 1px solid #e14cc5;
}
#footer__conversion-tracking .btn.btn-backtotop,
#footer__conversion-tracking .subscription-btn:hover {
    background-image: linear-gradient(150deg, #bb6df7 28%, #f9769d);
}
#footer__conversion-tracking .btn.btn-backtotop {
    box-shadow: 0 22px 26px 0 rgba(225, 76, 197, 0.26);
}
#footer__conversion-tracking .btn.btn-backtotop:hover {
    color: #e14cc5;
    background: #fff;
}
#footer__conversion-tracking .footer-cta-btn {
    background: #e14cc5;
}
#footer__conversion-tracking .footer-cta-btn:hover,
#footer__conversion-tracking .footer-icon-logo {
    box-shadow: 0 22px 26px 0 rgba(225, 76, 197, 0.26);
}
#footer__conversion-tracking .footer__cta-content-text h3 span {
    color: #e14cc5;
}
#footer__conversion-tracking .footer__cta-content-text p {
    color: #a88682;
}
#footer__user-frontend .footer__copyright {
    color: #0c5f4f;
}
#footer__user-frontend .footer__copyright-section {
    border-color: #f0e0e0;
}
#footer__user-frontend .footer__widget-nav a {
    color: #0c5f4f;
}
#footer__user-frontend .footer__widget-nav a:focus,
#footer__user-frontend .footer__widget-nav a:hover {
    color: #18b99b;
}
#footer__user-frontend .subscription-input:focus {
    border-color: #18b99b;
}
#footer__user-frontend .subscription-btn {
    background: #18b99b;
    border: 1px solid #18b99b;
}
#footer__user-frontend .btn.btn-backtotop,
#footer__user-frontend .subscription-btn:hover {
    background-image: linear-gradient(135deg, #0daf91, #b1f056);
}
#footer__user-frontend .btn.btn-backtotop {
    box-shadow: 0 22px 26px 0 rgba(24, 185, 155, 0.26);
}
#footer__user-frontend .btn.btn-backtotop:hover {
    color: #18b99b;
    background: #fff;
}
#footer__user-frontend .footer-cta-btn {
    background: #18b99b;
}
#footer__user-frontend .footer-cta-btn:hover,
#footer__user-frontend .footer-icon-logo {
    box-shadow: 0 22px 26px 0 rgba(24, 185, 155, 0.26);
}
#footer__user-frontend .footer__cta-content-text h3 span {
    color: #18b99b;
}
#footer__user-frontend .footer__cta-content-text p {
    color: #a88682;
}
.product__footer {
    padding-top: 165px;
    padding-bottom: 23px;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 991px) {
    .product__footer {
        padding-top: 30px;
    }
}
@media (max-width: 767px) {
    .product__footer {
        text-align: center;
    }
}
.product__footer .footer__copyright {
    color: #000;
}
.footer__copyright-section {
    border-top-width: 1px;
    border-top-style: solid;
    text-align: center;
}
.footer__widget {
    margin-bottom: 60px;
}
.footer__widget.margin-left-20 {
    margin-left: 0;
}
@media (min-width: 1024px) {
    .footer__widget.margin-left-20 {
        margin-left: -20px;
    }
}
.footer__widget.margin-left-50 {
    margin-left: 0;
}
@media (min-width: 1024px) {
    .footer__widget.margin-left-50 {
        margin-left: -50px;
    }
}
.footer__widget-nav a {
    font-size: 16px;
    color: #007cf5;
    letter-spacing: 0.15px;
    line-height: 45px;
    transition: color 0.3s ease;
}
.footer__widget-nav a:focus,
.footer__widget-nav a:hover {
    color: #0062c2;
}
.footer-subscription-form {
    padding-top: 17px;
}
.footer-subscription-form .footer-subscription-form-content {
    display: inline-flex;
    flex-wrap: nowrap;
    box-shadow: 0 9px 30px 0 rgba(0, 0, 0, 0.09);
    width: 80%;
}
@media (max-width: 991px) {
    .footer-subscription-form .footer-subscription-form-content {
        width: 80%;
    }
}
.footer-subscription-form .subscription-input {
    background: #fff;
    border-radius: 3px 0 0 3px;
    font-family: 'IRANYekan';
    font-size: 15px;
    color: hsla(0, 0%, 60.8%, 0.8);
    letter-spacing: 0.14px;
    line-height: 35px;
    font-weight: 700;
    border: 1px solid #fff;
    outline: 0 none;
    padding: 6px 2px 6px 21px;
    width: 100%;
}
.footer-subscription-form .subscription-input:focus {
    border: 1px solid #fff;
}
.footer-subscription-form .subscription-input::placeholder {
    color: hsla(0, 0%, 60.8%, 0.42);
}
.footer-subscription-form .subscription-input::-webkit-input-placeholder {
    color: hsla(0, 0%, 60.8%, 0.42);
}
.footer-subscription-form .subscription-input::-moz-placeholder {
    color: hsla(0, 0%, 60.8%, 0.42);
}
.footer-subscription-form .subscription-input:-ms-input-placeholder {
    color: hsla(0, 0%, 60.8%, 0.42);
}
.footer-subscription-form .subscription-input:-moz-placeholder {
    color: hsla(0, 0%, 60.8%, 0.42);
}
.footer-subscription-form .subscription-btn {
    border-radius: 0 3px 3px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    outline: 0 none;
    width: 58px;
    height: 49px;
    color: #fff;
    cursor: pointer;
    font-size: 2.3rem;
}
.footer__widget-title {
    font-size: 25px;
    color: #382424;
    letter-spacing: 0.23px;
    font-weight: 900;
    margin: 0 0 27px;
}
.footer__widget-title.footer__widget-title--logo {
    text-indent: 9999999px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: auto 100%;
}
@media (max-width: 767px) {
    .footer__widget-title.footer__widget-title--logo {
        background-position: 50%;
    }
}
.footer__copyright {
    margin-top: 8px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.15px;
    line-height: 35px;
}
.btn.btn-backtotop {
    width: 62px;
    text-decoration: none;
    height: 62px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: -40px auto 19px;
    cursor: pointer;
    color: #fff;
    padding: initial;
    transition: all 0.05s;
}
.btn.btn-backtotop:hover {
    background: #fff;
}
.footer__widget-section {
    padding-bottom: 61px;
}
@media (max-width: 560px) {
    .footer__widget-section > div {
        max-width: 100%;
        flex-basis: 100%;
    }
}
.social-nav {
    list-style: none;
    margin: 34px 0 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
}
@media (max-width: 767px) {
    .social-nav {
        justify-content: center;
    }
}
.social-nav li {
    margin-right: 9px;
}
.social-nav li:last-child {
    margin-right: 0;
}
.social-nav a {
    width: 41px;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    opacity: 1;
    color: #fff;
}
.social-nav a:hover {
    opacity: 0.8;
}
.social-nav a.social-nav-facebook {
    background: #3a589b;
}
.social-nav a.social-nav-twitter {
    background: #00adee;
}
.social-nav a.social-nav-linkedin {
    background: #057ab9;
}
.social-nav a.social-nav-youtube {
    background: #bb0003;
}
.footer__cta {
    margin-bottom: 110px;
}
.footer__cta .footer__cta-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 42px 60px 29px;
    background-image: linear-gradient(-183deg, #fff, #fff 79%);
    box-shadow: 0 35px 100px 0 rgba(108, 25, 25, 0.09);
    border-radius: 5px;
}
@media (max-width: 991px) {
    .footer__cta .footer__cta-content {
        padding: 45px 25px 30px;
    }
}
.footer__cta .footer__cta-content .footer-cta-btn {
    border-radius: 3px;
    text-align: center;
    padding: 14px 27px;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.16px;
}
@media (max-width: 800px) {
    .footer__cta .footer__cta-content {
        flex-direction: column;
    }
}
.footer__cta .footer__cta-content-container {
    display: flex;
    max-width: calc(100% - 150px);
}
@media (max-width: 767px) {
    .footer__cta .footer__cta-content-container {
        max-width: none;
    }
}
@media (max-width: 800px) {
    .footer__cta .footer__cta-content-container {
        flex-direction: column;
        text-align: center;
    }
}
.footer__cta .footer-icon-logo {
    border-radius: 50%;
    display: inline-flex;
    margin-right: 28px;
    min-width: 90px;
}
@media (max-width: 800px) {
    .footer__cta .footer-icon-logo {
        margin-right: 0;
    }
}
@media (max-width: 800px) {
    .footer__cta .footer__cta-logo-container {
        margin-bottom: 30px;
    }
}
.footer__cta .footer__cta-btn-container {
    min-width: 150px;
    text-align: right;
    flex-basis: 30%;
}
@media (max-width: 800px) {
    .footer__cta .footer__cta-btn-container {
        margin-bottom: 30px;
    }
}
@media (max-width: 991px) {
    .footer__cta .footer__cta-content-text {
        max-width: 430px;
    }
}
@media (max-width: 800px) {
    .footer__cta .footer__cta-content-text {
        margin-bottom: 40px;
        text-align: center;
    }
}
.footer__cta .footer__cta-content-text h3 {
    font-weight: 700;
    font-size: 36px;
    color: #000;
    letter-spacing: 0.33px;
    text-align: left;
    margin-bottom: 14px;
}
@media (max-width: 800px) {
    .footer__cta .footer__cta-content-text h3 {
        text-align: center;
        font-size: 30px;
    }
}
.footer__cta .footer__cta-content-text h3 span {
    font-weight: 900;
}
.footer__cta .footer__cta-content-text p {
    font-family: 'IRANYekan';
    font-size: 16px;
    color: #000;
    letter-spacing: 0.15px;
    line-height: 24px;
}
.landing-page__banner h2,
.landing-page__banner h3,
.landing-page__banner h4 {
    color: #fff;
}
.landing-page__banner h1,
.landing-page__banner h2 {
    font-size: 45px;
    font-weight: 900;
    line-height: 1.2em;
    text-shadow: 0 0 10px rgba(4, 92, 81, 0.25);
}
.landing-page__banner p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5em;
    text-shadow: 0 0 10px rgba(4, 92, 81, 0.25);
}
.landing-page__banner .buttons-wrapper {
    margin-top: 30px;
}
.landing-page__banner .btn {
    font-weight: 400;
    background-color: #fff;
    padding: 20px 30px 20px 35px;
}
.section__wrapper {
    padding: 110px 0;
}
.section__wrapper .section__header {
    margin-bottom: 70px;
}
.section__wrapper .section__header h2 {
    font-size: 36px;
    color: #3d3d3d;
    margin-top: 0;
    font-weight: 800;
    position: relative;
}
.section__wrapper .section__header h2.has__title__separator {
    margin-bottom: 40px;
}
.section__wrapper .section__header h2.has__title__separator.pm__separator:after {
    background: #6556be;
}
.section__wrapper .section__header h2.has__title__separator.wpuf__separator:after {
    background: #18b99b;
}
.section__wrapper .section__header h2.has__title__separator.wct__separator:after {
    background: #e14cc5;
}
.section__wrapper .section__header h2.has__title__separator:after {
    content: "";
    position: absolute;
    width: 35px;
    height: 5px;
    background: #ff9472;
    border-radius: 5px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    z-index: 1;
}
.wct__platform-features {
    margin: 100px 0;
}
@media (max-width: 767px) {
    .wct__platform-features {
        margin-bottom: 0;
    }
}
.wct__platform-features .wct__feature-row {
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .wct__platform-features .article-widget__content {
        margin-left: 13%;
    }
}
.wct__platform-features .article-widget__content h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4em;
    color: #000;
}
.wct__platform-features .article-widget__content p {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8em;
    color: #8a8a8a;
}
@media (max-width: 767px) {
    .wct__platform-features .article-widget__content .separator {
        margin: 0 auto 20px;
    }
}
@media (max-width: 767px) {
    .section__demo-request .demo-cta {
        padding-left: 20px !important;
        padding-right: 20px !important;
        flex-direction: column;
    }
    .section__demo-request .demo-cta__left {
        flex-direction: column;
        margin-bottom: 20px;
    }
    .section__demo-request .demo-cta__left img {
        margin: 0 0 10px !important;
    }
}
.docs__page-header .page__subtitle {
    font-size: 20px;
    color: #9de0ff;
    letter-spacing: 0.18px;
    text-align: center;
}
.docs__page-header .page__title {
    font-size: 40px;
    color: #fff;
    letter-spacing: 0.36px;
    text-align: center;
    margin-bottom: 35px;
}
@media (max-width: 900px) {
    .site-header.navbar-transparent:not(.fixed-header) {
        padding-top: 17px !important;
    }
    .dokan__feature-page .site-header.navbar-transparent:not(.fixed-header) .menu-toggle span,
    .pm__feature-page .site-header.navbar-transparent:not(.fixed-header) .menu-toggle span,
    .wedevs__all_products_page .site-header.navbar-transparent:not(.fixed-header) .menu-toggle span,
    .wedevs__front_page .site-header.navbar-transparent:not(.fixed-header) .menu-toggle span {
        background: #ababab !important;
    }
}
@media (min-width: 1921px) {
    .inner-page__section-title {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
    }
}
.cookie__policy-notice {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    z-index: 99999;
}
.cookie__policy-notice .cookie__law_text {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    overflow: hidden;
    padding: 20px 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 767px) {
    .cookie__policy-notice .cookie__law_text {
        flex-direction: column;
        text-align: center;
    }
}
.cookie__policy-notice .cookie__law_text span {
    margin-right: 50px;
}
@media (max-width: 767px) {
    .cookie__policy-notice .cookie__law_text span {
        margin-right: 0;
        margin-bottom: 15px;
    }
}
.cookie__policy-notice .cookie__law_text a {
    color: #03a9f4;
    text-decoration: underline;
}
.cookie__policy-notice .cookie__law_text button {
    background: #f3f3f3;
    border: 1px solid #dedede;
    border-radius: 3px;
    color: #2e4453;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 8px 12px;
    white-space: nowrap;
}
.form__field {
    padding: 15px 22px;
    border: 2px solid #e1e6ea;
    border-radius: 3px;
    font-size: 14px;
    resize: none;
}
.form__field:not(.form__field--inline) {
    width: 100%;
}
.access-demo__btn {
    font-size: 16px;
    padding: 5px 15px;
    line-height: inherit;
    height: inherit;
    border-radius: 3px;
    background: #0085ba;
    border: 1px solid #006799;
    border-top-color: #0073aa;
    box-shadow: 0 1px 0 #006799;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
    cursor: pointer;
    transition: all 0.2s;
}
.access-demo__btn:hover {
    background: #006187;
}
.access-demo__btn:focus {
    outline: none;
}
.access-demo__btn.doakn__demo_btn {
    background: #ff5556;
    border-color: #ff5556;
    box-shadow: 0 1px 0 #ff5556;
    text-shadow: 0 -1px 1px #ff5556, 1px 0 1px #ff5556, 0 1px 1px #ff5556, -1px 0 1px #ff5556;
}
.access-demo__btn.doakn__demo_btn:hover {
    background: #ff2223;
    text-shadow: unset;
}
.form__group {
    margin-bottom: 20px;
    color: #888;
}
.form__group label {
    font-weight: 700;
    display: block;
    font-size: 14px;
    line-height: 1.2;
    color: #3d3d3d;
    margin-bottom: 10px;
}
.form__group .required {
    color: #f1634c;
}
.form__group .checkbox__container {
    font-weight: 400;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.form__group .checkbox__container input[type="checkbox"] {
    margin-right: 5px;
}
.form__group .checkbox__container :not(:first-child) {
    margin: 0 5px;
}
.form__group input:focus,
.form__group select:focus,
.form__group textarea:focus {
    outline: 0;
}
button:disabled,
input:disabled {
    background: #d3d3d3;
    pointer-events: none;
    cursor: hand;
}
.btn__dokan-theme {
    background: #f1634c;
    color: #fff;
    border: none;
    border-radius: 3px;
    box-shadow: 2.736px 7.518px 20px 0 rgba(0, 0, 0, 0.15);
}
.custom-select__wrapper {
    position: relative;
}
.custom-select__wrapper:after {
    content: "\f121";
    position: absolute;
    font-family: Flaticon;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    display: inline-block;
    pointer-events: none;
    color: #b6beca;
    font-size: 11px;
}
.custom-select__wrapper select {
    color: #b6beca;
    font-size: 14px;
    width: 100%;
    height: 51px;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.access-demo__form input[type="email"]:focus,
.access-demo__form input[type="number"]:focus,
.access-demo__form input[type="tel"]:focus,
.access-demo__form input[type="text"]:focus,
.access-demo__form input[type="url"]:focus,
.access-demo__form select:focus,
.access-demo__form textarea:focus {
    border: 2px solid #0085ba;
}
.access-demo__form input:focus,
.access-demo__form select:focus,
.access-demo__form textarea:focus {
    outline: none;
}
.access-demo__form input {
    transition: all 0.2s;
}
.access-demo__form .checkbox__container a {
    font-size: 1.4rem;
    transition: all 0.2s;
}
.access-demo__form .checkbox__container a:first-child {
    color: #00a9ff;
}
.access-demo__form .checkbox__container a:first-child:hover {
    color: #0087cc;
}
.access-demo__form .checkbox__container a:last-child {
    color: #e67e22;
}
.access-demo__form .checkbox__container a:last-child:hover {
    color: #bf6516;
}
.access-demo__form.doakn__demo_form input[type="email"]:focus,
.access-demo__form.doakn__demo_form input[type="number"]:focus,
.access-demo__form.doakn__demo_form input[type="tel"]:focus,
.access-demo__form.doakn__demo_form input[type="text"]:focus,
.access-demo__form.doakn__demo_form input[type="url"]:focus,
.access-demo__form.doakn__demo_form select:focus,
.access-demo__form.doakn__demo_form textarea:focus {
    border: 2px solid #ff5556;
}
.access-demo__form.pm__demo_form input[type="email"]:focus,
.access-demo__form.pm__demo_form input[type="number"]:focus,
.access-demo__form.pm__demo_form input[type="text"]:focus,
.access-demo__form.pm__demo_form input[type="url"]:focus {
    border: 2px solid #6556be;
}
.check_item {
    display: inline-block;
    position: relative;
    padding-left: 33px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
    color: #4f5b6d;
    letter-spacing: 0.15px;
    line-height: 23px;
}
.check_item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.check_item .check {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #d8dde3;
}
.check_item input:checked ~ .check {
    background-color: #2196f3;
    border: 1px solid #2196f3;
}
.check:after {
    content: "";
    position: absolute;
    display: none;
}
.check_item input:checked ~ .check:after {
    display: block;
}
.check_item .check:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 11px;
    border: 1px solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.docs__list-panel {
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 991px) {
    .docs__list-panel {
        position: relative;
    }
}
.docs__list-panel .docs__article-list-page .docs_heading .docs__title {
    border-bottom: 1px solid #ecf0f1;
}
.docs__list-panel .docs__article-list-page .docs_heading .font_action {
    display: none;
}
.docs__list-panel .docs_article_single_page .docs__content p {
    line-height: inherit;
}
.docs__list-panel .docs_article_single_page .docs_heading {
    border-bottom: 1px solid #ecf0f1;
    margin: 0 0 30px;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.docs__list-panel .docs_article_single_page .docs_heading .font_action span {
    background: #fff;
    border: 1px solid #ecf0f1;
    width: 37px;
    height: 37px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #4f5b6d;
    font-size: 16px;
    cursor: pointer;
    margin: 0 0 0 15px;
}
.docs__list-panel .docs_article_single_page .docs_heading .font_action span:hover {
    background: #007cf5;
    color: #fff;
}
.docs__list-panel .docs_article_single_page .docs_heading .docs__title {
    font-size: 30px;
    color: #000;
    letter-spacing: 0.27px;
    margin-bottom: 0;
    padding: 0;
}
@media (max-width: 991px) {
    .docs__list-panel .docs_article_single_page .docs_heading .docs__title {
        font-size: 2.3rem;
        line-height: 2.8rem;
        padding-bottom: 12px;
    }
}
.docs__list-panel .docs__list-container {
    flex-basis: 73.6%;
    max-width: 73.6%;
}
@media (max-width: 991px) {
    .docs__list-panel .docs__list-container {
        max-width: 100%;
        flex-basis: 100%;
        border-radius: 5px !important;
        transition: all 0.3s;
    }
}
.docs__list-panel .docs__list-container.docs__sidebar--active {
    transform: translate(235px);
    border-radius: 0 5px 5px 0 !important;
}
.docs__list-panel .docs__sidebar {
    flex-basis: 26.4%;
    max-width: 26.4%;
    background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0), #e0ebf6 98%);
    border-radius: 5px 0 0 5px;
}
@media (max-width: 991px) {
    .docs__list-panel .docs__sidebar {
        z-index: 1;
        position: absolute;
        max-width: 250px;
        flex-basis: 250px;
        height: 100%;
        overflow-y: scroll;
        left: -265px;
        transform: translate(-265px);
        transition: all 0.25s;
    }
    .docs__list-panel .docs__sidebar.docs__sidebar--active {
        left: -15px;
        transform: translate(0);
    }
}
.docs__list-panel .docs__list-container {
    background: #fff;
    box-shadow: 0 40px 70px 0 rgba(0, 0, 0, 0.03);
    border-radius: 0 5px 5px 5px;
    padding: 35px;
}
@media (max-width: 767px) {
    .docs__list-panel .docs__list-container {
        padding: 15px;
    }
}
.docs__list-panel .docs__list-container .docs__title {
    font-size: 30px;
    color: #000;
    letter-spacing: 0.27px;
    margin: 0 0 30px;
    padding: 0 0 30px;
}
@media (max-width: 991px) {
    .docs__list-panel .docs__list-container .docs__title {
        font-size: 2.3rem;
        line-height: 2.8rem;
        padding-bottom: 12px;
    }
}
.docs__list-panel .docs__list-container.docs_article_single_page .article__container ol,
.docs__list-panel .docs__list-container.docs_article_single_page .article__container ul {
    list-style: none;
    counter-reset: li;
}
.docs__list-panel .docs__list-container.docs_article_single_page .article__container ol li,
.docs__list-panel .docs__list-container.docs_article_single_page .article__container ul li {
    position: relative;
    padding-left: 36px;
    color: #000;
    line-height: 39px;
    counter-increment: li;
}
.docs__list-panel .docs__list-container.docs_article_single_page .article__container ol li:before,
.docs__list-panel .docs__list-container.docs_article_single_page .article__container ul li:before {
    content: counter(li);
    width: 27px;
    height: 27px;
    background: #218cf5;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 13px;
    position: absolute;
    left: 0;
    top: 6px;
}
.docs__list-panel .docs__list-container .docs__article-list-page .docs__content ul {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 43px;
}
@media (max-width: 767px) {
    .docs__list-panel .docs__list-container .docs__article-list-page .docs__content ul {
        display: block;
    }
}
.docs__list-panel .docs__list-container .docs__article-list-page .docs__content ul li {
    flex-basis: 100%;
    max-width: 233px;
    min-height: 90px;
    background: #fff;
    border: 1px solid #ecf0f1;
    border-radius: 3px 3px 0 0;
    margin: 0 22px -1px 0;
    position: relative;
    padding: 19px 20px 20px 51px;
}
@media (max-width: 767px) {
    .docs__list-panel .docs__list-container .docs__article-list-page .docs__content ul li {
        max-width: 100%;
        margin-right: 0;
    }
}
.docs__list-panel .docs__list-container .docs__article-list-page .docs__content ul li:hover {
    background: rgba(0, 124, 245, 0.04);
}
.docs__list-panel .docs__list-container .docs__article-list-page .docs__content ul li:hover a {
    color: #000;
    opacity: 1;
}
.docs__list-panel .docs__list-container .docs__article-list-page .docs__content ul li:before {
    position: absolute;
    content: "";
    background: url(../img/file-icon.png);
    width: 16px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 50%;
    left: 20px;
    margin-top: 6px;
}
.docs__list-panel .docs__list-container .docs__article-list-page .docs__content ul li a {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.145455px;
    color: #4f5b6d;
    opacity: 0.9;
}
.docs__list-panel .docs__list-container .docs__content h3:nth-child(2) {
    display: none;
}
.docs__list-panel .docs__list-container .docs__content h3 {
    margin-bottom: 27px;
}
.docs__list-panel .docs__list-container .docs__content h3 a {
    font-size: 24px;
    color: #000;
}
.docs__list-panel .docs__list-container .docs__articles {
    font-size: 24px;
    color: #000;
    letter-spacing: 0.22px;
}
.docs__list-panel .docs__list-container .articel__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
}
.docs__list-panel .docs__list-container .articel__list li {
    flex-basis: 33.33%;
    max-width: 33.33%;
    padding: 0 16px;
}
.docs__list-panel .docs__list-container .articel__list li:nth-child(n + 4) a {
    border-top: 0;
    border-radius: 0;
}
.docs__list-panel .docs__list-container .articel__list li a {
    background: url(../img/list-style-image.svg), #fff;
    background-repeat: no-repeat;
    background-position: 20px 16px;
    border-radius: 4px 4px 0 0;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 15px 20px 15px 52px;
    border: 1px solid #ecf0f1;
    font-size: 16px;
    color: #4f5b6d;
    letter-spacing: 0.16px;
    transition: all 0.3s ease;
}
.docs__list-panel .docs__list-container .articel__list li a:hover {
    color: #007cf5;
    background-position: 30px 16px;
}
.docs__content {
    color: #637178;
    font-size: 16px;
    line-height: 1.5em;
}
.docs__content .youtube__embed-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.docs__content .youtube__embed-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.docs__content h1,
.docs__content h2,
.docs__content h3,
.docs__content h4,
.docs__content h5,
.docs__content h6 {
    color: #000;
    margin: 20px 0 10px;
    line-height: 1.4em;
}
.docs__content div,
.docs__content li,
.docs__content p,
.docs__content span,
.docs__content td {
    color: inherit;
    line-height: 24px;
}
.docs__content ol,
.docs__content ul {
    list-style-position: inside;
    margin-bottom: 20px;
}
.docs__content ol li,
.docs__content ul li {
    margin-bottom: 10px;
}
.docs__content img {
    margin-bottom: 10px;
    margin-top: 10px;
}
.docs__content pre {
    display: block;
    padding: 8.5px;
    margin: 0 0 9px;
    word-wrap: break-word;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}
.docs__content code {
    padding: 3px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
.docs__content figure {
    width: 100% !important;
}
.docs__react-action {
    background-image: linear-gradient(266deg, hsla(0, 0%, 100%, 0.51), #f1f3f6);
    color: #000;
    border-radius: 5px;
    padding: 13px 25px;
}
@media (max-width: 767px) {
    .docs__react-action {
        padding: 10px;
    }
}
.docs__react-action i {
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    height: 44px;
    cursor: pointer;
    font-size: 20px;
    transition: all 0.3s ease;
}
.docs__react-action i:hover {
    -webkit-animation: likeAnimation 1s linear 0.1s infinite;
    animation: likeAnimation 1s linear 0.1s infinite;
}
.docs__react-action .like i {
    color: #1bbc9c;
    background: rgba(27, 188, 156, 0.12);
}
.docs__react-action .dislike i {
    color: #e74c3c;
    background: rgba(231, 76, 60, 0.12);
}
.docs__react-action .docs__feedback {
    min-height: 40px;
    line-height: 40px;
}
.docs__react-action .docs__feedback--success {
    color: #3bc041;
}
.docs__react-action .docs__feedback--error {
    color: #f36e53;
}
@media (max-width: 767px) {
    .pn-link {
        flex-direction: column;
    }
    .pn-link div {
        max-width: 100%;
        padding: 5px;
    }
    .pn-link div:first-child {
        margin-bottom: 10px;
        background: linear-gradient(-266deg, hsla(0, 0%, 100%, 0.51), #f1f3f6);
        width: 100%;
        text-align: left;
    }
    .pn-link div:last-child {
        background: linear-gradient(266deg, hsla(0, 0%, 100%, 0.51), #f1f3f6);
        width: 100%;
        text-align: right;
    }
}
@-webkit-keyframes likeAnimation {
    0% {
        transform: rotate(0deg);
    }
    33% {
        transform: rotate(-10deg);
    }
    66% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(10deg);
    }
}
@keyframes likeAnimation {
    0% {
        transform: rotate(0deg);
    }
    33% {
        transform: rotate(-10deg);
    }
    66% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(10deg);
    }
}
table {
    background-color: transparent;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
}
caption,
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
    background-color: #f5f5f5;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
    background-color: #dff0d8;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
    background-color: #d9edf7;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
    background-color: #fcf8e3;
}
.forum__section {
    margin: 100px 0;
}
@media (max-width: 767px) {
    .forum__section {
        margin-top: 60px;
        margin-bottom: 30px;
    }
}
.forum__section .container {
    max-width: 900px;
}
.forum__section .pagination__container {
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 767px) {
    .forum__section .pagination__container {
        flex-flow: row wrap;
    }
}
.forum__section .pagination__container .pagination {
    margin-bottom: 0;
}
.forum__section .pagination__container .pagination .pagination__nav__item--link {
    min-width: 30px;
    height: 30px;
    font-size: 13px;
    padding: 4px;
}
@media (max-width: 767px) {
    .forum__posts {
        width: 100%;
        overflow: auto;
    }
}
@media (max-width: 767px) {
    .forum__posts table,
    .forum__posts tbody,
    .forum__posts td,
    .forum__posts th,
    .forum__posts thead,
    .forum__posts tr {
        display: block;
    }
}
@media (max-width: 767px) {
    .forum__posts table tr td:last-child {
        word-break: break-word;
    }
}
.forum__posts table tr td:last-child img {
    margin: 20px 0;
}
.forum__breadcrumb ul {
    display: inline-flex;
    padding: 10px;
    font-size: 16px;
    background: #eee;
}
@media (max-width: 767px) {
    .forum__breadcrumb ul {
        flex-flow: row wrap;
    }
}
.forum__breadcrumb ul li {
    text-transform: capitalize;
}
.forum__breadcrumb ul li a,
.forum__breadcrumb ul li span {
    display: inline-block;
    padding: 0 6px;
}
.forum__breadcrumb ul li:not(:last-child):after {
    content: "\f11f";
    font-family: Flaticon;
    font-size: 8px;
    color: inherit;
    display: inline-flex;
}
.forum__table {
    font-size: 18px;
    width: 100%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
@media (max-width: 767px) {
    .forum__table {
        margin-bottom: 20px;
    }
}
.forum__table pre {
    display: block;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 0 5px;
    vertical-align: middle;
    margin: 20px 0;
    white-space: pre-wrap;
    overflow-x: auto;
}
@media (max-width: 767px) {
    .forum__table pre {
        width: -webkit-fill-available;
        width: -moz-fit-content;
    }
}
.forum__table pre code {
    page-break-inside: avoid;
    word-break: break-word;
}
.forum__table code {
    padding: 2px 4px;
    font-size: 16px;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
@media (max-width: 767px) {
    .forum__table code {
        word-break: break-all;
    }
}
.forum__table .topic__author img {
    width: 14px;
    margin-right: 4px;
}
.forum__table tr {
    border-bottom: 1px solid #ccc;
}
.forum__table td,
.forum__table th {
    padding: 8px 10px;
    line-height: 1.4em;
}
.forum__table thead {
    background: #222;
    color: #fff;
}
.forum__table thead th {
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: 700;
}
.forum__table tbody td:first-child {
    width: 55%;
}
.forum__table tbody ul {
    display: block;
    border-left: 1px solid #ccc;
    margin: 8px 0 -8px 8px;
    padding: 4px 10px;
}
.forum__table tbody li {
    display: inline-block;
}
.forum__table tbody a {
    font-size: 16px;
}
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
    position: relative;
}
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%;
}
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%;
}
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
iframe.wp-embedded-content {
    position: static !important;
    clip: auto !important;
}
.wp-block-embed-youtube.wp-block-embed {
    margin-bottom: 20px;
}
.wp-block-table {
    display: table;
    width: auto;
    border: 1px solid #e2e3e4;
    margin-bottom: 10px;
}
.wp-block-table tr td,
.wp-block-table tr th {
    padding: 15px 20px;
    font-size: 16px;
    color: #555;
    border-bottom: 1px solid #e2e3e4;
    border-right: 1px solid #e2e3e4;
}
.wp-block-table tr td:not(:first-child) {
    text-align: center;
}
.wp-block-table tr:nth-child(odd) {
    background: #fcfdfd;
}
.wp-block-table tr:nth-child(2n) {
    background: #fff;
}
figure {
    max-width: 100%;
    margin-bottom: 10px;
}
.wp-block-gallery {
    list-style: none !important;
}
.wp-block-button.aligncenter,
.wp-block-buttons.aligncenter,
.wp-block-buttons.is-content-justification-center {
    text-align: center;
}
.wp-block-button .has-background[class] {
    color: #fff;
}
.wp-block-button .has-background[class]:hover {
    opacity: 0.9;
}
.single-post__content section {
    width: 100%;
    background: #001354;
    padding: 50px 0 10px;
    position: relative;
    text-align: center;
    background-image: url(../img/full-section-bg-illus.png);
    background-repeat: no-repeat;
    background-position: bottom;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .single-post__content section {
        width: 100% !important;
    }
}
.single-post__content #wemail-embedded-subscriber-form {
    width: 100%;
    padding: 40px 20px;
    background: #187cf5;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.single-post__content #wemail-embedded-subscriber-form h2 {
    color: #fff;
    margin: 0 0 20px;
}
.single-post__content #wemail-embedded-subscriber-form label {
    display: none;
}
.single-post__content #wemail-embedded-subscriber-form input[type="email"],
.single-post__content #wemail-embedded-subscriber-form input[type="text"] {
    height: 50px;
    padding: 10px 20px;
    border: 0;
    border-radius: 3px;
    margin-bottom: 20px;
    width: 450px;
}
@media (max-width: 767px) {
    .single-post__content #wemail-embedded-subscriber-form .form-group,
    .single-post__content #wemail-embedded-subscriber-form input[type="email"],
    .single-post__content #wemail-embedded-subscriber-form input[type="text"] {
        width: 100%;
    }
}
.single-post__content #wemail-embedded-subscriber-form .btn {
    color: #fff;
    line-height: 1;
    padding: 15px 20px;
    border-radius: 3px;
    background: #000;
    width: 150px;
    font-size: 20px;
}
.single-post__content #wemail-embedded-subscriber-form .btn:hover {
    background: #333;
}
.single-post__content #wemail-embedded-subscriber-form .btn:disabled {
    background: #767676 !important;
}
@-webkit-keyframes sk-circleBounceDelay {
    0%,
    80%,
    to {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
}
@keyframes sk-circleBounceDelay {
    0%,
    80%,
    to {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
}
@-webkit-keyframes tada {
    0% {
        transform: scaleX(1);
    }
    10%,
    20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    to {
        transform: scaleX(1);
    }
}
@keyframes tada {
    0% {
        transform: scaleX(1);
    }
    10%,
    20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    to {
        transform: scaleX(1);
    }
}
@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    to {
        transform: translateY(-5px);
    }
}
@keyframes mover {
    0% {
        transform: translateY(0);
    }
    to {
        transform: translateY(-5px);
    }
}
#scrolltotop.campaign-running {
    position: relative;
    margin-top: 90px;
}
#scrolltotop.campaign-running .docs__page-header.docs__frontpage .header__overlay {
    background-position: top 0 center !important;
}
#scrolltotop.campaign-running .campaign {
    top: -90px;
}
#scrolltotop.campaign-running .campaign + main {
    padding-top: 0;
    margin-top: -90px;
}
#scrolltotop.campaign-running .campaign + main > section:first-child {
    margin-top: 0;
}
#scrolltotop.campaign-running .campaign + main > header + .inner-page__section-title {
    margin-top: 90px;
}
@media (max-width: 991px) {
    #scrolltotop.campaign-running {
        margin-top: 100px;
    }
    #scrolltotop.campaign-running .campaign {
        top: -100px;
    }
    #scrolltotop.campaign-running .campaign + main {
        margin-top: -100px;
    }
}
.content__area {
    padding: 110px 0;
}
@media (max-width: 767px) {
    .content__area {
        padding: 80px 0;
    }
}
main {
    padding-top: 60px;
}
@media (max-width: 767px) {
    .wedevs-blog-single-page-body .cookie__wrapper[class],
    .wedevs-blog-single-page-body .crisp-client[class] .cc-kv6t .cc-1xry .cc-unoo .cc-1c9v,
    .wedevs-docs-page .cookie__wrapper[class],
    .wedevs-docs-page .crisp-client[class] .cc-kv6t .cc-1xry .cc-unoo .cc-1c9v {
        display: none !important;
    }
}
.wedevs-forum-support .crisp-client[class] {
    display: none !important;
}
@media (max-width: 767px) {
    .wedevs-forum-support .forum__meta {
        display: none;
    }
}
@media (max-width: 767px) {
    .wedevs-forum-support .campaign-running {
        margin-top: 0 !important;
    }
    .wedevs-forum-support .campaign-running main {
        margin-top: 0 !important;
        padding-top: 60px !important;
    }
    .wedevs-forum-support .campaign-running .campaign {
        display: none !important;
    }
}
.layout-enter-active,
.layout-leave-active {
    transition: opacity 0.2s ease-in-out;
}
.dokan-theme__about .article-widget__icon-container .article-widget__icon {
    height: 53px;
}
.dokan-theme__about .article-widget .article-widget__content h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2em;
    color: #24272b;
    position: relative;
    padding-bottom: 29px;
}
.dokan-theme__about .article-widget .article-widget__content h2:after {
    position: absolute;
    width: 26px;
    height: 7px;
    left: 0;
    bottom: 0;
    border-radius: 10px;
    content: "";
    background-color: #d8dee6;
}
.dokan-theme__about .article-widget .article-widget__content p {
    font-size: 16px;
    line-height: 1.5em;
    color: #555;
}
@media only screen and (max-width: 767px) {
    .dokan-theme__about .article-widget {
        text-align: center;
        margin-bottom: 20px;
    }
    .dokan-theme__about .article-widget__icon-container {
        margin: 0 auto;
    }
    .dokan-theme__about .article-widget .article-widget__content h2:after {
        left: 50%;
        margin-left: -13.5px;
    }
}
@media only screen and (max-width: 767px) {
    .dokan-theme__about .section-content__inner-img {
        margin-bottom: 20px;
    }
}
.cookie__wrapper {
    display: none;
}
.list-icon-green {
    margin: 0 0 20px;
    padding: 0 !important;
    list-style: none;
}
.list-icon-green li {
    display: flex;
    margin-bottom: 20px !important;
    color: #3d3d3d;
    font-size: 17px;
    position: relative;
}
.list-icon-green li:last-child {
    margin-bottom: 0;
}
.list-icon-green li span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: #d8eee9;
    width: 38px;
    height: 38px;
    margin-right: 18px;
    min-width: 38px;
}
.list-icon-green li span i {
    color: #19b99a;
    font-size: 14px;
    font-weight: 900;
}
.list-icon-green li ul {
    margin: 30px 0 30px 60px;
}
.features_table_inner-wrap {
    position: relative;
    padding-top: 194px !important;
}
@media (max-width: 767px) {
    .features_table_inner-wrap {
        padding-top: 20px !important;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .features_table_inner-wrap .features_package__name .btn.btn--round {
        min-width: 100px !important;
        padding: 10px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .features_table_inner-wrap .features_package__name .pricebox__header__contents {
        padding: 8px 5px;
    }
    .features_table_inner-wrap .features_package__name .btn.btn--round {
        min-width: 90px !important;
        padding: 10px !important;
    }
}
@media (max-width: 767px) {
    .features_table_inner-wrap {
        padding-top: 20px;
    }
}
.features_table_inner-wrap .features_package__name:not(.sticky_package) {
    position: absolute;
    width: calc(100% - 60px) !important;
    top: 40px;
    left: 30px;
    z-index: 2;
}
@media (max-width: 991px) and (min-width: 768px) {
    .features_table_inner-wrap .features_package__name:not(.sticky_package) {
        width: calc(100% - 30px) !important;
        left: 15px;
    }
}
.features_table_inner-wrap .sticky_package {
    box-shadow: 0 13px 22px -5px rgba(0, 0, 0, 0.06);
    padding: 10px 0;
    margin-bottom: 10px;
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 10;
}
@media (max-width: 991px) and (min-width: 768px) {
    .features_table_inner-wrap .sticky_package {
        padding: 0;
    }
}
.features_table_inner-wrap .sticky_package .pricebox__header__contents {
    margin-top: 0;
    margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .features_table_inner-wrap .sticky_package .pricebox__header__contents .btn.btn.btn--round {
        min-width: 100px;
        padding: 10px;
    }
}
.features_table_inner-wrap .sticky_package .pricebox__header__contents .pricebox__header-prices {
    display: none;
}
.product-screenshots__section {
    padding: 95px 0 110px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wedevs__about_page .menu-toggle span {
    background: #ababab !important;
}
.individual__campaign header:not(.fixed-header)[class] {
    top: 65px;
}
@media (max-width: 767px) {
    .individual__campaign header:not(.fixed-header)[class] {
        top: 152px;
    }
}
.switch-button {
    width: 253px;
    height: 42px;
    text-align: center;
    will-change: transform;
    z-index: 197 !important;
    cursor: pointer;
    transition: all 0.2s ease;
    margin: 61px auto 75px;
    background: #fff;
    box-shadow: 0 27px 62px 0 rgba(0, 0, 0, 0.16);
    border-radius: 30px;
    position: relative;
}
@media (max-width: 767px) {
    .switch-button {
        margin: 30px auto;
    }
}
.switch-button-case {
    width: 49%;
    height: 100%;
    background: none;
    border-radius: 30px;
    border: none;
    font-size: 1.8rem;
    color: #888;
    display: inline-block;
    position: relative;
    transition: all 0.2s ease;
    cursor: pointer;
}
.switch-button-case:focus {
    outline: none;
}
.switch-button .active {
    color: #fff;
    background-color: #2dbe33;
    border-radius: 30px;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    transition: all 0.2s ease-out;
}
.switch-button .active-case {
    color: #fff;
}
.wedevs__dokan_multivendor_frontpage .dokan_switch_btn ul {
    box-shadow: 0 27px 62px 0 rgba(0, 0, 0, 0.16);
}
.dokan_switch_btn {
    padding: 41px 0 76px;
    text-align: center;
}
.dokan_switch_btn ul,
.dokan_switch_btn ul li {
    background: #fff;
    display: inline-block;
    border-radius: 30px;
}
.dokan_switch_btn ul li {
    color: #000;
    padding: 8px 30px;
    cursor: pointer;
}
@media (max-width: 767px) {
    .dokan_switch_btn ul li {
        padding: 9px 13px;
    }
}
.dokan_switch_btn ul li.is-active-plan {
    background-image: linear-gradient(180deg, #c2e998, #02cc87);
    color: #fff;
}
.pricing__table_switch .pricebox {
    transition: all 0.2s;
    padding-top: 35px !important;
}
.pricing__table_switch.lifetime__plan .price-table__single .duration {
    display: none;
}
.pricing__table_switch .price-table__single {
    position: relative;
}
.pricing__table_switch .price-table__single .lifetime__offer_percentage {
    background-image: linear-gradient(180deg, #ffabd6 12%, #ff57a4);
    box-shadow: 0 17px 18px 0 rgba(255, 54, 119, 0.23);
    border-radius: 30px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 900;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.18);
    padding: 10px 32px;
    white-space: nowrap;
    z-index: 2;
    width: auto;
    height: auto;
}
.pricing__table_switch .price-table__single .lifetime__offer_percentage.extra__save {
    font-size: 16px;
    padding: 10px 25px;
    top: -22px;
}
.wedevs__wpuf_pricing_page .price-table__single .lifetime__offer_percentage {
    background-image: linear-gradient(180deg, #c2e998, #02cc87);
    box-shadow: 0 17px 18px 0 rgba(54, 255, 151, 0.23);
}
.pm_pricing_page .price-table__single .lifetime__offer_percentage {
    background-image: linear-gradient(180deg, #f482e6, #ad6fff);
    box-shadow: 0 17px 18px 0 rgba(215, 54, 255, 0.23);
}
.wepos__pricing_page .price-table__single .lifetime__offer_percentage {
    background-image: linear-gradient(180deg, #72d0ff, #349efa);
    box-shadow: 0 17px 18px 0 rgba(0, 67, 118, 0.09);
}
.pricebox__header .pricebox__header__contents > .btn {
    pointer-events: none;
    background: 0;
    font-weight: 900;
    font-size: 2.5rem;
    color: #000 !important;
}
.lifetime__features_plan .pricebox__header-prices .duration {
    display: none !important;
}
.pricebox__header-prices {
    position: relative;
}
@media (max-width: 767px) {
    .price-table {
        box-shadow: none !important;
    }
    .price-table__single {
        margin-bottom: 45px !important;
    }
}
.disable-crisp-chatbox .crisp-client {
    display: none;
}
.dokan__module_details_page .module__top__section .module-badge {
    font-size: 14px;
    line-height: 16px;
    padding: 7px 15px;
    margin-right: 8px;
}
@media (max-width: 767px) {
    .dokan__module_details_page .module__top__section .module-badge {
        padding: 7px 8px;
    }
}
.dokan__module_details_page .module__top__section .module-badge.module-badge-pro {
    background: #e1f3f4;
    color: #16b0a7;
}
.dokan__module_details_page .module__top__section .module-badge.module-badge-business {
    background: #f2dee4;
    color: #ef3917;
}
.dokan__module_details_page .module__top__section .module-badge.module-badge-enterprise {
    background: #dfe4f9;
    color: #174bef;
}
.dokan__module_details_page .module__top__section .module-badge.module-badge-free {
    background: #e2f3ea;
    color: #54c359;
}
.dokan__module_details_page .module__top__section .module-badge.module-badge-starter {
    background-color: #f1e1f7;
    color: #9a59b6;
}
