@charset "UTF-8";
/*
Theme Name: فرآموزش
Theme URI: https://zhaket.com/product/faraamoozesh-learning-wordpress-theme/
Author: بهنام خرقانی
Author URI: http://demo.filimha.com/
Description: قالب فروش دوره و فایل آموزشی فرآموزش طراحی شده برای ووکامرس
Version: 5.8.9
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: faramozesh
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

faramozesh is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit; }

body {
    padding: 0;
    margin: 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,p{
	margin: 5px 0;
    line-height: 35px;
}
hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

a {
    color: #464749;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: transparent;
    font-size: 14px;
}
a:hover{
    text-decoration: none;
}
ul,li{
    list-style: none;
    margin: 0;
}
h1, h2, h3, h4, h5, h6, input, textarea, label {
    font-family: IRANSans !important;
    font-size: unset;
}

/*<====================== start faramozesh theme style ======================>*/
/*<------------------------ start header theme style ------------------------>*/
/*top-bar-notice*/
.fm-top-notice .top-bar-notice{
    border-radius: 3px;
}
.top-bar-notice {
    width: 100%;
    line-height: 45px;
    text-align: center;
    text-shadow: 0 0 18px rgba(0,0,0,0.35);
}
.top-bar-notice-text {
    font-size: 16px;
    font-weight: 600;
}
.top-bar-text span {
    line-height: 40px;
}
.topbar-btn {
    color: #ffffff;
    border-color: #ffffff;
}
.topbar-btn {
    border: 2px solid;
    font-size: 14px;
    margin-right: 10px;
    padding: 1px 10px;
    border-radius: 50px;
    font-weight: 500;
    transition-duration: 0.2s;
}
.close-topbar-btn {
    color: #ffffff;
}
.close-topbar-btn {
    text-align: right;
    font-size: 17px;
    margin: 14px;
    cursor: pointer;
    transition-duration: 0.3s;
    float: right;
}
/*top-head*/
header .site-top-head{
	width: 100%;
	border-bottom: 1px solid #f2f2f2;
}
ul.navbar-nav,.fm-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    list-style: none;
    padding: 0 .75rem 0 0;
    margin: 0;
}
.navbar-nav .nav-link{
    padding: 0 10px;
    line-height: 40px;
}
.fm-info{
    line-height: 40px;
    justify-content: center;
}
.fm-info li{
    margin: 0 15px;
}
.fm-info a{
    font-size: 17px;
}
/*main-head*/
/*main-head*/
header .site-main-head{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #f2f2f2;
}
header .site-main-head .fmm1{display: flex;flex-direction: row;align-items: center;}
/*header .site-main-head .fmm1 a{width: 44px;height: 44px;}*/
header .site-main-head .fmm1 a img{width: 100%;height: auto;border-radius: 3px;}
header .site-main-head .fmm1>div{margin: 0 5px 0;justify-content: center;display: flex;flex-direction: column;}
header .site-main-head .fmm1 h2{font-size: 18px;font-weight: 600;color: #2C405A;margin: 5px 0;line-height: 15px;}
header .site-main-head .fmm1 p{font-size: 13px;color: #8DABC4;font-weight: 100;word-spacing: -1px;line-height: 15px;margin-top: 5px;}

.f_top_header2 input {font-size: 13px;margin: 0;height: 40px;width: 400px;outline: none;border: none;padding-left: 10px;background-color: #f2f2f2;border-right: 1px solid #dedfe0;}
.fmm2{align-items: center;display: flex;}
header .uActions{height: 100%;}

.f-row {
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-direction: row;

}
.a-center {

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}
.j-center {

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}
.j-between {

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

}
.logRegBtn {

    width: 155px;
    height: 44px;
    position: relative;
    color: #ffffff;

}
.logRegBtn .OWrap.initial {

    opacity: 1;
    z-index: 2;

}
.logRegBtn .OWrap {

    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    border-radius: 50%;
    top: 12.5px;
    opacity: 0;
    right: 76px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;

}
.logRegBtn .logBtn {

    cursor: pointer;
    width: 69px;
    -webkit-box-shadow: inset -1px 1px 0 0 rgba(255, 255, 255, 0);
    box-shadow: inset -1px 1px 0 0 rgba(255, 255, 255, 0);
    background-color: #0093ee;
    border-radius: 3px 0 0 3px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 100%;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;

}
.logRegBtn .regBtn {

    cursor: pointer;
    width: 85px;
    -webkit-box-shadow: inset -1px 1px 0 0 rgba(255, 255, 255, 0);
    box-shadow: inset -1px 1px 0 0 rgba(255, 255, 255, 0);
    background-color: #0093ee;
    border-radius: 0 3px 3px 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 100%;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;

}
.logRegBtn .regBtn a,.logRegBtn .logBtn a {
    color: white;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    text-align: center;
}
.jTeachers{
    margin: 0 auto !important;
    /*width: 129px;*/
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
}
.logRegBtn .OWrap .circle {

    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    border: 1px solid #0093ee;
    border-radius: 50%;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;

}
.lightBlueBtn {
    text-align: center;
    border-radius: 3px;
    padding: 9px 0;
    -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;
    cursor: pointer;
}
.regBtn:hover + .OWrap .circle {

    right: -1px;
    left: 9px;
    width: 10px;
    height: 19px;
    background-color: #0076BD;
    border-color: #0076BD;
    border-radius: 0 50% 50% 0;
    -webkit-box-shadow: 0px 0px 0px 0px #dddddd;
    box-shadow: 0px 0px 0px 0px #dddddd;

}
.logBtn:hover + .OWrap .circle {

    left: 0;
    right: auto;
    width: 9px;
    height: 19px;
    background-color: #0076BD;
    border-color: #0076BD;
    border-radius: 50% 0 0 50%;
    -webkit-box-shadow: 0px 0px 0px -1px #dddddd;
    box-shadow: 0px 0px 0px -1px #dddddd;

}
.logBtn:hover + .OWrap {
    opacity: 1;
}
.regBtn:hover + .OWrap {

    opacity: 1;

}
.logRegBtn .OWrap.initial {

    opacity: 1;
    z-index: 2;

}
.logRegBtn:hover .OWrap.initial {

    opacity: 0;

}
.logRegBtn .OWrap.initial:hover {

    opacity: 1 !important;

}
.logRegBtn .regBtn:hover {

    border-radius: 3px;
    background-color: #0076BD;
    border-color: #0076BD;
    -webkit-box-shadow: 0px 0px 2px 2px #dddddd;
    box-shadow: 0px 0px 2px 2px #dddddd;

}
.logRegBtn .logBtn:hover {
    border-radius: 3px;
    background-color: #0076BD;
    border-color: #0076BD;
    -webkit-box-shadow: 0px 0px 2px 2px #dddddd;
    box-shadow: 0px 0px 2px 2px #dddddd;
 }



.site-main-head .outLinks {
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    width: 155px;
    z-index: 99;
    visibility: hidden;
    position: absolute;
    top: 120%;
    left: 50%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2), 0 -1px 2px 0 rgba(25, 25, 25, 0.1);
    box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2), 0 -1px 2px 0 rgba(25, 25, 25, 0.1);
    opacity: 0;
    cursor: pointer;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 150ms 100ms;
    transition: all 150ms 100ms;
}
.site-main-head .outLinks>div.flex-row {display: block;}
.site-main-head .userName {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #6f7881;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}
.site-main-head .theUser .imageWrap {
    cursor: pointer;
    margin-right: 8px;
}
.site-main-head .userData i {
    font-size: 8px;
    margin-left: 5px;
    color: #6f7881;
}
.site-main-head .userImage {
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 5px;
    border: 2px solid #ebeced;
    background: #ffffff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
.site-main-head .userPointer{
    z-index: 132;
    position: absolute;
    top: -7px;
    left: 17px;
    width: 13px;
    height: 13px;
    border-top: 1px solid #dedfe0;
    border-left: 1px solid #dedfe0;
    background-color: #fff;
    -webkit-transform: translateX(-3px) rotate(45deg);
    -moz-transform: translateX(-3px) rotate(45deg);
    -ms-transform: translateX(23px) rotate(45deg);
    -o-transform: translateX(23px) rotate(45deg);
}
.site-main-head .outLinks .userLinks {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 10px;
    position: relative;
    color: #6f7881;
    font-size: 13px;
    font-weight: 300;
}
.site-main-head .outLinks .userLinks .rightBorder {
    opacity: 0;
    position: absolute;
    left: 0;
    width: 3px;
    height: 27px;
    border-radius: 2px 0 0 2px;
    background-color: #0093ee;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.site-main-head .outLinks .userLinks:hover .rightBorder {
    opacity: 1;
}
.site-main-head .outLinks i {
    font-size: 21px;
    margin-right: 7px;
}
.site-main-head .userBalance {
    margin-left: 4px;
    font-size: 14px;
    font-weight: 300;
}
.site-main-head .userData .fa-plus-circle {
    margin-right: 5px;
    color: #4ECE3D;
    font-size: 16px;
}
.site-main-head .theUser {
    position: relative;
    margin-left: 8px;
}
.site-main-head .al-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.site-main-head .flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    /* -webkit-box-orient: horizontal; */
    /* -webkit-box-direction: normal; */
    /* flex-direction: row; */
    -ms-flex-direction: row;
}
.site-main-head .theUser a {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.site-main-head .theUser .imageWrap:hover + .outLinks {
    visibility: visible;
    opacity: 1;
}
.site-main-head .theUser .outLinks:hover {
    visibility: visible;
    opacity: 1;
}
/*--------------------- start menu-cat section ---------------------*/
.cat-menu {
    /*margin-top: 15px;*/
    z-index: 50;
    background-color: #29303B;
    box-shadow: 0 1px 5px 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: right;
    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;
    right: 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%;
    left: 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-left: 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: left; }
.cat-menu .list-inline-item.mega-menu > .sub-menu > li > .sub-menu > li > .nav-link:before {
    content: '\f101';
    font-family: "Font Awesome 5 Pro";
    float: left;
    position: relative;
    left: -6px;
    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: '\f105';
    font-family: "Font Awesome 5 Pro";
    float: left;
    position: relative;
    right: 3px;
    top: 1px;
    color: #888989; }
.cat-menu .list-inline-item.mega-menu > .sub-menu > li > .nav-link .title {margin-left: 5px; }
.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 ---------------------*/
/*<-------------------------------------- end header theme style ------------------------------------->*/
/*<-------------------------------------- start site-content theme style ------------------------------------->*/
.site-content{min-height: 80vh;}
.main-container{padding: 15px;}
/*.site-content .content-area{padding: 10px 0;}*/
/*<-------------------------------------- end site-content theme style ------------------------------------->*/
/*<-------------------------------------- start site-footer theme style ------------------------------------->*/
.main-footers .widget p{margin: 5px 0;text-align: justify;width: 90%;color: #d5d5d5;}
.main-footers .widget h2{font-size: 22px;}
.main-footers>div{padding: 25px 0 5px;}
.main-footers div .sidebar-inner{padding: 10px 0;}
.footer-menu{padding: 15px 0;font-size: 14px;color: #6f7881;background: rgba(104, 104, 104, 0.08);}
.footer-menu div ul {display: flex;flex-wrap: wrap;justify-content: center;margin: 0;}
.footer-menu div ul li {padding: 0 20px;}
.footer-bm{background: rgba(213, 213, 213, 0.08);padding: 10px 0;}
footer .socials ul{margin: 0;}
footer ul,footer li{padding: 0;}
footer .socials ul li{display: inline-block;font-size: 20px;color: #0093ee;margin-right: 20px;cursor: pointer;}
footer .socials ul li a{font-size: 20px;}
footer .copyright{margin: 0;font-size: 16px;font-weight: normal;line-height: 30px;color: #6f7881;}
footer .widget li {background: unset !important;border: unset !important;}
footer .widget ul.menu li:hover {padding-left: 20px;transition: all 0.6s;}
footer .widget li:before {content: '\f104';font-family: "Font Awesome 5 Pro";float: right;position: relative;left: 3px;top: 1px;color: #ffffff;padding-left: 5px;font-size: 17px;}
/*start back to up*/
.elevator-button {
    color: #fff;
    width: auto;
    padding: 6px 16px;
    line-height: 20px;
    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*/

ul.statistic {
    float: right;
    color: #fff;
    list-style: none;
    width: 100%;
    padding: 0 0 30px;
    border-bottom: 1px solid #3b4446;
    margin: 0 0 10px;
}
ul.statistic li {
    float: right;
    width: 25%;
}
ul.statistic li i {
    font-size: 40px;
    float: left;
    margin: 5px 15px 10px 0;
}
ul.statistic li strong {
    display: block;
    font-size: 16px;
    padding-bottom: 10px;
}
ul.statistic li span {
    display: block;
    font-size: 11px;
}
/*<-------------------------------------- end site-footer theme style ------------------------------------->*/
/*<-------------------------------------- start panel client theme style ------------------------------------->*/
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 25%;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 73%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:before {
    content: '\f013';
    font-family: "Font Awesome 5 Pro";
    float: left;
    font-size: 22px;
    margin-right: 10px;
    position: relative;
    top: -6px;
    color: #979898;
}

.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: '\f3ff'; }
.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; }

/*<-------------------------------------- end panel client theme style ------------------------------------->*/

/*--------------------- start carousel section ---------------------*/
/*start owl.carousel*/
.widget-product .owls {
    position: relative;
    top: -30px;
}
/*.p9,.widget-style {*/
/*width: 98%;*/
/*margin: 0 auto;*/
/*}*/

/*body.demo3 .widget-product .posts-list-header .card-title:before, body.demo3 .widget-post .posts-list-header .card-title:before {*/
    /*background: #16acec;*/
/*}*/


.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: 18px;
    font-weight: 900;
    line-height: 25px;
}

/*.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;
    background: white;
}

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

.widget-product .title_head_resCarousel:before,
.widget-post .title_head_resCarousel:before,
.widget-product-collection .title_head_resCarousel:before,
.widget-product-cats .title_head_resCarousel:before {
    /*content: '';*/
    /*display: block;*/
    /*width: 100%;*/
    /*height: 1px;*/
    /*background: #00CBCB;*/
    /*position: absolute;*/
    /*top: 25px;*/
    /*z-index: -1;*/
}
.widget-product .title_head_resCarousel:before{top: 40px;}
.title_head_resCarousel>h4{
    display: inline-block;
    text-align: center;
    border: 1px solid #00CBCB;
    border-radius: 3px;
    padding: 10px !important;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    color: #16acec !important;
    background-color: #fff;
    font-weight: 500;
    font-size: 18px;
}
/*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: 92%;
    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;
}
.f_blog .f_imga span.f_ttext{
   width: 100%;
}
.fm-reg-course{
position: absolute;
top: 14px;
right: 50%;
transform: translate(50%, -50%);
background: rgba(0, 0, 0, .4);
color: #fff;
padding: 5px 7px;
font-size: 13px;
border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
z-index: 80;
}
.fm-reg-course i{
margin: 0 5px;
font-size: 14px;
}
/*.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;
}

.tp_box_course2 .tile .f_imga i:before {
    display: block;
    position: absolute;
    top: 14%;
    right: 0%;
    left: unset;
    color: #000000;
    text-align: center;
    font-size: 40px;
    padding: 0;
    border: 0;
    -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;
}
body.author .tp_box_course2 .tile .f_imga i:before ,
.best_learn3 .tp_box_course2 .tile .f_imga i:before {
    right: 3%;
}
.tp_box_course2 .tile:hover .f_imga img {
    transition: all 0.3s ease-in-out;
    opacity: 1 !important;
    height: 170px;
}
.tp_box_course2 .items_dis_pro {
  height: auto;
}

.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 10px;
    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: 10px auto;
}



/*.owls h1 {*/
/*font-size: 22px;*/
/*position: absolute;*/
/*line-height: 0;*/
/*}*/
.owl-carousel.owl-carousel6 .owl-item{height: auto;}

.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: ltr;*/
}
.owls .owl-nav{
    text-align: right;
}
.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;
}

.owl-nav button span {
    position: relative;
    top: -2px;
}
.owl-nav .disabled {
    color: #c7c7c7 !important;
}
.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;
    box-shadow:  0 1px 2px 0 rgba(25, 25, 25, 0.2);
    -webkit-box-shadow:  0 1px 2px 0 rgba(25, 25, 25, 0.2);
    margin: 10px 0;
}
.owl-carousel6 .owl-item {
    background-color: unset;
}
/*.widget-product .owl-item{height: 365px;}*/
.items_dis_pro {
    margin: 10px;
    min-height: 50px;
    height: 120px;
    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;
    margin-bottom: 10px;
    height: 40px;

}
ul.products li.type-product .items_dis_pro h5 {
    display: flex;
    margin-top: -5px;
    height: 40px;
}
.items_dis_pro h3 {
    font-size: 15px !important;
    line-height: 32px;
    height: 60px;
    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: 15px;
    height: 80px;
    line-height: 35px;
    border-bottom: 1px solid #dadada;
    color: black;
    font-weight: 400;
}

.owls .f_owl_foot {
    display: flex;
    justify-content: space-between;
    margin: 10px;
    align-items: center;
    font-size: 13px;
}
.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,.items_dis_pro .fa-clock {
    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: 14px;
    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: left !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 {
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    background: #fff;
    padding: 10px;
    border: none;
    margin: 15px 0;
}
.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-line-space,.widget-banner-multi-text,.widget-product-collection {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    /*text-align: center;*/
}

.widget li {
    padding: 10px;
    border-radius: 3px;
    margin: 5px 0 !important;
    background-color: #eaeaea52;
    border: 1px solid #f8f8f8;
}
.fm-sells li {
    background-color: unset;
    border: unset;
}
.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 widget section ---------------------*/
.widget-product, .widget-post,.widget-product-cats,.main-footers .widget {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
}
.widget .title_head_resCarousel {
    text-align: right;
    position: relative;
    top: 17px;
}
.widget-post.fm-post .title_head_resCarousel {
    text-align: right;
    position: relative;
    top: 45px;
}
.f_cats .title_head_resCarousel {
    text-align: center;
    position: relative;
    top: 30px;
}

.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;
}
.select2-container .select2-selection--single,
#billing_city,
.woocommerce table.shop_table{
    background: #fff;
    border: 1px solid #eaeaea;
    color: #717171;
    font-size: 1rem;
    line-height: 1.571;
    height: 45px;
    padding: 9px 9px;
    width: 100%;
    box-shadow: 0px 0px 5px #f0f0f0;
}
.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;
}

.fm-btn,.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;*/
/*}*/





/*.widget-post .owls{top:0;}*/
.owl-item .format-audio .audioplayer,
.owl-item .format-audio h3,
.owl-item .format-audio .f_owl_foot
{
    position: relative;
    top: -32px;
}
.audioplayer{font-size: 13px;}
.widget-post.fm-post .owl-item{
    height: 306px;
    cursor: pointer;
}
/*--------------------- end widget section ---------------------*/
/*--------------------- start page section ---------------------*/
.tp-page article.page{
    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;
}
/*--------------------- end page 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 #eaeaea;
    color: #717171;
    font-size: 1rem;
    line-height: 1.571;
    padding: 9px 9px;
    width: 100%;
    letter-spacing: -.8px;
    box-shadow: 0px 0px 5px #f0f0f0;
}
.woocommerce-EditAccountForm p{color: #858585;}
.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: 355px;
    min-width: 250px !important;
    margin: 40px auto !important;
}
.woocommerce-account #customer_login .woocommerce-form {
    margin: 0;padding: 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: 15px !important;
    font-size: 16px !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: 89px;
    height: 70px;
    position: absolute;
    left: -15px;
    top: -12px;
    border-radius: 0 50% 50% 0;
    background: hsla(0,0%,100%,.21);
    content: "";
}

.woocommerce-account .page-login .button::after,.woocommerce-account .page-register .button::after {
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 30px;
    font-weight: 1;
    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: 118%;
}
.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;
    background: #f9f9f9;}
.fx_form_account a:first-child{border-right: 1px solid #dbdbdb;}
.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: 0;
    font-size: 15px;
    line-height: 14px;
}
.page-register form label {
    margin: 5px 0 10px 0px !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;
}
/*--------------------- login & register page styles section ---------------------*/
/*--------------------- my-account styles section ---------------------*/

/*--------------------- my-account styles section ---------------------*/
/*--------------------- 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: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    color: #666;
    /*text-align: center;*/
    font-weight: 500;
    overflow: hidden;
    margin-top: 10px;
    background: #f9f9f9;
    box-shadow: 0px 2px 1px #d5d5d5;
    border: 1px solid #e9e9e9;
    cursor: pointer;
}
.woocommerce-MyAccount-content .box-info .icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 30px;
    text-align: center;
    font-size: 25px;
    float: left;
    color: #666;
    padding: 11px;
    border-radius: 50%;
    background: #ebebeb;
    margin-right: 15px;
}

