@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: 4.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: #f5f5f5;
    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;
}


/*--------------------- form styles section ---------------------*/
.ajax-results {
	width:100%;
	max-height: 400px;
    background: #fff;
    text-align: right;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 99999;
    display: none;
}
.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;
}


/*============================================
 bahman notification bar
==============================================*/
.bh-notification-bar{
	background: #ff5722;
    display: block;
    width: 100%;
    padding: 0.75rem 1.25rem;
    position: relative;
	z-index: 1;
}
.bh-notification-bar .bh-notification-bar-content{
	background-color: rgba(255,255,255,0.8);
    padding: 10px;
}
.bh-notification-bar .bh-notification-bar-content span{
	color: #555;
    font-size: 15px;
    font-weight: 600;
}
.bh-notification-bar .bh-notification-bar-content .notification-bar-button{
	color: #212529;
    background-color: #f8f9fa;
	font-size: 15px;
}
.bh-notification-bar .bh-notification-bar-content .notification-bar-button:hover{
	opacity: 0.85;
}
.bh-notification-bar .bh-notification-bar-close {
    position: absolute;
    right: 12px;
    font-size: 30px;
    top: 27px;
    color: #fff;
    text-shadow: 0 0 18px rgb(0 0 0 / 35%);
}
.bh-notification-bar .bh-notification-bar-content .bar-timer span {
	margin: 0 5px;
	background-color: rgba(0, 0, 0, .07);
	padding: 0 5px;
	border-radius: 4px;
	min-width: 50px;
	float: left;
	text-align: center;
}
@media(max-width: 992px) {
    .bh-notification-bar {
        display: none;
    }    
	.bh-notification-bar.mobile {
        display: block;
    }
}

/*============================================
 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{
	visibility:hidden;
	position: absolute;
	background:white;
	width:250px;
	border-radius:10px;
	box-shadow:0 0 65px rgba(0,0,0,0.1);
	opacity:0;
	z-index:999;
	transition-duration:0.5s;
	color: #9E9E9E;
}
.top-menu li ul li{
	display: block;
	width:100%;
}
.top-menu li:hover > ul{
	visibility:visible;
	opacity:1;
}
.top-menu li ul li a{
	font-size:15px;
	border-radius:0;
	border-bottom:1px solid #eeeeee;
	width:87%;
	padding:0 5%;
	margin:0 auto;
}
.top-menu li ul li a:hover{
	color:#fe4040;
	background:transparent;
	box-shadow:none;
}
.top-menu li ul li ul{
	right:100%;
	top:0;
}
.top-menu li ul:hover < li{
	background:	#ff4040;
	color:	#fff;
	box-shadow:	0 0 15px rgba(0,0,0,0.2);
}


.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%);
    margin-bottom: 20px;

}
.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;
    font-family: inherit;
    position: relative;
    margin-left: 8px;
	border-bottom: 3px solid transparent;
    border-top: 3px solid transparent;
    transition-duration: 0.2s;
}
.main-header .main-nav ul li a {
    color: #666666;
    font-style: normal;
    font-weight: 400;
    padding: 0 15px;
    font-size: 14px;
    line-height: 50px;
    position: relative;
}
.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 a i {
    opacity: .5;
    float: right;
    margin: 13px 0 0 10px;
}

.main-header .main-nav ul li ul li:hover a i {
    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 1px rgba(0, 0, 0, .05);
    box-shadow: 1px 1px 7px rgba(0, 0, 0, .2);
    -moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, .2);
    -ms-box-shadow: 1px 1px 7px rgba(0, 0, 0, .2);
    -o-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 li.menu-item-has-children > a::after {
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 12px;
    position: absolute;
    left: 5px;
    font-weight: 900;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.main-header .main-nav li.menu-item-has-children:hover > a::after{
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 12px;
    position: absolute;
    left: 5px;
    font-weight: 900;

}

/*************************************************/
.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;
    width: 25%;
    margin: 0;
    border: 0;
}
.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: 'FontAwesome';
    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 .main-nav ul li.new-cat-menu a {
    padding-left: 15px;
    padding-right: 35px;
    position: relative;
}
.main-header .main-nav ul li.new-cat-menu > a:before {
    content: '\f03a';
    font-family: "FontAwesome";
    line-height: 0;
    font-size: 24px;
    color: #515151;
    position: absolute;
    right: 0;
    top: 11px;
}
.main-header .main-nav ul li.new-cat-menu > a:after {
    content: '' !important;
    width: 1px;
    height: 25px;
    background: #e0e1e2;
    position: absolute !important;
    left: 0 !important;
    top: 0px;
}
/*************************************************/
.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;
}

