/*
Theme Name: Octahedral
Theme URI: https://techlingo.ir
Author: hassan mostajabodaveh
Author URI: https://techlingo.ir
Description: قالب ویژه آموزش زبان به صورت نعاملی و آزمون های شبیه سازی شده
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: techlingo.ir
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/
:root{
    --back-color: #f8f9fa;
    --slid-color: #16AA9D;
    --slid-color_:#FFD220;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: 0;
}

html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'iransans';
    src: url('assets/fonts/IRANSansWeb.ttf') format('truetype'), url('assets/fonts/IRANSansWeb.woff') format('woff');
}

@font-face {
    font-family: 'shabnam';
    src: url('assets/fonts/shabnam.ttf') format('truetype'), url('assets/fonts/shabnam.woff') format('woff');
}

@import url("./assets/css/fontawesome.css");

body {
    direction: rtl;
    font-size: 14px;
    text-align: right;
    color: #303030;
    background: var(--back-color);
    line-height: 30px;
    font-family: 'iransans';
    overflow-x: hidden;
    scroll-behavior: smooth;
}

a {
    transition: all .2s ease-in-out;
}

h2{
    margin-top: 30px;
}

.animate {
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.container{
    max-width: 1360px;
}

.container_thin {
	max-width: 1000px;
	margin: auto;
}

.element-section {
    float: right;
    width: 100%;
    background: var(--back-color);
}

.nopadding {
    padding: 0 !important;
}

.relative {
    position: relative;
}

.clear {
    clear: both;
}

.full-width {
    width: 100% !important;
}

.top-menu {
    width: 100%;
    float: right;
    background: linear-gradient(135deg, #0fb58e, #6913bf) !important;
}

.container {
	max-width: 1366px;
	margin: 1px auto;
}

.top-menu .topbar-right {
    float: right;
    width: 50%;
    color: #fff;
    text-decoration: none;
}

.topbar-right ul li {
    float: right;
    list-style: none;
    margin-left: 30px;
    line-height: 40px;
    font-size: 12.5px;
}

.topbar-right ul li i {
    margin-left: 7px;
    font-size: 17px;
}

.top-menu .topbar-left {
    float: left;
    width: 50%;
    color: #fff;
}

.topbar-left li {
    float: left;
    list-style: none;
}

.topbar-left li i:hover {
	/* border-bottom: solid #f4c539 3px; */
    text-shadow: azure 0 0 5px;
}

.topbar-left li a {
    color: #fff;
    text-decoration: navajowhite;
    /* padding: 0 10px; */
    font-size: 12.5px;
    line-height: 40px;
}

.topbar-left li i {
    font-size: 18px;
    padding: 15px 20px;
}

/*********شروع استای های هدر*********/
.top-menu {
    position: fixed;
    z-index: 400;
    filter: drop-shadow(0px 2px 5px #222);
    /* marg347in-bottom: 30px; */
}

.header {
    width: 100%;
    float: right;
    background: #fff;
    box-shadow: 0px 1px 6px #e6e6e6;
    /* height: 81px; */
}

.top-menu .logo {
    position: absolute;
    top: 13px;
    left: 50%;
    width: 75px;
    z-index: 400;
    /* animation: resize 1s linear forwards; */
    transform: translate(-50%, 0%);
}

@keyframes resize {
    from {
        transform: scale(1);
    }

    /* Original size */
    to {
        transform: scale(0.5);
    }

    /* Scaled down after scrolling */
}

.top-menu .logo img {
    width: 100%;
    /* mask: linear-gradient(-60deg, #000 30%, #0005, #000 50%) right / 300% 100%;
    animation: nsshine 3s infinite; */
    box-shadow: #26496a;
}

.menu-bule_top {}


/**************شروع منوی اصلی ورژن2***************/
.menu-wrapper {
    float: right;
    width: 100%;
    background: #fff;
    box-shadow: 0px 3px 3px #f8f8f8;
}

.main-menu2 {
    display: flex;
    justify-content: space-between;
}

.main-menu2>ul>li {
    float: right;
    list-style: none;
    position: relative;
}

.main-menu2 ul li a {
    padding: 13px 22px;
    display: inline-block;
    font-size: 15px;
    text-decoration: none;
    color: #454647;
    font-weight: bold;
}

.main-menu2 ul li a i {
    margin-right: 5px;
}

.main-menu2 ul li ul {
    position: absolute;
    width: 250px;
    background: #fff;
    top: 100px;
    right: 0;
    box-shadow: 0px 1px 6px #e6e6e6;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
    z-index: 999;
}

.main-menu2 ul li ul li {
    list-style: none;
}

.main-menu2 ul li ul li a {
    padding: 9px 15px;
    display: block;
    font-weight: normal;

}

.main-menu2 ul li ul li a:hover {
    background: #5caf21;
    color: #fff;
}

.main-menu2>ul>li:hover ul {
    opacity: 1;
    visibility: visible;
    top: 57px;
}

/***************پایان منوی اصلی ورژن 2************/

.sign {
    float: left;
    padding: 15px 0;
}

.sign a {
    text-decoration: none;
    background: #5caf21;
    color: #fff;
    padding: 9px 18px;
    display: inline-block;
    border-radius: 5px;
}

.sign a i {
    font-size: 18px;
    margin-left: 7px;
}

.sign a:hover {
    background: #7f8c8d;
}

.box-slider {
    float: right;
    width: 100%;
    direction: ltr;
    /* margin-top: 4px; */
}

.main-image {
    /* height: calc(100vh - 60px); */
    position: relative;
}

.main-image .first-image {
    /* border-bottom-left-radius: calc(100vw / 4); */
    object-fit: cover;
    /* height: 100%; */
    width: 100%;
}

.main-image .logo-name {
    position: absolute;
    bottom: 9px;
    left: 30px;
    height: 30px;
    width: auto;
    z-index: 200;
    display: none;
}

.main-image .slogan {
	background-color: rgba(0, 0, 0, 0.19);
	position: absolute;
	right: 0px;
	top: 30%;
	z-index: 200;
	direction: ltr;
	font-size: 39px;
	color: #f5ebb3;
	backdrop-filter: blur(1px);
	padding: 5px 50px 10px 20px;
	line-height: 1.5;
	font-style: italic;
	font-family: cursive;
	border-radius: 30px 0 0 30px;
}



.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: calc(50% - 30px);
    font-size: 60px;
    padding: 15px !important;
    background: #000;
    opacity: 0.4;
    color: #ddd;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.line {
	width: 1366px;
	height: 35px;
    margin: auto;
	margin-bottom: 35px;
	border-bottom: 1px solid #d7d7d7;
	display: flex;
}