/*.woocommerce-MyAccount-content .box-info span {*/
    /*margin-top: 6px;*/
    /*display: block;*/
/*}*/
.woocommerce-MyAccount-content .box-info p {
    margin: 0;
}
.fm-notices{
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    background: #fff;
    padding: 15px;
    border: none;
    width: 100%;
    margin: 10px auto;
}
/*.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 5px 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 {
    margin: 5px 0;
    padding: 0;
}
.woocommerce form .form-row.user-role {
    justify-content: space-between;
}
.woocommerce-form .lost_password{
    float: right;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 #eaeaea;
    font-family: 'IRANSans';
    border-radius: 3px;
    display: flex;
    margin-top: 10px;
    outline: none;
    padding: 2px;
    box-shadow: 0px 0px 5px #f0f0f0;
}



.woocommerce-checkout .woocommerce-form div{
    border: unset;
}
.woocommerce-form div.woocommerce-privacy-policy-text {
    line-height: 25px;
    font-size: 13px;
    border: unset;
    border-radius: 3px;
    display: flex;
    margin-top: 5px;
    outline: none;
    text-align: justify;
}

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: #888;
    text-align: left;
    direction: ltr;
}
.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 ---------------------*/
.wp-core-ui .button-group.button-hero .button, .wp-core-ui .button.button-hero{
    height: unset;
    line-height: unset;
}
.wp-core-ui .quicktags-toolbar input.button.button-small{line-height: 0 !important;height: unset;}
.card-body h2{
    padding: 0 15px;
    margin: 0;
    font-size: 20px;
}
.dokan-dashboard .dokan-panel,
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget {
    background: #fff !important;
    border: 1px solid #eaeaea !important;
    color: #717171 !important;
    font-size: 1rem;
    letter-spacing: -.8px !important;
    box-shadow: 0px 0px 5px #f0f0f0 !important;
}
.dokan-dashboard header.dokan-dashboard-header h1 {
    font-size: 25px;
}
.add_NewPro .wp-editor-tools button {
    height: auto;
}
.woocommerce #dokan-become-seller{
    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);
    margin-bottom: 10px;
    width: 100%;
    padding: 30px 0 0;
}
input[type="submit"].dokan-btn, a.dokan-btn, .dokan-btn{
    line-height: 1 !important;
    padding: 10px 20px !important;
}
.woocommerce #dokan-become-seller form.register {
    margin: 0;
}
/*.dokan-theme-faramozesh .card-body{*/
    /*!*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);*/
    /*margin-bottom: 10px;*/
    /*margin-top: 30px;*/
    /*width: 100%;*/
