@charset "UTF-8";
/*
Theme Name: bahman
Theme URI: https://www.zhaket.com/web/bahman-theme
Description: طراحی هر گونه سایتی فقط با قالب فوق حرفه ای بهمن
Author: لردتم
Author URI: https://www.zhaket.com/store/web/lordtem
Version: 5.0.0
Text Domain: bahman
*/

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(assets/fonts/iransans/woff/IRANSansWeb_Light.woff) format('woff')
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(assets/fonts/iransans/woff/IRANSansWeb.woff) format('woff')
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(assets/fonts/iransans/woff/IRANSansWeb_Bold.woff) format('woff')
}

/*---------- animation styles section ----------*/
@keyframes progressbar {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

/*--------------------- global styles section ---------------------*/
body {
    padding: 0;
    margin: 0;
	direction:rtl;
	text-align:right;
    font-size: 13px;
    font-family: IRANSans;
    background-color: #f1f2f6;
    color: #444;
    font-weight: 400;
	line-height: 32px;
}
a {
  color: #494a4a;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #333;
  text-decoration: none;
  outline: none; 
}
ul {
  margin: 0;
  padding: 0; 
}
li{
	list-style:none;
}
.wp-block-preformatted, .wp-block-code {
    direction: ltr;
    text-align: left;
    border-left: 3px solid #455a64;
    font-size: 16px;
    margin-bottom: 30px;
    background: #f0f0f0;
    padding: 10px 20px;
    white-space: pre-line;
}
#wrapper {
    width: 100%;
    position: relative;
}
.slimscroll {
    overflow-y: auto;
    height: calc(100% - 72px)
}
.bi {
    fill: currentColor;
}
.btn, .form-control{
    height: auto;
    font-size: 14px;
    line-height: 25px;
}
.btn-lg{
	font-size: 1.0625rem;
}
.clear {
    clear: both;
}
.tooltip{
	font-family: IRANSans;
}
.overlay {
    height: 100%;
    background: rgba(0,0,0,.5);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.main-container {
    margin-top: 20px;
    margin-bottom: 50px;
}

/**
 * bahman preloader
 */
body #bahman-load {
    display: block;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 30000;
    opacity: 1;
	visibility: visible;
    background-color: #FFFFFF;
    -webkit-transition: all .35s ease-out;
    transition: all .35s ease-out;
}
.bahman-load .load-wrap {
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
}

/*--------------------- form styles section ---------------------*/
.input-text,
.widget_search input[type=text],
.widget_product_search input[type=search],
#billing_city,
#billing_state,
#shipping_city,
#shipping_state,
.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 !important;
  box-shadow: none;
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #d7d8d9;
  transition: all 200ms ease-out; 
}
  .form-control:focus,
  .input-text:focus,
  .widget_search input[type=text]:focus,
  .widget_product_search input[type=search]:focus
  #billing_city:focus,
  #billing_state:focus,
  #shipping_city:focus,
  #shipping_state:focus,
  .yith-wcaf.yith-wcaf-commissions .product-search:focus,
  .yith-wcaf.yith-wcaf-commissions input.datepicker:focus,
  .yith-wcaf.yith-wcaf-clicks input.datepicker:focus,
  .yith-wcaf.yith-wcaf-payments input.datepicker:focus,
  .yith-wcaf #original_url:focus,
  .yith-wcaf #original_url:focus,
  .yith-wcaf #payment_email:focus,
  #cupri_submit_form input:focus {
    outline: none;
    box-shadow: none;
    border-color: #979898; }


.button:focus, 
.button:active, 
.widget_search input[type=submit]:focus, 
.widget_search input[type=submit]:active, 
.widget_product_search button:focus, 
.widget_product_search button:active,
.yith-wcaf input[type="submit"]:focus, 
.yith-wcaf input[type="submit"]:active, 
#cupri_submit_form #cupri_submit:focus, 
#cupri_submit_form #cupri_submit:active {
    outline: none !important;
    box-shadow: none !important;
    color: #fff !important;
}

.button,
.widget_search input[type=submit], 
.widget_product_search button, 
.yith-wcaf input[type="submit"],
#cupri_submit_form #cupri_submit {

    padding: 5px 15px !important;
    line-height: 32px !important;
    border-radius: 4px !important;
    color: #fff !important;
    transition: all 200ms ease-out !important;
    font-weight: 400 !important;
}
.button, 
.widget_search input[type=submit],
.widget_product_search button
.yith-wcaf input[type="submit"],
 #cupri_submit_form #cupri_submit {
    background-color: #4CAF50 !important;
    border-color: #4CAF50 !important;
    cursor: pointer;
}



.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.form-control:not(:last-child) {
	border-top-right-radius: 0.375rem;
	border-bottom-right-radius: 0.375rem;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child),
.input-group>.input-group-append>.btn, 
.input-group>.input-group-append>.input-group-text, 
.input-group>.input-group-prepend:first-child>.btn:not(:first-child), 
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), 
.input-group>.input-group-prepend:not(:first-child)>.btn, 
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 0.375rem;
	border-bottom-left-radius: 0.375rem;
}

/* table
--------------------------------------------*/
.widget-product-details .attr-tbl th, .widget-product-details .attr-tbl td {
    padding: 3px 5px;
	font-size: 14px;
	line-height: 32px;
}
.widget-product-details .attr-tbl th p, .widget-product-details .attr-tbl td p {
    text-align: center;
    font-size: 13px;
	margin: 0;
}


/* media element
--------------------------------------------------------*/
.wp-video {
    width: 100% !important;
    margin: 0 auto 15px;
    display: block;
    border-radius: 5px;
    overflow: hidden;
}
.author-description{
	line-height:30px;
}


/*============================================
 header styles
==============================================*/
.top-bar {
    width: 100%;
    background: #ffffff;
    color: #666666;
	border-bottom: 1px solid #dedede;
}
.top-menu li{
    display: inline-block;
    position: relative;
	margin-right: 0;
    margin-left: 20px;
}
.top-menu li a{
    font-size: 13px;
    display: block;
    border-radius: 10px;
    font-weight: 400;
    color: #9E9E9E;
}
.top-menu li:hover > a{
  color:#000;
}
.top-menu li ul{
	display: none;
}