.widget-countdown-timer {
  color: #888989;
}
.widget-countdown-timer .details-col .timer > span {
    display: inline-block;
	margin-left: 10px;
	background-color: rgba(0, 0, 0, .07);
	padding: 10px 5px 8px 5px;
	border-radius: 4px;
	min-width: 50px;
	text-align: center;
}
.widget-countdown-timer .details-col .timer .number,
.widget-countdown-timer .details-col .timer .letter {
    display: block;
    padding: 0 15px;
    min-width: 100px;
    text-align: center;
	color: #555;
}
 .widget-countdown-timer .details-col .timer .number {
    font-size: 22px;
}
 .widget-countdown-timer .details-col .timer .letter {
    font-size: 16px;
}



.widget-top-comments {
	border-radius: 0;
	box-shadow: none;
	padding: 30px 0;
}
.widget-top-comments .comment-meta .comment-avatar {
    margin-left: 10px;
}
.widget-top-comments .comment-meta .author-name {
	color: #000;
	font-size: 13px;
	line-height: 24px;
	margin: 0;
}
.widget-top-comments .comment-meta .product-title {
	color: #888989;
    display: block;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
}
.widget-top-comments .comment-text {
	height: 128px;
	line-height: 32px;
}
.widget-top-comments .comment-meta:after {
    font-family: "FontAwesome";
    content: '\f10d';
    font-size: 22px;
    left: 5px;
    top: 0px;
    position: absolute;
    color: #DADADA;
}


/* 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: "FontAwesome";
    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 social */
.social-btn {
    padding: 10px 0;
    width: 100%;
}

.social-btn a{
    width: 46px;
    height: 46px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
    transition: all .3s ease-in-out;
	margin: 0 5px;
}

.social-btn a::after{
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    border-style: solid;
    border-width: 23px;
    border-color: rgba(255, 255, 255, .15) transparent transparent rgba(255, 255, 255, .15);
}

.social-btn a:hover::after{
    display: none;
}

.social-btn a i {
    line-height: 46px;
    color: #FFFFFF;
    font-size: 25px;
}

i.social-custom {
    -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;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

}

.twitter {
    background-color: #00a8dc;
    -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;
}

.linkedin {
    background-color: #007bb6;
    -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;
}

.telegram {
    background-color: #00a8dc;
    -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;
}

.facebook {
    background-color: #3B5998;
    -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;
}

.google-plus {
    background-color: #dd4b39;
    -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;
}

.instagram {
    background-color: #3f729b;
    -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;
}

.rss {
    background-color: #ef922f;
    -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;
}

.youtube {
    background-color: #cc181e;
    -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;
}

.website {
    background-color: coral;
    -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;
}

.aparat {
    background-color: #ed145b;
    -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;
}

.aparat-logo {
    background: url("assets/img/aparat-icon.svg") no-repeat center center/32px;
    width: 46px;
    height: 46px;
    display: inline-block;
}

.google-plus:hover, .facebook:hover,
.instagram:hover, .telegram:hover,
.linkedin:hover, .twitter:hover,
.youtube:hover, .rss:hover,
.website:hover, .aparat:hover,
i.social-custom:hover {
    background-color: #9DA8B4 !important;
}

/* 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: FontAwesome;
    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;
}
/********************* post box site **********************/
.post-card {
    box-shadow: 0 2px 2px rgb(0 0 0 / 15%);
}
.post-card .btn-more-card{
	width:100%;
	line-height:40px;
	background:#eee;
	color:#333;
	font-weight: 400;
	text-align:center;
	transition: all 0.3s ease 0s !important;
	display:block;
}