/*}*/
form.woocommerce-form-register #tc_agree{top:12px;margin-left: 5px;}


.dokan-form-group>span.select2,
.dokan-form-group>input#post-title,
.dokan-form-group>input#post-title-en{width: 50% !important;margin: 10px 25% !important;box-shadow: 0 0px 1px 0 rgba(0,0,0,.16) !important;}
.fmd-btn{margin: 0 40%;display: inline-flex;}
.fmd-btn>.btn-success:focus {
    box-shadow: 0 0 0 0 rgba(72,180,97,.5);
}
.fmd-btn>.btn{    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: 10px 30px;
    font-size: .81rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin: .375rem;
    border: 0;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;display: flex;}
.dokan-new-product-area .featured-image {
    width: 100% !important;
    margin: 10px 0 !important;
}
.product-edit-container .instruction-inside {
    padding-top: 150px !important;
}
.product-edit-container .dokan-feat-image-upload {
    height: 400px !important;
    width: 100% !important;
}
.add_NewPro>.stepBlock{display: none;}
.add_NewPro .alert-info{padding: 10px;border-radius: 3px;text-align: justify;font-size: 14px;width: 50%;margin: 5px auto;}
.content-half-part {
    width: 50% !important;
    float: unset !important;
    margin: 10px auto !important;
}
.fms-rules{
    padding: 10px;
    border-radius: 3px;
    text-align: justify;
    font-size: 14px;
    margin: 5px auto;
    background: #fbfbfb;
}
/*page edit new dokan*/
.product-edit-new-container .dokan-price-container{display: flex;}
.add_NewPro .dokan-price-container div.dokan-input-group{display: flex;flex-direction: row-reverse;}
.add_NewPro .dokan-price-container div.dokan-input-group span.dokan-input-group-addon{line-height: 30px;width: 50px;}
.product-edit-new-container .dokan-price-container input{border: 1px solid #ededed;line-height: 30px;}
.product-edit-new-container .dokan-form-group > span.select2 {margin: 0 !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;
    left: 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;
}
.dokan-section-content .button {
    background-color: #2E86C1 !important;
    color: #fff !important;
}
.product-edit-new-container .dokan-edit-row .dokan-section-content {
    padding: 0 !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;
    }
}
/*page edit new dokan*/
.dokan-message{box-shadow: 0 2px 5px 0 rgba(175, 175, 175, 0.16), 0 2px 10px 0 rgba(128, 128, 128, 0.12);background-color: rgba(253, 253, 253, 0.03);border-bottom: 1px solid rgba(202, 202, 202, 0);}
/*--------------------- 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: 15px 0;
}
.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{
    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;
    padding-right: 3px;
}
.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.socials  li {
    background-color: unset !important;
    border: unset !important;
}
.f_teacher ul.socials  li i{
    font-size: 20px;
}
.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 div.video-js{
    min-height: 566px;
}

.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;
}
.alert-info {
    padding: 10px;
}

.fara_row_video{
    float: right;
    position: relative;
    left: 30px;
    padding: 10px 30px;
    border-left: 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: 30px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    z-index: 1;}

.f_downloads {
    width: 94%;
    margin: 10px auto;
    height: auto;
    line-height: 60px;
    cursor: pointer;
    /*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_download_file .f_download_des + div .f_list_season {
    display: block;
}

.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;
    cursor: pointer;
}

.f_downloads .fm-des{
    width: 100%;
    background: #f8f8f8;
    border-top: 1px solid #e0e5e9;
    display: none;
}
.f_downloads .fm-des p{
    width: 90%;
    margin: 0 auto;
    line-height: 35px;
}
.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  div.tp_des_row{
    display: flex;
    flex-direction: column;
    line-height: 30px;
}
.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;*/
}
.f_play_free .tp_download_row span{
    font-size: 13px;
    padding: 5px;
    border-radius: 3px;
    color: white;
}
.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;
    line-height: 40px;
    margin-top: 0;
    margin-bottom: 0;
    border: 1px solid #e0e5e9;
    color: #6f7881 !important;
    font-size: 15px !important;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 8px 8px 8px 15px;
    font-weight: 600;
    border-right: solid 7px #868c91;
    border-top: solid 1px #d7dadb;
    border-bottom: solid 1px #d7dadb;
    border-left: solid 1px #e7e9ed;
    cursor: pointer;
}