.main-header3 .top-menu li {
    display: block;
    text-align: right;
    margin: 0;
}
.main-header3 .top-menu li a{
	color:#777;
	padding-right: 15px;
}
.main-header3 .top-menu li:hover > a {
    background: #eeee;
    border-radius: 0px;
}
.main-header3 .h3dropmenu .dropdown-toggle:after {
	display:none;
}

/*--------------------- main-header styles section ---------------------*/
.main-header {
    background: white;
    width: 100%;
    position: relative;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.main-header.sticky-header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.count-cart-item {
    position: absolute;
    animation: khaki 1s linear infinite;
    left: -10px;
    width: 25px;
    height: 25px;
    text-align: center;
    background: #FF9800;
    line-height: 25px;
    bottom: -7px;
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
}
/*main menu
------------------------------------------------------------------*/
.main-header .main-nav ul {
    margin: 0;
    padding: 0;
}
.main-header .main-nav ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    margin-left: 8px;
	border-bottom: 3px solid transparent;
    border-top: 3px solid transparent;
    transition-duration: 0.2s;
}
.main-header .main-nav .bahman-main-nav-menu > li > a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666666;
    font-style: normal;
    font-weight: 400;
    padding: 0 15px;
    font-size: 14px;
    line-height: 50px;
}

.main-header .main-nav li:hover > a {
    color: #7b1fa2;
}

.main-header .main-nav ul li:before {
    float: right;
    color: #666;
    font-size: 17px;
    padding: 0 5px;
}
.main-header .main-nav ul li ul {
    position: absolute;
    width: 250px;
    background: #fff;
    top: 50px;
    right: 0;
    list-style: none;
    z-index: 99999999;
    opacity: 0;
    transform: translateY(15px);
    transition: all .2s ease-in-out;
    pointer-events: none;
    border-top: none;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, .2);
    border-radius: 3px;
    padding: 5px 0;
}

.main-header .main-nav ul li:hover > ul {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    pointer-events: all;
}

.main-header .main-nav ul li ul li {
    line-height: 35px;
    text-align: right;
    font-size: 13px;
    padding: 0;
    margin: 0;
    font-weight: 400;
    width: 100%;
	border-color: transparent !important;
}

.main-header .main-nav ul li ul li a {
    font-size: 13px;
    display: block;
    padding: 10px;
    line-height: 20px;
    color: #666666 !important;
    opacity: .99999999;
}

.main-header .main-nav ul li ul li:hover > a {
    background: #f6f7f8;

    opacity: 1;
}

.main-header .main-nav ul li ul li ul {
    background: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 3px;
}

.main-header .main-nav ul li ul li ul {
    position: absolute;
    width: 250px;
    top: 0;
    right: 250px;
    padding: 5px 0;
    list-style: none;
    z-index: 99999999;
    opacity: 0;
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -o-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
    transition: all .2s ease-in-out;
    pointer-events: none;
    border-top: none;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, .2);
}

.main-header .main-nav ul li ul li:hover ul {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    pointer-events: all;
}

.main-header .main-nav ul>li>a>.bahman-nav-link-toggle {
    font-size: 14px;
    margin-right: 9px;
    line-height: 1
}

.main-header .main-nav ul>li>a>.bahman-nav-link-toggle::before {
    border-style: solid;
    border-width: .1em .1em 0 0;
    content: '';
    display: inline-block;
    height: 8px;
    position: relative;
    top: .1em;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    vertical-align: top;
    width: 8px;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out
}

.main-header .main-nav .sub-menu >li>a>i,
.main-header .main-nav ul >li>a>i {
    margin-left: 8px;
	font-size: 16px;
}

.main-header .main-nav .sub-menu>li>a {
    display: flex;
    align-items: center;
}

.main-header .main-nav .sub-menu>li>a>i{
	display: inline-block;
    width: 30px;
    height: 30px;
    color: #fff;
    background-color: #F44336;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    z-index: 2;
}

.main-header .main-nav .sub-menu>li:nth-child(8n+2) a > i{
    background-color: #9C27B0
}

.main-header .main-nav .sub-menu>li:nth-child(8n+3) a > i{
    background-color: #2196F3
}

.main-header .main-nav .sub-menu>li:nth-child(8n+4) a > i{
    background-color: #009688
}

.main-header .main-nav .sub-menu>li:nth-child(8n+5) a > i{
    background-color: #CDDC39
}

.main-header .main-nav .sub-menu>li:nth-child(8n+6) a > i{
    background-color: #FF9800
}

.main-header .main-nav .sub-menu>li:nth-child(8n+7) a > i{
    background-color: #795548
}

.main-header .main-nav .sub-menu>li:nth-child(8n+8) a > i{
    background-color: #607D8B
}

.main-header .main-nav .sub-menu>li>a>.bahman-nav-link-toggle {
    margin-right: auto;
    padding-right: 10px;
    line-height: 1;
}
.main-header .main-nav .sub-menu>li>a>.bahman-nav-link-toggle::before {
    border-style: solid;
    border-width: 0.1em 0.1em 0 0;
    content: '';
    display: inline-block;
    height: 8px;
    position: relative;
    top: 0.1em;
    transform: rotate(222deg);
    vertical-align: top;
    width: 8px;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
}
/*************************************************/
.main-header .main-nav ul li.mega-menu {
    position: static;
}
.main-header .main-nav ul li.mega-menu > .sub-menu{
	top:100%;
	right: 0;
    left: 0;
    width: 100%;
	padding: 10px;
}
.main-header .main-nav ul li.mega-menu > .sub-menu li{
	display: block;
	position: relative;
	overflow: hidden;
	clear: none;
	float: right;
	margin: 0;
	border: 0;
}
.main-header .main-nav ul li.mega-menu.mega-menu-col-2 > .sub-menu li{
	width: 50%
}
.main-header .main-nav ul li.mega-menu.mega-menu-col-3 > .sub-menu li{
	width: 33.333%
}
.main-header .main-nav ul li.mega-menu.mega-menu-col-4 > .sub-menu li{
   width: 25%;
}
.main-header .main-nav ul li.mega-menu.mega-menu-col-5 > .sub-menu li{
	width: 20%
}
.main-header .main-nav ul li.mega-menu.mega-menu-col-6 > .sub-menu li{
	width: 16.666%
}
.main-header .main-nav ul li.mega-menu > .sub-menu li a{
    padding: 12px 10px;
}