/*********start tv*********/
.tv {
    float: right;
    width: 100%;
    margin-top: 30px;
}

.tv .tv-head {
    float: right;
    width: 100%;
}

.tv .tv-head .tv-title {
    float: right;
}

.tv .tv-head .tv-title h2 {
    font-size: 23px;
}

.tv .tv-head .tv-title h5 {
    font-size: 15px;
    color: #5d5d5d78;
}

.tv .tv-head .tv-link {
    float: left;
    margin-top: 5px;
}

.tv .tv-head .tv-link a {
    border: 2px solid #5caf21;
    color: #5caf21;
    text-decoration: none;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 5px;
}

.tv .tv-head .tv-link a:hover {
    background: #5caf21;
    color: #fff;
}

.box-tv {
    float: right;
    width: 100%;
    margin-top: 25px;
}

.box-tv .tv-right {
    float: right;
    width: 60%;
}

.box-tv .tv-right .first-post {
    position: relative;
}

.box-tv .tv-right .first-post figure img {
    width: 100%;
    height: auto;
}

.box-tv .tv-right .first-post figure span {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    padding: 2px 16px;
    color: #eaeaea;
}

.box-tv .tv-left .other-post figure span {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    padding: 0px 5px;
    color: #eaeaea;
    font-size: 12px;
}

.box-tv .tv-left .other-post figure span i {
    margin-right: 3px;
}

.box-tv .tv-right .first-post figure span i {
    margin-right: 5px;
}

.box-tv .tv-right .first-post figure>i {
    position: absolute;
    top: 38%;
    left: 46%;
    font-size: 100px;
    color: #fff;
    opacity: 0.9;
    transition: all .2s ease-in-out;
}

.box-tv .tv-right .first-post:hover>i {
    font-size: 130px;
    top: 35%;
    left: 45%;
}

.box-tv .tv-left {
    float: left;
    width: 39%;
    display: flex;
    flex-wrap: wrap;
    direction: ltr;
}

.tv-left .other-post {
    float: left;
    width: 47%;
    position: relative;
    margin: 0px 5px;
    margin-bottom: 15px;
    background: #ecf0f1;
}

.tv-left .other-post:hover i {
    color: #e74c3c;
}

.tv-left .other-post a {
    text-decoration: none;
    background: #ecf0f1;
}

.tv-left .other-post a figure {
    line-height: 25px;
}

.tv-left .other-post a figure img {
    width: 100%;
    height: auto;
}

.tv-left .other-post a figure>i {
    position: absolute;
    top: 22%;
    left: 43%;
    font-size: 45px;
    color: #fff;
    opacity: 0.9;
    transition: all .2s ease-in-out;
}

.tv-left .other-post a figure h2 {
    font-size: 15px;
    text-align: center;
    color: #444;
    padding: 0 9px 7px;
}

.more-tv {
    float: right;
    width: 100%;
}

.more-tv a {
    background: #5caf21;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    font-weight: bold;
}

.more-tv a:hover {
    background: #7f8c8d;
}


/***********start article***********/

.article {
    float: right;
    width: 100%;
    margin-top: 30px;
}

.article .article-head {
    float: right;
    width: 100%;
}

.article .article-head .article-title {
    float: right;
}

.article .article-head .article-title h2 {
    font-size: 23px;
}

.article .article-head .article-title h5 {
    font-size: 15px;
    color: #5d5d5d78;
}

.article .article-head .article-link {
    float: left;
    margin-top: 5px;
}

.article .article-head .article-link a {
    border: 2px solid #5caf21;
    color: #5caf21;
    text-decoration: none;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 5px;
}

.article .article-head .article-link a:hover {
    background: #5caf21;
    color: #fff;
}

/*********start article**********/

.article-slider {
    float: right;
    width: 100%;
    direction: ltr;
    margin-top: 25px;
}

.box-article {
    border: 1px solid #ccc;
}

.box-article img {
    max-width: 100%;
    height: auto;
}

.box-article h2 {
    font-size: 16px;
    text-align: center;
    padding: 15px 10px;
}

.box-article h2 a {
    text-decoration: none;
    color: #313131;
    font-weight: bolder;
    display: block;
}

.box-article:hover .btn-more a {
    background: #5caf21;
    color: #fff;
}

.box-article p {
    color: #777;
    padding: 0 12px;
}

.box-article .btn-more {}

.box-article .btn-more a {
    background: #ecf0f1;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #8b8b8b;
    padding: 4px;
    margin-top: 20px;
}

/* .article-slider .owl-carousel .owl-nav button.owl-next,
.article-slider .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 33%;
    font-size: 50px;
    padding: 11px 18px !important;
    color: #afafaf;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0px 6px #ddd;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
}

#multi_slider:hover .owl-nav button.owl-next,
#multi_slider:hover .owl-nav button.owl-prev {
    visibility: visible;
    opacity: 1;
}

#related_slider:hover .owl-nav button.owl-next,
#related_slider:hover .owl-nav button.owl-prev {
    visibility: visible;
    opacity: 1;
}

.article-slider .owl-carousel .owl-nav button.owl-next {
    right: -25px;
}

.article-slider .owl-carousel .owl-nav button.owl-prev {
    left: -25px;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #5caf21 !important;
    width: 20px !important;
    transition: all .4s ease-in-out;
} */

/***************start wp***************/