.post-card .icon-video-play {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    transition-duration: 0.2s;
    top: 0;
    height: 100%;
}
.post-card .icon-video-play span {
    position: absolute;
    font-size: 40px;
    top: calc(50% - 20px);
    right: calc(50% - 20px);
    color: white;
    transition-duration: 0.2s;
}
.post-card .title-post {
    line-height: 21px;
    height: 42px;
    padding: 0 10px;
    overflow: hidden;
    font-size: 14px;
	color: #666;
	font-weight: 600;
}
.post-card .entry-content{
    text-align: justify;
    line-height: 25px;
    position: relative;
    font-size: 11px;
    font-weight: 400;
    color: #909090;
    height: 100px;
    overflow: hidden;
    display: block !important;
	margin-bottom: 10px;
}
.post-card .more-img-time-card{
	position: absolute;
    background-color: rgba(0, 0, 0, 0.55);
    width: 100%;
    line-height: 30px;
    font-size: 12px;
    padding: 0 10px;
    box-sizing: border-box;
    bottom: -25px;
    left: 0;
    color: #fff;
    visibility: hidden;
    transition-duration: 0.3s;
}
.post-card:hover .more-img-time-card{
    bottom: 0;
    visibility: visible;
}
.post-card:hover .btn-more-card {
    color: #fff;
    background: #f44336;
}
.post-card:hover .icon-video-play{
	background-color: transparent;
}


.entry-footer {
    background-color: #f8f7f6;
    border-top: 2px solid #ededed;
    padding: 0 25px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    position: relative;
    float: right;
    width: 100%;
    min-height: 60px;
}

/* entry tags */
.entry .tag {
    font-size: 14px;
    text-align: right;
}

.entry .tag strong {
    margin-left: 10px;
}

.entry .tag a {
    background-color: #f3f3f3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
    color: #7a7a7a;
    display: inline-block;
    font-size: 11px;
    margin: 3px 1px;
    padding: 4px 10px 3px;
    position: relative;
    text-transform: uppercase;
    line-height: 21px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

.entry .tag a:hover {
    background-color: #fafafa;
}


/*share buttons */
.share-this {
	display: inline-block;
    margin-left: 20px;
}

.social-share {
	display: inline-block;
    height: 60px;
    padding: 12px 0;
}

.social-share li {
    display: inline-block;
}

.social-share li a {
    height: 35px;
    float: right;
    margin-left: 5px;
    color: #FFF;
    padding: 0 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 2px #cacaca;
    -moz-box-shadow: 2px 2px 2px #cacaca;
    box-shadow: 2px 2px 2px #cacaca;
    font-size: 15px;
}

.social-share li a i {
    font-size: 17px;
    line-height: 32px;
}

.social-share li span {
    height: 35px;
    float: left;
    margin-right: 7px;
    line-height: 35px;
}



.share-post > span i {
    font-size: 30px;
    line-height: 57px;
    color: #666666;
}

img.centered, img.aligncenter {
    display: block;
    margin: 5px auto;
}

.aligncenter {
    clear: both;
	width: auto !important;
}

/*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;
}


/*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;
}

/* next and previous post
-------------------------------------------------------*/
.next-prev-post{
	display:flex;
    flex-wrap: wrap;
}
.next-prev-post .nav-previous {
    margin-right: auto;
}
.next-prev-post .nav-next{
	 margin-left: auto;
}

.next-prev-post .nav-next a, .next-prev-post .nav-previous a {
    padding: 8px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 40px;
    height: 40px;
}


/*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
}

/*
 next-post
-----------------------------------------------*/
.nav-previous a, .nav-next a {
    text-align: center;
    width: auto;
    background-color: #34a5f8;
    color: #FFFFFF;
    border: 0;
    -webkit-box-shadow: 2px 2px 2px #cacaca;
    -moz-box-shadow: 2px 2px 2px #cacaca;
    box-shadow: 2px 2px 2px #cacaca;
    padding: 0 15px;
    font-weight: 500;
}

.nav-previous a:hover, .nav-next a:hover {
    background-color: #2b7ae3 !important;
    color: #FFFFFF;
}
/*
show-more posts button
-----------------------------------------------*/
.more-posts {
    float: right;
    width: 100%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
}

.more-posts a {
    height: 40px;
    line-height: 38px;
    background: #fbfbfb;
    color: #898989;
    display: inline-block;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .05);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: 1px solid #EDEDED;
}