.add_bandle{
    width: 94%;
    margin: 10px auto;
    height: auto;
    line-height: 30px;
    cursor: pointer;
    border: 1px solid rgba(206, 206, 206, 0.6);
    border-radius: 3px;
    background-color: #fefefe;
    box-shadow: 0 0 5px #f0f0f0;
    padding: 5px 15px;
    text-align: justify;
}
.add_bandle .f_downloads {
    width: 100%;
}

.add_bandle .fm_bandle_title{
    background: #f6f6f6;
    max-width: max-content;
    padding: 5px 10px;
    border-radius: 3px;
    margin: 5px auto;
    border: 1px solid #e5e5e5;
}
.add_bandle button{
    width: 300px !important;
    margin: 10px auto !important;
    display: block !important;
}
.add_bandle>.f_des_row{
    width: 300px;
    margin: 10px auto;
    background: #ebebeb;
    border-radius: 3px;
    padding: 5px 10px;
}
.add_bandle button .f_des_row{
line-height: 35px !important;
}
/*.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: 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;justify-content: space-around;}
.f_tab_pro{display: flex;background: #f8f8f8;border-radius: 3px;}
.f_tab_pro>div{font-size: 14px;font-weight: 500;cursor: pointer;color: black ;line-height: 50px;width: 33.33%;display: flex;align-items: center;justify-content: center;border-bottom: 1px solid #ddd;}
.f_tab_pro>div:not(:last-child){border-right: 1px solid #ddd;}
.f_tab_pro>div>i{font-size: 25px;margin-right: 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: left;
    margin-right: 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;
}
.sidebar .woocommerce ul.cart_list li a,.sidebar .woocommerce ul.product_list_widget li a {
    font-weight: 400;
    margin-bottom: 0;
    /*font-size: 13px;*/
    line-height: 25px;
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
}
.woocommerce ul.product_list_widget li .woocommerce-Price-amount.amount {
    font-size: 14px;
}
.woocommerce ul.cart_list li del {
    font-size: 13px;
}.woocommerce ul.cart_list li ins {
    font-size: 15px;
}
.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 {
    display: flex;
    margin: 10px 0;
    justify-content: space-between;
}
.widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button {
    padding: 15px !important;
}