.adv {
    float: right;
    width: 100%;
    background: linear-gradient(to right, #00d2ff, #3a7bd5);
}

.adv .right-adv {
    float: right;
    width: 48%;
    padding-top: 45px;
    color: #fff;
}

.adv .right-adv h2 {
    font-size: 24px;
}

.adv .right-adv p {
    padding-top: 25px;
    line-height: 39px;
    font-size: 16px;
    color: #d0ebff;
}

.adv .right-adv a {
    text-decoration: none;
    background: linear-gradient(to left, #fc4a1a, #fd8c14);
    padding: 10px 20px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    margin-top: 40px;
    font-weight: bold;
}

.adv .left-adv {
    float: left;
    width: 40%;
    padding: 10px;
}

.adv .left-adv img {
    max-width: 100%;
}

.adv .right-adv a:hover {
    background: linear-gradient(to right, #fc4a1a, #fd8c14);
}

/***********start course***********/

.course {
    float: right;
    width: 100%;
    margin-top: 30px;
}

.course .course-head {
    float: right;
    width: 100%;
}

.course .course-head .course-title {
    float: right;
}

.course .course-head .course-title h2 {
    font-size: 23px;
}

.course .course-head .course-title h5 {
    font-size: 15px;
    color: #5d5d5d78;
}

.course .course-head .course-link {
    float: left;
    margin-top: 5px;
}

.course .course-head .course-link a {
    border: 2px solid #5caf21;
    color: #5caf21;
    text-decoration: none;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 5px;
}

.course .course-head .course-link a:hover {
    background: #5caf21;
    color: #fff;
}

/*********start course**********/

.course-slider {
    float: right;
    width: 100%;
    direction: ltr;
    margin-top: 25px;
}

.box-course {
    border: 1px solid #ccc;
    border-radius: 12px;
    overflow: hidden;
}

.box-course img {
    height: auto;
}

.box-course h2 {
    font-size: 16px;
    text-align: right;
    padding: 15px 10px;
}

.box-course h2 a {
    text-decoration: none;
    color: #313131;
    font-weight: bolder;
    display: block;
}

.box-course:hover .btn-more a {
    background: #5caf21;
    color: #fff;
}

.box-course .desc {
    display: flex;
    justify-content: space-between;
    padding: 16px 12px;
    border-bottom: 1px solid #ddd;
}

.box-course .desc .rate {}

.box-course .desc .rate i {
    color: #f9a134;
    font-size: 16px;
}

.box-course .desc .teacher {
    color: #858585;
}

.box-course .desc .teacher i {
    font-size: 18px;
}

.box-course .detail {
    display: flex;
    justify-content: space-between;
    padding: 10px 12px;
    color: #858585;
}

.box-course .detail .price {}

.box-course .detail .price del {}

.box-course .detail .price ins {
    background: #29ca4a;
    color: #fff;
    text-decoration: none;
    padding: 2px 12px 0px;
    border-radius: 3px;
}

.box-course .detail .users {}

.box-course .detail .users i {
    font-size: 18px;
    color: #fff;
    text-shadow: 0px 0px 2px #000;
    margin-right: 2px;
}

/* .course-slider .owl-carousel .owl-nav button.owl-next,
.course-slider .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 33%;
    font-size: 50px;
    padding: 11px 18px !important;
    color: #afafaf;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0px 6px #ddd;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
} */

/****************start footer*******************/
footer {
    background: #ebebec;
    float: right;
    width: 100%;
    padding-top: 25px;
    margin-top: 25px;
    /* box-shadow: 0 20px 50px #555; */
    z-index: 401;
    font-size: 14px;
}

footer .aboute {
    float: right;
    width: 33%;
    margin-left: 55px;
}

.aboute h3,
.f-menu h3 {
    font-size: 20px;
    margin-bottom: 22px;
    border-bottom: 2px solid #5caf21;
    padding-bottom: 15px;
}

.aboute p {
    margin-bottom: 22px;
    color: #4a4a4a;
    text-align: justify;
}

footer .f-menu {
    float: right;
    width: 30%;
    margin-left: 20px;
}

.f-menu ul {
    line-height: 35px;
}

.f-menu ul li {
    list-style: none;
}

.f-menu ul li i {}

.f-menu ul li a {
    text-decoration: none;
    color: #4a4a4a;
    font-size: 16px;
}

.f-menu ul li a:hover {
    color: #5caf21;
    font-weight: bold;
    padding-right: 10px;
}

.f-menu ul p {}


footer .copy-right {
    font-size: 13px;
    width: 100%;
    background: #475664;
    color: #e8e8e8;
    padding: 5px 0;
    margin-top: 20px;
}

.copy-right p {
    display: inline;
}

.copy-right .social {
    float: left;
}

.copy-right .social a i {
    color: #c4c4c4;
    padding: 0 8px;
    font-size: 20px;
    line-height: 30px;
}

.copy-right .social a i:hover {
    color: #fff;
}


footer .footerTitle {
    direction: ltr;
    font-size: 18px;
    font-family: Manrope, sans-serif;
    text-align: left;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

footer .footerTitle .title {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 18px;
}

footer .footerTitle a {
    text-decoration: none;
    text-decoration-thickness: 1px;
    color: black;
}

footer .footerTitle a:hover {
    text-decoration: underline;
}

footer .footerTitle .sub_title a {
    width: fit-content;
    transition: all .2s ease-in-out;
    display: flex;
    text-decoration: none;
}

footer .footerTitle .sub_title a:hover {
    color: #1c9d95 !important;
    font-weight: bold;
    padding-left: 10px;
    cursor: pointer;
    text-decoration: none;
}

footer .footerTitle .sub_title a p{
    font-size: 18px;
    margin: 0;
}

.sub_title_translate {
	visibility: hidden;
	opacity: 0;
	transition: all .5s ease-in-out;
}

.sub_title:hover .sub_title_translate {
	visibility: visible;
	opacity: 1;
	margin-left: 40px;
}



footer .blocks {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

footer .copy-right .container,
footer .footerTitle,
footer .blocks {
    padding: 0 10px;
}

footer .blocks {
    padding-left: 50px;
}

.footer_parts {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.about_us {
	padding: 30px 10px;
	width: 40%;
	/* align-content: space-between; */
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.about_us p {
    font-size: 16px;
    font-weight: 800;
}

.certificat {
    display: flex;
    justify-content: space-around;
    align-content: center;
    margin: 20px;
}

.img {
    align-content: center;
}

.certificat .img img {
    width: 120px;
    display: inline-block;
}
/* ===================  info  =================== */
.user_account{
    position: relative;
}

.user_account .info {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	width: 200px;
	top: 200%;
	left: 0;
	transition: all .4s ease-in-out;
	z-index: 399;
	background: linear-gradient(130deg,#10af8d 5%,#3275a1 100%);
	border-radius: 0 0 10px 10px;
}

.user_account:hover .info{
    visibility:visible;
    opacity: 1;
    top: 100%;
}
.user-profile-box {
	background: white;
	border-radius: 0 0 10px 10px;
	padding: 20px;
	max-width: 300px;
	text-align: center;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	display: flex;
	justify-content: space-around;
	align-items: stretch;
	margin: 0px 5px 5px 5px;
}

.user-avatar {
	/* margin: 15px; */
	align-content: center;
}

.user-avatar img {
	border-radius: 50%;
	border: 3px solid #007cba;
	height: 75px;
	width: 75px;
}

.username {
    /* font-size: 18px; */
    font-weight: bold;
    /* margin: 0 0 15px 0; */
    color: #333;
}

.logout-btn {
	display: inline-block;
	background: #dc3545;
	color: white;
	padding: 10px 0px;
	text-decoration: none;
	border-radius: 5px;
	font-size: 14px;
	transition: background 0.3s ease;
	text-orientation: sideways;
	transform: rotate(180deg);
	white-space: nowrap;
	writing-mode: vertical-rl;
	height: 105px;
	line-height: 1;
    font-weight: 700;
  font-size: 17px;
}

.logout-btn:hover {
    background: #c82333;
    color: white;
    text-decoration: none;
}

/*************single*************/

.single-page {
    width: 100%;
    background: #f8f9fa;
}

.main-single {
    width: 71%;
    margin: 30px 0;
}

.post-single {
    width: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 15px;
}

.post-single header {
    margin-bottom: 20px;
    width: 100%;
}

.post-single header h1 {
	border-bottom: 2px solid #f3f3f3;
	padding: 10px 10px 20px;
	font-size: 40px;
	margin-bottom: 10px;
	font-weight: 900;
	text-align: center;
	/* display: flex; */
	color: #4750ac;
}

.post-single .post-meta {
    margin-left: 25px;
    font-size: 13.5px;
    color: #8f8f8f;
}

.post-single .post-meta i {
    margin-left: 5px;
}

.post-single .post-meta a {
    color: #8f8f8f;
    text-decoration: none;
}

.post-single .post-thumbnail {
    margin-bottom: 30px;
}

.post-single .post-thumbnail img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: auto;
}

.post-single .content-single {
    /* font-size: 18px; */
    line-height: 35px;
    padding: 10px;
    text-align: justify;
    overflow: hidden;
}

.post-single .content-single img {
    max-width: 100%;
}

.related-post {
    float: right;
    width: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 0px 15px 15px;
    margin-top: 30px;
}

.related-post .related-head {
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    padding: 15px;
}

.related-post .related-head h4 {}

.related-post .box-article {
    margin: 0px 5px;
    border: 0;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 0px 13px #eef0f1;
}

.sidebar {
    float: left;
    width: 27%;
    margin: 30px 0;
}

.single-widget {
    float: right;
    width: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 25px;
}

.single-widget h4 {
    border-bottom: 1px solid #5caf21;
    padding-bottom: 10px;
    font-size: 16px;
    margin-bottom: 10px;
}

.single-widget ul li {
    list-style: none;
    padding: 7px 0;
    border-bottom: 1px solid #eee;
}

.single-widget ul li:last-child {
    border-bottom: none;
}

.single-widget ul li a {
    text-decoration: none;
    color: #464749;
}

.single-widget ul li a:hover {
    padding-right: 10px;
    color: #5caf21;
}

.single-widget input[type="text"],
.single-widget input[type="email"],
.single-widget input[type="password"],
.single-widget input[type="tell"] {
    width: 100%;
    outline: 0;
    padding: 11px 10px;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 0 0 7px #e9efe9 inset;
    box-shadow: 0 0 7px #e9efe9 inset;
    border-radius: 2px;
    -webkit-appearance: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-family: 'iransans';
    margin-top: 10px;

}

.single-widget input[type="submit"] {
    background-color: #5caf21;
    border-radius: 5px;
    padding: 5px 17px;
    margin-top: 10px;
    line-height: 27px;
    display: inline-block;
    /* -webkit-transition: all .2s ease-in-out; */
    transition: all .2s ease-in-out;
    color: #fff;
    font-family: 'iransans';
    font-size: 15px;
    cursor: pointer;

}

.single-widget select {
    border: 1px solid #ddd;
    padding: 5px;
}

.single-widget .searchform label.screen-reader-text {
    display: none;
}

.category-post .box-article {
    float: right;
    width: 31%;
    margin-left: 15px;
    margin-bottom: 20px;
}

.category-post .category-head {
    font-size: 18px;
    margin-bottom: 30px;
}

.pagination {
    float: right;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.pagination a {
    background: #ecf0f1;
    color: #333;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 5px;
    margin: 0 3px;
}

.pagination a:hover {
    background: #5caf21;
    color: #fff;
}

.pagination span.current {
    background: #5caf21;
    padding: 8px 16px;
    border-radius: 5px;
    color: #fff;
    margin-left: 3px;
}


/***********start comment************/
.comment-box {
    float: right;
    width: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 0 20px 20px;
    margin: 30px 0;

}

.comment-box .related-head {
    font-size: 18px;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

/**************start comment***************/

#reply-title,
p.comment-notes {
    display: none;
}

.comment-respond {}

.comment-respond textarea {
    height: 184px;
    line-height: 26px;
    width: 100%;
    outline: 0;
    padding: 11px 10px;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 0 0 7px #e9efe9 inset;
    box-shadow: 0 0 7px #e9efe9 inset;
    border-radius: 2px;
    -webkit-appearance: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-family: 'iransans';

}

.comment-respond input[type='text'] {
    width: 100%;
    outline: 0;
    padding: 11px 10px;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 0 0 7px #e9efe9 inset;
    box-shadow: 0 0 7px #e9efe9 inset;
    border-radius: 2px;
    -webkit-appearance: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-family: 'iransans';
}

.comment-respond label {
    display: block;
    color: #6c757d;
    padding-bottom: 3px;
}

.comment-respond #commentform {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

#commentform p.comment-form-comment,
#commentform p.form-submit {
    width: 100%;
    padding: 0 15px;
}

#commentform p.comment-form-url,
p.comment-form-cookies-consent {
    display: none;
}

#commentform p.comment-form-author,
#commentform p.comment-form-email {
    flex: 0 0 50%;
    padding: 0 15px;
}

#commentform p.form-submit {
    width: 100%;
    padding: 0 15px;
    margin-top: 20px;
}

/*  comments  */
#stars-rating-review {
	margin: 0 15px;
}

#stars-rating-review .br-widget a.br-selected::after {
	color: #ECB616;
}
.comment-respond input[type="submit"] {
    /* background-color: #5caf21;
    background-image: linear-gradient(to right, #5C258D 0%, #1fa184 51%, #651ABD 100%); */
    background-image: linear-gradient(to right, #727a7e 0%, #ae850c 51%, #7f8588 100%);
    background-image: linear-gradient(to right, #e6e6e6 0%, #dbc37b 51%, #e6e6e6 100%);
    border-radius: 5px;
    padding: 10px 17px;
    line-height: 27px;
    display: inline-block;
    /* -webkit-transition: all .2s ease-in-out; */
    transition: all .2s ease-in-out;
    color: #fff;
    font-family: 'iransans';
    font-size: 16px;
    cursor: pointer;

    /* margin: 10px; */
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
  outline: none;
  border: none;

}

.comment-respond input[type="submit"]:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

.comment-respond input:focus,
.comment-respond textarea:focus {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
}

.comments-header {
    padding: 20px;
}

.comments-inner .comment {
    border-radius: 5px;
    margin: 20px 0;
    border: 1px solid #e9e9e9;
    padding: 15px;
}

.comments-inner .comment .depth-2 {
    background: #f7f8f9;
}

.comments-inner .comment .depth-3 {
    background: #ecf0f1;
}

.comments-inner .comment .comment-author {
    display: flex;
    margin-bottom: 15px;
}

.comments-inner .comment .comment-author img {
    border-radius: 50%;
    margin-left: 10px;
}

.comments-inner .comment .comment-author .fn {
    margin: auto 0;
    font-size: 18px;
    font-weight: bold;
}

.comments-inner .comment .comment-author .says {
    display: none;
}

.comments-inner .comment .comment-meta a {
    color: #8a8a8a;
    text-decoration: none;
    font-size: 13px;
}

.comments-inner .comment p {
    margin: 15px 0;
}

.comments-inner .comment .reply a {
    text-decoration: none;
    background: #ecf0f1;
    color: #333;
    padding: 4px 15px;
}

.wmt-smart-tabs ul.wmt-col-4 li.selected {
    border-top: 3px solid #5caf21;
}

.sidebar a {
    text-decoration: none;
    color: #333;
}

.wmt-smart-tabs .wmt-tabs-content .wmt-widget-title {
    margin-top: 10px !important;
    white-space: normal !important;
}

.searchbox {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 399;
    display: none;
}

.searchbox input[type="text"] {
    width: 100%;
    background: #ecf0f1;
    height: 81px;
    font-size: 22px;
    padding-right: 25px;
    font-family: 'iransans';
}

.searchbox button {
    position: absolute;
    left: 25px;
    top: 20px;
    font-size: 35px;
    color: #bdc3c7;
    cursor: pointer;
}

.search-icon {
    cursor: pointer;
}

/**********شروع فرم جستجو هدر 2**********/
.searchbox2 {
    float: right;
    width: 54%;
    margin-right: 25px;
    margin-top: 20px;
    position: relative;
}

.searchbox2 input[type="text"] {
    width: 100%;
    font-size: 16px;
    font-family: 'iransans';
    padding: 8px 15px;
    background: #f8f8f8;
    border: 1px solid #f4f4f4;
}

.searchbox2 button {
    position: absolute;
    left: 13px;
    top: 9px;
    font-size: 22px;
    color: #c8c7c7;
    cursor: pointer;
    background: #f8f8f8;
}

.search-icon {
    cursor: pointer;
}

/**********پایان فرم جستجو هدر 2*********/
.main-pro {
    width: 73%;
}

.product-title {
    width: 100%;
    float: right;
    margin-bottom: 20px;
}

.product-title header h1 {
    background: #fff;
    padding: 17px;
    box-shadow: 0 0 12px #ddd;
    color: #5caf21;
    text-align: center;
}

.product-thumbnail {
    margin-bottom: 20px;
}

.product-thumbnail figure img {
    margin: auto;
    display: block;
}

.product-single {
    float: right;
    width: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 15px;
}

.product-single .content-single {
    font-size: 18px;
    line-height: 35px;
    padding: 10px;
    text-align: justify;
    overflow: hidden;
}

/* .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border: 2px solid #5caf21 !important;
    border-bottom: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: #fff !important;
    border: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 2px solid #5caf21 !important;
} */

.related-product {
    float: right;
    width: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 15px;
    margin-top: 25px;
}

.related-product h4 {
    padding: 10px 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #5caf21;
    font-size: 20px;
}

.related-product h2 {
    text-align: center;
    padding: 0 5px !important;
    font-size: 15px !important;
    color: #333 !important;
    line-height: 25px;
}

.related-product ul li {
    border: 1px solid #ddd;
}

.related-product ul li span.price {
    color: #333 !important;
    font-size: 14px !important;
    text-align: center !important;
    background: #ecf0f1;
    margin: 15px 0 0 !important;
    font-weight: bold !important;
}

.related-product ul li a.button {
    display: none !important;
}

.course-teacher {
    display: flex;
}

.course-teacher .teacher-pic {}

.course-teacher .teacher-pic img {
    border-radius: 50%;
    max-width: 280px;
}

.course-teacher .teacher-aboute {
    padding: 25px;
    font-size: 16px;
}

.course-teacher .teacher-aboute h5 {
    font-size: 20px;
    padding: 5px 0;
}

/***********فهرت جلسات دوره*********/

.lesson-course {
    float: right;
    width: 100%;
    background: #f2f1f6;
    padding: 0 20px;
    border: 1px solid #ddd;
}

.lesson-course ul li {
    list-style: none;
}

.lesson-course ul li h4 {
    padding: 20px;
    cursor: pointer;
    border-top: 1px solid #dfe2e6;
}

.lesson-course ul li h4 i {
    float: left;
    font-size: 25px;
    color: #666;
}

.lesson-course ul li ul {
    margin: 0 30px 20px;
    display: none;
}

.lesson-course ul li ul .meta-course {
    float: right;
    width: 100%;
    background: #3498db;
    color: #fff;
    padding: 10px;
    font-size: 17px;
}

.lesson-course ul li ul .meta-course .time-course {
    float: right;
}

.lesson-course ul li ul .meta-course .time-course i {}

.lesson-course ul li ul .meta-course .dl-course {
    float: left;
}

.lesson-course ul li ul .meta-course .denied a {
    background: #95a5a6 !important;
}

.lesson-course ul li ul .meta-course .dl-course a {
    color: #fff;
    text-decoration: none;
    background: #2ecc71;
    padding: 13px;
    border-radius: 40px;
}

.lesson-course ul li ul .meta-course .dl-course a i {
    padding-left: 10px;
}

.lesson-course ul li ul li {
    padding: 15px;
    background: #f8f8fa;
    border-top: 1px solid #d5d7dd;
    cursor: pointer;
    font-size: 16px;
}

.lesson-course ul li ul li i {
    color: #828282;
}

.side-pro {
    width: 25%;
}

.pro-price {
    display: flex;
    justify-content: space-around;
    background: #f7f8f9;
    padding: 5px 15px;
    height: 70px;
}

.pro-price span.price-name {
    font-size: 18px;
    padding-top: 15px;
    color: #666;
    font-weight: bold;
}

.pro-price p.price {
    text-align: center;
}

.pro-price p.price>span {
    font-size: 18px;
    margin-top: 14px;
    display: block;
    font-weight: bold;
}

.pro-price p.price>del {
    display: block;
    color: #e74c3c;
}

.pro-price p.price>ins {
    font-size: 17px;
    text-decoration: none;
    font-weight: bold;
}

.price-button {
    background: #5caf21;
    text-align: center;
    margin-top: 15px;
    box-shadow: 0px 0px 7px #7dbb50;
}

.price-button a {
    color: #fff;
    padding: 10px;
    display: block;
    font-size: 18px;
    position: relative;
    font-weight: bold;
}

.price-button a i {
    position: absolute;
    right: 10px;
    top: 15px;
}

.product-rate {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

/* .woocommerce .star-rating {
    color: #f9a134 !important;
    font-size: 18px !important;
    margin-top: 5px !important;
} */

.access-title {
    position: relative;
    cursor: pointer;
}

.access-title i {
    position: absolute;
    left: 0;
    top: 8px;
}

.list-access-dl {
    display: none;
}

.list-access-dl a {
    display: block;
    background: #95a5a6;
    color: #fff;
    margin: 10px 0px;
    padding: 3px 10px;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0px 0px 4px #b3c9ca;
}

.list-access-dl a i {
    font-size: 12px;
}

.total-buyers {
    padding: 20px;
    border: 2px dashed #ddd;
    border-radius: 40px;
    text-align: center;
    font-size: 18px;
    color: #777;
    margin-bottom: 15px;
}

.total-buyers i {
    font-size: 25px;
    padding-left: 6px;
}

.total-buyers span {
    background: #ecf0f1;
    padding: 3px 10px 0;
    font-size: 16px;
    border-radius: 10px;
}

.feature-product {
    padding: 10px;
    color: #777;
    border-bottom: 1px solid #efefef;
}

.feature-product:last-child {
    border-bottom: none;
}

.feature-product i {
    margin-left: 5px;
}

.feature-product span {}

.feature-product span p {
    display: inline;
}

.std-box-view {
    font-size: 16px;
    text-align: center;
    color: #777;
}

.std-box-view .product-view {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #ddd;
}

.std-box-view i {
    font-size: 20px;
}

.catname-pro {
    color: #777;
}

.catname-pro a {
    color: #777;
}

.shortlink-pro {
    padding-top: 5px;
    margin-top: 7px;
}

.shortlink-pro input[type="text"] {
    color: #a7a7a7;
    padding: 7px 10px;
    letter-spacing: 1px;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    box-shadow: 0 0 7px #e9efe9 inset;
    width: 100%;
    text-align: center;
}

/* .woocommerce-message {
    border-top-color: #5caf21 !important;
}

.woocommerce-message::before {
    color: #5caf21 !important;
}

.woocommerce input[type="number"] {
    border: 1px solid #c9c3c3;
    padding: 5px;
    font-size: 15px;
    border-radius: 5px;
}

.woocommerce .coupon input[type="text"] {
    width: 140px !important;
    font-size: 15px;
}

.woocommerce textarea {
    height: 184px;
    line-height: 26px;
    width: 100%;
    outline: 0;
    padding: 11px 10px;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 0 0 7px #e9efe9 inset;
    box-shadow: 0 0 7px #e9efe9 inset;
    border-radius: 2px;
    -webkit-appearance: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-family: 'iransans';

}

.woocommerce input[type='text'],
.woocommerce input[type='password'],
.woocommerce input[type='tel'],
.woocommerce input[type='email'] {
    width: 100%;
    outline: 0;
    padding: 11px 10px;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 0 0 7px #e9efe9 inset;
    box-shadow: 0 0 7px #e9efe9 inset;
    border-radius: 2px;
    -webkit-appearance: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-family: 'iransans';
}

.woocommerce a.button.alt {
    background: #5caf21 !important;
    color: #fff !important;
}

.woocommerce button {
    font-family: 'iransans' !important;
    background: #5caf21 !important;
    color: #fff !important;
}

.mycheckout {
    width: 70% !important;
    margin: auto;
}

.woocommerce a {
    text-decoration: none !important;
    color: #1e85be !important;
} */

.pishro-nav-acount {
    float: right;
    width: 20%;
    background: #163a5c;
    padding: 20px;
    border-radius: 10px;
    margin-left: 20px;
}

.pishro-nav-acount ul li {
    list-style: none;
}

.pishro-nav-acount ul li a {
    color: #cadaea !important;
    padding: 10px !important;
    display: block;
    border-bottom: 1px solid #26496a;
}

.pishro-nav-acount ul li a:hover {
    background: #102c46;
}

.pishro-nav-acount ul li:last-child a {
    border-bottom: none;
    background: #b71e1e;
    border-radius: 5px;
}

.pishro-nav-acount ul li:last-child a:hover {
    background: #a80000;
    color: #fff !important;
}

.pishro-content-acount {
    float: right;
    width: 75%;
    padding: 20px;
}

.parrent-product {
    display: flex;
    flex-wrap: wrap;
}

.archive-box {
    width: 32%;
    margin-left: 10px;
    margin-bottom: 20px;
    direction: ltr;
}

/* .woocommerce form.woocommerce-ordering select {
    border: 1px solid #ddd;
    padding: 5px;
    font-family: 'iransans';
    font-size: 17px;
    margin-bottom: 15px;
} */

.side-shop ul li a img,
.side-shop ul li span.quantity {
    display: none;
}

/***********فیلتر بر اساس قیمت**********/
.price_slider {
    margin-bottom: 1em;
}

.price_slider_amount {
    text-align: right;
    line-height: 2.4em;
    font-size: 0.8751em;
}

.price_slider_amount .button {
    font-size: 1.15em;
}

.price_slider_amount .button {
    background: #5caf21;
    border: 0;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 17px;
    font-family: 'iransans';
    margin: 10px 0;
    display: block;
}

.price_slider_amount .price_label {
    font-size: 14px;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: #5caf21;
    border-radius: 50%;
    top: -2px;
}

.ui-slider .ui-slider-handle:last-child {
    margin-left: -1em;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background: #dee7ea;
}

.price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
}

.ui-slider-horizontal {
    height: .7em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}

/*********پایان فیلتر بر اساس قیمت******/


/********start menu*********/
.main-menu {
    float: right;
}

.main-menu ul li:first-child a {
	padding-right: 0;
}

.main-menu ul li {
    float: right;
    list-style: none;
    position: relative;
}

.main-menu ul li a {
    padding: 9px 20px;
    display: inline-block;
    font-size: 15px;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}

.main-menu ul li a i {
    margin-right: 5px;
}

.main-menu ul li ul {
    position: absolute;
    width: 250px;
    background: #163a5c;
    top: 200%;
    right: 0;
    /* box-shadow: 0px 1px 6px #e6e6e6; */
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in-out;
    z-index: 399;
}

.main-menu ul li ul li {
    list-style: none;
}

.main-menu ul li ul li a {
    padding: 9px 33px !important;
    display: block;
    font-weight: normal;
    /* color: #163a5c; */
}

.main-menu ul li ul li a::before {
	/* font-family: 'Font Awesome 7 pro'; */
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	content: '◀ ';
	padding-left: 5px;
	color: #f439ab;
	direction: rtl;
}

.main-menu ul li ul li a:hover {
    background: #12af90;
    color: #fff;
}

.main-menu ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

/* Fix for horizontal sub-menus */
.main-menu ul li ul {
    position: absolute;
    width: 250px;
    background: #163a5c;
    top: 200%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in-out;
    z-index: 399;
}

/* Fix for nested sub-menus positioning */
.main-menu ul li ul li {
    float: none;
    width: 100%;
}

.main-menu ul li ul li ul {
    position: absolute;
    top: 200%;
    right: 100%;
    width: 250px;
    background: #1e4a75;
}

/* Fix hover behavior for nested menus */
.main-menu ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.main-menu ul li ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    top: 0;
    right: 100%;
}

/*  ---------------  hamberger --------------  */
#hamberger {
    float: right;
    cursor: pointer;
    display: none;
    color: white;
}

#hamberger i {
    font-size: 20px;
    padding: 14px;
}

.navigation {
    background: #23282d;
    width: 300px;
    position: absolute;
    right: 0;
    top: 100%;
    /* height: ; */
    z-index: 399;
    padding: 0px 20px 20px;
    display: none;
}

.navigation ul {
	overflow-y: auto;
	max-height: 90vh;
	direction: ltr;
}

.navigation ul li {
    position: relative;
    margin: 15px 0;
    display: block;
}

.navigation ul li i {
    float: left;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    padding: 5px;
}

.navigation ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.navigation ul li ul {
    background: #42464a;
    padding: 3px 0;
    margin-top: 3px;
    display: none;
}

.navigation ul li ul li ul {
    background: #585e64;
    margin: 0 5px;
}

.navigation ul li ul li {
    margin: 6px;
}

.navigation ul li ul li a {
    color: #ddd;
    padding: 0 12px;
    display: block;
    font-size: 14px;
}

.navigation ul li {
    position: relative;
    margin: 15px 0;
    display: block;
}

.navigation ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    display: block;
    padding: 5px 30px 5px 0;
}

.navigation ul li i.sub-menu-arrow {
    position: absolute;
    left: 0;
    top: 5px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    padding: 5px;
    transition: transform 0.3s ease-in-out;
}

.navigation ul li ul.sub-menu li a {
    padding: 0 30px 0 12px;
}

.navigation ul li ul.sub-menu li i.sub-menu-arrow {
    left: 12px;
}

/************َروع کدهای ریسپانسیو**********/

@media screen and (max-width: 1400px) {
    .container {
        padding: 0 15px;
    }
}

@media screen and (max-width: 1200px) {
    .container {
        padding: 0 15px;
    }

    footer .aboute {
        width: 100%;
    }

    footer .f-menu {
        width: 45%;
    }

    .archive-box {
        width: 31%;
    }

    .navigation{
        display: none;
    }
}

@media screen and (max-width:992px) {
    .container {
        padding: 0 15px;
    }

    .top-menu .topbar-left {
        width: 41%;
    }

    .top-menu .topbar-right {
        width: 59%;
    }

    .box-tv .tv-right,
    .main-single,
    .sidebar {
        width: 100%;
    }

    .box-tv .tv-right {
        width: 100%;
        margin-bottom: 15px;
    }

    .box-tv .tv-left {
        width: 100%;
    }

    .adv .right-adv a {
        margin-bottom: 20px;
    }

    footer .aboute {
        width: 100%;
    }

    footer .f-menu {
        width: 45%;
    }

    .main-menu,
    .sign {
        display: none;
    }

    #hamberger {
        display: block;
    }

    /* .navigation{
        display: unset;
    } */

    .navigation .sign {
        display: block;
        float: right;
        width: 100%;
    }

    .navigation .sign a {
        text-align: center;
        width: 100%;
    }

}

@media screen and (max-width:768px) {
    .container {
        padding: 0 15px;
    }

    .top-menu .topbar-left ul.menu,
    .adv .left-adv {
        display: none;
    }

    .adv .right-adv {
        width: 100%;
    }

    footer .f-menu {
        width: 100%;
        text-align: center;
        margin: 17px 0;
    }

    .category-post .box-article {
        width: 46%;
    }

    .archive-box {
        width: 47%;
    }
}

@media screen and (max-width:567px) {
    .container {
        padding: 0 15px;
    }

    .top-menu .topbar-right,
    .top-menu .topbar-left,
    .tv-left .other-post {
        width: 100%;
    }

    .topbar-right ul li {
        float: none;
        text-align: center;
    }

    /* .woocommerce ul.products[class*="columns-"] li.product {
        width: 100%;
    } */

    .category-post .box-article {
        width: 98%;
    }

    .box-article img {
        display: block;
        margin: auto;
    }

    .archive-box {
        width: 100%;
    }

    .box-course img {
        display: block;
        margin: auto;
    }

    .box-course h2 {
        text-align: center;
    }
}


.highlight {
    background-color: #ffeb3b;
    cursor: pointer;
}

.note {
    background-color: #4caf50;
    color: white;
    cursor: pointer;
}

#float-menu,
#delete-menu {
    position: absolute;
    background: white;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 9999;
}