.main-header .main-nav ul li.mega-menu > .sub-menu li .sub-menu {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    top: 0;
    right: 0;
    width: auto;
    border: 0;
    list-style: none;
    border-top: 1px solid #eee;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.main-header .main-nav ul li.mega-menu .sub-menu li .sub-menu  li {
    display: block;
    clear: both;
    margin: 0;
    padding: 3px 0;
	width: 100%;
}
.main-header.main-header2 .main-nav ul li.mega-menu .sub-menu {
    top: 75%;
}
.main-header .main-nav ul li.mega-menu .sub-menu li.fa a{
	padding-right: 40px;
}
.main-header .main-nav ul li.mega-menu .sub-menu li.fa:before{
	font-family: "Font Awesome 5 Brands","Font Awesome 5 Free",'FontAwesome' !important;
    position: absolute;
    width: 30px;
    height: 30px;
    right: 5px;
    top: 7px;
    color: #fff;
    background-color: #F44336;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;	
	z-index: 2;
}
.main-header .main-nav ul li.mega-menu .sub-menu li:nth-child(8n+2).fa:before {
    background-color: #9C27B0
}

.main-header .main-nav ul li.mega-menu .sub-menu li:nth-child(8n+3).fa:before {
    background-color: #2196F3
}

.main-header .main-nav ul li.mega-menu .sub-menu li:nth-child(8n+4).fa:before {
    background-color: #009688
}

.main-header .main-nav ul li.mega-menu .sub-menu li:nth-child(8n+5).fa:before {
    background-color: #CDDC39
}

.main-header .main-nav ul li.mega-menu .sub-menu li:nth-child(8n+6).fa:before {
    background-color: #FF9800
}

.main-header .main-nav ul li.mega-menu .sub-menu li:nth-child(8n+7).fa:before {
    background-color: #795548
}

.main-header .main-nav ul li.mega-menu .sub-menu li:nth-child(8n+8).fa:before {
    background-color: #607D8B
}
/*************************************************/
.main-header .user-btn {
    display: block;
    transition-duration: 0.2s;
    text-align: center;
    background-image: linear-gradient(to right,#3498db,#2E86C4);
    color: #fff;
}
.main-header .user-btn:hover {
	opacity: 0.85;
}
.main-header .user-actions .dropdown > .btn {
    background: transparent;
    color: #494a4a;
    padding-left: 0;
	box-shadow: none;
}
.main-header .user-actions .dropdown > .btn:after {
    top: 9px;
    left: 7px;
}
.main-header .user-actions .dropdown .dropdown-menu {
    box-shadow: 0 2px 9px 0 rgba(112, 112, 112, 0.32);
    border: none;
    border-top: 4px solid #F05B82;
    border-radius: 0;
}
.main-header .user-actions .dropdown .dropdown-menu:before {
    content: '';
    width: 6px;
    height: 6px;
    border-top: none;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #F05B82;
    position: absolute;
    left: 30px;
    top: -10px;
}
.main-header .user-actions .dropdown .dropdown-menu .dropdown-item {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    font-size: 13px;
	text-align:right;
}
.main-header .user-actions .dropdown .dropdown-menu .dropdown-item .fa {
    font-size: 16px;
    position: relative;
    top: 3px;
    color: #979898;
}

.main-header.main-header1 .main-nav ul li.mega-menu .sub-menu {
    width: 98%;
    margin: 0 auto;
}



/* sidebar & widgets main styles*/
#suggestion-slider .progressbar-wrapper {
    height: 1px;
    background: #e0e1e2;
    position: relative;
    margin-bottom: 15px;
}
#suggestion-slider .progressbar-wrapper .progressbar {
    box-shadow: 0 0 8px 0 rgb(255 138 138 / 50%);
    border-top-style: solid;
    border-width: 0;
    border-top-width: 1px;
    border-image-source: linear-gradient(90deg, #ffd3db, #fb3449);
    border-image-slice: 1;
    position: absolute;
    width: 0;
    left: 0;
    top: 0;
    display: inline-block;
    animation: progressbar 10s ease-in-out;
    animation-iteration-count: infinite;
}

.widget, aside .social-icons-widget {
    box-shadow: 0 1px 5px 0 rgb(54 57 73 / 19%);
    margin-bottom: 15px;
	padding: 15px;
	border: 0;
}

.widget-top {
    padding: 8px 10px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 10px;
}

.widget-top h4 {
    margin-left: 10px;
    line-height: 35px;
    font-weight: 800;
    width: 100%;
    font-size: 15px;
    margin-bottom: 0;
    color: #000;
    display: block;
}

.widget_product_search form.woocommerce-product-search {
    display: block;
    position: relative;
}
.widget_product_search input[type=search] {
    background-color: #f0f1f2 !important;
    border-color: #f0f1f2 !important;
    position: relative;
    padding-right: 32px !important;
}
.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;
}

.widget_product_search button[type=submit]:before {
    position: absolute;
    content: "\f002";
    font-family: "Font Awesome 5 Brands","Font Awesome 5 Free",'FontAwesome' !important;
    font-size: 18px;
    top: 6px;
    color: #888989;
    left: 7px;
}


.widget table {
    float: right;
    width: 100%;
}

.widget table td, .widget table th {
    padding: 7px 5px;
    text-align: center;
}

td#today {
    background-color: #32d6ea;
}

table tbody td {
    font-size: 14px;
    color: #666666;
}


/* widget category */
.widget li.menu-item-has-children > a::after {
    display: none;
}

.widget li.menu-item-has-children > a:hover::after {
    display: none;
}

.widget ul.menu ul, .widget_product_categories ul li ul {
    margin: 0;
}

.widget ul.menu li, .widget_product_categories ul li {
    border-bottom: 0;
    margin: 3px 0;
    padding-bottom: 0;
    line-height: 40px;
}

.widget ul.menu li a, .widget_product_categories ul li a {
    line-height: 30px;
    background-color: #EDEDED;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0;
    padding: 5px 10px;
    display: block;
    color: #666666;
    -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;
}