.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: 13px;
    font-weight: 400;
    line-height: 16px;
    background-color: #0093ee;
    border: 1px solid #0076BD;
    padding: 5px;
    color: white;
    border-radius: 3px;
}

.f_owl_foot .f_owl_more a{
    color: white;
}

/* end shop */
/*--------------------- end shop product 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;
    cursor: pointer;
}

.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,.pagination .page-numbers {
    display: inline;
    margin: 3px;
    float: right;
}

.pagination ul > li span,.pagination .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,.pagination 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,.pagination a:hover {
    background-color: #0093ee !important;
    color: white !important;
}

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



/*page search*/
section.no-results {
    background-color: white;
    width: 100%;
    padding: 5px 10px;
    position: relative;
    border: 1px solid #eaeaea;
    box-shadow: 0 0 5px #f0f0f0;
}
section.no-results .page-content{
    width: 80%;
    margin: 20px auto;
}
section.no-results form.search-form{
    margin: 20px auto;
}
section.no-results form.search-form>label{
    width: 80%;
    line-height: 40px;
}
section.no-results form.search-form>input{
    width: max-content;
    line-height: 48px;
    position: relative;
    border: 1px solid #eaeaea;
    box-shadow: 0 0 5px #f0f0f0;
    background-color: #33b5e5;
    color: #fff;
    padding: 0 20px;
}
section.no-results form.search-form>label>input{
    width: 100%;
    padding: 5px 10px;
    position: relative;
    border: 1px solid #eaeaea;
    box-shadow: 0 0 5px #f0f0f0;
}
/*--------------------- end pagination section ---------------------*/
/*--------------------- 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;
    top: 41px;
    box-shadow: 0 0 5px #f0f0f0;
}

.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;
    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: 50px;
    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: 45%;
}

.f_search_time {
    width: 25%;
}

.f_search_price {
    width: 30%;
}

.f_search_price i,.f_search_time i,.f_search_title i {
    margin-right: 8px !important;
    font-size: 20px;
}


.top-slide{
    background-size: auto auto;
    background-size: cover;
    width: 100%;
    padding-top: 80px;
    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-left: 10px;
    background-color: #f2f2f2;
    font-size: 20px;
}
.f_search_large button i{
    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: 0 3px 3px 0;
    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;
}
.loader_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;
}
.loader_search {
    width: 100%;
    display: none;
    height: auto;
    max-height: 350px;
    position: absolute;
    background: #f2f2f2;
    border: 1px solid #dedfe0;
    border-radius: 3px;
    z-index: 100;
    text-align: center;
}
.loader_search_large ul li,.sub_search_large ul li{
    line-height: 50px;
    width: 106%;
    margin: 0 -40px;
}
.loader_search ul li,.sub_search ul li{
    line-height: 45px;
    width: 109.8%;
    margin: 0 -40px;
}
.loader_search_large ul li,.loader_search_large ul li{text-align: center;}
.ccccc{
    width: 80%;
    display: inline-block;
}
.type-wrap span{
    color: grey;
    line-height: 50px;
    left: 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;
    position: relative;
}
.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;
    margin-bottom: 1rem;
}
.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 {
    max-width: 100px;
    height: 37px;
    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*/
/*--------------------- 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;
}

.loading_top .loader_t {
    background-color: #006cb1;
    -webkit-box-shadow: 0 1px 0 0 #006cb1;
    box-shadow: 0 1px 0 0 #006cb1;
}

.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;
    border-bottom: 1px solid #eaeaea;
}

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

.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 {
    position: relative;
    border: 1px solid #eaeaea;
    box-shadow: 0 0 5px #f0f0f0;
    border-radius: 0;
}

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

.f_top_header2 .search i{
    top: 2px;
    position: relative;
}
.f_top_header2 .search {
    width: 49px;
    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,.header_cart_button i{font-size: 22px;line-height: 40px;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_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 .header_cart_button {
  margin: 0 8%;
}

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: 0px;
    float: right;
    color: rgb(255, 255, 255);
    margin-top: 0;
    background: #009d7e;
    right: 10px;
    position: relative;
}

.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: 40px;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-left: 1px solid #b0b0b0;
    width: 30px;
    height: 25px;
    margin: 4px 0 0 10px;
    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 ---------------------*/