#note-panel {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    height: 100%;
    background: white;
    border-left: 1px solid #ddd;
    padding: 20px;
    overflow-y: auto;
    display: none;
    z-index: 9998;
}

.note-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.note-item textarea {
    width: 100%;
    min-height: 80px;
    margin-bottom: 5px;
}

.delete-note,
.confirm-delete,
.cancel-delete {
    color: #f44336;
    cursor: pointer;
    font-size: 12px;
    margin-right: 10px;
}

.confirm-delete,
.cancel-delete {
    display: none;
}



/*            membership           */
.box-membership {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    max-width: 1400px;
    margin: 20px auto;
    min-height: 60vh;
}

.box-membership:hover>.inner-member {
    transition: 0.4s ease-in-out;
    transform: scale(1.2);
}

.img-product {
    position: relative;
    border-radius: 15px;
}

.back-blur {
    position: absolute;
    left: 0;
    top: 30%;
    background-color: rgba(0, 0, 0, 0.19);
    backdrop-filter: blur(3px);
    border-radius: 0 10px 10px 0;
    padding: 17px 15px;
    text-align: left;
}

.title-product {
    color: white;
    font-size: 45px;
    font-weight: 1000;
    text-shadow: #9f04f7 0px 0px 6px;
    line-height: 1;
}