.widget ul.menu li a:hover, .widget_product_categories ul li a:hover {
    background-color: #f4f4f4;
    color: #9DA8B4;
}

.widget ul.menu li:before, .widget_product_categories ul li:before {
    content: "\f07c";
    font-family: "Font Awesome 5 Brands","Font Awesome 5 Free",'FontAwesome' !important;
    color: #CCCCCC;
    float: right;
    line-height: 40px;
    margin: 0 5px;
}

/* content
-----------------------------------------------------------*/
.content, 
.post-listing,
.form-comments {
    background: #fff;
    margin-bottom: 20px;
    width: 100%;
	border-radius: 5px;
    height: auto;
    box-shadow: 0 1px 5px 0 rgba(54,57,73,.19);
}

.post-thumbnail {
    overflow: hidden;
    margin-bottom: 12px;
    border-radius: 3px;
}

.post-thumbnail img {
    margin: 0 auto;
}

.post-title {
    font-size: 20px;
    color: #3f3f3f;
    line-height: 50px;
    border-bottom: 2px solid #EDEDED;
    font-weight: 800;
}

.post-title h1 {
    color: #666666;
    font-size: 20px;
    display: inline-block;

}

.is-fav{
	color: #f00 !important;
}

/*share buttons */
.bahman-share-box span.bahman-share-title {
    float: right;
    margin-right: 0;
    margin-left: 5px;
}
.bahman-share-box a {
    float: right;
    margin: 5px 3px;
    padding: 0 10px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    transition-duration: 0.2s;
    font-size: 12px;
}
.bahman-share-box a:hover {
    opacity: 0.85;
}

.bahman-share-box a.bahman-telegram-share-button {
    background-color: #0084C6;
}

.bahman-share-box a.bahman-whatsapp-share-button {
    background-color: #2AB200;
}

.bahman-share-box a.bahman-twitter-share-button {
    background-color: #5EAADE;
}

.bahman-share-box a.bahman-facebook-share-button {
    background-color: #3C599D;
}

.bahman-share-box a.bahman-pinterest-share-button {
    background-color: #D32F2F;
}

.bahman-share-box a.bahman-linkedin-share-button {
    background-color: #2CAAE1;
}

/* tag contetn */
.bahman-tags-box a {
    background-color: #dfe6e9;
    line-height: 24px;
    margin: 5px;
    border-radius: 55px;
    padding: 0 15px;
    color: #485460;
    font-size: 12px;
    font-weight: 300;
    float: left;
    text-align: center;
    transition-duration: 0.2s;
}

/*page navigation
----------------------------------------------------------*/
.woocommerce nav.woocommerce-pagination ul li .page-numbers {
    padding: 7px 12px;
    color: #979898;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers.current {
    background: #f8f9fa;
    border: 1px solid #d7d8d9;
    border-radius: 3px;
    color: #888989;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers:hover, .woocommerce nav.woocommerce-pagination ul li .page-numbers:active, .woocommerce nav.woocommerce-pagination ul li .page-numbers:focus {
    background: transparent;
}
.woocommerce nav.woocommerce-pagination ul li {
    border: none;
    float: left;
}
.woocommerce nav.woocommerce-pagination ul {
    border: none;
    margin: 0;
    font-size: 15px;
}

/*related-posts
----------------------------------------------------------*/
.related-posts .item:hover{
	background-color: #f5f5f5;
}
.related-posts .item img{
	float: right;
    border-radius: 4px;
    margin-left: 10px;
    height: 80px;
    width: 80px;
}

/*related-products
----------------------------------------------------------*/
.related-products .item:hover{
	background-color: #f5f5f5;
}
.related-products .item img{
	float: right;
    border-radius: 4px;
    margin-left: 10px;
    height: 80px;
    width: 80px;
}
.related-products .item .price {
    color: #4caf50;
    font-weight: 600;
}
.related-products .item .price del {
    color: #e91e63;
	font-weight: 500;
}

/*breadcrumbs
----------------------------------------------------------*/
.breadcrumbs, .woocommerce-breadcrumb {
    box-sizing: border-box;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    font-size: 14px !important;
    margin: 0px 0 20px !important;
    padding: 15px 15px !important;
    box-shadow: 0 1px 5px 0 rgba(54,57,73,.19);
}
.breadcrumbs a,
.woocommerce-breadcrumb a {
    color: #bcbfc6;
    -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;
}

.breadcrumbs a:hover,
.woocommerce-breadcrumb a:hover {
    color: #848484;
}

span.delimiter {
    padding: 0 3px;
}




/*comments box
-----------------------------------------------*/
.bh-comments-box .comment-list {
    list-style: none
}

.bh-comments-box .comment-list>li {
    position: relative;
    overflow-y: hidden;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6
}

.bh-comments-box .comment-list .children {
    display: block;
    list-style: none;
    margin-right: 45px;
    margin-top: 20px;
    padding: 0
}

.bh-comments-box .comment-list .children:before {
    content: "";
    position: absolute;
    right: 35px;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #e6e6e6;
    z-index: 1
}

.bh-comments-box .comment-list .children>li {
    position: relative;
    margin-bottom: 20px
}

.bh-comments-box .comment-list .children>li:last-child:after {
    content: "";
    position: absolute;
    right: -10px;
    top: 37px;
    height: 100%;
    width: 2px;
    background-color: #fff;
    z-index: 1
}

.bh-comments-box .comment-body {
    position: relative;
    padding-right: 80px;
}

.bh-comments-box .comment-body:before {
    content: "";
    position: absolute;
    right: -10px;
    top: 35px;
    height: 2px;
    width: 10px;
    background-color: #e6e6e6;
    z-index: 1
}

.bh-comments-box .comment-body .comment-author img.avatar {
    position: absolute;
    top: 0;
    right: 5px;
    width: 64px;
    height: 64px;
    border: 2px solid #fff;
    background-color: #fff;
    border-radius: 100%;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.15);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.15);
    z-index: 3
}

.bh-comments-box .comment-list .comment-meta {
    overflow: hidden;
    margin-bottom: 15px
}

.bh-comments-box .comment-list .comment-author a {
    color: #4d4d4d
}

