@charset "UTF-8";
/*
Theme Name: فرآموزش
Theme URI: https://zhaket.com/product/faraamoozesh-learning-wordpress-theme/
Author: بهنام خرقانی
Author URI: http://webgoo.net/
Description: قالب فروش دوره و فایل آموزشی فرآموزش طراحی شده برای ووکامرس
Version: 4.1.0
*/
/*--------------------- start general ---------------------*/
.main-container{
    margin: 10px auto;
    min-height: 100vh;
}

body {
    background-color: #ebeced;
    padding: 0;
    margin: 0;
    text-align: right;
    font-size: 14px;
}

ul, li {
    border: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}

a,a:hover {
    text-decoration: none;
    color: #555;
    font-size: 14px !important;
}

th{text-align: center;}

/*--------------------- start general ---------------------*/



/*start loading*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}
.loaders {
    position: absolute;
    left: 52%;
    top: 52%;
    background-position: center;
    margin: -100px 0 0 -100px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading_top {
    width: 100%;
    min-width: 100%;
    height: 3px;
    display: flex;
    position: fixed;
    top: 0;
    z-index: 1000;
    justify-content: center;
}
.loading_top .loader_t {
    background-color: #000000;
    -webkit-box-shadow: 0 1px 0 0 #006cb1;
    box-shadow: 0 1px 0 0 #006cb1;
}
.loading_top .loader_t {
    width: 0%;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
/*end loading*/
/*start top-menu*/
header .top-nav{
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 0px;
    border-bottom: 1px solid #e2e2e2;
    z-index: 100;
    padding: 0;
}
header .top-nav>div,header .top-nav>div>ul{
    padding: 0;
}
.top-nav, .top-nav a {
    font-weight: 400;
    font-style: normal;
}
.top-nav a i{
    font-size: 20px;
}
.top-nav, .top-nav .navbar-nav a i{
    font-size: 18px !important;
    padding-right: 15px;
    line-height: 10px;
    top: 2px;
    position: relative;
}
.top-nav .header_top_bar_socs {
    margin: 12px 0 12px 40px;
    line-height: 1;
}
.top-nav .header_top_bar_socs ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pull-left .header_top_bar_socs ul.clearfix {
    display: flex;
    width: 150px;
    justify-content: space-between;
}
.top-nav .header_top_bar_socs ul li {
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
    line-height: 35px;
}
nav.top-nav  .menu-item>a.nav-link{
    color: #aaa !important;
    font-size: 13px !important;
    font-weight: 400;
    text-transform: none;
    line-height: 15px;
    padding: 17px 2px;
}
.divider4 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 6px;
    width: 1px;
    background-color: #e1d7d7;
}


/*start top-menu*/
/*start main header demo2*/
.right-unit {
    display: flex;
    align-items: center;
}

.right-unit > * {
    margin-left: 30px;
}



.right-unit i {
    font-size: 25px;
}

.right-unit .btn.btn-default {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    z-index: 30;
    width: auto;
    text-align: center;
}

