@media (min-width: 1200px) {
    .mrn-container {
        max-width: 1230px;
    }
}

@media (max-width: 1200px) {
    .mrn-container {
        max-width: 1180px;
    }
}

@media (max-width: 768px) {
    .mrn-container {
        max-width: 920px;
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
}

@media (max-width: 576px) {
    .mrn-container {
        max-width: 540px;
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
}

@media (max-width: 768px) {
    .mrn-account .mrn-account-navigation {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .mrn-notifications-box {
        padding: 5px 10px !important;
    }

    .mrn-notifications-box-green {
        padding: 5px 10px !important;
    }

    .mrn-notifications-box-danger {
        padding: 5px 10px !important;
    }

    .mrn-notifications-box-warning {
        padding: 5px 10px !important;
    }
}

@media (max-width: 768px) {
    .mrn-account .mrn-account-content {
        width: 100% !important;
        padding: 7px !important;
    }
}

@media (min-width: 992px) {
    .mrn-course-main-wrapper.mrn-has-sidebar .mrn-course-wrapper-inner .mrn-courses-holder {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 71.66667%;
        max-width: 71.66667%;
    }
}

@media (min-width: 992px) {
    .mrn-course-main-wrapper.mrn-has-sidebar .mrn-course-wrapper-inner .mrn-courses-holder {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
}

@media (min-width: 992px) {
    .mrn-main-sidebar-holder {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 28.33333%;
        max-width: 28.33333%;
    }
}

@media (min-width: 992px) {
    .mrn-main-sidebar-holder {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

@media (min-width: 768px) {
    .mrn-products.grid-view.courses-2-columns .course-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

}

.mrn-main-page-content {
    background-color: #f8f9fa;
    padding-top: 40px;
    padding-bottom: 105px;
}

.mrn-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.mrn-entry-content::after {
    display: block;
    clear: both;
    content: "";
}

.mrn-account-navigation {
    float: right;
    width: 27%;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}

.mrn-account .mrn-account-content {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 20px;
    width: 72%;
    float: left;
}

.mrn-user-info-account-header {
    background: #119c4d;
    border-radius: 695px/195px;
    position: relative;
    top: -30px;
    width: 140%;
    overflow: hidden;
    margin-right: -20%;
    margin-bottom: -27px;
    padding-top: 65px;
    text-align: center;
    padding-bottom: 17px;
}

.mrn-user-info-account-header img.avatar {
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 6px 20px rgba(168, 172, 185, .3);
    height: auto;
}

.mrn-user-info-name, .mrn-user-info-name strong {
    margin-top: 10px;
    color: #fff;
}

.mrn-account .mrn-account-navigation ul {
    list-style: none;
    border-radius: 4px;
    padding: 20px 30px;
}

.mrn-account .mrn-account-navigation ul li {
    margin-left: 15px;
    margin-right: 0 !important;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}

.mrn-account .mrn-account-navigation ul li:last-child {
    margin-right: 0;
    border-bottom: 0 solid #e5e5e5;
}

.mrn-account .mrn-account-navigation ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: flex;
    font-size: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
    line-height: 24px;
}


li.mrn-account-navigation-link.is-active {
    font-weight: 600;
    text-shadow: 0 0 3px #119c4d;
}

.mrn-notices-wrapper {
    width: 100%;
}

.mrn-status-user-widget {
    overflow: hidden;
}

.mrn-notifications-box {
    background: #f8f8f8;
    padding: 10px 20px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-bottom: 2em;
}

.mrn-notifications-box-green {
    background: #e5ffe7;
    padding: 10px 20px;
    border: 1px solid #81b281;
    border-radius: 4px;
    margin-bottom: 2em;
}

.mrn-notifications-box-danger {
    background: #ffc4ce59;
    padding: 10px 20px;
    border: 1px solid #b21417;
    border-radius: 4px;
    margin-bottom: 2em;
}

.mrn-notifications-box-warning {
    background: rgb(222 145 79 / 14%);
    padding: 10px 20px;
    border: 1px solid #ff8e23;
    border-radius: 4px;
    margin-bottom: 2em;
}

.mrn-status-user-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    float: right;
    width: 100%;
}

.mrn-status-user-widget ul li {
    float: right;
    width: 25%;
    padding: 0 15px 15px 15px;
}


.mrn-status-user-widget ul li.w-50 {
    width: 50% !important;
}

.mrn-status-user-widget ul li.w-100 {
    width: calc((100%) - 10px) !important;
}

@media (max-width: 500px) {
    .mrn-status-user-widget ul li {
        width: calc((100% / 1) - 10px);
        padding: 0;
        margin: 5px;
    }

    .mrn-status-user-widget ul li.w-50 {
        width: calc((100%) - 10px) !important;
        padding: 0;
        margin: 5px;
    }
}


@media (min-width: 501px) and (max-width: 1200px) {
    .mrn-status-user-widget ul li {
        width: calc((100% / 2) - 10px);
        padding: 0;
        margin: 5px;
    }

    .mrn-status-user-widget ul li.w-50 {
        width: calc((100%) - 10px) !important;
        padding: 0;
        margin: 5px;
    }
}


.mrn-status-user-widget ul li:first-child {
    /*padding-right: 0;*/
}

.mrn-status-user-widget ul li.all_bills .key_wrapper {
    background: #f8f8f8;
}
.mrn-status-user-widget ul li.all_bills .key_wrapper:hover {
    background: rgba(17, 156, 77, 0.11) !important ;
}

.mrn-status-user-widget ul li.active .key_wrapper {
    background: rgba(17, 156, 77, 0.27) !important;
    border: 1px solid #2e714b;
}

.mrn-status-user-widget ul li.unpaid .key_wrapper {
    background: rgba(0, 255, 31, 0.27) !important;
    border: 1px solid #37b260;
}

.mrn-status-user-widget ul li.success .key_wrapper {
    background: rgba(18, 159, 79, 0.27) !important;
    border: 1px solid #5405b2;
}


.radio-tabs input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: 100;
}

.radio-tabs label {
    /*height: 75px;*/
    float: right;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 15px 15px 15px;
    cursor: pointer;
}

.radio-tabs label.purple {
    color: #ffffff;
    background-color: #a02882;
    border: 1px solid rgba(160, 40, 130, 0.82);

}

.radio-tabs label.orange {
    color: #000000;
    background-color: #ffdf56;
    border: 1px solid rgba(255, 194, 62, 0.82);

}

.radio-tabs label.teal {
    color: #ffffff;
    background-color: #0b6432;
    border: 1px solid #0a5e2f;

}

.radio-tabs label.green {
    color: #ffffff;
    background-color: #92be43;
    border: 1px solid #92be43;

}

.radio-tabs input[type="radio"]:checked + label {
    /*background: rgba(17, 156, 77, 0.27) !important;*/
    /*border: 1px solid #2e714b;*/
    -webkit-box-shadow: 0 6px 10px rgba(51, 55, 68, 0.85);
    box-shadow: 0 6px 10px rgba(59, 61, 70, 0.87);
    transition: box-shadow 0.3s ease-in-out;

}


.mrn-status-user-widget ul li .key_wrapper {
    height: 75px;
    float: right;
    width: 100%;
    color: #666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 15px;
}

.mrn-status-user-widget ul li .key_wrapper span.icon {
    float: right;
    font-size: 28px;
    margin-top: 7px;
    background: rgba(0, 0, 0, .06);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 64px;
    text-align: center;
}

.mrn-status-user-widget ul li .key_wrapper span.icon-number {
    float: right;
    font-size: 28px;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 64px;
    text-align: center;
}

.mrn-status-user-widget ul li .key_wrapper span.wc-amount {
    display: block;
    padding: 17px 0 0;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
}

.fal, .far {
    font-family: "Font Awesome 5 Pro";
}

.fal {
    font-weight: 300;
}

.mrn-status-user-widget ul li .key_wrapper span.mrn-amount {
    display: block;
    padding: 17px 0 0;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
}

.mrn-status-user-widget ul li .key_wrapper span.title {
    text-align: center;
    display: block;
    padding: 3px 0 0;
    font-size: 12px;
    line-height: 20px;
}


h4.notifications {
    font-size: 18px;
    margin-bottom: 0;
}

.notifications .fal {
    font-size: 25px;
    margin-left: 5px;
}

.notifications-box ul.list-unstyled {
    list-style: none;
    margin-bottom: 0;
}

.notifications-box ul.list-unstyled li {
    padding: 13px 0;
    border-bottom: 1px solid #dedede;
}

.notifications-box ul.list-unstyled li:last-child {
    border-bottom: 0 solid #dedede;
}

.mrn-account-navigation i.fa {
    color: #119c4d;
    margin-left: 1em;
}

.mrn-button {
    color: #fff;
    background-color: #119c4d;
    border-radius: 4px;
    -webkit-appearance: button;
    cursor: pointer;

    margin-top: 1em;
    margin-bottom: 2em;
    text-align: center;
    border: 0;
    padding: 10px 17px;
    vertical-align: bottom;
    text-shadow: none;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

button:disabled,
button[disabled] {
    border: 1px solid #999999 !important;
    background-color: #cccccc !important;
    color: #666666 !important;
}

.mrn-button-success {
    color: #fff;
    background-color: #41d41f;
    border-radius: 4px;
    -webkit-appearance: button;
    cursor: pointer;

    margin-top: 1em;
    margin-bottom: 2em;
    text-align: center;
    border: 0;
    padding: 10px 17px;
    vertical-align: bottom;
    text-shadow: none;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.mrn-button-alpha {
    color: #082b17;
    background-color: #d4fae4;
    border: #119c4d;
    border-radius: 4px;
    -webkit-appearance: button;
    cursor: pointer;

    margin-top: 1em;
    margin-bottom: 2em;
    text-align: center;
    border: 0;
    padding: 10px 17px;
    vertical-align: bottom;
    text-shadow: none;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.mrn-button-danger {
    color: #fff;
    background-color: #ff2e3c;
    border-radius: 4px;
    -webkit-appearance: button;
    cursor: pointer;

    margin-top: 1em;
    margin-bottom: 2em;
    text-align: center;
    border: 0;
    padding: 10px 17px;
    vertical-align: bottom;
    text-shadow: none;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.mrn-button-sm {
    padding: 6px 12px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.mrn-vow-container {
    max-width: 100%;
    overflow: hidden;
    border: 1px solid #f2f2f2;
    display: -webkit-box;
    display: flex;
}

.mrn-vow-sidebar {
    width: 30%;
    float: right;
    background: #f2f2f2;
    min-height: 100px;
    padding-top: 20px;
}

.mrn-vow-content {
    width: 70%;
    float: right;
    min-height: 100px;
    padding: 20px;
}

.mrn-vow-sidebar-heading {
    text-align: center;
}

.mrn-vow-sidebar ul {
    margin: 0 auto;
}

.mrn-vow-sidebar ul li.mrn-card {
    background: #fff;
    border-radius: 2px;
    text-align: center;
    position: relative;
    max-width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    -webkit-transition: all .3s cubic-bezier(.25, .8, .25, 1);
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
    cursor: pointer;
}

.mrn-vow-sidebar ul li.mrn-card-active {
    background: #d6fae6 !important;

}

.mrn-vow-sidebar ul li {
    list-style: none;
    margin: 20px;
}

.mrn-vow-sidebar ul li.mrn-card a {
    padding: 20px;
    display: inline-block;
    width: 100%;
}

.mrn-vow-sidebar ul li.mrn-card:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
}

.mrn-vow-content-heading {
    overflow: hidden;
}

.mrn-vow-content-h3 {
    float: right;
    margin: 0 0 15px;
    line-height: 1em;
}

.mrn-vow-transactions-items {
    margin: 0 auto;
}

.mrn-vow-transactions-items li {
    overflow: hidden;
    padding-bottom: 15px;
}

.mrn-vow-transactions-items li div:first-child {
    float: right;
    max-width: 80%;
}

.side-logo-center {
    margin-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

.heart-beat {
    animation-name: heart-beat;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-delay: 3s;
    animation-iteration-count: infinite;
}

.mrn-course-main-wrapper.mrn-shop-sidebar-left .mrn-course-wrapper-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.mrn-course-wrapper-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.mrn-course-wrapper-inner .mrn-courses-holder {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.mrn-main-sidebar-holder {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.mrn-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.mrn-products .course-item {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    overflow: inherit;
}

.mrn-products .course-item {
    margin-bottom: 1.875rem;
}

.mrn-products.mrn-list-view .course-item .course-item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mrn-products .course-item .course-item-inner {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 10px;
}

.mrn-products.mrn-list-view .course-item .course-item-inner .course-thumbnail-holder {
    max-width: 40%;
    min-width: 40%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.course-thumbnail-holder {
    position: relative;
}

.mrn-products.mrn-list-view .course-item .course-item-inner .course-content-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.sale-perc-badge {
    position: absolute;
    width: 54px;
    height: 55px;
    background: url(../images/discont_badge.png);
    z-index: 5;
    color: #fff;
    font-size: 11px;
    font-weight: 100;
    line-height: 16px;
    left: -10px;
    top: -10px;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.mrn-products.mrn-list-view .course-item .course-item-inner .course-thumbnail-holder img {
    width: 100%;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0;
}

.mrn-products .course-item .course-item-inner .course-thumbnail-holder img {
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.image-item img {
    height: fit-content !important;
    object-fit: contain;
    height: 100%;
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
}

/*img {*/
/*    height: 100%;*/
/*    max-width: 100%;*/
/*    vertical-align: middle;*/
/*    border-style: none;*/
/*}*/
.sale-perc {
    margin-top: 13px;
    margin-right: 13px;
    font-size: 11px;
}

.sale-badge-text {
    margin-right: 9px;
    margin-top: -4px;
}

.mrn-products .course-item .course-item-inner .course-content-holder .course-content-main {
    padding: 12px;
    overflow: hidden;
}

.mrn-products.mrn-list-view .course-item .course-item-inner .course-content-holder .course-content-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.mrn-products .course-item .course-item-inner .course-content-holder .course-content-bottom {
    border-top: 1px solid #e5e5e5;
    padding: 10px 20px;
    font-size: .9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mrn-products .course-item .course-item-inner .course-content-holder .course-content-main .course-title {
    font-size: 16px;
}

.mrn-products .course-item .course-item-inner .course-content-holder .course-content-main .course-title {
    font-size: 18px;
    line-height: 1.5;
    height: 43px;
    margin-bottom: 10px;
}

.mrn-products .course-item .course-item-inner .course-content-holder .course-content-main .course-description {
    float: right;
    font-size: .875rem;
}

.mrn-products .course-item .course-item-inner .course-content-holder .course-content-main .course-description p {
    color: #7b868a;
    margin-bottom: 0;
}

.course-description p, .course-description2 p {
    margin-bottom: 0;
    font-size: 13px;
    font-size: 12px;
    text-align: justify;
    line-height: 21px;
    text-align: justify;
}

.mrn-products .course-item .course-item-inner .course-content-holder .course-content-bottom .course-students {
    color: #6c757d;
}

.mrn-products .course-item .course-item-inner .course-content-holder .course-content-bottom .course-students i {
    margin-left: 8px;
    margin-right: 0;
}

.mrn-products .course-item .course-item-inner .course-content-holder .course-content-bottom .course-students i {
    margin-right: 8px;
}

.mrn-products.grid-view .course-item .course-description, .mrn-products.list-view .course-item .course-description2 {
    display: none;
}

.course-content-holder .course-content-bottom .course-students i.fal {
    margin-right: 8px;
    font-size: 19px;
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
}

.course-price del {
    color: #8e8e8e;
    padding: 0 10px;
    float: left;
    position: relative;
    text-decoration: none;
}

.course-price ins {
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
    line-height: 16px;
    background-color: #29ca4a;
    color: #fff;
    padding: 5px 8px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

ins, mark {
    /*background: #fff9c0;*/
    text-decoration: none;
}

.course-price .mrn-Price-currencySymbol {
    display: none;
}

.mrn-main-sidebar-holder .widget {
    background-color: #e5e5e5a6;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 1rem;
    margin-bottom: 1.75rem;
}

.mrn-main-sidebar-holder .widget .widget-title {
    position: relative;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 15px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.aligncenter, .alignleft, .alignright, .bypostauthor, .gallery-caption, .sticky, .wp-caption, .wp-caption-text {
    color: inherit;
}

.mrn-products .course-item:hover .course-item-inner {
    -webkit-box-shadow: 0 6px 20px rgba(168, 172, 185, .3);
    box-shadow: 0 6px 20px rgba(168, 172, 185, .3);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.sale-perc-badge:hover {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.mrn-courses-holder .courses-top-bar {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-bottom: 1.875rem;
    padding: 1rem 1.25rem;
}

.mrn-courses-holder .courses-top-bar .courses-top-bar-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mrn-courses-holder .courses-top-bar .courses-top-bar-inner .courses-top-bar-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mrn-courses-holder .courses-top-bar .layout-switcher {
    margin-left: 1rem;
    margin-right: 0;
}

.mrn-courses-holder .courses-top-bar .layout-switcher > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    padding: .5rem .625rem;
    margin-right: .3125rem;
}

.mrn-courses-holder .courses-top-bar .layout-switcher > a.active svg {
    fill: #fff;
}

.mrn-courses-holder .courses-top-bar .layout-switcher > a svg {
    fill: #495057;
    width: 20px;
    height: 20px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

svg:not(:root) {
    overflow: hidden;
}

.sale-perc-badge {
    position: absolute;
    width: 54px;
    height: 55px;
    background: url(/public/assets/global/images/quick_sale_badge.png);
    z-index: 5;
    color: #fff;
    font-size: 11px;
    font-weight: 100;
    line-height: 16px;
    left: -10px;
    top: -10px;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.widget-title:before {
    background-color: #119c4d;
    right: -1.02rem;
    left: auto;
    display: block;
    content: '';
    position: absolute;
    top: -5px;
    width: 2px;
    height: 24px;
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


@media (min-width: 992px) {
    .product-single-main {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70.66667%;
        flex: 0 0 70.66667%;
        max-width: 70.66667%;
    }
}

.product-single-main {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.product-single-main .product-single-top-part {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px;
}

.product-single-content {
    position: relative;
}

.course-single-gallery .product-image-wrapper {
    position: relative;
}

.product-single-main .product-image-wrapper img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.course-teacher-details, .product-info-box, .product-reviews, .product-single-content {
    background-color: #fff;
    padding: 1.35rem;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-bottom: 12px;
}

.vc_row {
    margin-left: -15px;
    margin-right: -15px;
}

.vc_column_container {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 768px) {
    .vc_col-sm-12 {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9 {
        float: left;
    }
}

@media (min-width: 992px) {
    .product-single-aside {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 29.33333%;
        flex: 0 0 29.33333%;
        max-width: 29.33333%;
    }
}

.product-single-aside {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.product-info-box .sell_course {
    color: #777;
    font-size: 16px;
    display: flex;
    border: 1px dashed #ddd;
    background-color: #f9f9f9;
    padding: 0 15px;
    margin-bottom: 15px;
    border-radius: 10px;
    line-height: 52px;
    position: relative;
}

.product-info-box .sell_course:after, .product-info-box .sell_course:before {
    content: '';
    width: 16px;
    height: 16px;
    border-left: 1px dashed #ddd;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: calc(50% - 8px);
    right: -9px;
}

.product-info-box .sell_course strong {
    padding-left: 20px;
    border-left: 1px dashed #ddd;
    font-weight: 500;
    width: 100%;
    max-width: 84px;
    text-align: center;
}

.product-info-box p.price {
    font-size: 25px;
    margin-bottom: 0;
    font-size: 17px;
    width: 100%;
    text-align: left;
}

.product-info-box .sell_course:after {
    border-left: none;
    border-right: 1px dashed #ddd;
    right: auto;
    left: -9px;
}

.product-info-box .cart .quantity {
    display: none;
}

.product-info-box .button {
    width: 100%;
}

.product-info-box .button {
    background-color: #1fbd50;
    border-radius: 3px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    font-size: 19px;
    border: 1px solid #1fbd50;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 50px;
    box-shadow: 0 2px 12px rgba(31, 189, 80, .27);
}

.product-info-box .button:before {
    display: inline-block;
    /*font-family: 'Font Awesome 5 Pro';*/
    font-weight: 300;
    /*content: "\f09d";*/
    width: 20px;
    height: 20px;
    text-align: center;
    position: absolute;
    right: 13px;
    top: 42%;
    margin-top: -10px;
    font-size: 18px;
    color: #fff;
    background: 0 0;
}

.product-meta-info-list {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
}

.product-meta-info-list .meta-info-unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px dashed #e9ecef;
    padding-top: 6px;
    color: #7b868a;
    padding-bottom: 6px;
}

unit .icon, .product-meta-info-list .meta-info-unit .icon, .product-reviews-stats .detailed-ratings .detailed-ratings-inner .course-rating .number, .product-reviews-stats .detailed-ratings .detailed-ratings-inner .course-rating .bar, .product-single-main .product-single-top-part .before-gallery-unit .icon, .animated-counter .counter-text .counter-number {
    margin-left: 15px;
    margin-right: 0;
}

.product-meta-info-list .meta-info-unit .icon {
    font-size: 20px;
    margin-right: 15px;
    color: #7b868a;
}

.vc_col-lg-1, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12, .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9, .vc_col-md-1, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12, .vc_col-md-2, .vc_col-md-3, .vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9, .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9, .vc_col-xs-1, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.vc_column_container {
    width: 100%;
}

.vc_column_container > .vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.mrn-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/*============================*/


.mrn-flex-control-thumbs {
    margin: 2.75% 0 0 0;
    overflow: hidden;
    zoom: 1;
    padding: 0;
    width: 100%;
}

.mrn-flex-control-thumbs li {
    width: 21.9375%;
    margin-right: 2.75%;
    margin-bottom: 2.75%;
    float: right;
    list-style: none;
}

.mrn-flex-control-thumbs li:nth-child(4n+1) {
    clear: right;
}

.mrn-flex-control-thumbs li img.flex-active, .mrn-flex-control-thumbs li img:hover {
    border-bottom: 2px solid #0d7339;
    opacity: 1;

}

.mrn-flex-control-thumbs li img {
    cursor: pointer;
    opacity: .5;
    margin: 0;
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none;
}

/*============================*/


/*============================*/

.mrn-cart-form {
    background-color: #fff;
    border-radius: 4px;
    padding: 30px;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .shop_table thead tr th {
        padding: 0 13px 10px;
    }
}

@media (min-width: 768px) {
    .shop_table tbody tr td {
        /* padding: 30px 13px; */
    }
}

.shop_table tbody tr td {
    padding: 10px 5px;
}

.shop_table tr td {
    font-size: 15px;
}

a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}

.shop_table tbody .product-thumbnail img {
    max-width: 80px;
    height: auto;
    vertical-align: middle;
}

.product-quantity .quantity {
    width: 56px;
}

.product-quantity .quantity .input-text {
    border: 0;
    border-bottom: 2px solid #e5e5e5;
    width: 100%;
    text-align: center;
}

td.mrn-card-item-actions {
    position: relative;
    padding-top: 30px !important;
    padding-bottom: 0;
}

@media (min-width: 768px) {
    .mrn-cart-form .button_update_cart {
        left: 0;
        float: left;
        right: auto;
    }
}

@media (min-width: 768px) {
    .mrn-cart-form .button_update_cart {
        position: relative;
        top: 30px;
        right: 0;
    }
}

.button_update_cart {
    color: #fff !important;
}

.empty-cart-wraper {
    padding: 50px 0;
}

p.cart-empty, p.return-to-shop {
    text-align: center;
}

p.return-to-shop i.fal {
    font-size: 107px;
    color: #e2e5e8;
}

p.cart-empty, p.return-to-shop {
    text-align: center;
}

.shop_table {
    width: 100%;
}

input[type=checkbox] {
    transform: scale(1.5);
}

.flex-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.custom-label {
    background: #eaecef;
    color: #7b868a !important;
    font-size: 14px;
    padding: 0 9px;
    margin: 3px;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

/*============================*/

.mrn-footer-trust {
    width: 128.57px;
    background-color: #f3f3f3c2;
    height: 120px;
    border: 1px solid #e5e5ea;
    display: -ms-flexbox;
    display: inline-flex;
    display: -webkit-inline-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 12px;
    padding: 18px 24.87px 17.14px 24.86px;
    border-radius: 8px;
    margin-top: 21px;
}
.mrn-fixed-mobile-footer{
    height: 35px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    box-shadow: 0px 17px 11px 19px rgb(1 19 89 / 1%);
    opacity: 0.95;
    filter: grayscale(0%);
    background-size: cover;
    background-color: #ff2e6c;
    display: flex;
    position: fixed;
    bottom: 55px;
    left: 0;
    z-index: 999;
    width: 100%;
    align-items: center;
}

.mrn-mid-col {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
}

.mrn-mid-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mrn-amar {
    display: flex;
    flex-wrap: wrap;
    float: right;
    width: 100%;
    box-sizing: border-box;
    padding: 40px 20px;
}

.mrn-amar-box {
    float: right;
    width: 50%;
    padding: 5px;
    box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
    .mrn-amar-box {
        float: right;
        width: 100%;
        padding: 5px;
        box-sizing: border-box;
    }

    .mrn-amar-bold {
        margin-right: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        width: 100% !important;
        padding: 20px;
    }
}

.mrn-amar-data {
    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    padding: 10px;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 100;
    float: right;
    width: 100%;
}

.mrn-amar-data i {
    width: 28%;
    margin: 0;
    padding: 10px;
    padding-left: 15px;
    color: #119c4d;
    float: right;
    font-size: 45px;

}

.mrn-amar-text {
    width: 71%;
    margin: 0;
    float: right;
    padding: 10px 0;
}

.mrn-amar-text h3 {
    color: #119c4d;
    font-weight: 100;
    margin: 0;
}

.mrn-amar-text h3 strong {
    color: #999;
    font-weight: 100;
    font-size: 14px;
}

.mrn-amar-bold {
    background-color: #119c4d;
    margin-right: -40px;
    margin-top: -30px;
    margin-bottom: 10px;
    width: 120%;
    position: relative;
    padding: 20px;
    overflow: hidden;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.mrn-amar-bold i {
    color: #fff !important;
}

.mrn-amar-bold h3 {
    color: #fff !important;
}

.mrn-amar-bold h3 strong {
    color: #fff;
}

.mrn-amar-bold:after {
    content: " ";
    width: 373px;
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(
            -124deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .39) 93%);
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mrn-flex-row {
    display: flex;
    flex-wrap: wrap;
}

.mrn-blog-section{
    background-image: url(/public/assets/global/images/blob2.svg);

    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
}
.mrn-blob1{
    background-image: url(/public/assets/global/images/mrn-blog.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}
.mrn-blob2{
    background-image: url(/public/assets/global/images/blob1.svg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
}

.mrn-blog-posts{
    margin-bottom: 2em;
}
.mrn-blog-posts .row > div.mrn-first-post a {
    height: 100%;
    width: auto;
}

.mrn-blog-posts .row > div a {
    position: relative;
    display: inline-block;
}

.mrn-blog-posts .row > div.mrn-first-post a figure img {
    height: 530px;
    width: 100%;
    object-fit: cover;
    background: url(https://ashrafolanbia.ir/public/images/placeholder.png) no-repeat scroll 0 0;
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)!important;

}
.mrn-blog-posts .row > div.mrn-another-post a figure img {
    height: 238px!important;


}

.mrn-blog-posts .row > div.mrn-first-post a .mrn-posts-inner {
    /*background-color: rgba(255, 255, 255, 0.95);*/
    /*box-shadow: 0 0 25px rgb(0 0 0 / 20%);*/
    bottom: 10px;
    /*padding: 20px;*/
    /*opacity: 0;*/
    -webkit-transition: opacity 1.5s;
    -o-transition: opacity 1.5s;
    transition: opacity 1.5s;
}
.mrn-blog-posts .row > div.mrn-first-post:hover a .mrn-posts-inner {
    opacity: 100%;
}

.mrn-blog-posts .row > div a .mrn-posts-inner {
    /*position: absolute;*/
    z-index: 2;
    padding: 10px;
    /*right: 25px;*/
    /*bottom: 40px;*/
    /*width: calc(100% - 50px);*/
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#gallery::before {
     position: absolute;
     content: "";
     z-index: -1;
     left: 0px;
     max-width: 243px;
     max-height: 482px;
     width: 243px;
     height: 482px;
     background-repeat: no-repeat;
 }
#gallery::after {
    position: absolute;
    content: "";
    z-index: -1;
    right: 0px;
    max-width: 351px;
    max-height: 461px;
    width: 351px;
    height: 461px;
    bottom: 10px;
    background-repeat: no-repeat;
}

.mrn-posts-inner .category ul li {
    color: #111;
}

.mrn-blog-posts .row > div.mrn-first-post a .mrn-posts-inner .category ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #ec406a;
    float: right;
    margin-left: 8px;
    margin-top: 12px;
}

.mrn-blog-posts .row > div.mrn-first-post a .mrn-posts-inner h2 {
    font-size: 20px;
    line-height: 25px;
    font-weight: normal;
    color: #222;
}

@media (max-width: 767px)
{
    .mrn-blog-posts .row>div.mrn-first-post a {
        margin-right: 0;
    }

    .mrn-blog-posts .row>div.mrn-first-post {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .mrn-blog-posts .row > div.mrn-first-post a {
        margin-right: 0;
        width: 100%;
        height: 362px!important;
    }
    .mrn-blog-posts .row > div.mrn-first-post a figure img{
        height: 238px !important;
        object-fit: cover;
    }


    .mrn-blog-posts .row>div.mrn-first-post {
        width: 100%;
        margin-bottom: 20px;
    }
}


.mrn-blog-posts .row > div a:hover .mrn-posts-inner {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.mrn-blog-posts .row > div a:hover:after {
    transition: opacity .9s;
    opacity: .8;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mrn-blog-posts .row > div.mrn-another-posts a:first-of-type {
    margin-bottom: 30px;
}

.mrn-blog-posts .row > div a {
    position: relative;
    display: inline-block;
}

.mrn-blog-posts figure img {
    border-radius: 15px 15px 0 0;
    object-fit: cover;
}

.mrn-blog-posts .row > div a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    opacity: .6;
    border-radius: 15px;
    transition: all .5s ease;
}

.mrn-blog-posts .row a .mrn-posts-inner .category ul {
    list-style-type: none;
    margin: 0;
}

.mrn-blog-posts .row > div.mrn-another-posts a  {
    background-color: white;
    border-radius: 15px;
    height: calc(100% - 25px);
    box-shadow: rgb(0 0 0 / 12%) 0px 1px 3px, rgb(0 0 0 / 24%) 0px 1px 2px !important;
}
.mrn-blog-posts .row > div.mrn-another-posts a .mrn-posts-inner .category ul li {
    float: right;
    margin-bottom: 5px;
    margin-left: 5px;
    background: rgba(0, 0, 0, 0.36);
    border-radius: 5px;
    display: inline-block;
    padding: 2px 9px;
    color: #FFF;
    font-weight: normal;
    font-size: 13px;
    transition: all .5s ease;
}

.mrn-blog-posts .row > div.mrn-another-posts a .mrn-posts-inner h2 {
    font-size: 15px;
    color: #000;
    line-height: 28px;
    font-weight: 600;
}
.mrn-blog-post-title{
    color: #000000 !important;
    font-size: 24px !important;
    font-weight: 600 !important;
}
.mrn-blog-title-container:before ,.mrn-blog-title-container:after {
    display: block;
    content: "";
    border-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color);
}


.mrn-slider{
    margin-bottom: 3px;
}

.mrn-slider .row > div.mrn-slider-adv a {
    margin-bottom: 7.3%;
}
.mrn-slider .row > div.mrn-slider-adv a:last-of-type {
    margin-bottom: 0 !important;
}

.mrn-slider .row > div a {
    position: relative;
    display: inline-block;
}

.mrn-slider figure img {
    border-radius: 8px;
    object-fit: contain;
    min-height: 120px;
}

.mrn-slider .row > div a .mrn-slider-adv-inner {
    position: absolute;
    z-index: 2;
    right: 25px;
    bottom: 40px;
    width: calc(100% - 50px);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.mrn-slider .row > div.mrn-slider-adv a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    opacity: .6;
    border-radius: 8px;
    transition: all .5s ease;
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)!important;
}
.mrn-slider .row > div.mrn-slider-adv a figure img {
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)!important;
    transition: all .3s cubic-bezier(.25,.8,.25,1);
}
#jssor_1{
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)!important;
}

.mrn-slider .row > div.mrn-slider-adv a .mrn-slider-adv-inner h2 {
    font-size: 15px;
    color: #FFF;
    font-weight: normal;
    line-height: 28px;
}
.mrn-waves-overlay-back{
    display: block;
    height: 64px;
    z-index: 9;
    pointer-events: none;
    overflow: hidden;
    margin-top: -64px;
    mask-image: url(/public/assets/global/images/wave.svg);
    -webkit-mask-image: url(/public/assets/global/images/wave.svg);
    mask-size: 1940px;
    -webkit-mask-size: 1940px;
    position: absolute;
    left: -10px;
    background-color: #30e67f;
    right: 0;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
.mrn-waves-overlay-top{
    display: block;
    height: 64px;
    z-index: 16;
    pointer-events: none;
    overflow: hidden;
    margin-top: -64px;
    mask-image: url(/public/assets/global/images/wave.svg);
    -webkit-mask-image: url(/public/assets/global/images/wave.svg);
    mask-size: 1940px;
    -webkit-mask-size: 1940px;
    position: absolute;
    left: -10px;
    background-color: #25272e;
    right: 0;
    border-bottom: 4px solid;
    border-color: #25272e;
}

@media (min-width: 2000px){
    .mrn-waves-overlay-back, .mrn-waves-overlay-top{
        mask-size: 3800px;
        -webkit-mask-size: 3800px;
        height: 112px;
        margin-top: -112px;
        left: -30px;
    }
    .clients{
        margin-top: 60px;
    }
    .clients .container .row{
        top: -23px;
        position: relative;
        z-index: 1000;
    }
}
@media (max-width: 991.98px){
    .mrn-waves-overlay-back {
        display: none;
    }
    .mrn-waves-overlay-top {
        display: none;
    }
}

@keyframes heart-beat {
    0% {
        transform: scale(1);
    }
    10% {
        transform: scale(1.25);
    }
    20% {
        transform: scale(1);
    }
    30% {
        transform: scale(1.25);
    }
    40% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

.sticky-sidebar{
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
}

@media (min-width: 577px) {
    .mobile-toolbar{
        display: none;
    }
    .mobile-toolbar-space{
        display: none;
    }
}
@media (max-width: 576px) {
    .mobile-toolbar-space {
        height: 55px;
    }
    .mobile-toolbar {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 350;
        display: flex;
        align-items: center;
        justify-content: space-between;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        padding: 5px;
        height: 55px;
        background-color: #fff;
        box-shadow: 0 0 9px rgba(0,0,0,0.12)
    }

    .mobile-toolbar>.active{
        border-bottom: 4px solid #119c4d!important;
    }
    .mobile-toolbar>a {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .mobile-toolbar>a,.mobile-toolbar>div {
        flex: 1 0 20%
    }

    .mobile-toolbar>a,.mobile-toolbar>div a {
        height: 45px
    }
    .mobile-toolbar-item{
        position: relative;
        --wd-count-size: 15px;
        --wd-header-el-color: #333;
        --wd-header-el-color-hover: rgba(51,51,51,.6);
        margin: 0;
        padding: 0;
        border: 0;
        vertical-align: baseline;
        font: inherit;
        font-size: 100%;
    }

    .mobile-toolbar-item>a {
        position: relative;
        padding-bottom: 15px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--wd-header-el-color);
        line-height: 1;
        padding-right: 10px;
        padding-left: 10px;
    }

    .mobile-toolbar-icon{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
    }
    .mobile-toolbar-label{
        position: absolute;
        display: block;
        right: 10px;
        bottom: 3px;
        left: 10px;
        overflow: hidden;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: 600;
        font-size: 11px;
        line-height: 1;
        padding: 1px 0;
    }
    .mobile-toolbar-badge {
        background-color: #fa3e3e;
        border-radius: 25px;
        color: white;
        padding: 1px 6px;
        font: inherit;
        font-family: IRANSans,Samim,'Trirong', serif;
        font-size: 15px;
        position: absolute;
        top: -7px;
        right: -14px;
    }
}