.bh-comments-box .comment-list .comment-author .says,
.bh-comments-box .comment-list .comment-metadata {
    display: none
}

.bh-comments-box .comment-list .comment-content {
    clear: both;
    margin-bottom: 25px;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    text-align: justify
}

.bh-comments-box #cancel-comment-reply-link,
.bh-comments-box .comment-list .comment-reply-link {
    display: inline-block;
    padding: 0 10px;
    color: #4d4d4d;
    background-color: #fff;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #b3b3b3;
    border-radius: .2rem;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bh-comments-box #cancel-comment-reply-link:hover,
.bh-comments-box .comment-list .comment-reply-link:hover {
    color: #fff;
    background-color: #35bf95;
    border-color: #35bf95
}

.bh-comments-box #cancel-comment-reply-link:focus,
.bh-comments-box .comment-list .comment-reply-link:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(130,138,145,.5)
}

.bh-comments-box .comment-respond {
    position: relative;
    background: #fff;
    z-index: 9
}

.bh-comments-box .comment-respond .logged-in-as a,
.bh-comments-box .no-comments {
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px
}

.bh-comments-box .comment-nav .comment-nav-prev {
    float: right
}

.bh-comments-box .comment-nav .comment-nav-next {
    float: left
}

.bh-comments-box .bh-interaction .fa:before {
    position: relative;
    left: -2px;
    top: 1px;
    font-size: 10px
}

/*footer
-----------------------------------------------*/
#main-footer {
	border-top: 6px solid #607d8b;
	box-shadow: 0 -3px 15px rgb(0 0 0 / 7%);
    padding: 30px 0;
    overflow: hidden;
    background-color: #fff;
    clear: both;
    position: relative;
}

.footer-box-title {
    margin: 20px 0px 0px 0;
    line-height: 48px;
}

.footer-box-title .card-title {
    display: block;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #3333;
    margin-bottom: 13px;
}

.footer-box-title .card-title:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 4px;
    margin: 11px 10px 0 0;
    background-color: #20b2aa;
    border-radius: 1rem;
}

.footer-menu {
    margin-bottom: 25px;
}
.footer-menu ul {
    width: 100%;
    text-align: center;
    border-top: 1px solid #ededed;
    padding: 5px 0;
}

.footer-menu ul li {
    display: inline-block;
    height: 40px;
    float: none;
    border: 0;
}

.footer-menu ul li a {
    color: #666666;
    font-size: 13px;
    font-weight: 500;
    padding: 0 15px;
    display: block;
    line-height: 40px;

}

.footer-menu ul li a:hover {
    background-color: rgba(0, 0, 0, .05);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.footer-menu ul li ul {
    display: none;
}

.footer-menu li.menu-item-has-children > a::after {
    display: none;
}

.footer-widgets-box .widget {
    box-shadow: none;
    border-radius: 0;
}

.footer-widgets-box .widget-top {
    background: #ffffff;
    line-height: 48px;
    height: 48px;
    margin-bottom: 20px;
    border-radius: 0;
    padding: 0;
}

.footer-widgets-box .widget-icon {
    display: none;
}

.footer-widgets-box .widget-top h4 {
    font-size: 14px;
    line-height: 48px;
}

.footer-widgets-box .widget .widget-container {
    padding: 0;
}

/**
 * social networks widget
 */
.bahman-social-networks-widget {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
}

.bahman-social-networks-widget .bahman-social-network-widget-item {
    padding: 15px;
    text-align: center;
    font-weight: 300;
    font-size: 15px;
    border-radius: 10px;
    line-height: unset !important;
    color: #fff;
}

.bahman-social-networks-widget .bahman-social-network-widget-item i {
    display: block;
    float: unset !important;
    width: 100%;
    text-align: center;
    font-size: 35px;
    margin: 0 0 5px 0 !important;
}

.bahman-social-networks-widget .bahman-social-network-widget-item svg {
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 auto 5px;
    font-size: 35px;
}

.social-network-widget-instagram {
    background-image: linear-gradient(25deg, #F6D371, #D02872, #912EB9, #4D58CF);
}

.social-network-widget-telegram {
    background-color: #0084C6;
}

.social-network-widget-aparat {
    background-color: #df0f50;
}

.social-network-widget-whatsapp {
    background-color: #2AB200;
}

.social-network-widget-twitter {
    background-color: #5EAADE;
}

.social-network-widget-youtube {
    background-color: #F70000;
}

.social-network-widget-facebook {
    background-color: #3C599D;
}

.social-network-widget-linkedin {
    background-color: #2CAAE1;
}

.social-network-widget-pinterest {
    background-color: #D32F2F;
}



/* go to top  button
--------------------------------------*/
#topcontrol {
    z-index: 999;
    background-color: rgba(0,0,0,0.4);
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 24px;
    position: fixed;
    bottom: -100px;
    right: 10px;
    cursor: pointer;
    overflow: auto;
    opacity: .7;
    transition: all .3s ease-in-out;
    border-radius: 3px;
}

#topcontrol::before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #FFF;
}

#topcontrol:hover {
    opacity: 1;
}

/**
 * Off Canvas Mobile menu
 * -----------------------------------------------------------------------------
 */
#wrapper {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    right: 0;
}

#wrapper.toggled {
    right: 75%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
body.toggled {
    overflow-x: hidden;
}

#slide-out {
    z-index: 1000;
    position: fixed;
    right: 75%;
    width: 0;
    height: 100%;
    margin-right: -75%;
    overflow-y: auto;
    background: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#wrapper.toggled #slide-out {
    width: 75%;
}
#wrapper.toggled .overlay {
    opacity: 1;
    visibility: visible;
}


#slide-out #mobile-menu ul ul,
#slide-out #mobile-menu .sub-menu-columns-item {
    display: none;
        box-shadow: inset 0 3px 3px rgba(0,0,0,.05);
    background: #eee;
}

#slide-out #mobile-menu li {
	display: block;
    list-style: none;
    position: relative
}
#slide-out #mobile-menu li:before {
    display: none;
}

#slide-out #mobile-menu ul li.menu-item-has-children i.mobile-arrows {
    position: absolute;
    top: 6px;
    padding: 0px 13px;
    margin: 0;
    cursor: pointer;
    display: block;
    right: auto;
    left: 0;
    line-height: 40px;
}