.more-posts a:hover {
    background: #F6F6F6;
}

.more-posts a i {
    float: right;
    line-height: 36px;
    margin-left: 5px;
}

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

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

.footer-box-title .card-title {
	display: block;
    font-size: 15px;
	font-weight: 600;	
}

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

/* widget contact information's*/
#contact-info {
    font-size: 12px;
    font-family: inherit;
    font-weight: 500;
}


#contact-info div.contact-info-details {
    line-height: 30px;
}

#contact-info div i {
    font-size: 15px;
    margin-left: 5px;
    color: lightseagreen;
}

/*widget symbols*/
.symbols {
    float: right;
    width: 100%;
    text-align: center;
}

.symbols-thumbnail {
    float: right;
    width: 25%;
    margin: 5px 0;
}

div.symbols.symbols-one .symbols-thumbnail {
    float: none;
    display: block;
    width: 125px;
}

/* footer menu */
.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-family: inherit;
    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;
}



/* 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;
}


/* shortcodes
--------------------------------------------------*/
/* buttons shortcode*/
a.shortc-button {
    margin: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
    display: inline-block;
    color: #FFFFFF;
    font-weight: 500;
    -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;
}

a.shortc-button:hover {
    background-color: #9DA8B4;
    color: #fff;
}

a.shortc-button:active {
    opacity: 1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

a.shortc-button i {
    margin-left: 5px;
}

a.medium {
    padding: 7px 15px;
    font-size: 14px;
}

a.small {
    padding: 5px 12px;
    font-size: 12px;
}

a.big {
    padding: 10px 20px;
    font-size: 16px;
}

a.blue {
    background-color: #2b7ae3;
}

a.red {
    background-color: #f94c29;
}

a.orange {
    background-color: orange;
}

a.black {
    background-color: black;
}

a.pink {
    background-color: deeppink;
}

a.purple {
    background-color: purple;
}

a.yellow {
    background-color: yellow;
    color: #444;
}

a.green {
    background-color: #00c300;
}

a.gray {
    background-color: #ededed;
    color: #666666;
}

div.box {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    margin-bottom: 15px;
}

/* read more*/
.read-more {
    padding: 5px;
    background-color: #f6f6fe;
    border: 1px solid #e8e8f9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.read-more::before {
    content: "\f02e";
    font-family: 'FontAwesome';
    float: right;
    margin-left: 5px;
    color: #2196F3;
}

.read-more a {
    color: #2196F3;
}

.read-more a:hover {
    color: #484848;
}

/* boxes shortcode*/
.box-head {
    line-height: 22px;
    padding: 6px;
    text-align: right;
    min-height: 34px;
}

.box-inner-block {
    padding: 10px 15px;
}

.box-head span {
    float: right;
    line-height: 22px;
    margin: 0 5px;
}

.box-head span i {
    line-height: 22px;
    font-size: 25px;
}

div.box.shadow {
    background-color: #F8F7F6;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .12) inset;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .12) inset;
    box-shadow: 0 0 4px rgba(0, 0, 0, .12) inset;
    margin: 10px auto;
    border: 2px solid #ededed;
}

.box.info {
    border: 2px solid #bcdff1;
}

.box.info .box-head {
    background-color: #d9edf7;
    border-bottom: 1px solid #bcdff1;
    color: #31708f;
}

.box.info i::before {
    content: "\f05a";
    color: #31708f;

}

.box.success {
    border: 2px solid #d6e9c6;
}

.box.success .box-head {
    background-color: #dff0d8;
    color: #3c763d;
    border-bottom: 1px solid #d6e9c6;
}

.box.success i::before {
    content: "\f058";
    color: #3c763d;
}

.box.warning {
    border: 2px solid #faf2cc;
}

.box.warning .box-head {
    background-color: #fcf8e3;
    border-bottom: 1px solid #faf2cc;
    color: #8a6d3b;
}

.box.warning i::before {
    content: "\f071";
    color: #8a6d3b;
}

.box.error {
    border: 2px solid #ebcccc;
}

.box.error .box-head {
    background-color: #f2dede;
    border-bottom: 1px solid #ebcccc;
    color: #a94442;
}

.box.error i::before {
    content: "\f00d";
    color: #a94442;
}

.box.download {
    border: 2px solid #308d30;
}

.box.download .box-head {
    background-color: #4cb14c;
    border-bottom: 1px solid #308d30;
    color: #FFFFFF;
}

.box.download i::before {
    content: "\f019";
    color: #FFFFFF;
}

.box.note {
    border: 2px solid #ff2939;
}

.box.note .box-head {
    background-color: #ff6c77;
    border-bottom: 1px solid #ff2939;
    color: #FFFFFF;
}

.box.note i::before {
    content: "\f0fe";
    color: #FFFFFF;
}

/* Toggle Shortcode */
.toggle {
    margin-bottom: 15px;
    border: 2px solid #ededed;
    position: relative;
}

.toggle h3 {
    background: #F8F7F6;
    font-weight: normal;
    font-size: 14px;
    padding: 10px;
    margin: 0;
    line-height: 30px;
    cursor: pointer;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
}

.toggle h3:hover {
    background: #eeeeee;
}

h3.toggle-head-close {
    display: none;
}

h3.toggle-head-open i,
h3.toggle-head-close i {
    float: right;
    font-size: 18px;
    line-height: 30px;
    margin-left: 5px;
}

.toggle-content {
    padding: 25px;
}

.toggle.close .toggle-content,
.toggle.close h3.toggle-head-open {
    display: none;
}

.toggle.close h3.toggle-head-close {
    display: block;
}

/* Divider */
.divider {
    border-top: 1px solid #CCC;
    overflow: hidden;
    margin: 10px 0 10px;
    clear: both;
}

.divider.divider-solid {
    border-top-width: thick;
    border-style: solid;
}

.divider.divider-dashed {
    border-top-width: 2px;
    border-style: dashed;
}

.divider.divider-dotted {
    border-top-width: 2px;
    border-style: dotted;
}

.divider.divider-double {
    height: 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}



/* Highlightp Shortcode */
.highlight {
    background: #FF9;
    color: #FFF;
}

.highlight-yellow {
    background: #FF9;
    color: #222;
}

.highlight-red {
    background: #F43D2A;
}

.highlight-blue {
    background: #3DB2EA;
}

.highlight-orange {
    background: #F97405;
}

.highlight-black {
    background: #000;
}

.highlight-green {
    background: #8CCB0A;
}

.highlight-gray {
    background: #999;
}

.highlight-pink {
    background: #FF7979;
}

.entry-tooltip {
    border-bottom: 1px dashed #2b7ae3;
    color: #2b7ae3;
}

/**
 * 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: 0;
    padding: 0 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-right: 10px;
    padding-left: 10px;
    line-height: 40px;
}

#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;
}
/*----------------------------------------------*/



/* 1220px */
@media only screen and (max-width: 1220px) {


    #new-posts {
        max-width: 820px;
        margin: 0 auto;
    }

    .page-title {
        width: 80%;
    }

}