.right-unit .btn.btn-default {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    z-index: 5;
    color: white;
    color: #686F7A;
    background-color: #FFF;
    border: 1px solid #686F7A;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    padding: 11px 12px;
    font-size: 15px;
    line-height: 1.35135;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*.right-unit .btn {*/
/*padding-top: 18px;*/
/*padding-right: 25px;*/
/*padding-bottom: 18px;*/
/*padding-left: 25px;*/
/*}*/

.right-unit .btn {
    border-radius: 40px;
}

.btn {
    font-family: IRANSans;
    line-height: 14px;
    font-size: 14px;
}
.right-unit .btn-default.dan {
    color: #616161;
    background-color: #fff;
    border: 0.5px solid black;
}
.right-unit .btn-default.pri {
    background-color: #EC5252;
    color: #FFF;
    border: 1px solid transparent;
}
/*.right-unit .dan:hover {*/
    /*color: #FFF;*/
    /*background-color: #992337;*/
    /*border-color: transparent;*/
/*}*/
.right-unit .pri:hover {
    background: #457992;
    -moz-box-shadow: inset 0 0 10px #457992;
    -webkit-box-shadow: inset 0 0 10px #457992;
    box-shadow: inset 0 0 10px #457992;
    transition: all 1s;
}

/*end main header demo2*/
/*start main-slide*/
.sub_search {
    width: 100%;
    display: none;
    height: auto;
    max-height: 250px;
    position: absolute;
    background: #f2f2f2;
    z-index: 200;
    border: 1px solid #dedfe0;
    border-radius: 3px;
}

.sub_search ul{
margin: 0;
}

.sub_search li a {
    line-height: 50px;
    font-size: 13px;
    padding: 0 2%;
    width: 100% !important;
    cursor: pointer;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.sub_search li.f_empty {
    line-height: 50px;
    font-size: 13px;
    padding: 0 2%;
    width: 96% !important;;
}

.sub_search li a:hover {
    background-color: white;
    transition: all 0.2s;
}

.sub_search_large li a {
    line-height: 70px;
    font-size: 13px;
    padding: 0 2%;
    width: 100% !important;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.sub_search_large li.f_empty {
    line-height: 70px;
    font-size: 13px;
    padding: 0 2%;
    width: 100% !important;;
}

.sub_search_large li a:hover {
    background-color: white;
    transition: all 0.2s;
}

.top-slide .sub_search_large span {
    font-size: 16px;
    color: #717171;
}

.top-slide .sub_search_large .f_clock_search,
.top-slide .sub_search_large .f_price_search,
.top-slide .sub_search_large .f_learn_search {
    position: relative;
    top: 10px;
}

.f_search_title {
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 50%;
}

.f_search_time {
    width: 25%;
}

.f_search_price {
    width: 25%;
}


.top-slide{
    background-size: auto auto;
    background-size: cover;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 80px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    height: auto;
}
.top-slide h1{
    font-size: 30px;
    font-weight: 900;
    line-height: 59px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0;
}.top-slide h2{
     font-size: 21px;
     font-weight: bold;
     line-height: 36px;
     text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
     color: #ffffff;
     text-align: center;
     margin-top: 0;
     margin-bottom: 45px;
 }
.top-slide span{
    font-size: 21px;
    color: #ffffff;
}
.top-slide span.num{
    font-size: 30px;
    font-weight: 600;
}
.top-slide .al-center{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.top-slide .f_num_course{
    margin: 0 auto;width: 800px;display: flex;flex-direction: row;justify-content: space-between;
}
.f_search_large {
    background-color: #f2f2f2;
    border-radius: 3px;
    position: relative;
}
.f_search_large input{
    margin: 0;
    height: 50px;
    width: 91%;
    outline: none;
    border: none;
    padding-right: 10px;
    background-color: #f2f2f2;
    font-size: 20px;
}
.f_search_large button .fa{
    font-size: 22px;
    top: 5px;
    position: relative;
    color: #f2f2f2;
}
.f_search_large button{
    line-height: 50px;
    font-size: 13px;
    border: none;
    font-family: 'Sans',tahoma;
    outline: none;
    width: 10%;
    border-radius: 3px 0 0 3px;
    background: #4ba5ff;
    cursor: pointer;
    float: left;
}
.sub_search_large {
    width: 100%;
    display: none;
    height: auto;
    max-height: 350px;
    position: absolute;
    background: #f2f2f2;
    z-index: 45;
    border: 1px solid #dedfe0;
    border-radius: 3px;
}
.ccccc{
    width: 80%;
    display: inline-block;
}
.type-wrap span{
    color: grey;
    line-height: 50px;
    right: 10px;
    position: relative;
    font-weight: 400;
    font-size: 18px;
}
.type-wrap #typed-strings{
    /*margin: 0;    top: 9px;*/
    /*position: relative;*/
    /*height: 40px;*/
    /*width: 100%;*/
    /*outline: none;*/
    /*border: none;*/
    /*padding-right: 10px;*/
    /*background-color: #f2f2f2;*/
    /*font-size: 20px;*/
    /*display: inline-block !important;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*text-align: right;*/
}
.main-search-wrapper {
    width: 60%;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.5);
    padding: 55px 50px 45px;
    color: #FFF;
    max-width: 900px;
}
.main-search-wrapper h2 {
    color: #FFF;
    line-height: 1.2;
    margin: 0 0 10px;
    font-size: 30px;
}
.main-search-wrapper .lead {
    font-weight: 300;
    letter-spacing: 0.5px;
    font-size: 18px;
    text-align: center;
}
.main-search-wrapper .input-group {
    margin: 30px 0;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.main-search-wrapper .featured-sm-wrapper {
    width: 90%;
    margin: 0 auto;
}
.GridLex-grid-center{
    display: flex;
    justify-content: space-between;
}
.GridLex-grid-center>div{
    width: 33.33%;
}
.featured-sm-item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.featured-sm-item .content {
    margin: 0 25px;
    line-height: 1.7;
    /*letter-spacing: 1.5px;*/
    font-size: 16px;
    padding-top: 10px;
}
.featured-sm-item i{
    font-size: 50px;
}
section.top-slide{
    background-repeat-x: no-repeat;
    width: 100%;
    background-size: cover;
    margin: -20px auto;
}
/*end main-slide*/

/*start side-cat-menu*/
.nav-header{
    z-index: 14;
    border-bottom: 1px solid #e5e5ea;
    background-color: #f9f9f9;
    width: 100%;
    max-width: 100vw;
    left: 0;
    right: 0;
    top: 0;
    box-shadow: 0 1px 12px rgba(41,48,59,0.175);
}
.tp-header__back-button {
    width: 93px;
    height: 25px;
    cursor: pointer;
    display: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none
}
.tp-header__back-button:before {
    content: "\F00A\00FE0E";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #929292;
    font-size: 25px;
    font-size: 1.786rem;
    line-height: 1.76
}
.tp-header__back-placeholder {
    width: 93px;
    display: none
}
.tp-header__digi-club-banner span {
    color: #fff;
    background-color: #0091a1;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-right: 30px;
    padding: 5px 30px
}
.tp-header__nav {
    padding: 10px 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.tp-header__logo {
    width: 30px;
    height: 30px;
    margin: 0;
}
.tp-header__logo a {
    display: block;
    height: 100%;
    background-image: url(../files/ddcba6ed.svg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    -webkit-background-size: contain;
    background-size: contain
}
.tp-header--birthday .tp-header__logo a {
    background-image: url(../files/2fc8708f.png)
}
.tp-burger {
    color: #858585;
    font-size: 18px;
    line-height: 1.571;
    font-weight: 700;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    position: relative;
    min-width: 93px
}
.tp-burger:focus {
    outline: none;
}
.tp-ui-input--search:after {
    width: 0;
    height: 27px;
    border-right: 1px solid hsla(0,0%,64%,.5);
    top: 22px;
    right: 45px;
    content: "";
}
.tp-ui-input--search:before {
    font-size: 24px;
    top: 18px;
    right: 10px;
    color: #929292;
    z-index: 1;
}
.tp-ui-input--search:after, .tp-ui-input--search:before {
    position: absolute;
    pointer-events: none;
}
.tp-ui-input--search:before {
    content: "\f002";
    font-family: "Font Awesome 5 Pro";
}
.tp-header__search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 14px 0 16px 8px;
    border-top: 1px solid #e5e5ea;
    position: relative
}
.tp-header__search .tp-ui-input {
    -webkit-box-flex: 20;
    -webkit-flex: 20 1 auto;
    -ms-flex: 20 1 auto;
    flex: 20 1 auto;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}
.tp-header__search, .tp-header__search .tp-header__cart, .tp-header__search .tp-header__profile {
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}
.tp-header__search.is-active .tp-full-overlay {
    display: block;
    -webkit-animation: Ab .4s ease-in-out 0ms forwards;
    animation: Ab .4s ease-in-out 0ms forwards
}
.tp-header__search.is-active .tp-ui-input {
    width: 100% !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 0 100% !important;
    -ms-flex: 1 0 100% !important;
    flex: 1 0 100% !important
}
.tp-header__search.is-active .tp-ui-input input {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0
}
.tp-ui-input--search .tp-ui-input__input, .tp-ui-input--search .tp-ui-select {
    padding-right: 53px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border-color: #979797;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    outline: none;
}
.tp-ui-input__input, .tp-ui-select {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #d6d6d6;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    font-weight: 700;
    color: hsla(0,0%,64%,.5);
    padding: 9px 10px 8px;
    width: 100%;
    color: #858585;
}
.tp-header__search.is-active .tp-header__cart, .tp-header__search.is-active .tp-header__profile {
    -webkit-animation: Db .4s ease-in-out 0ms forwards;
    animation: Db .4s ease-in-out 0ms forwards;
    overflow: hidden;
    font-family: "Font Awesome 5 Pro";
}
@-webkit-keyframes Db {
    0% {
        width: 100%
    }
    to {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 0;
        flex: 0 0 0;
        max-width: 0;
        width: 0
    }
}
@keyframes Db {
    0% {
        width: 100%
    }
    to {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 0;
        -ms-flex: 0 0 0px;
        flex: 0 0 0;
        max-width: 0;
        width: 0
    }
}
.tp-header__search-results-container {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    z-index: 16;
    padding: 10px;
    display: none;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .09)
}
.tp-header__search-results-container hr {
    width: 90%;
    margin: 5px auto
}
.tp-header__results-footer {
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    font-weight: 700;
    text-align: right;
    color: rgba(0, 0, 0, .5)
}
.tp-header__results-trends {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    list-style: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.tp-header__results-trends li a {
    padding: 5px 15px;
    background-color: #eee;
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.467;
    color: rgba(0, 0, 0, .5);
    font-weight: 700;
    margin: 15px 0 0 10px
}
.tp-header__search-results {
    list-style: none;
    display: none;
    width: 100%
}
.tp-header__search-results li {
    padding: 8px
}
.tp-header__search-results-item--category {
    color: #00bfd6
}
.tp-header__search-suggestions {
    list-style: none;
    display: none;
    width: 100%
}
.tp-header__search-suggestions li {
    padding: 8px
}
.tp-header__search-empty-results {
    display: none;
    width: 100%;
    height: 150px;
    line-height: 150px;
    vertical-align: middle;
    text-align: center
}
.tp-header__profile {
    padding: 0;
    background: none;
    border: none;
    margin-right: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 27px;
    -ms-flex: 0 0 27px;
    flex: 0 0 27px;
    max-width: 27px;
    height: 30px;
    margin-top: 2px;
    position: relative
}
.tp-header__profile i {
    font-size: 30px;
    color: #929292
}
.tp-header__cart {
    position: relative;
    padding: 0;
    background: none;
    border: none;
    margin-right: 22px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 29px;
    -ms-flex: 0 0 29px;
    flex: 0 0 29px;
    max-width: 29px;
    height: 30px
}
.tp-header__cart i {
    font-size: 30px;
    color: #929292
}
.tp-header__cart[data-counter]:after {
    content: attr(data-counter);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    background-color: #00bfd6;
    color: #fff;
    position: absolute;
    top: -3px;
    right: -2px;
    padding: 0 6px;
    text-align: center;
    font-size: 14.5px;
    font-size: 1.036rem;
    line-height: 23px;
    vertical-align: middle
}
.is-header-light main {
    min-height: -webkit-calc(100vh - 52px - 251px);
    min-height: calc(100vh - 52px - 251px)
}
.is-header-light .tp-header * {
    display: none
}
.is-header-light .tp-header > .tp-header__logo, .is-header-light .tp-header > .tp-header__logo * {
    display: block !important
}
.woocommerce img, .woocommerce-page img {
    max-width: 100%;
    border-radius: 3px;
}
/*end side-cat-menu*/
/*--------------------- end header section ---------------------*/

/*--------------------- start header section ---------------------*/

/*top header*/
.loading_top {
    width: 100%;
    min-width: 100%;
    height: 3px;
    display: flex;
    position: fixed;
    top: 0;
    z-index: 1000000;
    justify-content: center;
}

.loading_top .loader_t {
    width: 0%;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.f_alert_menu {
    line-height: 55px;
    font-size: 14px;
    margin-right: 49px;
}

header {
    width: 100%;
    background-color: white;
}

header li:before {
    font-size: 22px;
    position: relative;
    top: 5px;
}

.f_top_header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 15px 5px;
}

.f_top_header1 {
    display: flex;
    padding: 10px 0;
}

.f_top_header1 img {
    width: 48px;
    height: 48px;
    /*box-shadow: 1px 1px 5px #e1e1e1;*/
    border-radius: 3px;
    box-sizing: border-box;
}

.f_top_header1 > div {
    padding-right: 5px;
    line-height: 25px;
}

.f_top_header1 > div > div {
    font-size: 13px;
}

.f_top_header1 > div > h1 {
    color: #424242;
    font-size: 12px;
    margin: 0;
}

.f_top_header2 {
    border: 1px solid #dedfe0;
    background-color: #f2f2f2;
    border-radius: 3px;
    position: relative;
}

.f_top_header2 .search {
    top: 4px;
    position: relative;
}

.f_top_header2 .search {
    width: 40px;
    height: 40px;
    cursor: pointer;
    color: #b1b6bb;
    background: none;
    border-radius: 3px 0 0 3px;
    position: relative;
    border: none;
    outline: none;
    font-size: 20px;
}

.header_mobile .f_top_header1 img {
    width: 48px;
    height: 48px;
    /*box-shadow: 1px 1px 5px #e1e1e1;*/
    /*border: 1px solid #e5e5e5;*/
    border-radius: 3px;
    box-sizing: border-box;
}

.header_mobile aside .menu_col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header_mobile .tp-header__cart i, .f_nav .header_cart_button i{font-size: 22px;line-height: 50px;margin-left: -15px;}
.header_mobile .tp-header__cart span.num_cart, .f_nav .header_cart_button span.num_cart{margin-left: 60px;
    width: 20px;
    height: 20px;
    line-height: 23px;
    z-index: 10;
    position: relative;
    top: 5px;}
.fixmenu .f_nav .header_cart_button{display: block;}

.f_top_header2 input {
    margin: 0;
    height: 40px;
    width: 500px;
    outline: none;
    border: none;
    padding-right: 10px;
    background-color: #f2f2f2;
    border-left: 1px solid #dedfe0;
}

.f_learn_search {
    background-position: 0 -90px;
    float: right;
    width: 40px;
    height: 45px;
}

.f_clock_search {
    background-position: -40px -89px;
    float: right;
    width: 45px;
    height: 40px;
}

.f_price_search {
    background-position: -85px -89px;
    float: right;
    width: 45px;
    height: 50px;
}

.f_top_header2 a {
    direction: ltr;
    width: 5%;
    font-size: 22px;
    margin: 0;
    color: #b1b6bb;
    left: -1px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    width: 500px !important;
    outline: none;
    border-radius: 3px;
    background-color: #f2f2f2;
}

.f_top_header2 a i {
    padding: 7px 7px;
    margin: 0px;
    position: relative;
    top: 3px;
    left: 2px;
    width: 25px;
    line-height: 22px;
}

.header_desk .f_top_header3 {
    margin-left: 5%;
}

.f_top_header3 .fa-shopping-cart {
    top: 3px;
    position: relative;
    font-size: 24px;
}

.header_desk .f_top_header3 .header_cart_button {
    background-color: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    float: left;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    padding: 0 15px;
    line-height: 38px;
    box-sizing: border-box;
    font-weight: 700;
}

 span.num_cart {
    content: attr(data-counter);
    width: 25px;
    height: 25px;
    font-size: 14px;
    line-height: 28px;
    vertical-align: middle;
    letter-spacing: -.3px;
    text-align: center;
    border-radius: 100%;
    display: block;
    margin-right: 5px;
    float: left;
    color: rgb(255, 255, 255);
    margin-top: 6px;
}

.header_cart_button .f_cart {
    background-position: -35px 3px;
    float: right;
    width: 35px;
    height: 33px;
}

.f_nav .header_cart_button{display: none;}
.header_mobile .header_cart_button i, .f_nav .header_cart_button i{font-size: 22px;line-height: 50px;margin-left: -15px;}
.header_mobile .tp-header__cart span.num_cart, .f_nav .header_cart_button span.num_cart{margin-left: 60px;
    width: 20px;
    height: 20px;
    line-height: 23px;
    z-index: 10;
    position: relative;
    top: 5px;}
.fixmenu .f_nav .tp-header__cart{display: block;}

.between_border {
    overflow: hidden;
    border-right: 1px solid #b0b0b0;
    width: 0;
    height: 33px;
    margin: 4px 0 0 20px;
    float: left;
}

.title_login_register {
    text-overflow: ellipsis;
    width: 100%;
    line-height: 37px;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    color: #424242;
    font-weight: 400;
    cursor: pointer;
}

.main_login_register {
    float: left;
    margin: 0 0 0 28px;
    position: relative;
}

.main_content_login_register {
    width: 225px;
    display: none;
    position: absolute;
    top: 100%;
    left: -10px;
    z-index: 99;
}

.main_login_register:hover .main_content_login_register {
    display: block !important;
}

.main_content_login_register:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px;
    float: left;
    margin-top: -6px;
    margin-left: 31px;
}

.content_login_register {
    background: #fff;
    padding: 5px 15px 0;
    box-shadow: 0 2px 9px 0 hsla(0, 0%, 44%, .32);
    z-index: 123;
}

.go_to_login_page {
    border-radius: 5px;
    display: block;
    width: 100%;
    text-align: center;
    height: 40px;
    vertical-align: middle;
    letter-spacing: -.5px;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    font-size: 1rem;
    line-height: 38px;
}

.go_to_login_page:hover {
    color: white !important;
}

.clear {
    clear: both;
}

.main_title_register {
    text-align: center;
    margin: 17px 0 17px 0;
    font-weight: 700;
    padding-bottom: 15px;
}

.go_to_register_page {
    font-size: 1rem;
    line-height: 1.571;
    font-weight: 700;
    padding-bottom: 3px;
    margin-right: 10px;
}

.title_login_register i {
    float: left;
    position: relative;
    top: 10px;
    right: 10px;
    font-size: 18px;
}

.header_mobile .f_top_header3 p {
    color: black;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
    top: 7px;
}

.header_mobile .f_top_header3 p > i {
    padding-left: 10px;
    font-size: 25px;
    margin-top: -10px;
}

.header_mobile .f_top_header3 p > span > i {
    padding-left: 5px;
    font-size: 30px;
}

.header_mobile .f_top_header2 {
    border: 1px solid #dedfe0;
    background-color: #f2f2f2;
    border-radius: 3px;
    margin: 5px auto;
}

.nav_img {
    right: -49px;
    transition: all 0.7s;
    position: absolute;
    width: 48px;
    height: 48px;
    box-shadow: 1px 1px 5px #e1e1e1;
    border-radius: 3px;
    box-sizing: border-box;
}

.nav_img.fix {
    right: 0;
    top: 5px;
    transition: all 0.7s;
    position: relative;
    width: 42px;
    height: 42px;
    box-shadow: 1px 1px 5px #e1e1e1;
    border-radius: 3px;
    box-sizing: border-box;
}


.fixmenu {
    position: fixed !important;
    width: 100%;
    background-color: white;
    margin-top: 0 !important;
    z-index: 99 !important;
    top: 0 !important;
    transition: all 0.5s;
}
.nav-head{
    display: none;
}
.menu_right {
    display: flex;
    transition: all 0.7s;
    position: relative;
    right: 0px;
}

.nav_main {
    padding-right: 0px;
    transition: all 0.7s;
}

.nav_main.pad {
    padding-right: 10px;
    transition: all 0.5s;
}

/*nav menu*/
/*nav menu mobile*/
.header_mobile {
    display: none;
}



.header_mobile div ul li ul {
    display: none;
    margin: 0;
    top: 15px;
}

.header_mobile div ul li {
    line-height: 30px;
    padding: 5px 0;
    cursor: pointer;
    /*width: 210px;*/
    /*border-bottom: 0.4px dashed #ececec;*/
}

.header_mobile div ul li a:hover {
    color: #cacaca;
}

.menu-item-has-children .web_flesh {
    float: left;
}

.menu-item-has-children .web_flesh i {
    position: relative;
    top: 10px;
}



.header_desk {
    display: block;
}

.header_mob {
    display: none;
}

.f_close_menu {
    text-overflow: ellipsis;
    width: 100%;
    line-height: 37px;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    color: red;
    font-weight: 400;
    cursor: pointer;
}

/*nav menu mobile*/
/*end header*/

/*--------------------- end header section ---------------------*/

/*--------------------- start menu-cat section ---------------------*/
.cat-menu {
    /*margin-top: 15px;*/
    z-index: 50;
    background-color: #29303B;
    box-shadow: 0 6px 12px rgba(41,48,59,0.175);
    position: relative;}
.cat-menu>div.container{
    padding: 0;
}
@media (max-width: 992px) {
    .cat-menu {
        display: none; } }
.cat-menu.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    margin-top: 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 0 0 rgba(0, 0, 0, 0.08); }
.cat-menu.sticky .menu-item-logo {
    display: none; }
.cat-menu .list-inline {
    position: relative; }
.cat-menu .list-inline .list-inline-item {
    margin-right: 0;
    line-height: 35px;}
.cat-menu .list-inline > .menu-item-has-children > .sub-menu {
    -webkit-box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    -moz-box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    border-bottom: none !important; }
.cat-menu>.container>ul>li.menu-item-has-children>a.nav-link:after {
    content: '\f107';
    font-family: "Font Awesome 5 Pro";
    float: left;
    position: relative;
    left: 3px;
    top: 1px;
    color: #ffffff;
    padding-right: 10px;
}
.cat-menu>.container>ul>li>a.nav-link {
    color: #ffffff;
}
.cat-menu .menu-item .nav-link {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    color: #888989; }
.cat-menu .menu-item .nav-link .cat-icon {
    font-size: 23px;
    position: relative;
    top: 3px;
    left: 5px;
    line-height: 0; }
.cat-menu .menu-item .nav-link .mdi-chevron-down {
    line-height: 0;
    position: relative;
    top: 4px;
    right: 5px;
    color: #979898; }
.cat-menu .menu-item-has-children {
    position: relative; }
.cat-menu .menu-item-has-children .sub-menu {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 220px;
    background-color: #fff;
    border: 1px solid #e0e1e2;
    display: none;
    z-index: 50;
    padding-right: 0;
    border-radius: 3px;}
.cat-menu .menu-item-has-children .sub-menu .menu-item {
    display: block; }
.cat-menu .menu-item-has-children .sub-menu .menu-item .nav-link {
    display: block; }
.cat-menu .menu-item-has-children .sub-menu .menu-item .nav-link .mdi-chevron-down {
    position: absolute;
    left: 5px;
    top: 25px;
    right: auto;
    transform: rotate(90deg); }
.cat-menu .menu-item-has-children .sub-menu .menu-item .nav-link:hover {
    background-color: #f8f9fa; }
.cat-menu .menu-item-has-children .sub-menu .menu-item .sub-menu {
    right: 100%;
    top: 0; }
.cat-menu .menu-item-has-children .sub-menu .menu-item:hover > .sub-menu {
    right: 100%;
    display: block; }
.cat-menu .menu-item-has-children:hover > .sub-menu {
    top: 100%;
    display: block; }

.cat-menu .list-inline-item.mega-menu {
    position: static; }
.cat-menu .list-inline-item.mega-menu .sub-menu {
    width: 100%; }
.cat-menu .list-inline-item.mega-menu .sub-menu .mdi {
    display: none; }
.cat-menu .list-inline-item.mega-menu .sub-menu .sub-menu {
    display: block;
    position: static;
    border: none;
    background-color: transparent;
    padding-right: 15px; }
.cat-menu .list-inline-item.mega-menu .sub-menu .sub-menu .menu-item {
    font-weight: 400 !important;
    font-size: 12px;
    color: #979898; }
.cat-menu .list-inline-item.mega-menu .sub-menu .sub-menu .menu-item .nav-link {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem; }
.cat-menu .list-inline-item.mega-menu .sub-menu .menu-item:hover > .nav-link {
    background-color: transparent; }
.cat-menu .list-inline-item.mega-menu > .sub-menu > li {
    display: inline-block;
    font-weight: 500;
    float: right; }
.cat-menu .list-inline-item.mega-menu > .sub-menu > li > .sub-menu > li > .nav-link:before {
    content: '\f100';
    font-family: "Font Awesome 5 Pro";
    float: right;
    position: relative;
    left: 3px;
    top: 1px;
    color: #888989;
}
.cat-menu .list-inline-item.mega-menu > .sub-menu > li > .sub-menu > li > .sub-menu > li > .nav-link:before {
    content: '\f103';
    font-family: "Font Awesome 5 Pro";
    float: right;
    position: relative;
    left: 3px;
    top: 1px;
    color: #888989;
}
.cat-menu .list-inline-item.mega-menu > .sub-menu > li > .nav-link:before {
    content: '\f104';
    font-family: "Font Awesome 5 Pro";
    float: right;
    position: relative;
    left: 3px;
    top: 1px;
    color: #888989; }
.cat-menu .list-inline-item.mega-menu > .sub-menu > li > .nav-link:hover {
    background-color: transparent !important;
}
.cat-menu .list-inline-item.mega-menu  .sub-menu  li  .nav-link:hover {
    padding-right: 20px;
    transition: all 1s;
}
.cat-menu .list-inline-item.mega-menu.mega-menu-col-2 > .sub-menu > li {
    width: 32.99%; }
.cat-menu .list-inline-item.mega-menu.mega-menu-col-3 > .sub-menu > li {
    width: 24.99%; }
.cat-menu .list-inline-item.mega-menu.mega-menu-col-4 > .sub-menu > li {
    width: 19.99%; }
.cat-menu .list-inline-item.mega-menu.mega-menu-col-5 > .sub-menu > li {
    width: 16.65%; }
.cat-menu .list-inline-item.mega-menu.mega-menu-col-6 > .sub-menu > li {
    width: 14.27%; }

/*--------------------- end menu-cat section ---------------------*/

/*--------------------- start widget section ---------------------*/
.widget {
     border-radius: 3px;
     box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
     background: #fff;
     padding: 10px;
     border: none;
     margin-bottom: 15px;
}
.widget-style{
    margin: 10px auto;
    font-size: 23px;
    font-weight: bold;
}
.widget-info-product,.widget-info-course,.widget-info-teacher,.widget-info-share{
    padding: 0;
}
.widget-multi-banner,.widget-banner-multi-text,.widget-product-collection {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    text-align: center;
}

.widget li {
    padding: 5px;
}
.widget-multi-banner a {
    display: block;
}
.widget-multi-banner img {
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
}
.widget .card-title i{font-size: 20px;float: left;cursor: pointer;}
img.tp-img-fluid{width: 100% !important;}
@media (max-width: 992px){
    .widget-multi-banner img {
        margin-bottom: 15px;
    }
}

/*--------------------- end widget section ---------------------*/
/*--------------------- start main-footer section ---------------------*/
/*start back to up*/
.elevator-button {
    color: #fff;
    width: auto;
    padding: 6px 16px;
    cursor: pointer;
    outline: none;
    font-size: 16px;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, .2);
    text-align: center;
    display: none;
    position: fixed;
    bottom: 20px;
    border-radius: 3px;
}

.habe_btn_left {
    left: 40px;
}

.habe_btn_right {
    right: 40px;
}

.habe_btn_circle {
    border-radius: 50%;
    padding: 6px 14px;
}

/*end back to up*/
/*start footer*/
footer {
    width: 100%;
    background-color: white;
    box-shadow: 0 1px 12px rgba(41,48,59,0.175);
}

.habe_footer1 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}

.habe_footer1 > div {
    padding: 20px 0;
}

.habe_foot1 {
    display: flex;
    justify-content: space-between;
}

.habe_foot1 > div {
    margin: 0 10px;
}

.habe_foot2 {
    text-align: justify;
    max-width: 300px;
}

.habe_foot1 .title, .habe_foot2 .title, .habe_foot3 .title, .habe_foot4 .title {
    font-size: 16px;
    font-weight: 600;
}

.habe_foot1 .habe_foot11 img {
    width: 120px;
    height: 120px;
}

.habe_foot2 li {
    font-size: 18px;
    margin: 0 5px;
}

.habe_foot3 {
    max-width: 300px;
}

.habe_foot3 .title {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
}

.habe_foot3 {
    width: 300px;
}

.habe_foot3 a {
    padding: 6px 10px;
    border-radius: 5px;
    margin: 2px;
}

.habe_foot3> a:first-child:hover {
    background: unset;
}
.habe_foot3 a:hover {
    color: white;
    transition: all 0.6s;
}

.habe_foot4 input {
    width: 75%;
    height: 35px;
    outline: none;
    border: 1px solid #dedfe0;
    border-radius: 3px;
    padding-right: 10px;
    background-color: #f2f2f2;
}

.habe_foot4 a {
    border-radius: 3px;
}

.habe_foot4 a > i {
    padding: 4px 14px;
}

.habe_footer2, .habe_footer3 {
    border-top: 1px solid #efefef;
    padding: 10px 0;
    font-size: 14px;
    color: #6f7881;
}

.habe_footer2 div ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
}

.habe_footer2 div ul li {
    padding: 0 20px;
}

.f_twitter {
    background-position: -7px -28px;
    float: right;
    width: 26px;
    height: 26px;
}

.f_twitter:hover {
    transition: all 0.2s;
    background-position: -7px -60px;
}

.f_facebook {
    background-position: -38px -30px;
    float: right;
    width: 26px;
    height: 26px;
}

.f_facebook:hover {
    transition: all 0.2s;
    background-position: -38px -56px;
}

.f_telegram {
    background-position: -126px -30px;
    float: right;
    width: 26px;
    height: 26px;
}

.f_telegram:hover {
    transition: all 0.2s;
    background-position: -126px -60px;
}

.f_instagram {
    background-position: -67px -30px;;
    float: right;
    width: 26px;
    height: 26px;
}

.f_instagram:hover {
    transition: all 0.2s;
    background-position: -67px -60px;
}

.f_aparat {
    background-position: -153px -30px;
    float: right;
    width: 26px;
    height: 26px;
}

.f_aparat:hover {
    transition: all 0.2s;
    background-position: -153px -60px;
}

.f_whatsapp {
    background-position: -262px -29px;
    float: right;
    width: 26px;
    height: 26px;
}

.f_whatsapp:hover {
    transition: all 0.2s;
    background-position: -262px -58px;
}

.f_youtube {
    background-position: -222px -30px;
    float: right;
    width: 26px;
    height: 26px;
}

.f_youtube:hover {
    transition: all 0.2s;
    background-position: -222px -60px;
}

.f_linkedin {
    background-position: -96px -30px;
    float: right;
    width: 26px;
    height: 26px;
}

.f_linkedin:hover {
    transition: all 0.2s;
    background-position: -98px -59px;
}

.f_google {
    background-position: -186px -30px;
    float: right;
    width: 26px;
    height: 26px;
}

.f_google:hover {
    transition: all 0.2s;
    background-position: -186px -56px;
}

.send_newsletter {
    line-height: 21px;
}

h3 {
    font-size: 14px !important;
}
/*end footer*/
/*--------------------- end main-footer section ---------------------*/
/*--------------------- start carousel section ---------------------*/
/*start owl.carousel*/
.owls {
    position: relative;
    top: -30px;
}
/*.p9,.widget-style {*/
    /*width: 98%;*/
    /*margin: 0 auto;*/
/*}*/

.title_head_resCarousel {
    text-align: center;
}

.title_head_resCarousel_sub {
    background-color: #ffffff;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    position: relative;
    border-bottom: 2px solid #dbdbdb;
    margin-bottom: 10px;
    text-align: center;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    flex-wrap: nowrap;
}

.p8 h4, .p9 .title_head_resCarousel h4, .p10 .title_head_resCarousel h4 {
    display: inline-block;
    /*padding: 0 35px 0 35px;*/
    /*margin-bottom: -1px;*/
    /*position: relative;*/
    z-index: 59;
    /*margin-top: 0;*/
    /*line-height: 50px;*/
    /*font-size: 22px;*/
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    padding: 15px 0;
    margin: 0 30px;
    color: #6B717D;
    font-size: 20px;
    font-weight: 900;
    line-height: 27px;
}

/*.p8 h6, .p10 h6 {*/
    /*display: inline-block;*/
    /*z-index: 59;*/
    /*white-space: nowrap;*/
    /*cursor: pointer;*/
    /*position: relative;*/
    /*padding: 25px 0;*/
    /*margin: 0 30px;*/
    /*color: #6B717D;*/
    /*font-size: 17px;*/
    /*font-weight: 900;*/
    /*line-height: 27px;*/
/*}*/

.p8 h6, .p10 h6 {
    display: block;
    z-index: 59;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    padding: 10px 0;
    margin: 0;
    color: #616161;
    font-size: 16px;
    font-weight: 600;
    text-align: center;

}

.resCarousel {
    /*float: left;
    overflow: hidden;*/
    width: 100%;
    position: relative;
}

.resCarousel-inner {
    overflow-x: hidden;
    white-space: nowrap;
    font-size: 0;
    vertical-align: top;
}

.resCarousel-inner .item {
    display: inline-block;
    font-size: 14px;
    white-space: initial;
}

/*banner*/

.banner {
    overflow: hidden !important;
}

/*start banner learn*/
.f_learn_ban {
    display: flex;
    height: auto;
    justify-content: space-between;
    flex-wrap: wrap;
}

.f_learn_ban .f_learn_bans {
    width: 24%;
    text-align: center;
    line-height: 100px;
    border-radius: 3px;
    margin: 10px 0;
    color: white;
    -webkit-box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    -moz-box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    -ms-box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
}

.f_learn_ban .f_learn_bans strong {
    font-size: 18px;
}

/*end banner learn*/
/*tile css*/

.resCarousel-inner .item .tile {
    background: white;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin: 5px;
}

/*animation*/

.resCarousel[data-animator="lazy"] .item {
    transition: .6s ease all;
}

.resCarousel-inner .item {
    /*border: 4px solid #eee;*/
    /*vertical-align: top;*/
    text-align: center;
    width: 200px;
}

.resCarousel-inner .item .tile div,
.banner .item div {
    width: 100%;
    min-height: 250px;
    text-align: center;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, .1);*/
}

.resCarousel-inner .item h1 {
    display: table-cell;
    vertical-align: middle;
    color: white;
}

.banner .item div {
    background-size: cover;
    min-height: 550px;
}

.owls .tile > div:first-child {
    height: 200px;
}

.item:hover img {
    /*-webkit-filter: grayscale(50%);*/
    /*filter: grayscale(50%);*/
}

.tile div img {
    border-radius: 3px 3px 0 0;
    height: 170px;
    width: 100%;
}
.tile:hover .f_imga img{
    transition: all 0.3s ease-in-out;
    opacity: 0.2 !important;
    height: 170px;

}
.tile .f_imga{
    height: 170px;
}
.tile:hover .f_imga{
    display: block!important;
    background: #000;
    border-radius: 3px 3px 0 0;
    font-size: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tile .f_imga span.f_ttext {
    color: #FFF;
    display: block;
    position: absolute;
    top: 30%;
    border-radius: 100%;
    width: 100%;
    height: 30px;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.tile {
    font-weight: bold;
}
/*.item:hover img i{*/
    /*top: unset;*/
    /*position: absolute;*/
/*}*/

.tile .f_imga i:before {
    color: #FFF;
    display: block;
    position: absolute;
    top: 18%;
    left: 48%;
    border: 3px solid #FFF;
    /*width: 20px;*/
    height: 30px;
    padding: 22px 11px 30px 10px;
    text-align: center;
    font-size: 30px;
    line-height: 5px;
    margin: -20px 15px 16px -20px;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.tp_box_course .tile .f_imga i:before {
    color: #FFF;
    display: block;
    position: absolute;
    top: 15%;
    left: 45%;
    border: 3px solid #FFF;
    border-radius: 100%;
    height: 30px;
    padding: 30px 20px 34px 22px;
    text-align: center;
    font-size: 30px;
    line-height: 5px;
    margin: -20px 15px 16px -20px;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.tile:hover .f_imga i:before,.tile:hover .f_imga span.f_ttext{
    opacity: 1 !important;
    -webkit-backface-visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.item div h1 {
    background: rgba(0, 0, 0, .4);
}

.f_cats .best_learn3 .item .f_owl_foot .tp_time_product{
    flex-direction: row-reverse;
    display: flex;
    line-height: 30px;
}
.f_cats .item .onsale, .f_des_course .onsale {
    left: 14px;
    top: 12px;
}
.f_cats .tile .f_imga span.f_ttext {
    width: 90%;
}
.f_cats .best_learn3 .item .f_owl_foot{
    flex-direction: row-reverse;
}
.f_cats .best_learn3 .item{
    background-color: white;
    padding-bottom: 1px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    -moz-box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    -ms-box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
}

/*.f_cats .best_learn3 {*/
    /*position: relative;*/
    /*top: 0 !important;*/
/*}*/
.f_cats .best_learn3>div {
    margin: 10px 0;
}

.best_learn4 {
    display: flex;
    position: relative;
}
.f_cats .best_learn4{
    display: flex;
    position: relative;
    margin: 0 0 40px;
}

.lightBlueBtn {
    font-size: 13px;
    font-weight: bold;
    line-height: 10px;
    padding: 14px 18px;
    text-align: center;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06);
    /*background-color: rgba(197, 217, 232, 0.2);*/
    letter-spacing: 0.5px;
    word-spacing: -1.3px;
    margin: 20px auto;
}



/*.owls h1 {*/
/*font-size: 22px;*/
/*position: absolute;*/
/*line-height: 0;*/
/*}*/

.owls .owl-dots {
    display: none;
}

.owls .owl-loaded {
    display: flex !important;
    flex-direction: column-reverse !important;
    direction: ltr;
}
.f_cats .owls .owl-loaded {
    display: flex !important;
    flex-direction: column-reverse !important;
    direction: rtl;
}
.owls .owl-nav{
text-align: left;
}
.f_cats .owls .owl-nav{
    position: relative;
    top: 0;
}
/*.f_cats .owls .owl-stage-outer{*/
/*top: 40px;*/
/*}*/
/*.owls .owl-nav {*/
/*position: absolute;*/
/*top: -45px;*/
/*}*/
.owls .owl-nav button {
    width: 35px;
    line-height: 30px !important;
    font-size: 30px !important;
    padding: 0px 10px !important;
    background-color: #ffffff !important;
    border-radius: 3px;
    outline: none;
    -webkit-box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    position: relative;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 10px;
}

/*.owls .owl-nav.disabled  button span {*/
    /*color: #c7c7c7;*/
/*}*/

.owls .owl-nav button.owl-next {
    margin-left: 5px;
}
.f_cats .owls .owl-nav button.owl-next {
    float: left;
}
.f_cats .owls .owl-nav button.owl-prev {
    float: right;
}

.owl-item {
    background-color: white;
    border-radius: 3px;
}

.items_dis_pro {
    margin: 10px;
    text-align: right;
    min-height: 50px;
    height: 140px;
    border-bottom: 1px solid #dadada;
}
.items_dis_pro img {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
}
.items_dis_pro h5 {
    display: flex;
    direction: rtl;
    margin-bottom: 10px;
    height: 40px;

}
ul.products li.type-product .items_dis_pro h5 {
    display: flex;
    direction: rtl;
    margin-top: 15px;
    height: 40px;
}
.items_dis_pro h3 {
    font-size: 15px !important;
    line-height: 32px;
    height: 80px;
    color: #525252;
}
.items_dis_pro h5 span {
    margin: 10px 10px;
    font-size: 13px;
    font-weight: 700;
}

.owls .f_blog .tile h3, .f_list_blog .tile h3,.tp-single .tile h3 {
    margin: 10px;
    font-size: 17px;
    text-align: right;
    height: 80px;
    line-height: 35px;
    border-bottom: 1px solid #dadada;
    color: black;
}

.owls .f_owl_foot {
    display: flex;
    justify-content: space-between;
    margin: 10px;
    align-items: center;
    font-size: 14px;
}
.tp-author {
    min-height: 100vh;
}

.tp-author div.f_tabs>div {
    margin: 10px 0;
}
.tp-author .f_owl_foot {
    flex-direction: row-reverse;
}
.product .f_owl_foot {
    display: flex;
    justify-content: space-between;
    margin: 10px;
    align-items: center;
    /*flex-direction: row-reverse;*/
}

.owls  .f_owl_foot>div>span, .product .f_owl_foot>div>span {
    font-weight: 500 !important;
}
.owls  .f_owl_foot .f_owl_price, .product .f_owl_foot .f_owl_price {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: -24px;
    background-color: white;
}

.owls  .f_owl_foot .f_owl_price span:first-child, .product .f_owl_price {
    text-align: center;
}

.owls .f_owl_foot .f_item_price, .product .f_owl_foot .f_item_price {
    line-height: 22px;
    background-color: #29B6F6;
    border-radius: 2px;
    border: 1px solid #9e9e9e;
    color: #ffffff;
    padding: 2px 3px;
    -webkit-transition: all .2s;
    transition: all .2s;
    display: flex;
    flex-direction: row-reverse;
}
/*.product .f_owl_foot .f_item_price{*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*}*/
.owls .f_owl_foot .f_item_price>span, .product .f_owl_foot .f_item_price>span{
    margin: 0 2px;
}

.f_owl_foot .fa-clock-o,.items_dis_pro .fa-clock-o {
    font-size: 22px;
    position: relative;
    top: 3px;
    /*padding-left: 5px;*/
}


.item:hover .onsale {
    transform: rotate(0deg);
    transition: all 0.5s;
}

.f_des_course:hover .onsale {
    transform: rotate(0deg);
    transition: all 0.5s;
}

.products li a:hover .onsale {
    transform: rotate(0deg);
    transition: all 0.5s;
}

.item .onsale, .f_des_course .onsale {
    position: absolute;
    left: -1px;
    top: 12px;
    width: 55px;
    height: 27px;
    line-height: 55px;
    display: inline-block;
    transform: rotate(-45deg);
    float: left;
    color: white;
    text-align: center;
    font-size: 14px;
    transition: all 0.5s;
    z-index: 40;
}

ul li a .onsale {
    height: 0;
    left: 6px !important;
    top: 20px !important;
    position: relative;
    width: 55px;
    line-height: 55px;
    display: inline-block;
    transform: rotate(-45deg);
    float: left;
    color: white;
    text-align: center;
    font-size: 14px;
    transition: all 0.5s;
    z-index: 98;
}

.onsale span {
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    font-weight: 500;
}

h1.page-title {
    text-align: center;
    padding: 0 10px 0 10px;
    position: relative;
    /*z-index: 59;*/
    line-height: 50px;
    font-size: 18px;
    /*border-bottom: 1px solid #01578E;*/
    margin: 0 auto -1px;
}
.woocommerce-result-count{
    width: 100%;
    margin: 0 auto;
    display: block;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    background: white;
    padding: 10px;
    text-align: center;
    float: unset;
}
form.woocommerce-ordering {
    /*border-top: 1px solid #dbdbdb;*/
    /*padding-top: 20px;*/
}

form.woocommerce-ordering select {
    outline: none;
    background-size: 8px 10px;
    border-radius: 4px;
    padding: 7px;
    display: inline-block;
    line-height: 2 !important;
    color: #494a4a;
    vertical-align: middle;
    border: 1px solid #979898;
}

form.woocommerce-ordering select option {
    padding: 5px;
    color: #494a4a;
}


.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2{
    max-width: unset;
    float: right !important;
}


.tp-course .owls,.tp-product .owls{
    margin-top: 15px;top: 0;
}
.tp-course .owls>h3,.tp-product .owls>h3{
    font-size: 25px !important;
    font-weight: 600;
    position: absolute;
}

.shop_table td.product-thumb{width: 100px;height: auto;}
/*--------------------- end carousel section ---------------------*/
/*--------------------- start widget section ---------------------*/
.widget-product, .widget-post,.widget-product-cats {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    text-align: right;
}
.widget .card-header {
    text-align: center;
    position: relative;
}
.widget .card-header .card-title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.widget .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: white;
    /*box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);*/
    border-bottom: unset;
}
/*.widget_media_image{*/
    /*padding: 0;*/
/*}*/
.widget_media_image img{
   border-radius: 3px;
    width: 100%;
}
.widget_search #searchform {
    position: relative;
}
.widget_search #searchform #s {
    padding-left: 76px !important;
}
table {
    width: 100%;
}
.widget_search input[type=submit], .widget_product_search button, #commentform #submit, .woo-add-to-wallet, .yith-wcaf input[type="submit"], #cupri_submit_form #cupri_submit {
    border: none !important;
    padding: 5px 15px !important;
    font-size: 13px !important;
    line-height: 32px !important;
    border-radius: 4px !important;
    color: #fff !important;
    transition: all 200ms ease-out !important;
    font-weight: 400 !important;
}
.form-control, .input-text, .widget_search input[type=text], .widget_product_search input[type=search], textarea#comment, #commentform #author, #commentform #email, #billing_city, #billing_state, #shipping_city, #shipping_state, .woo-wallet-balance-to-add, input[name="woo_wallet_transfer_amount"], textarea[name="woo_wallet_transfer_note"], .yith-wcaf.yith-wcaf-commissions .product-search, .yith-wcaf.yith-wcaf-commissions input.datepicker, .yith-wcaf.yith-wcaf-clicks input.datepicker, .yith-wcaf.yith-wcaf-payments input.datepicker, .yith-wcaf #original_url, .yith-wcaf #original_url, .yith-wcaf #payment_email, #cupri_submit_form input {
    font-size: 13px;
    border-radius: 4px;
    color: #494a4a;
    padding: 7px;
    line-height: 2;
    box-shadow: none;
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #d7d8d9;
    transition: all 200ms ease-out;
}
.widget_search #searchform input[type=submit] {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
}
.widget_search #searchform input[type=submit] {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
}

.widget_search input[type=submit], #commentform #submit, .widget_product_search button, .woo-add-to-wallet, .yith-wcaf input[type="submit"], #cupri_submit_form #cupri_submit {
    background-color: #00CBCB !important;
    border-color: #00CBCB !important;
    cursor: pointer;
}
/*.button, .widget_search input[type=submit], .widget_product_search button, #commentform #submit, .woo-add-to-wallet, .yith-wcaf input[type="submit"], #cupri_submit_form #cupri_submit {*/
    /*border: none !important;*/
    /*padding: 5px 15px !important;*/
    /*font-size: 13px !important;*/
    /*line-height: 32px !important;*/
    /*border-radius: 4px !important;*/
    /*color: #fff !important;*/
    /*transition: all 200ms ease-out !important;*/
    /*font-weight: 400 !important;*/