#slide-out #mobile-menu a {
	font-family: iransans;
	font-weight: normal;
    color: #666666;
    display: block;
    font-size: 14px;
    padding: 10px;
}

#slide-out #mobile-menu a i {
    display: none;
}

#slide-out #mobile-menu a:hover {
    background: #f2f2f2;
}

#slide-out #mobile-menu ul ul a {
    padding-right: 30px;
    padding-left: 0
}

#slide-out #mobile-menu ul ul ul a {
    padding-right: 50px;
    padding-left: 0
}

#slide-out #mobile-menu ul ul ul ul a {
    padding-right: 60px;
    padding-left: 0
}

#mobile-menu li.menu-item-home a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: none;
}

.logo-menu {
    text-align: center;
    background: #fc3924;
    background-image: linear-gradient(270deg,#fc3924 0%,#d70d59 100%);
}

.logo-menu strong {
    color: #fff;
    padding-top: 10px;
    font-size: 30px;
    line-height: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.logo-menu span {
    color: #fff;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}


.mobile-header-menu-center {
	padding: 1.5rem 2rem;
}
.mobile-header-menu {
    position: absolute;
    top: 0;
    display: block;
    height: 20px;
    background-color: rgba(0,0,0,0.7);
    font-size: 20px;
    color: white;
    text-align: left;
    width: 100%;
    cursor: pointer;
    z-index: 10;
}

/******************* post-single *************************/
.product-single-default {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
.product-single-default .entry-summary {
    padding-right: 15px;
}
.post-single{
    background: #fff;
    margin-bottom: 20px;
	border-radius: 5px;
    box-shadow: 0 1px 5px 0 rgba(54,57,73,.19);
}
.page-content {
    border-radius: 5px;
    box-shadow: 0 1px 5px 0 rgba(54,57,73,.19);
    background: #fff;
    border: none;
}
.post-single .card-body img {
    max-width: 100%;
    height: auto;
}
.post-single blockquote,
.woocommerce-Tabs-panel--description blockquote {
    background-color: #e1f5fe;
    border-right: 4px solid rgba(0, 0, 0, 0.5);
    padding: 15px;
    margin: 10px 0;
    box-shadow: 0 0 50px rgb(0 0 0 / 5%);
}

.post-information .item {
    margin: 0px 0px 10px 15px;
}
.post-information .item img{
	width: 20px;
	height: 20px;
	margin-left: 6px;
}
.post-information .item.update{
	background-color: #8BC34A;
    color: white;
    padding: 0 8px;
    border-radius: 3px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    text-align: center;
    line-height: 30px !important;
}


/**
 * audio box
 */
.bahman-audio-podcasts-box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: none;
}
.bahman-audio-podcasts-box .bahman-audio-podcasts-item {
    margin-bottom: 15px;
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 5px;
}
.bahman-audio-podcasts-box .bahman-audio-podcasts-item:last-child {
    margin-bottom: 0;
}
.bahman-audio-podcasts-box .bahman-audio-podcasts-item .audio-podcasts-title{
    color: #fff;
    margin-bottom: 5px;
    padding: 0 5px;
}

/**
 * download box
 */
.bahman-download-box .bahman-download-box-file .download-link-item  {
    width: 100%;
    display: block;
    background-color: #ecf0f1;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 10px 15px;
    box-sizing: border-box;
    border-radius: 5px;
    line-height: 35px;
    color: #718093;
}
.bahman-download-box .bahman-download-box-file .download-link-item a.download-button {
    background-image: linear-gradient(45deg,#A3CB38,#92B730);
    color: #fff;
}
.bahman-download-box .bahman-download-box-file .download-link-item .download-link-title i {
    background-color: #ff4500;
    font-size: 12px;
    border-radius: 55px;
    padding: 3px 15px;
    margin-right: 10px;
    color: #fff;
    text-align: center;
}
.bahman-download-box .bahman-download-box-help {
    margin-top: 15px;
    width: 100%;
    display: block;
    border: 1px solid #6ab04c;
    padding: 0 15px 10px;
    background-color: rgba(106, 176, 76, .3);
    box-sizing: border-box;
    border-radius: 5px;
    line-height: 30px;
}
.bahman-download-box .bahman-download-box-help .download-box-help-title {
    width: 100%;
    display: block;
    line-height: 40px;
    border-bottom: 1px solid #6ab04c;
    margin-bottom: 15px;
    color: #6ab04c;
}
.bahman-download-box .bahman-download-box-help .download-box-help-content p,
.bahman-download-box .bahman-download-box-help .download-box-help-content ol,
.bahman-download-box .bahman-download-box-help .download-box-help-content ul {
    margin-bottom: 15px;
}
.bahman-download-box .bahman-download-box-help .download-box-help-content ul li:before {
    font-family: "Font Awesome 5 Brands","Font Awesome 5 Free",'FontAwesome' !important;
    content: "\f058";
    margin: 0 5px;
}
.bahman-download-box .bahman-download-files-password {
	background-color: #616161;
    margin-top: 15px;
    line-height: 40px;
    width: 100%;
    display: block;
    border-radius: 5px;
    padding: 10px 20px;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
}











/*-------------------------------------------------------------------
[ before text ]
*------------------------------------------------------------------*/
.before-text:before{
	content: '';
	height: 5px;
	width: 30px;
	background: #e91e63;
	display: inline-block;
	border-radius: 10px;
	margin-left: 0.25rem;
}

/*-------------------------------------------------------------------
[ font size ]
*------------------------------------------------------------------*/
.font-bold{
	font-weight: bold !important;
}

.bold-300 {
    font-weight: 300!important
}

.bold-400 {
    font-weight: 400!important
}

.bold-500 {
    font-weight: 500!important
}

.bold-600 {
    font-weight: 600!important
}

.bold-900 {
    font-weight: 900!important
}

.font-10{
	font-size: 10px !important;
}
.font-12{
	font-size: 12px !important;
}
.font-13{
	font-size: 13px !important;
}
.font-14{
	font-size: 14px !important;
}
.font-16{
	font-size: 16px !important;
}
.font-18{
	font-size: 18px !important;
}
.font-20{
	font-size: 20px !important;
}
.font-25{
	font-size: 25px !important;
}
.font-30{
	font-size: 30px !important;
}
.font-40{
	font-size: 40px !important;
}
/*-------------------------------------------------------------------
[ borders ]
*------------------------------------------------------------------*/
.border-radius-10{
	border-radius: 10px !important;
}
.border-radius-15{
	border-radius: 15px !important;
}

/*-------------------------------------------------------------------
[ avatar img ]
*------------------------------------------------------------------*/
.avatar-img-35{
	max-width: 100% !important;
	max-height: 100% !important;
	width: 35px !important;
    height: 35px !important;
}
.avatar-img-80{
	max-width: 100% !important;
	max-height: 100% !important;
	width: 80px !important;
    height: 80px !important;
}
.avatar-img-90{
	max-width: 100% !important;
	max-height: 100% !important;
	width: 90px !important;
    height: 90px !important;
}
.avatar-img-120{
	max-width: 100% !important;
	max-height: 100% !important;
	width: 120px !important;
    height: 120px !important;
}
/*--------------------- pagination styles section ---------------------*/
.pagination {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 15px;
  font-size: 15px; }
  .pagination .page-numbers {
    background: #fff;
    padding: 2px 14px;
    margin: 2px;
    color: #979898;
    border: 1px solid transparent;
    border-radius: 3px; }
    .pagination .page-numbers.current, .pagination .page-numbers:hover {
      background: #f8f9fa;
      border-color: #d7d8d9; }
/*--------------------- modal styles loader wrapper ---------------------*/
.modal-loader-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.36);
  visibility: hidden;
  opacity: 0;
  z-index: 9999999; }
  .modal-loader-wrapper.show {
    visibility: visible;
    opacity: 1; }
  .modal-loader-wrapper .modal-loader {
    text-align: center;
    background: #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
	border-radius: 10px;
    padding: 30px;
    transform: translate(-50%, -50%); }


/********************************************************************/
.bh-product-courses ul {
    padding-inline-start: 22px;
    line-height: 32px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.bh-product-courses ul li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    line-height: 2.2em;
    background: #4caf50;
    color: #fff;
    padding: 3px;
    font-size: 12px;
    margin-left: 5px;
    border-radius: 100%;
}

.bh-product-courses .lesson-accordion .lesson-item .lesson-title .label{
    display: inline-block;
    border-radius: 2px;
    padding: 2px 5px 0 5px;
    color: #fff;
    background: #353338;
    font-size: 11px;
    line-height: 20px;
    margin-right: 10px;
}
.bh-product-courses .lesson-accordion .lesson-item .lesson-title .label.video{
	background: #3498DB;
}
.bh-product-courses .lesson-accordion .lesson-item .lesson-title .label.exam{
	background: #E67E22;
}
.bh-product-courses .lesson-accordion .lesson-item .lesson-title .label.free{
	background: #2ECC71;
}
.bh-product-courses .lesson-accordion .lesson-item .lesson-title .label.quiz {
    background: #E74C3C;
}
.bh-product-courses .lesson-accordion .lesson-item .lesson-title .label.lecture {
     background: #8E44AD;
}
.bh-product-courses .lesson-accordion .lesson-item .lesson-title .label.free {
     background: #2ECC71;
}
.bh-product-courses .lesson-accordion .lesson-item .lesson-title .label.practice {
    background: #34495E;
}
.bh-product-courses .lesson-accordion .lesson-item .lesson-title .label.attachments {
    background: #FF6B81;
}
/*********************************************/
.user-socials .user-social-item{
	border: 1px solid #e0e1e2;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    text-align: center;
    padding-top: 15px;
    margin: 10px auto;
}
.user-socials .user-social-item .fab {
    font-size: 28px;
    color: #00CBCB;
}
/************************************************/
.bh-footer-ticket {
	display: flex;
    align-items: center;
    justify-content: center;
    bottom: 35px;
    left: 25px;
    width: 60px;
    height: 60px;
    background: #ff9800;
	border-radius:100%;
    z-index: 9999
}

.bh-footer-ticket span {
	text-shadow: 0 0 3px #333;
    transform: rotate(315deg);
}


/*---------- multi step checkout styles section ----------*/
.woocommerce-checkout.is-multi-step-checkout ul.multi-step {
    margin-bottom: 30px;
}

.woocommerce-checkout.is-multi-step-checkout ul.multi-step li {
    text-align: center;
    position: relative;
    z-index: 1;
}

.woocommerce-checkout.is-multi-step-checkout ul.multi-step li a {
    border-bottom: none;
}

.woocommerce-checkout.is-multi-step-checkout ul.multi-step li .step {
    display: inline-block;
    width: 36px;
    height: 36px;
    border: 2px solid #d7d8d9;
    border-radius: 100%;
    line-height: 2.4;
    font-weight: 500;
    font-size: 16px;
    background-color: #fff;
    color: #d7d8d9;
    z-index: 2;
}

.woocommerce-checkout.is-multi-step-checkout ul.multi-step li .label {
    display: block;
    color: #d7d8d9;
}

.woocommerce-checkout.is-multi-step-checkout ul.multi-step li:before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #d7d8d9;
    position: absolute;
    top: 18px;
    right: 0;
    z-index: -1;
}

.woocommerce-checkout.is-multi-step-checkout ul.multi-step li.active .step {
    border-color: #00BFD6;
    color: #00BFD6;
}

.woocommerce-checkout.is-multi-step-checkout ul.multi-step li.active .label {
    color: #00BFD6;
    font-weight: 500;
}

.woocommerce-checkout.is-multi-step-checkout ul.multi-step li.active:before {
    background-color: #00BFD6;
}

@media (max-width: 576px) {
    .woocommerce-checkout.is-multi-step-checkout ul.multi-step {
        display: block !important;
    }
}

.woocommerce-checkout.is-multi-step-checkout .next-checkout-step .mdi {
    left: auto;
}

.woocommerce-checkout.is-multi-step-checkout .checkout_coupon {
    display: none;
}

.woocommerce-checkout.is-multi-step-checkout #customer_details > div {
    display: none;
}

.woocommerce-checkout.is-multi-step-checkout #order_review_heading, .woocommerce-checkout.is-multi-step-checkout .woocommerce-checkout-review-order-table {
    display: none;
}