/*--------------------- 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 {
    left: 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: 100;
    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;
    right: 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-body img.size-Large.wp-post-image {
    width: 100%;
}
.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: 18px;
    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 .card-header .post-meta>span>i {
    margin-right: 5px;
}

.post-single .tags {
    margin: 15px 0;
}
.post-single .tags i {
    font-size: 20px;
    margin-right: 5px;
    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;
    margin-bottom: 15px;
}
.author-desc img {
    float: left;
    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;
}
.accordion p.desc,.accordion>.card .card-body{
    padding: 5px 10px 10px;
    text-align: justify;
}
.accordion{width: 60%;margin: 10px auto;}
.accordion .card .mb-0{padding: 0;}
.accordion .card .mb-0 button,.accordion a.btn{line-height: 30px;box-shadow: 0 1px 5px 0 rgba(0,0,0,.16), 0 1px 5px 0 rgba(0,0,0,.12) !important;border-radius: 0;}

body.single-post .owls>h3{font-size: 20px;}
body.single-post .related-post>h3{line-height: 28px;margin-bottom: 0;}
body.single-post .related-post{margin: 20px 0 -20px;}
body.single-post .related-post>div.owl-carousel{top: -30px;position: relative;}
/*--------------------- end single post , product section ---------------------*/
/*--------------------- start widget best seller section ---------------------*/
.fm-sells{padding: 0;}
.fm-sells .fm-box {
    padding: 30px 20px;
    margin-top: 30px;
    float: right;
    width: 100%;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
    background: #fff;
    border: none;
}
.fm-sells .fm-box section {
    border-top: 1px solid #eff2f3;
}
.fm-sells .fm-box header {
    padding-bottom: 22px;
    position: relative;
}
.fm-sells .fm-box header h3, .fm-box header.dokan-dashboard-header h1 {
    font-size: 20px;
    font-weight: 700;
    color: #525e61;
    margin-top: 0;
}
.fm-sells .fm-box header h3 span {
    color: #41afa5;
}
.fm-sells .fm-box header h6 {
    color: #525e61;
}
.fm-sells .best_seller {
    margin-top: 35px;
    float: left;
    width: 100%;
}
.fm-sells .fm-box ul.custom_products {
    list-style: none;
    padding: 0 4px;
    margin: 0;
}
.fm-sells .best_seller .avatar {
    float: left;
    margin-right: 10px;
}
.fm-sells .best_seller .avatar img {
    border-radius: 50%;
}
.fm-sells .best_seller h5 {
    font-size: 14px;
    font-weight: 700;
    color: #495c6e;
    line-height: 40px;
}
.fm-sells .best_seller h5 a {
    background-color: #41afa5;
    font-weight: 700;
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
    border-radius: 2px;
}
.fm-sells .best_seller h6 {
    font-size: 13px;
    font-weight: 700;
    color: #7b868a;
    line-height: 20px;
}
.fm-sells .fm-box ul.custom_products {
    list-style: none;
    padding: 0 4px;
    margin: 0;
}
.fm-sells .fm-box ul.custom_products.left_order li {
    float: right;
    margin-left: 1px;
    /*margin-left: 12px;*/
}
.fm-sells .fm-box ul.custom_products li {
    float: right;
    margin-left: 12px;
    margin-top: 35px;
}
.fm-sells .fm-box ul.custom_products li a {
    position: relative;
    display: block;
}
.fm-sells .fm-box ul.custom_products li a img {
    z-index: 2;
    position: relative;
}
.fm-sells .fm-box ul.custom_products li img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 80px;
    height: auto;
    max-width: 100%;
}
.button,.dokan-btn{
    color: inherit;
    text-transform: uppercase;
    word-wrap: break-word;
    white-space: normal;
    cursor: pointer;
    border: 0 !important;
    border-radius: .125rem !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12) !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
    padding: .84rem 2.14rem !important;
    font-size: .81rem !important;
}
.button:hover {
    outline: 0;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15) !important;
}
/*--------------------- end widget best seller section ---------------------*/
/*--------------------- start Slide Show section ---------------------*/
#main-slider {box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);border-radius: 3px;overflow: hidden;margin-bottom: 15px;direction: ltr;}
#main-slider .carousel-item .wp-post-image {height: auto;}
#main-slider .carousel-indicators li {width: 30px;height: 8px;border-radius: 15px;background-color: white;transition: all 1000ms ease-out;}
#main-slider .carousel-indicators .active {background-color: rgb(0, 200, 206);width: 60px;transition: all 4000ms;}
#main-slider .carousel-item a img{width: 100% !important;height: auto;}
#main-slider a>i{font-size: 30px;}
.carousel-control-prev{left: -120px;}
.carousel-control-next{right: -120px;}
#main-slider:hover .carousel-control-next{right: 0;transition: all 0.5s;}
#main-slider:hover .carousel-control-prev{left: 0;transition: all 0.5s;}
/*--------------------- end Slide Show section ---------------------*/
/*--------------------- start comment single section ---------------------*/
.tp-single .f_comment_single{background: #fff;border-radius: 3px;box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);margin-bottom: 25px;padding: 15px;}
.tp-single #comments h3{font-size: 20px !important;}
.tp-single .cmtop {height: auto;border-bottom: 1px solid #e1e2e4;text-align: justify;margin: -3px 0 15px;}
.tp-single .cmtop, .padsbtm, .padsbtm a {width: auto;display: block;}
.tp-single .cmtop h3 {margin-bottom: 3px;}
.tp-single .cmtop h3, .litebox {display: block;}
.tp-single .cmtop span {font: 12px IRANSans;color: #b4b5b5;}
.tp-single .cmtop span:last-child {color: #cf1111;float: left;}
.tp-single form {font-size: 11px;height: auto;}
.tp-single .comment-form p {text-align: left;}
.tp-single .comment-form div input {width: 96.5%;height: 30px;border-radius: 3px;margin: 5px 0;background: #f4f5f7;border: 1px solid #e3e4e6;padding: 6px 10px;font: 13px IRANSans;color: #464646;}
.tp-single .comment-form p textarea {border-radius: 3px;clear: both;height: auto;width: 97%;padding: 11px;background: #fafbfe;border: 1px solid #e1e1e4;}
.tp-single .row .comment-frm-row{width: 49%;}
.tp-single .cmlist {border: 1px solid #f0f1f2;font: 14px IRANSans;border-radius: 3px;padding: 10px; /*border-right: 3px solid #00db39;*/}
.tp-single .cmlist p{text-align: justify;word-break: normal;}
.tp-single .f14{font: 14px IRANSans;}
.tp-single .cmlist, .cmlistreply {word-break: break-all;display: block;width: auto;font: 13px IRANSans;color: #939393;text-align: justify;margin-top: 10px;}
.tp-single .cmlist .name, .cmlistreply .name {text-align: justify;float: left;color: #3b3b3b;}
.tp-single .cmlist .reply {float: right;background: #2e9bf2;color: #fff;padding: 1px 7px;border-radius: 3px;font: 13px IRANSans;width: auto;}
.tp-single .cmlist .like, .cmlistreply .like {float: left;direction: ltr;color: #0075d1!important;margin: 3px 0 0 15px;font-size: 11px!important;}
.tp-single .he1 {height: 5px;clear: both;}
.tp-single .comment-pagination{text-align: center;}
.tp-single .comment-form-cookies-consent{display: flex;}
.tp-single .comment-form-cookies-consent input{margin-left: 5px;}
.tp-single .comment-form .form-submit input{ /*float: left;*/background: #aaacad;border-radius: 3px;padding: 2px 7px;font: 16px IRANSans;color: #fff;border: 0;cursor: pointer;position: relative;}
.tp-single .f_comment_single ul.children{padding: 0 15px !important;}
.comment-reply-title{margin: 10px;}
@media screen and (max-width:520px){
    .tp-single  .row {width: 94%;}
    .tp-single .comment-form p textarea {width: 90%;}
}
/*--------------------- end comment single section ---------------------*/
.sidebar .widget .card-header{
    padding: 5px;
    border-bottom: 3px solid #2d96fb;
}
.sidebar .widget .card-header .card-title{
    border-radius: 10px;
    /*border: 1px solid #f4f4f4;*/
    /*width: max-content;*/
    padding: 5px 10px;
    text-align: left;
    margin: 0 auto;
    background: #fff;
    z-index: 10;
    position: relative;
    /*box-shadow: 0px 1px 1px #e8e8e8;*/
}
.sidebar .widget ul{
    /*border: 1px dashed #ececec;*/
    z-index: 9;
    /*border-radius: 5px;*/
    padding: 20px 5px;
    /*background: #eeeeee1c;*/
    /*box-shadow: 0px 1px 1px #f7f7f7;*/
}
.widget_search input.search-field{
    border: 1px solid #e4e4e4;
    padding: 8px;
    border-radius: 3px;
}
.newsletter-form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}

/*.newsletter-form:before {*/
    /*content: "\f003";*/
    /*font-family: FontAwesome;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*height: 100%;*/
    /*width: 46px;*/
    /*pointer-events: none;*/
    /*color: #6c757d;*/
    /*font-size: 16px;*/
    /*text-align: center;*/
    /*z-index: 1;*/
    /*line-height: 1;*/
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-pack: center;*/
    /*-ms-flex-pack: center;*/
    /*justify-content: center;*/
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/

/*}*/

.newsletter-form .form-control {
    position: relative;
    width: 70%;
    line-height: 1;
    padding-left: 44px;
    border-radius: 0;
    /*border-top-left-radius: 2px;*/
    /*border-bottom-left-radius: 2px;*/
    height: 40px;
    border: none;
}

/*.newsletter-form input[type=submit] {*/
     /*border-radius: 0;*/
     /*border-top-right-radius: 2px;*/
     /*border-bottom-right-radius: 2px;*/
     /*!*height: 100%;*!*/
     /*-webkit-box-shadow: none;*/
    /*box-shadow: none;*/
/*}*/
.newsletter-form .button{
    border-radius: 0 !important;
    padding: 0 15px !important;
    height: 40px;
}
/*--------------------- end Audio Show section ---------------------*/
.post-single .audioplayer{
    margin: 20px 0;
}
.audioplayer
{
    height: 2.5em; /* 40 */
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    border: 1px solid #222;
    position: relative;
    z-index: 1;
    background: #333;
    background: -webkit-gradient( linear, left top, left bottom, from( #444 ), to( #222 ) );
    background: -webkit-linear-gradient( top, #444, #222 );
    background: -moz-linear-gradient( top, #444, #222 );
    background: -ms-radial-gradient( top, #444, #222 );
    background: -o-linear-gradient( top, #444, #222 );
    background: linear-gradient( top, #444, #222 );
    -webkit-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 ), 0 0 6px rgba( 0, 0, 0, .5 ); /* 20 */
    -moz-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 ), 0 0 6px rgba( 0, 0, 0, .5 ); /* 20 */
    box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 ), 0 0 6px rgba( 0, 0, 0, .5 ); /* 20 */
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

}
.audioplayer-mini
{
    width: 2.5em; /* 40 */
    margin: 0 auto;
}
.audioplayer > div
{
    position: absolute;
}
.audioplayer-playpause
{
    width: 2.5em; /* 40 */
    height: 100%;
    text-align: left;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 2;
    top: 0;
    left: 0;
}
.audioplayer:not(.audioplayer-mini) .audioplayer-playpause
{
    border-right: 1px solid #555;
    border-right-color: rgba( 255, 255, 255, .1 );
}
.audioplayer-mini .audioplayer-playpause
{
    width: 100%;
}
.audioplayer-playpause:hover,
.audioplayer-playpause:focus
{
    background-color: #222;
}
.audioplayer-playpause a
{
    display: block;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a
{
    width: 0;
    height: 0;
    border: 0.5em solid transparent; /* 8 */
    border-right: none;
    border-left-color: #fff;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.5em 0 0 -0.25em; /* 8 4 */
}
.audioplayer-playing .audioplayer-playpause a
{
    width: 0.75em; /* 12 */
    height: 0.75em; /* 12 */
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.375em 0 0 -0.375em; /* 6 */
}
.audioplayer-playing .audioplayer-playpause a:before,
.audioplayer-playing .audioplayer-playpause a:after
{
    width: 40%;
    height: 100%;
    background-color: #fff;
    content: '';
    position: absolute;
    top: 0;
}
.audioplayer-playing .audioplayer-playpause a:before
{
    left: 0;
}
.audioplayer-playing .audioplayer-playpause a:after
{
    right: 0;
}
.audioplayer-time
{
    width: 4.375em; /* 70 */
    height: 100%;
    line-height: 2.375em; /* 38 */
    text-align: center;
    z-index: 2;
    top: 0;
}
.audioplayer-time-current
{
    border-left: 1px solid #111;
    border-left-color: rgba( 0, 0, 0, .25 );
    left: 2.5em; /* 40 */
}
.audioplayer-time-duration
{
    border-right: 1px solid #555;
    border-right-color: rgba( 255, 255, 255, .1 );
    right: 2.5em; /* 40 */
}
.audioplayer-novolume .audioplayer-time-duration
{
    border-right: 0;
    right: 0;
}
.audioplayer-bar
{
    height: 0.875em; /* 14 */
    background-color: #222;
    cursor: pointer;
    z-index: 1;
    top: 50%;
    right: 6.875em; /* 110 */
    left: 6.875em; /* 110 */
    margin-top: -0.438em; /* 7 */
}
.audioplayer-novolume .audioplayer-bar
{
    right: 4.375em; /* 70 */
}
.audioplayer-bar div
{
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.audioplayer-bar-loaded
{
    background-color: #333;
    z-index: 1;
}
.audioplayer-bar-played
{
    background: #007fd1;
    background: -webkit-gradient( linear, left top, right top, from( #007fd1 ), to( #c600ff ) );
    background: -webkit-linear-gradient( left, #007fd1, #c600ff );
    background: -moz-linear-gradient( left, #007fd1, #c600ff );
    background: -ms-radial-gradient( left, #007fd1, #c600ff );
    background: -o-linear-gradient( left, #007fd1, #c600ff );
    background: linear-gradient( left, #007fd1, #c600ff );
    z-index: 2;
}
.audioplayer-volume
{
    width: 2.5em; /* 40 */
    height: 100%;
    border-left: 1px solid #111;
    border-left-color: rgba( 0, 0, 0, .25 );
    text-align: left;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 2;
    top: 0;
    right: 0;
}
.audioplayer-volume:hover,
.audioplayer-volume:focus
{
    background-color: #222;
}
.audioplayer-volume-button
{
    width: 100%;
    height: 100%;
}
.audioplayer-volume-button a
{
    width: 0.313em; /* 5 */
    /*height: 0.375em; !* 6 *!*/
    background-color: #fff;
    display: block;
    position: relative;
    z-index: 1;
    top: 40%;
    left: 35%;
}
.audioplayer-volume-button a:before,
.audioplayer-volume-button a:after
{
    content: '';
    position: absolute;
}
.audioplayer-volume-button a:before
{
    width: 0;
    height: 0;
    border: 0.5em solid transparent;
    border-left: none;
    border-right-color: #fff;
    z-index: 2;
    top: 50%;
    right: 1.75em;
    margin-top: -0.35em;
}
.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after
{
    /* "volume" icon by Nicolas Gallagher, http://nicolasgallagher.com/pure-css-gui-icons */
    width: 0.313em; /* 5 */
    height: 0.313em; /* 5 */
    border: 0.25em double #fff; /* 4 */
    border-width: 0.25em 0.25em 0 0; /* 4 */
    left: -1.3em;
    top: -0.033em;
    -webkit-border-radius: 0 0.938em 0 0; /* 15 */
    -moz-border-radius: 0 0.938em 0 0; /* 15 */
    border-radius: 0 0.938em 0 0; /* 15 */
    -webkit-transform: rotate( 45deg );
    -moz-transform: rotate( 45deg );
    -ms-transform: rotate( 45deg );
    -o-transform: rotate( 45deg );
    transform: rotate( 45deg );
}
.audioplayer-volume-adjust
{
    height: 6.25em; /* 100 */
    cursor: default;
    position: absolute;
    left: 0;
    right: -1px;
    top: -9999px;
    background: #222;
    background: -webkit-gradient( linear, left top, left bottom, from( #444 ), to( #222 ) );
    background: -webkit-linear-gradient( top, #444, #222 );
    background: -moz-linear-gradient( top, #444, #222 );
    background: -ms-radial-gradient( top, #444, #222 );
    background: -o-linear-gradient( top, #444, #222 );
    background: linear-gradient( top, #444, #222 );
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.audioplayer-volume:not(:hover) .audioplayer-volume-adjust
{
    opacity: 0;
}
.audioplayer-volume:hover .audioplayer-volume-adjust
{
    top: auto;
    bottom: 100%;
}
.audioplayer-volume-adjust > div
{
    width: 40%;
    height: 80%;
    background-color: #222;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin: 30% auto 0;
}
.audioplayer-volume-adjust div div
{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #007fd1;
    background: -webkit-gradient( linear, left bottom, left top, from( #007fd1 ), to( #c600ff ) );
    background: -webkit-linear-gradient( bottom, #007fd1, #c600ff );
    background: -moz-linear-gradient( bottom, #007fd1, #c600ff );
    background: -ms-radial-gradient( bottom, #007fd1, #c600ff );
    background: -o-linear-gradient( bottom, #007fd1, #c600ff );
    background: linear-gradient( bottom, #007fd1, #c600ff );
}
.audioplayer-novolume .audioplayer-volume
{
    display: none;
}

.audioplayer-play,
.audioplayer-pause,
.audioplayer-volume a
{
    -webkit-filter: drop-shadow( 1px 1px 0 #000 );
    -moz-filter: drop-shadow( 1px 1px 0 #000 );
    -ms-filter: drop-shadow( 1px 1px 0 #000 );
    -o-filter: drop-shadow( 1px 1px 0 #000 );
    filter: drop-shadow( 1px 1px 0 #000 );
}
.audioplayer-bar,
.audioplayer-bar div,
.audioplayer-volume-adjust div
{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.audioplayer-bar,
.audioplayer-volume-adjust > div
{
    -webkit-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
    -moz-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
    box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
}
.audioplayer-volume-adjust div div,
.audioplayer-bar-played
{
    -webkit-box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
    -moz-box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
    box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
}
.audioplayer-volume-adjust
{
    -webkit-box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
    -moz-box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
    box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
}
.audioplayer *,
.audioplayer *:before,
.audioplayer *:after
{
    -webkit-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    -moz-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    -ms-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    -o-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    transition: color .25s ease, background-color .25s ease, opacity .5s ease;
}
/*--------------------- end Audio Show Section ---------------------*/
/*<====================================== end faranesh theme style =====================================>*/

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.widget-sidebar-post .list-group .list-group-item {
    margin-bottom: 7px;
}
.widget-sidebar-post .list-group .list-group-item a {
    display: block;
}
.widget-sidebar-post .list-group .list-group-item .post-title {
    font-weight: 400;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 25px !important;
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    height: 50px;
    line-height: 25px;
}
.widget-sidebar-post .list-group .list-group-item .post-date {
    color: #979898;
    font-size: 12px;
    line-height: 25px;
}
.widget-sidebar-post .list-group .list-group-item .wp-post-image {
    float: right;
    margin-left: 7px;
    border-radius: 5px;
}

.widget-sidebar-post .more-posts {
    text-align: center;
    background-color: #f8f9fa;
    font-weight: 500;
    font-size: 11px;
    padding: 10px;
    width: max-content;
    margin: 0 auto;
    border-radius: 5px;
    border: 1px solid #eaeaea;
}
.widget-sidebar-post .more-posts a{
    color: #a9a9a9;
}



.audio-box {
    padding: 9px 0;
    border-bottom: 1px #dfdfdf solid;
}
.audio-box .audio-title {
    line-height: 20px;
    height: 40px;
    margin: 0 0 5px 0;
    line-height: 20px;
    font-size: 14px;
    text-align: justify;
    overflow: hidden;
}

/*--------------------- start Affiliate Section ---------------------*/
#affwp-affiliate-dashboard input{line-height: 40px;padding: 0 10px !important;}
#affwp-affiliate-dashboard h5{font-size: 16px;line-height: 30px;}
#affwp-affiliate-dashboard h4{font-size: 18px;margin-bottom: 0;}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs {display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap;}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li {display: inline-block;padding: 10px;margin: 0;border-radius: 50px;border: 1px solid #33baf8;}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li:hover {background: #00cfe9;transition: all 0.5s;}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.active {background: #00cfe9;}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.active a{color: white;}
table.affwp-table {margin: 10px 0 21px;}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li:hover a {color: white;}
/*--------------------- end Affiliate Section ---------------------*/
/*--------------------- start Elementor Section ---------------------*/
body.elementor-page .owls .f_owl_foot {
    flex-direction: row-reverse;
    padding: 0 0 10px 0;
}
.el-page .title_head_resCarousel{
    top: 0;
}
/*--------------------- end Elementor Section ---------------------*/
/*--------------------- start digcon section ---------------------*/
.woocommerce-form div.digcon{
    border: unset;
    width: 100%;
    margin-top: 0;
}
.woocommerce-form div.digcon input{
    width: 100%;
}
.dig_wc_mobileLogin{
    font-family: iransans;
}
#dig_man_resend_otp_btn {
    z-index: 3;
    float: unset;
    color: white;
    font-family: 'IRANSans';
    padding: 0 10px;
    border: none;
    background-color: #4d9afa;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12) !important;
}
body.dig_hideccode .woocommerce-form-login i.fa-user{display: none;}
.woocommerce-form div.loginViaContainer {
    border: unset;
}
.countrycode.dig_wc_logincountrycode,.dig_wc_countrycodecontainer.dig_wc_registercountrycodecontainer{display: none;}
#dig_cs_email,.woocommerce-privacy-policy-text{border: none;box-shadow: none !important;}
.page-login .woocommerce-form > div,.page-register .woocommerce-form > div{box-shadow: none !important;}
.body-digits .fa-envelope::before {content: "\f3cf";}
.body-digits form p label[for="reg_email"],
.body-digits form p label[for="username"],
.body-digits form p label[for="password"],
.body-digits .woocommerce-form-login i.fa-user,
.body-digits .woocommerce-form-login i.fa-lock
{display: none;}
.dig_wc_countrycodecontainer{border: none !important;border-right: 1px solid #d0d0d0 !important;margin-top: 0 !important;border-radius: 0 !important;}
.dig_wc_countrycodecontainer > input.dig_wc_registercountrycode{}
#g-recaptcha-2,#dig_cs_captcha{border: none;}
input.logincaptcha{margin-top: 10px !important;}
.loginViaContainer{display: flex;flex-direction: column;}
.loginViaContainer>span.digor{line-height: 1;}
.body-digits .lost_password{top: 0 !important;}
.body-digits .woocommerce-form div input {width: 100%;}
#dig_cs_email span#dig_secHolder + span {color: red;}
/*--------------------- end digcon section ---------------------*/