/*}*/
/*--------------------- end widget section ---------------------*/

/*--------------------- login & register page styles section ---------------------*/
.woocommerce-account:not(.logged-in) {
    background: #f7f7f7;}

.woocommerce-account:not(.logged-in) > .container {
    max-width: none; }

.woocommerce-account .page-content {
    background: transparent;
    box-shadow: none;
    padding: 0; }
.woocommerce-account .page-content .text-center{
    text-align: center; }
.woocommerce-account .page-content .button{
    border: none !important;
    padding: 5px 15px !important;
    font-size: 13px !important;
    line-height: 32px !important;
    border-radius: 4px !important;
    color: #fff !important;
    transition: all 200ms ease-out !important;
    font-weight: 400 !important;
    margin: 10px 0;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    background: #fff;
    border: 1px solid #c8c8c8;
    color: #717171;
    font-size: 1rem;
    line-height: 1.571;
    padding: 9px 9px;
    width: 100%;
    letter-spacing: -.8px;
}
.pull-left {float: right !important;}
.woocommerce-account .page-content .card-header {
    display: none; }
.woocommerce-account .page-content .icon-wrapper {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid rgba(78, 206, 61, 0.3);
    margin-bottom: 5px; }
.woocommerce-account .page-content .icon-wrapper i {
    font-size: 50px;
    line-height: 100px;
    position: relative;}
.woocommerce-account .page-content .icon-wrapper i:before {
    background-image: linear-gradient(to top, #92fe9d 0%, #00c9ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
.woocommerce-account .page-content input[type="checkbox"],input[type="radio"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #999;
    transition: 0.2s all linear;
    outline: none;
    position: relative;
    top: 4px;
}
.woocommerce-account .page-content input[type="radio"]{border-radius: 50%;}
.woocommerce-account .page-content input:checked {
    border: 6px solid #008dde;
}
#customer_login{
    max-width: 380px;
    min-width: 250px !important;
    margin: 40px auto !important;
}
.woocommerce-account #customer_login .woocommerce-form {
    margin: 0;padding: 0 10px; }
.woocommerce-account .woocommerce .col2-set .col-1,
.woocommerce-account .woocommerce-page .col2-set .col-1,
.woocommerce-account .woocommerce .col2-set .col-2,
.woocommerce-account .woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
.woocommerce-account .page-login .button,.woocommerce-account .page-register .button{
    width: 100%;
    padding: 10px !important;
    font-size: 20px !important;
    border-radius: 8px !important;
    background-color: #00bfd6 !important;;
    border: 1px solid #41a7b4 !important;
    outline: none;
}

.woocommerce-account .page-login .button::before,.woocommerce-account .page-register .button::before {
    width: 95px;
    height: 95px;
    position: absolute;
    right: -15px;
    top: -20px;
    border-radius: 50% 0 0 50%;
    background: hsla(0,0%,100%,.21);
    content: "";
}

.woocommerce-account .page-login .button::after,.woocommerce-account .page-register .button::after {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 35px;
    font-family: "Font Awesome 5 Pro";
}
.woocommerce-account .page-login .button::after {
    content: "\f090";
}
.woocommerce-ResetPassword .button::after {
    content: "\f502" !important;
}
.woocommerce-account .page-register .button::after {
    content: "\f234";
}
.woocommerce-account .page-login .button:not(.disabled):not(.is-inactive):not([disabled]):hover::before,
.woocommerce-account .page-register .button:not(.disabled):not(.is-inactive):not([disabled]):hover::before {
    width: 115%;
}
.woocommerce-account .page-login .button:not(.disabled):not(.is-inactive):not([disabled])::before,
.woocommerce-account .page-register .button:not(.disabled):not(.is-inactive):not([disabled])::before {
    transition: all .3s ease-in-out;
}



.woocommerce-account .page-login h2{
    font-size: 20px;
    text-align: center;
}

.woocommerce form .form-row label {
    font-size: 14px;
}
.woocommerce-account .page-register,
.woocommerce-account .page-login {
padding: 0 ; }
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: unset;
}
.woocommerce-checkout  form.checkout_coupon, .woocommerce-checkout  form.login, .woocommerce-checkout  form.register {
    border: 1px solid #d3ced2;
}
.woocommerce form.login a.fara_google, .woocommerce form.register a.fara_google {
    background: #f6446b;
    color: white;
    display: block;
    text-align: center;
    border-radius: 3px;
    padding: 5px 0;
    line-height: 30px;
}
.woocommerce form.login a.fara_google:hover, .woocommerce form.register a.fara_google:hover {
    background: #d73a5e;
}
.woocommerce-account .page-register .card-header,
.woocommerce-account .page-login .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 15px; }
.woocommerce-account .page-register .card-header .card-title,
.woocommerce-account .page-login .card-header .card-title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 10px; }
.woocommerce-account .page-register .card-footer,
.woocommerce-account .page-login .card-footer {
    padding: 15px;
    background-color: transparent;
    border-top: 1px solid #f0f1f2;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: -15px;
    border-radius: 0 0 3px 3px; }