.block-membership {
    box-sizing: border-box;
    border: 1px #d9d9d9 solid;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 60px;
    background-color: #ececec;
}

.price-product {
    font-size: 22px;
    font-weight: 800;
    padding-right: 20px;
    margin: 15px auto;
}

.price-product>.time {
    font-size: 13px;
    display: inline-block;
    margin-right: 10px;
}

.desc-product {
    padding-right: 20px;
    margin-bottom: 20px;
}

.buy-button-product {
    margin: 20px 0;
    text-align: left;
    background-color: #ff9b00;
    border-radius: 5px 0;
    box-shadow: 0px 0px 7px #bb8750f7;
    position: absolute;
    bottom: 0px;
    width: 50%;
    right: 25%;
    padding-left: 3%;
    font-size: 14px;
}

.buy-button-product:hover {
    transition: 0.8s;
    width: 100%;
    right: 0;
}

.buy-button-product>a {
    color: #fff;
    padding: 4px;
    display: block;
    position: relative;
    font-weight: bolder;
    text-decoration: none;
    text-align: center;
}

.buy-button-product>a>i {
    /* position: absolute; */
    right: 16px;
    top: 11px;
    margin-left: 5px;
}

.desc-product>p::before {
    /* Set the font for this icon style */
    font-family: 'Font Awesome 5 Free';
    /* Set the weight for this icon style */
    font-weight: 900;
    /* Make sure icons render pixel-perfect */
    -webkit-font-smoothing: antialiased;
    /* Set the Unicode value for the "fa-ghost" icon */
    content: '\f058';
    padding-left: 5px;
    color: #ff9100;
}