/* 1220px */
@media only screen and (max-width: 1220px) {


    .footer-widgets-box,
    .copyright span.left-text,
    .copyright span.right-text {
        float: none !important;
        width: 100% !important;
        margin: 0 !important;
        clear: both;
        padding: 0 5px;
        display: block;
    }

    .copyright span.left-text {
        text-align: right !important;
        margin-bottom: 7px !important;
    }



    .sl-wrapper a {

        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    ul.related-list li {
        min-height: 231px;
    }

    ul.related-list li a img {
        max-height: 140px;
        height: auto;
    }

    ul.header-phone li {
        float: left;
		list-style: none;
        padding: 0 7px;
    }

    ul.header-phone li i {
        color: #c9c9c9;
        font-size: 17px;
        line-height: 40px;
    }

    .right-area .search-header {
        display: none;
    }

    .search-header {
        display: none;
    }

    .search-phone .search-header {
        padding: 10px 10px 15px;
        margin: 0;
    }

    .quick a {
        font-size: 12px;
    }

}


/* 670px */
@media only screen and (max-width: 670px) {

    ul.related-list li {
        min-height: 215px;
    }

    .slider figcaption {
        font-size: 11px;
        line-height: 22px;
    }

    .shortc-3c-inner {
        width: 100%;
    }

    .quick {
        width: 48%;
        float: right;
        list-style: none;
        padding: 15px 5px;
        border: 1px dashed #d4d4d4;
        margin: 5px;
        border-radius: 3px;
        font-size: 14px !important;
    }
}

@media only screen and ( max-width: 540px) {

    .quick {
        width: 100%;
        margin: 5px 0;
    }
}

/*  Phone  : 500px */
@media only screen and (max-width: 500px) {


    .widget-top,
    .content-box-header i {
        font-size: 16px;
    }

    .post-title h1 {
        font-size: 13px;
    }

    .widget-top h4,
    .widget-top h3,
    .widget-top h2,
    .content-box-header h4,
    .content-box-header h1,
    .content-box-header h3,
    .content-box-header h2,
    .content-box-header h5 {
        font-size: 13px !important;
    }


    .post-card-inner {
        padding: 10px;
    }

    figure.thumbnail {
        min-height: auto;
    }

    .footer-menu ul li {
        display: block;
        text-align: right;
    }

    table td, table th {
        font-size: 12px;
        padding: 5px 3px;
    }

    table {
        overflow-x: auto;
    }

}

/* 350px */
@media only screen and (max-width: 350px) {

    .post-thumbnail img {
        min-height: 56px;
    }

    .post-card-inner {
        padding: 0;
    }

    .post-card .entry-header {
        float: none;
        width: 100%;
        margin-left: 0;
    }

    figure.thumbnail {
        min-height: 137px;
    }
}


0% {
    box-shadow: 0 4px 10px rgba(102,102,102,.1), 0 0 0 0 rgba(102,102,102,.1), 0 0 0 5px rgba(102,102,102,.1), 0 0 0 10px rgba(102,102,102,.1);
}
100% {
    box-shadow: 0 4px 10px rgba(102,102,102,.1), 0 0 0 5px rgba(102,102,102,.1), 0 0 0 10px rgba(102,102,102,.1), 0 0 0 20px rgba(102,102,102,0);
}



@-webkit-keyframes blink-2{0%{opacity:1}50%{opacity:.7}100%{opacity:1}}
@keyframes blink-2{0%{opacity:1}50%{opacity:.7}100%{opacity:1}}
@-webkit-keyframes pink{0%{box-shadow:0 4px 10px rgba(255,65,130,.1),0 0 0 0 rgba(255,65,130,.1),0 0 0 5px rgba(255,65,130,.1),0 0 0 10px rgba(255,65,130,.1)}
100%{box-shadow:0 4px 10px rgba(255,65,130,.1),0 0 0 5px rgba(255,65,130,.1),0 0 0 10px rgba(255,65,130,.1),0 0 0 20px rgba(255,65,130,0)}}
@keyframes pink{0%{box-shadow:0 4px 10px rgba(255,65,130,.1),0 0 0 0 rgba(255,65,130,.1),0 0 0 5px rgba(255,65,130,.1),0 0 0 10px rgba(255,65,130,.1)}
100%{box-shadow:0 4px 10px rgba(255,65,130,.1),0 0 0 5px rgba(255,65,130,.1),0 0 0 10px rgba(255,65,130,.1),0 0 0 20px rgba(255,65,130,0)}}
@-webkit-keyframes khaki{0%{box-shadow:0 4px 10px rgba(102,102,102,.1),0 0 0 0 rgba(102,102,102,.1),0 0 0 5px rgba(102,102,102,.1),0 0 0 10px rgba(102,102,102,.1)}
100%{box-shadow:0 4px 10px rgba(102,102,102,.1),0 0 0 5px rgba(102,102,102,.1),0 0 0 10px rgba(102,102,102,.1),0 0 0 20px rgba(102,102,102,0)}}
@keyframes khaki{0%{box-shadow:0 4px 10px rgba(102,102,102,.1),0 0 0 0 rgba(102,102,102,.1),0 0 0 5px rgba(102,102,102,.1),0 0 0 10px rgba(102,102,102,.1)}
100%{box-shadow:0 4px 10px rgba(102,102,102,.1),0 0 0 5px rgba(102,102,102,.1),0 0 0 10px rgba(102,102,102,.1),0 0 0 20px rgba(102,102,102,0)}}
@-webkit-keyframes Gradient{0%{background-position:0 50%}
50%{background-position:100% 50%}
100%{background-position:0 50%}}
@-moz-keyframes Gradient{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}
@keyframes Gradient{0%{background-position:0 50%}
50%{background-position:100% 50%}
100%{background-position:0 50%}}


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


.product-box2 {
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: #fff;
    transition: all .2s ease-in-out;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    box-shadow: 0 1px 5px 0 rgba(54,57,73,.19);
}
.product-box2-image {
    margin: 0 10px;
    position: relative;
    margin-top: -30px;
    border-radius: 10px;
}
.product-box2-image img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(128,128,128,.24);
    height: auto;
}
.product-box2 .product2-title {
    padding: 0 .9375rem;
    margin: .9375rem 0;
    height: 65px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.product-box2 .product2-title h3 a, .post-item .post-title h3 a {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: grey;
}

/******************* 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;
}
.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;
}
/*-------------------------------------------------------------------
[ 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;
}
/*-------------------------------------------------------------------
[ 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%); }
/*--------------------- modal styles box amazing ---------------------*/
.widget-amazing-slider .nav-link{
	position: relative;
}
.widget-amazing-slider .nav-link span{
	display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 32px;
    line-height: 32px;
    padding-left: 5px;
    padding-right: 5px;
}
.widget-amazing-slider .nav-link.active{
	background-color: #ef5661;
}
.widget-amazing-slider .nav-link:before {
    position: absolute;
	height: 100%;
    right: -9px;
    width: 6px;
    background-color: #ef5661;
    border-radius: 3px;
    top: 0;
    content: "";
    opacity: 0;
}
.widget-amazing-slider .nav-link.active:before{
	opacity: 1;
}
.widget-amazing-slider2 .price del{
    color: #ACACAC;
    font-size: 14px;
    margin: 0 3px;
}
.widget-amazing-slider2 .price ins {
    color: #000;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.1;
    text-decoration: none;
    width: 100%;
    display: block;
}

/********************************************************************/
.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);
}
/**************************************************/

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