.woocommerce-account .page-register .u-column1.col-1:not(.woocommerce-Address) {
    display: none !important; }
.woocommerce-account .page-login .u-column2.col-2:not(.woocommerce-Address) {
    display: none !important; }
.woocommerce-account .u-column1.col-1,
.woocommerce-account .u-column2.col-2,
.woocommerce-ResetPassword{
    background: #fff;
    padding: 0 15px 15px 15px;
    border: 1px solid #dedede;
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);}
.woocommerce-ResetPassword{
    max-width: 380px;
    min-width: 250px !important;
    margin: 40px auto !important;
    padding: 10px;
}
.woocommerce-account .u-column1.col-1 .card-header,
.woocommerce-account .u-column2.col-2 .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 15px; }
.woocommerce-account .u-column1.col-1 .card-header .card-title,
.woocommerce-account .u-column2.col-2 .card-header .card-title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 10px; }
.woocommerce-account .u-column1.col-1 .card-footer,
.woocommerce-account .u-column2.col-2 .card-footer {
    padding: 15px;
    background-color: transparent;
    border-top: 1px solid #f0f1f2;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: -15px;
    border-radius: 0 0 3px 3px; }
.woocommerce-account .u-column1.col-1 h2,
.woocommerce-account .u-column2.col-2 h2 {
    font-size: 20px;
    font-weight: 500;
    margin-right: -15px;
    margin-left: -15px;
    border-bottom: 1px solid #e0e1e2;
    text-align: right;
    margin-top: 0;
    padding: 17px 40px;}