/* Comments Pagination Styles */
.comments-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 20px 0;
    flex-wrap: wrap;
    align-items: center;
}

.comment-page-btn,
.comment-nav-btn {
    padding: 8px 12px;
    border: 2px solid #007cba;
    background: white;
    color: #007cba;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
    transition: all 0.3s ease;
    min-width: 40px;
    font-size: 14px;
}

/* Active button state */
.comment-btn-active {
    background: #007cba !important;
    color: white !important;
    border-color: #007cba !important;
}

/* Inactive button state */
.comment-btn-inactive {
    background: white !important;
    color: #007cba !important;
    border-color: #007cba !important;
}

/* Hover effects for active buttons */
.comment-btn-active:hover {
    background: #005a87 !important;
    border-color: #005a87 !important;
    transform: translateY(-1px);
}

/* Hover effects for inactive buttons */
.comment-btn-inactive:hover:not(:disabled) {
    background: #007cba !important;
    color: white !important;
    transform: translateY(-1px);
}

/* Disabled state */
.comment-nav-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed !important;
    transform: none !important;
}

.comment-nav-btn:disabled:hover {
    background: white !important;
    color: #666 !important;
    border-color: #666 !important;
}

/* Ellipsis style */
.comment-ellipsis {
    padding: 8px 4px;
    color: #666;
    font-weight: bold;
}