/*---------- 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);
}
/**********************************************/
.first-post-box-tv .first-post-box-tv-img,
.second-post-box-tv .second-post-box-tv-img{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.first-post-box-tv .first-post-box-tv-img{
	height: 495px;

}
.second-post-box-tv .second-post-box-tv-img{
	height: 200px;
}
.second-post-box-tv .second-post-box-tv-img .fa,
.first-post-box-tv .first-post-box-tv-img .fa{
	font-size: 70px;
	top: 50%;
	left: 20%;
	right: 20%;
	color: rgba(255, 255, 255, 0.7);
	z-index: 500;
	transition-duration: 0.2s;
}
.first-post-box-tv:hover .first-post-box-tv-img .fa,
.second-post-box-tv:hover .second-post-box-tv-img .fa{
	font-size: 80px;
}
@media (max-width: 992px){
	.first-post-box-tv .first-post-box-tv-img,
	.second-post-box-tv .second-post-box-tv-img{
		height: 300px;
		width:300px;
	}
}
/**********************************************/
#main-footer .bh-service-box {
    padding: 20px 0;
    text-align: center;
}
#main-footer .bh-service-box .service-item {
	display: block;
}
#main-footer .bh-service-box .service-item img {
    width: 58px;
    height: 58px;
    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%);
}