.woocommerce-account .u-column1.col-1 form,
.woocommerce-account .u-column2.col-2 form {
    border: none;
    padding: 0; }
.woocommerce-account .u-column1.col-1 form label,

.woocommerce-account .u-column2.col-2 form label {
    color: #656565;
    /*margin: 11px 0 11px 20px ;*/
    letter-spacing: -.6px;
    font-size: 15px;
    line-height: 14px;
}
.page-register form label {
    margin: 11px 0 11px 20px !important;
}
.woocommerce-account .u-column1.col-1 form .button,
.woocommerce-account .u-column2.col-2 form .button {
    display: block;
    width: 100%; }
.woocommerce-account .u-column1.col-1 form .woocommerce-form__label,
.woocommerce-account .page-register form .woocommerce-form__label {
    /*margin-top: 1rem; */
}
.woocommerce-account .u-column1.col-1 form .woocommerce-password-strength,
.woocommerce-account .u-column2.col-2 form .woocommerce-password-strength {
    line-height: 18px;
    font-weight: 400;
    font-size: 12px;
    border-radius: 3px;
    color: #fff;
    /*margin-top: 10px;*/
    text-align: center;
    display: none;
    width: 100%; }
.woocommerce-account .u-column1.col-1 form .woocommerce-password-strength.short,
.woocommerce-account .u-column2.col-2 form .woocommerce-password-strength.short {
    background: #ff7979; }
.woocommerce-account .u-column1.col-1 form .woocommerce-password-strength.bad,
.woocommerce-account .u-column2.col-2 form .woocommerce-password-strength.bad {
    background: #ffbe76; }
.woocommerce-account .u-column1.col-1 form .woocommerce-password-strength.good,
.woocommerce-account .u-column2.col-2 form .woocommerce-password-strength.good {
    background: #badc58; }
.woocommerce-account .u-column1.col-1 form .woocommerce-password-strength.strong,
.woocommerce-account .u-column2.col-2 form .woocommerce-password-strength.strong {
    background: #6ab04c; }
.woocommerce-account .u-column1.col-1 .woocommerce-LostPassword,
.woocommerce-account .u-column2.col-2 .woocommerce-LostPassword {
    margin: 0; }
.woocommerce-account .u-column1.col-1 .woocommerce-LostPassword a,
.woocommerce-account .u-column2.col-2 .woocommerce-LostPassword a {
    color: #00CBCB; }
.woocommerce-account .login-footer {
    text-align: center;
    padding: 25px 15px;
    margin-left: -15px;
    margin-bottom: -15px;
    border-radius: 0 0 3px 3px;
    background: rgba(213, 255, 180, 0.33);
    line-height: 1;
    border: 1px solid #dedede;
}
/*.woocommerce-account .login-footer a {*/
/*color: #515151;line-height: 30px; }*/

.woocommerce-account .login-footer a {
    left: 0;
    right: 0;
    top: 50%;
    margin-top: .85em;
    content: "";
    position: relative;
    border-bottom: 1px dashed #1ca2bd;
    font-size: 18px;
}

.woocommerce-account .login-footer a {
    color: #1ca2bd;
    padding: 0;
    line-height: 2;
}
.woocommerce-account .login-footer a,.woocommerce-account .login-footer span {
    font-size: 16px !important;
}
/*--------------------- my-account styles section ---------------------*/
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: right;
    width: 24%; }

.woocommerce-account .woocommerce-MyAccount-content>p{
    margin: 15px;
    font-size: 14px;
}
.woocommerce-account .addresses .title .edit,.woocommerce-account .addresses .title h3 {
    margin: 15px;
}
.woocommerce-account .woocommerce-MyAccount-content>form{
    margin: 10px;
}
/*.woocommerce .btn-primary{*/
    /*padding: 5px;*/
    /*border-radius: 3px;*/
/*}*/
.woocommerce-account .woocommerce-MyAccount-content {
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    background: #fff;
    border: none;
    float: left;
    width: 74%;
    padding: 15px;
}
.woocommerce-account .woocommerce-MyAccount-content fieldset{margin: 15px auto;}
/*.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2,*/
/*.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {*/
/*     float: right !important;*/
/*    width: 48% !important;*/
/*    max-width: unset;*/
/*}*/


.woocommerce-MyAccount-content .green-info-box {
    background: linear-gradient(135deg, #c3ec52 0%,#0ba29d 100%);
}
.woocommerce-MyAccount-content .blue-info-box {
    background: linear-gradient(135deg, #13f1fc 0%,#0470dc 100%);
}
.woocommerce-MyAccount-content .purple-info-box {
    background: linear-gradient(135deg, #d4d4d4 0%,#1e245a 100%);
}
.woocommerce-MyAccount-content .box-info {
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    overflow: hidden;
    margin-top: 10px;
}
.woocommerce-MyAccount-content .box-info .icon {
    display: inline-block;
    /*width: 35px;*/
    /*height: 35px;*/
    line-height: 38px;
    text-align: center;
    font-size: 40px;
    float: right;
    color: #fff;
}

.woocommerce-MyAccount-content .box-info span {
    margin-top: -6px;
    display: block;
}
.woocommerce-MyAccount-content .box-info p {
    margin: 0;
}
/*.woocommerce-account .woocommerce-MyAccount-content>div{*/
    /*margin: 15px; }*/

.tp-profile-box__header {
    position: relative;
    height: 47px;
    border-radius: 3px 3px 0 0;
}
.tp-profile-box__avatar {
    width: 54px;
    height: 54px;
    background: #fff;
    background-size: contain;
    -webkit-box-shadow: 0 0 0 4px hsla(0,0%,100%,.61);
    box-shadow: 0 0 0 4px hsla(0,0%,100%,.61);
    position: absolute;
    left: 50%;
    top: 12px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    border-radius: 50%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50%;
}
.tp-profile-box__username {
    padding: 23px 20px 19px;
    text-align: center;
    font-size: 19px;
    font-size: 1.357rem;
    line-height: 1.158;
    font-weight: 500;
    letter-spacing: -.5px;
}
.tp-profile-box__tabs {
    border-top: 1px solid #f1f1f1;
    background-color: #fcfcfc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 47px;
    text-align: center;
    border-radius: 0 0 3px 3px;
}
.tp-profile-box__tab:first-child {
    border-left: 1px solid #ebebeb;
}

.tp-profile-box__tab {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 10px 10px 0;
    font-weight: 500;
    letter-spacing: -.3px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    color: #7b7b7b;
    position: relative;
    display: flex;
    flex-direction: column;
}
@media (max-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%; } }

@media (min-width: 768px) {
    .woocommerce-account .card-body .woocommerce .woocommerce-MyAccount-navigation {
        min-height: 660px; } }
@media (min-width: 768px) {
    .woocommerce-account .card-body .woocommerce .woocommerce-MyAccount-content {
        min-height: 660px; } }
.woocommerce-account .woocommerce-MyAccount-navigation ul div{
    padding: 18px 39px 18px 0;
    border-bottom: 1px solid #f3f3f3;
    font-weight: 700;
    letter-spacing: .2px;
    color: #535353;
    line-height: 1.692;
}
.woocommerce-account .woocommerce-MyAccount-navigation .tp-profile{
    margin-bottom: 15px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul,.woocommerce-account .woocommerce-MyAccount-navigation .tp-profile{
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    background: #fff;
    padding: 15px;
    border: none;
    padding: 0; }
.woocommerce-account .woocommerce-MyAccount-navigation .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 15px; }
.woocommerce-account .woocommerce-MyAccount-navigation .card-header .card-title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 10px; }
.woocommerce-account .woocommerce-MyAccount-navigation .card-footer {
    padding: 15px;
    background-color: transparent;
    border-top: 1px solid #f0f1f2;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: -15px;
    border-radius: 0 0 3px 3px; }
@media (max-width: 992px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        margin-bottom: 15px; } }
@media (max-width: 576px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        padding-right: 0;
        padding-left: 0; } }
.woocommerce-account .woocommerce-MyAccount-navigation .user-avatar {
    text-align: center;
    border-bottom: 1px solid #f0f1f2;
    padding: 15px 0;
    font-size: 12px;
    color: #595a5a;
    position: relative;
    top: 0;
    width: 100%;
    border-radius: 700px/251px;

}
.woocommerce-account .woocommerce-MyAccount-navigation .user-avatar img {
    border-radius: 50%;width: 100px; }
.woocommerce-account .woocommerce-MyAccount-navigation .user-avatar p {
    margin-top: 10px; }
.woocommerce-account .woocommerce-MyAccount-navigation .user-avatar a {
    color: #595a5a; }
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:before {
    display: none; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
    display: block;
    padding: 15px 15px; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:before {
    content: '\f013';
    font-family: "Font Awesome 5 Pro";
    float: right;
    font-size: 22px;
    margin-left: 7px;
    position: relative;
    top: -6px;
    color: #979898;
    /*transition: all 200ms ease-out;*/
    /*-webkit-animation: fa-spin 2s infinite linear;*/
    /*animation: fa-spin 2s infinite linear;*/
    /*width: 1.28571429em;*/
    /*text-align: center;*/
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:first-child {
    border-radius: 3px 3px 0 0; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: '\f0e4'; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    content: '\f0f7'; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    content: '\f996'; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--course a:before {
    content: '\f19d'; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--files a:before {
    content: '\f15c'; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: '\f2bb'; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: '\f044'; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--tickets a:before {
    content: '\f87d'; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--products_support a:before {
    content: '\F03C'; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--favorites a:before {
    content: '\f004'; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: '\f011'; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--question a:before {
    content: '\f60b'; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--teachers a:before {
    content: '\f51c'; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--woo-wallet a:before {
    content: '\f555';font-family: "Font Awesome 5 Pro" !important;font-size: 22px; }

.woocommerce-input-wrapper{
    width: 100%;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label{margin: 10px 0 0 0;}
.woocommerce-checkout form .form-row label.woocommerce-form__label-for-checkbox{margin: 10px;}
.woocommerce-account .woocommerce-MyAccount-content .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 15px; }
.woocommerce-account .woocommerce-MyAccount-content .card-header .card-title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 10px; }
.woocommerce-account .woocommerce-MyAccount-content .card-footer {
    padding: 15px;
    background-color: transparent;
    border-top: 1px solid #f0f1f2;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: -15px;
    border-radius: 0 0 3px 3px; }
.woocommerce-account .woocommerce-MyAccount-content h2, .woocommerce-account .woocommerce-MyAccount-content h3, .woocommerce-account .woocommerce-MyAccount-content legend {
    font-size: 20px;
    margin-bottom: 15px; }
.woocommerce-account .woocommerce-MyAccount-content .order-again {
    margin-top: 15px; }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details address {
    border: 1px solid #e0e1e2;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-radius: 0;
    padding: 6px 12px;
    background: #f8f9fa; }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details address .woocommerce-customer-details--phone::before,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details address .woocommerce-customer-details--email::before {
    line-height: 2.1; }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
    border: 1px solid #f0f1f2;
    background: #f8f9fa; }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address.col-1 {
    margin-bottom: 15px; }
.woocommerce-orders-table__cell-order-total del, .woocommerce-orders-table__cell-order-total ins, .woocommerce-orders-table__cell-order-total span {
    display: block;
    line-height: 24px; }
.woocommerce-orders-table__cell-order-total .woocommerce-Price-currencySymbol {
    display: inline-block; }
.woocommerce-orders-table__cell-order-total del {
    color: #979898; }
.woocommerce-orders-table__cell-order-total ins {
    text-decoration: none;
    color: #F05B82; }
.woocommerce-account .woocommerce-customer-details .col-1 {
    padding-left: 0 !important; }
.woocommerce-account .woocommerce-customer-details .col-2 {
    padding-right: 0 !important;
    margin-top: 15px; }
.woocommerce table.my_account_orders,
.woocommerce table.woocommerce-table--order-downloads {
    font-size: 1em; }
.woocommerce table.my_account_orders .button,
.woocommerce table.woocommerce-table--order-downloads .button {
    line-height: 24px !important; }

.woocommerce-pagination--without-numbers .button {
    line-height: 24px !important; }


.page-login .woocommerce-error,.page-register .woocommerce-error{
    width: 90%;
    background: white;
    border-bottom: 1px solid #dedede;
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    max-width: 380px;
    min-width: 250px !important;
    margin: 40px auto !important
}

.f_ads_btn img{
    height: 100%;
    width: 100%;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    -moz-box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);


}
.f_ads_btn{
    display: flex;
    position: relative;
    border-radius: 3px;
    background-color: #ffffff;
    height: calc(49.5% - 5px);
}
.f_column_ads{
    width: 30%;    height: 380px;    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 2;
    margin-left: 15px;
}
.f_ads{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 20px auto;
}

.woocommerce form .form-row {

    padding: 3px;
    /*margin: 0 0 -10px;*/

}

.woocommerce-form .lost_password{
    float: left;top: 20px;position: relative;border-bottom: 1px dashed #1ca2bd;z-index: 59;
}
.woocommerce-form div input{
    width: 90%;border: unset;
}
.woocommerce-form div i{
    font-size: 30px;margin: 5px;color: #d3d3d3;
}
.woocommerce-form div {
    line-height: 40px;
    font-size: 13px;
    border: 1px solid #d0d0d0;
    font-family: 'Sans',tahoma;
    border-radius: 3px;
    display: flex;
    margin-top: 5px;
    outline: none;
}
.woocommerce-checkout .woocommerce-form div{
    border: unset;
}
.woocommerce-form div.woocommerce-privacy-policy-text {
    line-height: 25px;
    font-size: 13px;
    border: unset;
    font-family: 'Sans',tahoma;
    border-radius: 3px;
    display: flex;
    margin-top: 5px;
    outline: none;
}

form.woocommerce-form-register p.woocommerce-form-row {
    padding: 10px 0;
    margin: 0 0 -15px;
}
form.woocommerce-form-register .show_if_seller {
    flex-direction: column;
}
form.woocommerce-form-register .show_if_seller,form.woocommerce-form-register .show_if_seller>.split-row {
    border:unset;
}
.woocommerce-form ::placeholder {

    color: #c6c6c6;
    text-align: right;
    direction: rtl;
}
.fx_form_account{display: flex;justify-content: space-around;padding: 0 !important;}
.fx_form_account a{padding: 17px 0;font-size: 20px !important;width: 50%;text-align: center;}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {width: 100%;overflow: visible;}
.woocommerce-checkout form .form-row-first, .woocommerce-checkout form .form-row-last{width: 50%;overflow: visible;}
.woocommerce-checkout  form.checkout_coupon .form-row-last{height: 50px;}
.woocommerce-cart  .coupon button.button{height: 39px;}
.woocommerce-cart  .coupon input#coupon_code{width: 300px;}

/*--------------------- end widget section ---------------------*/
/*--------------------- start favorites section ---------------------*/
.favorites-table .price {
    color: #F05B82; }
.favorites-table .price .discount-percent {
    display: none !important; }
.favorites-table .price > * {
    display: block; }
.favorites-table .price del {
    color: #979898;
    font-size: 13px; }
.favorites-table .remove-favorite {
    background: #f0f1f2;
    border-radius: 100%;
    display: inline-block;
    padding: 0 10px 0 10px; }
/*--------------------- end favorites section ---------------------*/
/*--------------------- start dokan section ---------------------*/
form.woocommerce-form-register #tc_agree{top:12px;margin-left: 5px;}
/*--------------------- end dokan section ---------------------*/
/*--------------------- breadcrumbs styles section ---------------------*/
.tp_breadcrumbs{
    background-color: white;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    padding: 10px 1%;
    width: 100%;
    margin-bottom: 10px;
}
.dokan-dashboard .woocommerce-breadcrumb{
    background-color: white;
    border-radius: 3px;
    padding: 5px 1% 1px;
    width: 100%;
}
.tp_breadcrumbs h1{
    margin: 0;
    font-size: 23px;
    font-weight: 600;
    line-height: 34px;
    color: #383d48;
}
.dokan-dashboard .tp_breadcrumbs h1,body.archive .tp_breadcrumbs h1{
    padding: 0 10px;
}
.breadcrumb {
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    background: #fff;
    padding: 15px;
    border: none;
    font-size: 12px;
    color: #979898; }
.breadcrumb a {
    color: #979898; }
.breadcrumb .delimiter {
    color: #F05B82;
    font-size: 16px; }
.woocommerce .woocommerce-breadcrumb {
    padding: 5px 2px;
    font-size: 14px;
    margin: 0;
    color: black;
    }

/*--------------------- breadcrumbs styles section ---------------------*/
/*--------------------- start single product section ---------------------*/

.f_des_course,.f_des_course {
    /*width: 100%;*/
    /*min-height: 200px;*/
    /*background-color: white;*/
    /*border-radius: 3px;*/
    /*-webkit-box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);*/
    /*box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);*/
    /*margin-bottom: 10px;*/
    /*position: relative;*/
}

.f_label {
    width: 50%;
    margin: 0 auto;
    line-height: 40px;
    background-color: #f2f2f2;
    box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    border-radius: 0 0 5px 5px;
    text-align: center;
}

.f_des_row div i{
    font-size: 20px;
    top: 4px;
    position: relative;
}
.f_des_row {
    display: flex;
    justify-content: space-between;
    line-height: 50px;
    font-size: 13px;
}

.f_des_row p {
    margin: 0;
}

.f_des_row .star-rating {
    float: left;
    overflow: hidden;
    position: relative;
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    width: 5.4em;
    font-family: star;
}
.f_des_border{
    border-bottom: 0.5px dashed #E0E0E0;
}
.f_des_course .add2fav {
    font-size: 16px;
    color: #c9c9c9;
}

.f_des_course .add2fav.is-fav {
    font-size: 16px;
    color: #ff171d;
}
.f_des_course #heart {
    fill: red;
    position: relative;
    top: 5px;
    width: 50px;
    animation: pulse 1s ease infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.3); }
    100% { transform: scale(1); }
}

.f_des_teacher,.f_des_teacher {
    width: 100%;
    min-height: auto;
    background-color: white;
    border-radius: 3px;
    /*-webkit-box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);*/
    /*box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);*/
    margin-bottom: 10px;
}

.f_des_teacher .f_teacher,.f_des_teacher .f_teacher {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.f_des_teacher .f_teacher img ,.f_des_teacher .f_teacher img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 5px solid #ebeced;
    background: #ffffff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

.f_des_teacher .f_teacher p,.f_des_teacher .f_teacher p {
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
    margin-top: 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 25px;
    color: #6f7881;
    word-break: break-word;
    text-align: justify;
}

.f_teacher ul li {
    margin: 0 5px;
}

.mejs__video {
    width: 100% !important;
}

#player1_html5 {
    width: 100% !important;
}

.mejs__overlay-play {
    width: 100% !important;
}

.mejs__inner {
    border-radius: 5px !important;
}

.media-wrapper {
    direction: ltr;
    /*max-width: 1100px;*/
    margin-bottom: 10px;
    /*max-height: 600px;*/
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
}

.f_download_file {
    width: 100%;
    background-color: white;
    padding: 0 0 10px 0;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    margin-bottom: 10px;
}

.f_download_des {
    width: 94%;
    margin: 10px auto;
    font-size: 15px;
    font-weight: normal;
    line-height: 40px;
    color: #6f7881;
    padding-bottom: 20px;
}

.fara_row_video{
    float: right;position: relative;    right: 30px;
    padding: 10px 30px;
    border-right: 2px solid #ececec;    display: flex;
    justify-content: space-between;
    width: 100%;
}
.f_radius_num{    height: 30px;
    width: 30px;
    border: 2px solid #384047;
    border-radius: 50%;
    position: absolute;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: 41px;
    top: 32%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    z-index: 1;}

.f_downloads {
    width: 94%;
    margin: 10px auto;
    height: auto;
    line-height: 60px;
    /*border: 1px solid rgba(236, 236, 236, 0.6);*/
    /*border-radius: 3px;*/
    /*background-color: #f4f4f4;*/
    /*box-shadow: 1px 3px 8px -2px #e0e0e0;*/
}
.f_downloads a{
    color: #03a9f4 !important;
    font-size: 16px !important;
    font-weight: 100;
}
.f_downloads>div.f_list_season{
    /*padding: 0 20px;*/
    margin: 0;
    /*border: 1px solid #efefef99;*/
}

.f_download_file .f_downloads .f_list_season{
    /*display: none;*/
}

.f_downloads div.sub_download:hover{
    background-color: #f0f2f5;
}
.f_downloads div.sub_download{
    border-bottom: 1px solid #e0e5e9;
    border-left: 1px solid #e0e5e9;
    border-right: 1px solid #e0e5e9;
    font-size: 14px !important;
    font-weight: 500;
    padding-right: 10px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*border: 1px solid #e1e2e4;*/
    position: relative;
}

.f_play_free{
    color: #6f7881 !important;
}
.f_play_free_no{
    color: #aab6c2 !important;
}

.f_play_free  .tp_download_row>span{
    cursor: pointer;
}
.f_play_free  .fa-play-circle-o{
    font-size: 25px !important;
    position: relative;
    top:3px;
    margin-left: 12px;
}
.fara_row_video  span.tp_download_row,
.fara_row_video  div.tp_download_row{
    /*display: flex ;*/
    /*position: relative;*/
    /*top: 3px;*/
    margin: 0 20px;
    /*width: 70px;*/
    /*justify-content: space-between;*/
    /*line-height: 57px;*/
}
.fara_row_video  span.tp_download_row{display: none;}
.f_play_free  .fa-play-circle-o:hover,.f_play_free  .fa-file-archive-o:hover{
    color: #28d568;
    cursor: pointer;
    transition: all 0.5s;
}
.f_downloads div.head_download{
    background: #f8f8f8;
    padding: 10px;
    font-size: 18px;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 0;
    border: 1px solid #e0e5e9;
    border-bottom: 2px solid #e0e5e9;
    font-weight: 600;
    /*border-right: 5px solid #e7e7e7;*/
    /*color: #6f7881 !important;*/
    /*font-size: 15px !important;*/
    /*font-weight: 500;*/
    /*cursor: pointer;*/
}
/*.f_downloads:hover {*/

/*box-shadow: 1px 3px 8px -2px #c0c0c0;*/
/*transition: all 0.5s;*/
/*}*/

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    background: #fafafa;
}

.section_single .entry-summary,.product-single span.onsale {
    display: none !important;
}


/*.f_lock {*/
/*background-image: url('images/sprites/sprite.png');*/
/*background-repeat: no-repeat;*/
/*background-position: 10px 10px;*/
/*float: right;*/
/*width: 40px;*/
/*height: 45px;*/
/*}*/

/*.f_unlock {*/
/*background-image: url('images/sprites/sprite.png');*/
/*background-repeat: no-repeat;*/
/*background-position: -28px 10px;*/
/*float: right;*/
/*width: 40px;*/
/*height: 45px;*/
/*}*/

/*.f_comment_single {*/
    /*background-color: white;*/
    /*!*padding: 15px;*!*/
    /*margin-bottom: 10px;*/
    /*border-radius: 3px;*/
    /*-webkit-box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);*/
    /*box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);*/
/*}*/

.f_similar_single {
    padding: 10px 1% 15px 1%;
    background-color: white;
    width: 98%;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
}



.f_questions>input[type="button"]{
    cursor: pointer;
    color: white;
    background: #785EDD;
}
.f_questions>input,.f_questions>textarea{
    margin: 10px 0;
    line-height: 38px;
    padding: 0 5px;
    font-size: 16px;
}
.f_questions{
    display: flex;
    width: 90%;
    margin: 10px auto;
    flex-direction: column;
}
.f_msgq{display: flex;width: 90%;margin: 10px auto;flex-direction: column;}
.f_msg_success{display:none;font-size: 16px;background-color: #67d598;color: white;padding: 10px;border-radius: 3px;}
.f_msg_warning{display:none;font-size: 16px;background-color: #d56472;color: white;padding: 10px;border-radius: 3px;}
.f_msg_empty{display:none;font-size: 16px;background-color: #ffd172;color: white;padding: 10px;border-radius: 3px;}

.f_rating{
    width: 100%;
    background-color: white;
    padding: 10px 0;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    margin-bottom: 10px;
    display: flex;
}
.f_rating .f_rate_row{display: flex;justify-content: space-around;width: 100%;padding: 10px;}
.f_rating .f_rate_row>div{display: flex;flex-direction: column;align-items: center;justify-content: space-around;}
.f_rating .f_rate_row>div:first-child>div:first-child,.f_rating .f_rate_row>div:first-child .star-rating{font-size: 25px !important;}
.f_rating .f_rate_row>div:first-child>div:last-child{font-size: 18px !important;}
.f_rating .f_rate_row>div .f_rate_chart{display: flex;justify-content: space-around;width: 100%;}
.f_rating .f_rate_row .f_back_chart{ background: #D8D8D8;width: 70%;min-width: 70%;height: 12px;border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;margin-top: 5px;}
.f_rating .f_rate_row .f_back_chart>div{background: #9B9B9B;height: 12px;border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;display: block;}




.f_list_question{position: relative;border-top: 1px solid #E5E8E9;margin: 25px 0;}
.f_list_question>div{padding: 10px 15px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 3px;
    border: 1px solid #E5E8E9;
    background-color: #ffffff;
    color: #6f7881;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    white-space: nowrap;}
.f_qans{    display: flex;
    width: 90%;
    margin: 10px auto;
    flex-direction: column;}
.f_qans>.f_row_q {
    border-bottom: 1.5px solid #eaeaea;
}
.f_qans .f_row_q{
    display: flex;
    width: 100%;
    /*border-radius: 3px;*/
    /*box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);*/
    background: #fff;
    padding: 15px;
    margin: 15px 0;
}
.f_qans .f_row_q>img{
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin-left: 10px;
}
.f_qans .f_row_q>div .f_title{
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    color: #6f7881;
}
.f_qans .f_row_q>div .f_name{
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    color: #383d48;
    margin-bottom: 5px;
}
.f_qans .f_row_q>div .f_user_q{
    margin-bottom: 10px;
}

.f_user_q .tp_btn_qa{
    float: left;
}

.f_user_q .tp_btn_qa button:nth-child(2),
.f_user_q .tp_btn_qa button:nth-child(3){
    display: none;
}

.tp_edit_answers{
    width: 100%;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    padding: 10px;
    display: none;
}

.f_qans .f_row_q>div{
    padding-right: 5px;
    padding-top: 13px;
    width: calc(100% - 50px);
    font-size: 15px;
    font-weight: normal;
    line-height: 25px;
    color: #69717D;
}


.f_answers{display: none;}

.f_locks_icon {
    display: block;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 0;
    height: 24px;
    width: 26px;
    float: right;
    background-image: url('assets/images/sprites/sprite.png');
    background-repeat: no-repeat;
}
.f_locks {
    background-position: -93px -42px;
}
.f_download {
    background-position: -122px -37px;
}
.f_download2 {
    background-position: -173px -37px;
}

.f_download:hover {
    cursor: pointer;
    height: 50px;
    width: 50px;
    margin: 0 auto;
    animation-name: stretch;
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
    /*animation-delay: 0;*/
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
    /*transition: all 0.5s;*/
}


/*end main single page woocommerce*/

.f_head_session>div{
    display: flex;
    align-items: center;
    margin: 10px;
}
.f_head_session{width: 100%;
    background-color: white;
    padding: 20px 0;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    margin-bottom: 10px;display: flex;justify-content: space-around;}
.f_tab_pro{display: flex;background: #f8f8f8;border-radius: 3px;}
.f_tab_pro>div{font-size: 16px;font-weight: 600;cursor: pointer;color: black ;line-height: 50px;width: 33.33%;display: flex;align-items: center;justify-content: center;}
.f_tab_pro>div>i{font-size: 25px;margin-left: 10px;line-height: 50px;}


.tp-course  #reviews {

    padding: 30px;
    margin-top: 15px;

}
.tp-product  #reviews {
    border-radius: 3px;
    border: none;
    box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    background: #fff;
    padding: 30px;
    border: none;
    margin-top: 15px;
}

.custom-links{margin-top: 10px;}
/*--------------------- end single product section ---------------------*/
/*--------------------- end shop product section ---------------------*/
/* start shop */
.woocommerce-ordering{display: none;}
.f_main_single_side_left .f_shop{
    font-size: 16px;
    background: white;
    padding: 0 10px;
    line-height: 50px;
    width: 96%;
    margin: 0 auto;    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2)
}
.woocommerce-products-header{width: 100%;
    margin: 0 auto 5px;    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);}
.woocommerce-products-header h1{display: flex;justify-content: space-between;flex-wrap: wrap;}
.woocommerce-products-header h1 ul{display: flex;flex-wrap: wrap;padding: 0;margin: 0;}
.woocommerce-products-header h1 ul li{padding: 0 10px;}
.woocommerce-products-header h1 ul li a{padding: 5px;border-radius: 3px;font-size: 12px !important;}
.woocommerce-products-header h1 ul li a:hover{background-color: #f0f0f0;padding: 5px;}
.woocommerce-products-header h1 ul li a.f_actives{background: #03a9f4;color: white;}


.widget_price_filter form{padding: 20px 0;display: block;}
.widget_price_filter form button.button{width: 100%;line-height: 2;margin: 10px 0;}
.widget_price_filter form .price_label{direction: rtl !important;text-align: center;font-size: 13px;word-spacing: 5px;}

.widget_product_search form.woocommerce-product-search {
    display: block;
    position: relative;
    margin: 10px 0;
}
.widget_product_search input[type=search] {
    background-color: #f0f1f2 !important;
    border-color: #f0f1f2 !important;
    position: relative;
    padding-right: 32px !important;
    font-size: 13px;
    border-radius: 4px;
    color: #494a4a;
    padding: 7px;
    line-height: 2;
    box-shadow: none;
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #d7d8d9;
    transition: all 200ms ease-out;
}
.widget_product_search button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background: none;
    width: 30px;
    height: 42px;
    cursor: pointer;
    background-color: transparent !important;
    font-size: 0;
}
.widget_product_search button[type=submit]:before {
    position: absolute;
    content: "\f002";
    font-family: "Font Awesome 5 Pro";
}
.widget_product_search button[type=submit]:before {
    position: absolute;
    content: "\f002";
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    top: 6px;
    color: #888989;
    left: 7px;
}

.widget_product_categories ul li:before {
    content: '\f137';
    font-family: "Font Awesome 5 Pro";
    font-size: 15px;
    position: relative;
    color: #979898;
    float: right;
    margin-left: 5px;
}
.widget_product_categories ul li .children {
    padding-right: 15px;
}
.widget_product_categories ul li .children li:before {
    color: #d7d8d9;
    content: '\f32a';
    font-size: 15px;
}


.widget_shopping_cart .widget_shopping_cart_content .cart_list .mini_cart_item {
    border-bottom: 1px solid #f0f1f2;
    padding-top: 3px;
}
.woocommerce a.remove {
    color: #979898 !important;
    background-color: #f0f1f2;
    top: 4px;
    padding-top: 2px;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    float: left;
    margin-right: 4px;
    width: 32px;
    height: auto;
    box-shadow: none;
}
.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
    margin: 0;
    padding-right: 1em;
    border-right: 2px solid rgba(0,0,0,.1);
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list .mini_cart_item .quantity {
    color: #979898;
    font-size: 12px;
}
.widget_shopping_cart .widget_shopping_cart_content .total {
    border-top: none !important;
    margin-top: 1rem;
    text-align: center;
    color: #4ECE3D;
    font-weight: 500;
    font-size: 15px;
}
.woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a {
    margin-left: 5px;
    margin-bottom: 5px;
}
.widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
    text-align: center;
}


.woocommerce-loop-product__title {
    margin: 10px;
    text-align: right !important;
    min-height: 50px;
    border-bottom: 1px solid #dadada;
}

.f_owl_foot .f_owl_more {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    background-color: #0093ee;
    border: 1px solid #0076BD;
    padding: 5px;
    color: white;
    border-radius: 3px;
}

/* end shop */
/*--------------------- end shop product section ---------------------*/
/*--------------------- start dokan styles section ---------------------*/
.woocommerce-form-register #tc_agree {
    display: none; }
.woocommerce-form-register #tc_agree + label {
    position: relative;
    text-indent: 28px;
    display: inline-block;
    cursor: pointer; }
.woocommerce-form-register #tc_agree + label:before {
    font-family: "Font Awesome 5 Pro";
    content: '\f131';
    font-size: 23px;
    position: absolute;
    right: -28px;
    top: -11px;
    color: #979898; }
.woocommerce-form-register #tc_agree:checked + label:before {
    content: '\f132';
    color: #00CBCB; }
/*.woocommerce-form-register .user-role .radio {*/
    /*width: 100%;*/
    /*padding-right: 7px; }*/
/*.woocommerce-form-register .user-role .radio input[type=radio] {*/
    /*visibility: hidden;*/
    /*position: relative; }*/
/*.woocommerce-form-register .user-role .radio input[type=radio]:before {*/
    /*visibility: visible;*/
    /*font-family: "Font Awesome 5 Pro";*/
    /*content: '\f43d';*/
    /*font-size: 23px;*/
    /*position: absolute;*/
    /*right: -9px;*/
    /*top: -14px;*/
    /*color: #979898; }*/
/*.woocommerce-form-register .user-role .radio input[type=radio]:checked:before {*/
    /*content: '\f43e';*/
    /*color: #00CBCB; }*/


#dokan-become-seller {
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    background: #fff;
    padding: 15px;
    border: none; }
#dokan-become-seller .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 15px; }
#dokan-become-seller .card-header .card-title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 10px; }
#dokan-become-seller .card-footer {
    padding: 15px;
    background-color: transparent;
    border-top: 1px solid #f0f1f2;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: -15px;
    border-radius: 0 0 3px 3px; }
#dokan-become-seller h2 {
    font-size: 15px; }
#dokan-become-seller .register {
    padding: 0;
    border: none; }

body.dokan-dashboard .page-card {
    box-shadow: none;
    background-color: transparent;
    border: none;
    padding: 0; }
body.dokan-dashboard .page-card .card-title {
    display: none; }
body.dokan-dashboard .dokan-dash-sidebar {
    width: 22%;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    background: #fff;
    padding: 15px;
    border: none;
    background-color: #fff !important;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0; }
@media (max-width: 992px) {
    body.dokan-dashboard .dokan-dash-sidebar {
        width: 100%; } }
@media (max-width: 576px) {
    body.dokan-dashboard .dokan-dash-sidebar {
        padding: 0 !important; } }
body.dokan-dashboard .dokan-dash-sidebar .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 15px; }
body.dokan-dashboard .dokan-dash-sidebar .card-header .card-title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 10px; }
body.dokan-dashboard .dokan-dash-sidebar .card-footer {
    padding: 15px;
    background-color: transparent;
    border-top: 1px solid #f0f1f2;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: -15px;
    border-radius: 0 0 3px 3px; }
body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu {
    background-color: #fff !important; }
body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
    border-bottom: none;
    transition: all 200ms ease-out; }
@media (max-width: 767px) {
    body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
        display: block;
        border-right: none; } }
@media (max-width: 430px) {
    body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
        width: 100%;
        float: none; } }
body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
    color: #494a4a !important; }
body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a i {
    color: #e0e1e2;
    margin-left: 7px;
    width: 37px;
    font-size: 20px;
    transition: all 200ms ease-out;
    position: relative;
    top: 2px; }
body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover {
    background: rgba(78, 206, 61, 0.06) !important;
    color: #4ECE3D; }
body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover a {
    color: #4ECE3D; }
body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover a i {
    color: #4ECE3D; }
body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active {
    background: rgba(78, 206, 61, 0.06) !important;
    color: #4ECE3D; }
body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active a {
    color: #4ECE3D; }
body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active a i {
    color: #4ECE3D; }
body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active:after {
    display: none; }
body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.settings .fa-angle-right {
    float: left;
    margin-left: 0;
    margin-top: 8px;
    padding: 0; }
body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links {
    border-top: 1px solid #e0e1e2 !important;
    border-bottom: 1px solid #e0e1e2 !important; }
body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a {
    text-align: center;
    border-color: #e0e1e2 !important; }
body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a i {
    padding-right: 0;
    color: #979898;
    margin: 0;
    position: relative;
    top: 4px; }
body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover {
    background: rgba(78, 206, 61, 0.06) !important; }
body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover i {
    color: #4ECE3D; }
body.dokan-dashboard .dokan-dashboard-content {
    width: 70%;
    background: white; }

body.dokan-dashboard .dokan-dashboard-content article {
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    background: #fff;
    padding: 15px;
    border: none; }
body.dokan-dashboard .dokan-dashboard-content article .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 15px; }
body.dokan-dashboard .dokan-dashboard-content article .card-header .card-title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 10px; }
body.dokan-dashboard .dokan-dashboard-content article .card-footer {
    padding: 15px;
    background-color: transparent;
    border-top: 1px solid #f0f1f2;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: -15px;
    border-radius: 0 0 3px 3px; }
body.dokan-dashboard .dokan-dashboard-content article .entry-title {
    font-size: 20px; }
body.dokan-dashboard .dokan-dashboard-content article:after {
    content: '';
    display: block;
    clear: both; }

.woocommerce div.product .woocommerce-tabs ul.tabs #tab-title-seller a:before {
    content: '\f4dc'; }

.dokan-seller-listing .dokan-seller-search-form .dokan-seller-search {
    padding-right: 10px !important;
    background-position: 8px 12px !important; }

/*.woocommerce-breadcrumb {*/
    /*border-radius: 3px;*/
    /*box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);*/
    /*background: #fff;*/
    /*padding: 15px;*/
    /*border: none;*/
    /*font-size: 12px;*/
    /*color: #979898;*/
    /*margin-bottom: 15px;*/
    /*padding: 15px;}*/
.dokan-dashboard .card-body{
    padding: 0;
}
.dokan-dashboard header.card-header{
    display: none;
}
.dokan-store #primary {
    box-shadow: none;
    border: none;
    padding: 0;
    background: transparent; }
.dokan-store #primary .sidebar.col-12.col-lg-3 {
    -ms-flex: auto;
    flex: auto;
    max-width: inherit;
    width: 25%;
    margin-left: 3%;
    float: right; }
@media (max-width: 992px) {
    .dokan-store #primary .sidebar.col-12.col-lg-3 {
        width: 100% !important; } }

@media (max-width: 992px) {
    .dokan-store-sidebar,
    .dokan-single-store {
        margin-right: 0;
        width: 100% !important;
        margin-left: 0; } }
@media (max-width: 767px) {
    .dokan-store .dokan-store-sidebar,
    .dokan-store .dokan-single-store {
        margin-right: 0;
        width: 100% !important;
        margin-left: 0; } }
.dokan-widget-area .widget-title {
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 10px !important;
    background-color: transparent !important;
    border-bottom: 1px solid #f0f1f2;
    margin-bottom: 15px !important; }
.dokan-widget-area ul {
    list-style: none;
    padding-right: 0; }
.dokan-widget-area ul .fa-star {
    color: #FEC465; }

.dokan-category-menu {
    padding: 15px !important; }
.dokan-category-menu h3.widget-title {
    border: none !important;
    border-bottom: 1px solid #f0f1f2 !important; }

.dokan-category-menu #cat-drop-stack > ul li.parent-cat-wrap {
    background: transparent !important; }
.dokan-category-menu #cat-drop-stack > ul li.parent-cat-wrap a {
    margin: 0 !important;
    border-bottom-color: #f0f1f2 !important; }
.dokan-category-menu #cat-drop-stack > ul li.parent-cat-wrap a .caret-icon {
    right: auto !important;
    left: -2px; }
.dokan-category-menu #cat-drop-stack > ul li.parent-cat-wrap a .caret-icon .fa {
    transform: rotate(180deg); }

.dokan-form-control {
    border: 1px solid #979898 !important;
    padding: 7px !important;
    border-radius: 4px !important;
    color: #494a4a !important;
    font-size: 13px !important;
    line-height: 32px !important; }
.dokan-form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #979898; }

.dokan-store-menu ul {
    margin-bottom: 0; }
.dokan-store-menu ul li.parent-cat-wrap a {
    display: block;
    position: relative;
    padding-top: 7px;
    padding-bottom: 7px; }
.dokan-store-menu ul li.parent-cat-wrap a .fa {
    position: absolute;
    left: 0;
    transform: rotate(180deg); }

.dokan-single-store .profile-frame {
    background-color: #fff !important;
    border: 1px solid #e0e1e2;
    border-bottom: none; }

.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery {
    background-color: #00CBCB !important; }

.profile-info-summery .profile-img img {
    border: 3px solid rgba(0, 203, 203, 0.5) !important;
    border-radius: 50% !important;
    padding: 0 !important; }

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper {
    padding: 0 !important; }

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery {
    height: 150px !important; }

.profile-info-summery-wrapper .profile-info-summery .profile-info {
    color: #fff !important; }

.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info i {
    margin-top: 9px !important; }

.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info i {
    margin-top: 4px !important; }

.dokan-single-store .dokan-store-tabs ul {
    border-color: #e0e1e2 !important;
    margin-bottom: 15px !important;
    box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2); }

.dokan-single-store .dokan-store-tabs ul li {
    border-left: 1px solid #e0e1e2;
    border-right: none !important;
    margin-right: 0 !important;
    margin-left: -4px; }
.dokan-single-store .dokan-store-tabs ul li a:hover {
    background-color: #f8f9fa !important; }

li.dokan-share-btn-wrap {
    border-left: none !important;
    border-right: 1px solid #EDEDED !important; }
li.dokan-share-btn-wrap .dokan-share-btn {
    margin-right: auto !important;
    margin-left: 10px !important;
    margin-top: 10px !important; }
li.dokan-share-btn-wrap .dokan-share-btn:focus, li.dokan-share-btn-wrap .dokan-share-btn:active {
    box-shadow: none;
    outline: none; }

.seller-items {
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    background: #fff;
    padding: 15px;
    border: none; }
.seller-items .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 15px; }
.seller-items .card-header .card-title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 10px; }
.seller-items .card-footer {
    padding: 15px;
    background-color: transparent;
    border-top: 1px solid #f0f1f2;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: -15px;
    border-radius: 0 0 3px 3px; }

.dokan-pagination-container .dokan-pagination {
    padding-right: 0;
    font-size: 15px; }
.dokan-pagination-container .dokan-pagination li a {
    background-color: #fff;
    border-color: #d7d8d9; }
.dokan-pagination-container .dokan-pagination li.active a {
    background-color: #00CBCB !important;
    color: #fff;
    border-color: #00CBCB; }

.store-review-wrap #reviews {
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    background: #fff;
    padding: 15px;
    border: none; }
.store-review-wrap #reviews .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 15px; }
.store-review-wrap #reviews .card-header .card-title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 10px; }
.store-review-wrap #reviews .card-footer {
    padding: 15px;
    background-color: transparent;
    border-top: 1px solid #f0f1f2;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: -15px;
    border-radius: 0 0 3px 3px; }

.dokan-pagination-container {
    padding: 15px 0; }

.dokan-dashboard .dokan-dashboard-content {

    margin: 0 20px 0 0 !important;
    padding: 10px !important;
    border-radius: 3px;

}
.f_headlines{
    padding: 10px;
    border-radius: 3px;
    background: whitesmoke;
    margin: 10px 0;
}
.f_headlines span.delete{
    line-height: 25px;
    margin-right: 5px;
    position: relative;
    border-radius: 50%;
}
.f_headlines .f_box .f_check input{
    position: relative;
    right: 5px;
}
.f_headlines .f_box .f_check{
    width: 15%;line-height: 35px;
    display: flex;
    justify-content: center;
}
.f_headlines .f_box{
    width: 99%;
    display: flex;
    justify-content: center;
    font-weight: 500;
    padding: 10px 5px;
    margin: 5px auto;
    background: #ededed;
    border-radius: 3px;
}
.f_input_course{
    width: 50%;
    line-height: 25px;
    border-radius: 5px;
}
.dokan-section-content input,.dokan-section-content select{
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #EDEDED;
    padding: 4px 6px;
    border-radius: 0;
    color: #555555;
    font-size: 14px;
    min-height: 26px;
    line-height: 26px;
    vertical-align: middle;
    margin: 0;
    border-radius: 3px;
}
.dokan-section-content input.button{
    border: none !important;
    padding: 5px 10px !important;
    font-size: 13px !important;
    line-height: 24px !important;
    border-radius: 3px !important;
    color: #fff !important;
    transition: all 200ms ease-out !important;
    font-weight: 400 !important;
    margin: 0 1px !important;
}
@media (max-width: 992px) {
    .dokan-dashboard .dokan-dashboard-content .product-edit-new-container,
    .dokan-dashboard .dokan-dashboard-content .product-edit-container
    {
       padding: 10px;
    }
    .dokan-dashboard .dokan-dashboard-content {
        width: 100%;
        padding: 0 !important;
        margin: 15px 0 0 0 !important; }

    .dokan-product-listing .dokan-product-listing-area .product-listing-top span.dokan-add-product-link {
        width: unset !important;
    }
    .f_headlines{
        padding: 10px;
        border-radius: 3px;
        background: whitesmoke;
        margin: 10px 0;
    }
    .f_headlines span.delete{
        line-height: 25px;
        margin-right: 5px;
        position: relative;
        border-radius: 50%;
    }
    .f_headlines .f_box .f_check input{
        position: relative;
        right: 5px;
    }
    .f_headlines .f_box .f_check{
        width: 15%;line-height: 35px;
        display: flex;
        justify-content: center;
    }
    .f_headlines .f_box{
        width: 99%;
        display: flex;
        justify-content: center;
        font-weight: 500;
        padding: 10px 5px;
        margin: 5px auto;
        background: #ededed;
        border-radius: 3px;
    }
    .f_input_course{
        width: 50%;
        line-height: 25px;
        border-radius: 5px;
    }
    .dokan-section-content input,.dokan-section-content select{
        background-color: #ffffff;
        background-image: none;
        border: 1px solid #EDEDED;
        padding: 4px 6px;
        border-radius: 0;
        color: #555555;
        font-size: 14px;
        min-height: 26px;
        line-height: 26px;
        vertical-align: middle;
        margin: 0;
        border-radius: 3px;
    }
    .dokan-section-content input.button{
        border: none !important;
        padding: 5px 10px !important;
        font-size: 13px !important;
        line-height: 24px !important;
        border-radius: 3px !important;
        color: #fff !important;
        transition: all 200ms ease-out !important;
        font-weight: 400 !important;
        margin: 0 1px !important;
    }
}

/*--------------------- end dokan styles section ---------------------*/
/*--------------------- start not found 404 section ---------------------*/
#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound {
    max-width: 460px;
    width: 100%;
    text-align: center;
    line-height: 1.4;
}

.notfound .notfound-404 {
    position: relative;
    width: 180px;
    height: 180px;
    margin: 0px auto 50px;
}

.notfound .notfound-404 > div:first-child {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ffa200;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 5px dashed #000;
    border-radius: 5px;
}

.notfound .notfound-404 h1 {
    color: #000;
    font-weight: 700;
    margin: 0;
    font-size: 90px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.notfound h2 {
    font-size: 33px;
    font-weight: 700;
    text-transform: uppercase;
}

.notfound .h2, .notfound h2 {
    line-height: 2;
}

.notfound p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.notfound a {
    display: inline-block;
    padding: 10px 25px;
    background-color: #8f8f8f;
    border: none;
    border-radius: 40px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}
/*--------------------- end not found 404 section ---------------------*/
/*--------------------- start pagination section ---------------------*/
.f_list_blog {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.f_list_blog a {
    width: 100%;
    display: inline-flex;
    background-color: white;
    border-radius: 3px;
    margin: 5px 0;
}

.f_list_blog .item {
    width: 100%;
}

.f_list_blog a .f_owl_foot {
    display: flex;
    justify-content: space-between;
    margin: 10px;
    flex-direction: row-reverse;
}

.pagination {
    display: flex;
    justify-content: center;
    margin: 10px auto;
    width: 85%;
}

.pagination ul > li {
    display: inline;
    margin: 3px;
    float: right;
}

.pagination ul > li span {
    color: #000000 !important;
    cursor: default;
    padding: 5px 15px;
    display: inline-block;
    background-color: white;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
}

.pagination ul > li > a {
    padding: 5px 15px;
    display: inline-block;
    margin: 0 auto;
    border-radius: 3px;
    justify-content: center;
    font-weight: normal;
    color: #000000 !important;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
}

.pagination ul > li > a:hover {
    background-color: #0093ee !important;
    color: white;
}

.pagination .current {
    background-color: #0093ee !important;
    color: #ffffff !important;
    cursor: default;
    padding: 5px 18px;
    display: inline-block;
    margin: 0 auto;
    border-radius: 3px;
    justify-content: center;
    font-weight: normal;
    color: #6587B7;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
}



.woocommerce-pagination ul{
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    color: #6587B7;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    max-width: 100%;
}
.woocommerce-pagination li .page-numbers{
    border: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-size: 20px !important;
    padding: 10px 20px !important;
    /*-webkit-box-pack: center;*/
    /*-ms-flex-pack: center;*/
    /*justify-content: center;*/
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
}
/*.woocommerce-pagination ul li a:focus,*/
/*.woocommerce-pagination ul li a:hover{*/
    /**/
/*}*/
.woocommerce-pagination ul li span.current {
    background-color: #0093ee !important;
    border-color: #0093ee;
    color: #ffffff !important;
    cursor: default;
}
/*--------------------- end pagination section ---------------------*/
/*--------------------- mobile-nav styles section ---------------------*/
html, body {
    height: 100%; }
.nav-header{
    display: none;
}
.overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms ease-out; }

.show-side-cat-menu .header_mobile {
    position: fixed;
    height: 100%;
    right: -280px;
    bottom: 0;
    top: 0;
    overflow-y: auto;
    width: 280px;
    background-color: #fff;
    z-index: 999;
    transition: all 200ms ease-out; }
.header_mobile .search-form {
    margin: 10px; }
.header_mobile .search-form .form-control {
    padding-left: 50px; }
.header_mobile .search-form .btn {
    padding-right: 8px;
    padding-left: 8px; }
.header_mobile .list-inline .menu-item {
    display: block;
    margin-right: 0; }
.header_mobile .list-inline .menu-item .nav-link {
    padding: 0.35rem 0.75rem; }
.header_mobile .list-inline .menu-item .cat-icon {
    color: #979898;
    font-size: 18px;
    width: 26px;
    display: inline-block;
    position: relative;
    top: 2px; }
.header_mobile .list-inline .menu-item .sub-menu {
    display: none;
    padding-right: 24px; }
.header_mobile .list-inline .menu-item-has-children > .nav-link {
    position: relative; }

.header_mobile .list-inline > .menu-item-has-children > .sub-menu {
    background-color: #f8f9fa;
    box-shadow: inset 0 5px 4px -4px rgba(0, 0, 0, 0.06), inset 0 -5px 4px -4px rgba(0, 0, 0, 0.06); }

body.show-side-cat-menu .overlay {
    opacity: 1;
    visibility: visible; }
body.show-side-cat-menu .header_mobile {
    right: 0; }
.mask {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms ease-out;
}
body.show-side-cat-menu .mask {
    opacity: 1;
    visibility: visible;
}

.header_mobile .list-inline .menu-item-has-children > .nav-link .fa-plus-circle,
.header_mobile .list-inline .menu-item-has-children > .nav-link .fa-minus-circle
{
    position: absolute;
    left: 5px;
    top: 12px;
    width: 25px;
    height: 25px;
    font-size: 24px;
    z-index: 2;
    color: #979898;
}
.header_mobile .list-inline .menu-item-has-children.open > .sub-menu {
    display: block;
}
.header_mobile .list-inline > .menu-item-has-children > .sub-menu {
    background-color: #f8f9fa;
    box-shadow: inset 0 5px 4px -4px rgba(0, 0, 0, 0.06), inset 0 -5px 4px -4px rgba(0, 0, 0, 0.06);
}
.header_mobile .list-inline .menu-item .sub-menu {
    display: none;
    padding-right: 24px;
}
/*--------------------- mobile-nav styles section ---------------------*/
/*--------------------- shop styles section ---------------------*/
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    -moz-box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    -ms-box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    background-color: white;
}
/*li.product .tile > div:first-child {*/
    /*height: 200px;*/
/*}*/
.woocommerce ul.products li.product a img {
    width: 100%;
    height: inherit;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
}
li.product .f_owl_foot {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    /*margin: 10px;*/
    align-items: center;
    font-size: 14px;
}
.woocommerce ul.products li.product .star-rating {
    font-size: 14px;
    margin: 0;
}
/*.woocommerce .star-rating {*/
     /*font-size: 14px;*/
/*}*/
/*.woocommerce ul.products li.product {*/
/*border-radius: 3px;*/
/*box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);*/
/*background: #fff;*/
/*border: none;*/
/*padding: 7px;*/
/*text-align: center;*/
/*}*/
/*--------------------- shop styles section ---------------------*/
/*--------------------- start single post , product section ---------------------*/
.post-single {
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    background: #fff;
    padding: 15px;
    border: none;
}

.post-single .card-body img {
    max-width: 100%;
    height: auto;
}
.post-single .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 15px;
}
.post-single .card-header .card-title {
    border-bottom: 1px solid #e0e1e2;
    margin-bottom: 10px;
}
.post-single .card-header .card-title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 2;
}
.main-content .card-body .aligncenter ,.tp-single .card-body img,.tp-product .card-body img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.post-single .card-footer {
    margin-top: 0;
}
.post-single .card-footer {
    padding: 15px;
    background-color: transparent;
    border-top: 1px solid #f0f1f2;
    margin-left: -15px;
    margin-bottom: -10px;
    border-radius: 0 0 3px 3px;
}
.post-single .card-footer .sharing {
    text-align: left;
}
.post-single .card-footer .sharing a i {
    color: #888989;
    font-size: 26px;
    position: relative;
    top: 5px;
    transition: all 200ms ease-out;
}

/*.post-single .card-footer .sharing,.product-single .card-footer .sharing{float: left;}*/
/*.card-footer .sharing i{font-size: 25px;}*/
.post-single .card-header .post-meta {
    color: #979898;
    font-size: 12px;
}
.post-single .card-header .post-meta i {
    margin-left: 4px;
    font-size: 18px;
    position: relative;
    top: 3px;
}
.post-single .card-header .post-meta span {
    margin-left: 15px;
}

.post-single .tags {
    margin: 15px 0;
}
.post-single .tags i {
    font-size: 20px;
    margin-left: 4px;
    color: #00CBCB;
    position: relative;
    top: 3px;
}
.post-single .tags a {
    color: #979898;
    background-color: #f0f1f2;
    border-radius: 16px;
    padding: 5px 10px;
    margin-left: 3px;
    margin-bottom: 3px;
    display: inline-block;
}

.author-desc {
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    background: #fff;
    padding: 15px;
    border: none;
    margin-top: 15px;
}
.author-desc img {
    float: right;
    margin-left: 7px;
    margin-bottom: 7px;
    border-radius: 50%;
    border: 1px solid #f0f1f2;
}
.author-desc .author {
    font-size: 15px;
}
.author-desc p.description {
    margin-bottom: 0;
    text-align: justify;
    color: #888989;
}
.author-desc ul.author-socials {
    margin-top: 15px;
    font-size: 24px;
}

.accordion p.desc{
    padding: 10px;
    border-radius: 3px;
    margin: 10px auto;
}
.product-single .card-header{
    padding: 5px;
}
.accordion p.desc,.accordion>.card .card-header{
    background: #fcfcfc;
}
/*--------------------- end single post , product section ---------------------*/
/*--------------------- start visual composer section ---------------------*/
.vc_column-inner .card-header .card-title{
    text-align: right;
    font-size: 25px !important;
    font-weight: bold;
    position: relative;
    top: 15px;
}
.vc_column-inner .card,.vc_column-inner .card-header{
    background-color: transparent !important;
    padding: 0 !important;
    box-shadow: unset !important;
}
/*--------------------- end visual composer section ---------------------*/
.tp_box_shadow{
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    background: #fff;
    padding: 15px;
    border: none;
}
#download-box-accordion{margin: 10px auto;}