/* Page info text */
.comment-page-info {
    padding: 8px 16px;
    color: #666;
    font-weight: bold;
    margin-left: 10px;
}

/* Responsive design */
@media (max-width: 768px) {
    .comments-pagination {
        gap: 4px;
    }

    .comment-page-btn,
    .comment-nav-btn {
        padding: 6px 8px;
        font-size: 12px;
        min-width: 35px;
    }

    .comment-page-info {
        padding: 6px 8px;
        font-size: 12px;
        margin-left: 5px;
    }
}



.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	background-image: linear-gradient(65deg, #831186 0%, #FC821A 51%, #851384 100%);
    background-image: linear-gradient(75deg, #26208C 10%, #DF1A62 51%, #39228a 90%);
	transition: 0.5s;
	background-size: 200% auto;
	color: white;
	font-size: 19px;

    border-radius: 6px;
}

.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
	background-image: linear-gradient(65deg, #170718 0%, #074C6E 51%, #280f28 100%);
	transition: 0.5s;
	background-size: 200% auto;
	color: white;
	font-size: 20px;
	/* font-weight: 600; */
	border-radius: 6px;
	padding: 10px;
}

.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover {
	background-position: right center;
	color: #fff;
	text-decoration: none;
    box-shadow: 0 0 5px #0d2b28 !important;
}