.woocommerce-checkout.is-multi-step-checkout .woocommerce-checkout-payment {
    display: none;
}

.woocommerce-checkout.is-multi-step-checkout.is-active-login .woocommerce-form-login-toggle {
    display: block !important;
}

.woocommerce-checkout.is-multi-step-checkout.is-active-login .woocommerce-form-login-toggle .woocommerce-info {
    display: block !important;
}

.woocommerce-checkout.is-multi-step-checkout.is-active-coupon .checkout_coupon {
    display: block !important;
}

.woocommerce-checkout.is-multi-step-checkout.is-active-billing #customer_details > div {
    display: block !important;
}

.woocommerce-checkout.is-multi-step-checkout.is-active-order #order_review_heading {
    display: block !important;
}

.woocommerce-checkout.is-multi-step-checkout.is-active-order .woocommerce-checkout-review-order-table {
    display: table !important;
}

.woocommerce-checkout.is-multi-step-checkout.is-active-payment .woocommerce-checkout-payment {
    display: block !important;
}

.woocommerce-checkout.is-multi-step-checkout .next-checkout-step .mdi {
    margin-right: 7px;
}

@media (max-width: 768px) {
    .woocommerce-checkout.is-multi-step-checkout ul.multi-step li {
        display: block;
    }

    .woocommerce-checkout.is-multi-step-checkout ul.multi-step li a {
        display: block;
        width: 100%;
    }
}

/***********************************************/
.nav-authentication .nav-link {
    color: #8b8bab;
    border-radius: 0;
}
.nav-authentication .nav-link.active{
    color: #fea000;
    background: transparent;
    box-shadow: inset 0 -4px 0 0 #fea000;
}

/*******************************************/
#bh-product-course-section .section {
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 15px;
	position: relative;
}

#bh-product-course-section .section .lesson {
	border: 1px solid #dcdcdc;
	background: #f9f9f9;
	padding: 10px;
	margin-bottom: 5px;
	position: relative;
}
#bh-product-course-section .section .lesson-actions{
	position: absolute;
    top: 25px;
    left: 10px;
}
#bh-product-course-section .section .lesson-actions a{
	color: #7b7b7b;
}
#bh-product-course-section .expand {
	padding-bottom: 10px;
	text-align: left;
	font-style: italic;
}
#bh-product-course-section .section-content{
	border-bottom: 1px solid #3333;
	margin-bottom: 10px;
}
#bh-product-course-section .section-actions{
	position: absolute;
    top: 10px;
    left: 10px;
	color: #7b7b7b;
}
#bh-product-course-section .section-actions a{
	color: #7b7b7b;
}

#bh-product-course-section .actions.order-course,
#bh-product-course-section .actions.order-lesson {
	cursor: move;
}
/*********************************************/
.bh-sidebar-login-widget .bh-sidebar-login-widget-avatar img {
    border: 3px solid rgba(0, 0, 0, .4);
	width: 100px;
    height: 100px;
}
.bh-sidebar-login-widget .bh-sidebar-login-widget-menu a:hover {
    background-color: rgba(255, 255, 255, .15);
}
/*********************************************/
.bh-user-verified {
    padding-left: 30px;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: left center;
    background-color: transparent;
    background-image: url(assets/img/verify.png);
}
/**********************************************/
#main-footer .bh-service-box {
    text-align: center;
}
#main-footer .bh-service-box .service-item {
    display: block;
    border-radius: 6px;
    padding: 11px 6px 2px 6px;
}
#main-footer .bh-service-box .service-item .icon {
	font-size: 38px;
    margin-bottom: 10px;
}
/*********************************************/
#main-footer .footer-apps {
    background-color: #3c4b6d;
    padding: 15px;
    border-radius: 8px;
    margin: 20px 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
#main-footer .footer-apps .apps-title {
    position: relative;
    text-indent: 30px;
}
#main-footer .footer-apps .apps-title:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    background: #EF394E;
    border-radius: 3px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

/**
 * owl-carousel
 */
.owl-carousel .owl-nav {
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.2s;
	line-height: 25px;
}

.owl-carousel:hover .owl-nav {
    visibility: visible;
    opacity: 1;
}

.owl-carousel .owl-nav .owl-next {
    left: 25px;
    top: calc(50% - 18px);
    position: absolute;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.owl-carousel .owl-nav .owl-prev {
    right: 25px;
    top: calc(50% - 18px);
    position: absolute;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.owl-carousel .owl-nav .owl-next span,
.owl-carousel .owl-nav .owl-prev span {
    display: flex;
    color: #FFFFFF;
    background-color: #0000008c;
    font-size: 39px;
    width: 37px;
    height: 37px;
    text-align: center;
    border-radius: 3px;
    transition-duration: 0.2s;
    justify-content: center;
    align-items: center;
}

.owl-carousel .owl-nav .owl-next span:hover,
.owl-carousel .owl-nav .owl-prev span:hover {
    opacity: 0.85;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
}
.owl-carousel .owl-dots {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    bottom: 20px;
    transition-duration: 0.2s;
}
.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 0 8px;
    transition-duration: 0.2s;
}

/**
 * navigation styles section
 */
.bahman-navigation .page-item .page-link {
	display: block;
	margin: 3px;
	padding: 10px 15px;
	color: #333;
	background-color: #fff;
	border: 0;
	border-radius: 0.25rem;
	box-shadow: 0 3px 5px rgba( 0, 0, 0, 0.07 );
	transition: all 0.2s ease-in-out;
}


.bahman-navigation .page-item .page-link:hover {
	box-shadow: 0 3px 5px rgba( 0, 0, 0, 0.25 );
}

.bahman-navigation .page-item.space .page-link {
	box-shadow: 0 3px 5px rgba( 0, 0, 0, 0.07 );
}

.bahman-navigation .page-item.active .page-link {
	color: #fff;
	background-color: #007bff;
	box-shadow: 0 3px 5px rgba( 0, 0, 0, 0.07 );
}

.bahman-navigation .page-item.disabled .page-link {
	color: #999;
	background-color: #fafafa;
	box-shadow: 0 3px 5px rgba( 0, 0, 0, 0.07 );
}