/*
Theme Name: Shokrino
Theme URI: https://demo.shokrino.ir/landing
Author: Shokrino Team
Author URI: https://www.zhaket.com/web/shokrino-wordpress-theme
Description: A creative team that has designed a modern, user-friendly and completely Iranian format. One of the advantages of this template is its high speed and lightness, and it is fully compatible with Elementor for more convenience in personalization. A more attractive experience than WordPress!
Requires at least: 5.3
Tested up to: 5.8
Requires PHP: 7.2
Version: 3.0.4
License: All Rights Reserved for Matin Shokri
License URI: https://shokrino.ir/license.html
Text Domain: shokrino
Domain Path: /languages
Tags: blog, woocomerce, education, shop, minimal theme, modern theme, shokrino, shokrino theme

Shokrino Theme like WordPress is under the terms of the GNU GPL
*/

/************ MAIN Tags ************/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: 0;
}
:root {
    --main-font-family : YekanBakh;
    --main-color-shokrino : #0096ff;
}
a {
    text-decoration: none;
    font-style: normal;
    color: #3ba0d1;
}
a:hover {
    color: #676666;
}
body {
    direction: rtl;
    font-size: 14px;
    text-align: right;
    color: #294559;
    line-height: 30px;
    font-family: var(--main-font-family), sans-serif;
    font-weight: 500;
    overflow-x: hidden;
}
html {
    scroll-behavior: smooth;
}
article, aside, footer, header, nav, section {
    display: block;
}
select, option , input {
    font-family: var(--main-font-family), sans-serif !important;
}
button {
    display: inline-block;
    font-family: var(--main-font-family);
    font-size: 18px;
    padding: 7px;
    border-radius: 12px;
    cursor: pointer;
    margin: auto;
}
li {
    list-style: none; !important;
}
/************ HTML Tags ************/
/************ Default CSS ************/
.container {
    max-width: 1220px;
    margin: auto;
}
.full-width {
    width: 100% !important;
}
.relative {
    position: relative;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/************ Default CSS ************/
/************ Menu Header ************/
.main-menu {
    display: flex;
    flex: 1;
}
.main-menu .menu ul {
    display: flex;
    flex-wrap: wrap;
}
.main-menu .menu-item i {
    margin-right: -14px;
    margin-left: 20px;
}
.main-menu .menu-item-has-children > a {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 2px;
    padding-left: 17px;
}
.main-menu .menu-item-has-children:hover > a::after {
    transform: rotate(180deg);
    transition: 0.2s all ease-in-out;
}
.main-menu .menu-item-has-children > a::after {
    display: inline-flex;
    content: '';
    background-size: 18px;
    width: 18px;
    height: 18px;
    margin-top: -4px;
}
.main-menu > ul > li {
    float: right;
    list-style: none;
    position: relative;
}
.main-menu ul li a {
    padding: 15px 0px 15px 22px;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    color: #676666;
    font-weight: 500;
}
.main-menu .menu ul li {
    display: block;
    width: 100%;
}
.main-menu ul li a:hover , .main-menu .menu-arrow.fa-angle-up {
    color: #5d83b7;
}
.main-menu ul li a:active {
    color: #5d83b7;
}
.main-menu > ul > li > ul > li > a {
    padding: 30px 0px 30px 22px;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    color: #ffffffd6;
    font-weight: 600;
}
.main-menu ul li a i {
    margin-right: 5px;
}
.main-menu ul li ul {
    position: absolute;
    width: 250px;
    padding: 10px;
    background-image: linear-gradient(90deg,#00d2ff,#5d83b7);
    top: 115px;
    right: 0;
    box-shadow: 0 8px 40px #0093ff4f;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
    z-index: 999;
    border-radius: 20px;
}
.main-menu ul > li > ul > li > ul {
    width: 250px;
    right: 250px;
    color: #ffffff !important;
    opacity: 0 !important;
    visibility: hidden;
    top: -10px;
}
.main-menu ul > li > ul > li > ul a {
    color: #ffffff !important;
}
.main-menu ul > li > ul > li > i {
    display: none;
}
.main-menu > ul > li > ul > li:hover > ul, .main-menu ul > li:hover > ul {
    opacity: 1 !important;
    visibility: visible;
}
.nav-mobile > ul > li > ul > li.menu-item-has-children > a {
    background: #ffffff !important;
    color: #484848 !important;
}
.main-menu ul li ul li {
    list-style: none;
    position: relative;
}
.main-menu ul li ul li a {
    padding: 9px 15px;
    display: block;
    font-weight: normal;
}
.main-menu ul li ul li a:hover {
    color: #fff;
}
.main-menu > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    top: 60px;
}
.bottom-header-two .main-menu > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    top: 45px !important;
}
.main-menu ul > li.ul a i {
    display: inline;
}
.main-menu ul > li a i {
    display: none;
}
/************ Menu Header ************/
/************ Header & Footer ************/
body > header, footer {
    z-index: 999 !important;
}
.submenu-logged-in-header, .main-menu > ul > li:hover ul {
    z-index: 1000 !important;
}
.header {
    width: 100%;
    background-color: #ffffff;
    margin: 30px auto 10px auto;
    border-radius: 35px;
    box-shadow: 0 3px 16px -6px rgba(36, 64, 147, 0.1);
    position: relative;
    z-index: 9999;
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
    min-height: 90px;
    align-items: center;
    padding: 4px 16px;
}
.header-three {
    background: #ffffff;
    box-shadow: 0px 12px 60px -3px rgba(61, 130, 179, 0.08);
    width: 100%;
    float: right;
    display: block;
    border-radius: 0px 0px 25px 25px;
    padding: 2px 0;
}
.header-three-buttons {
    margin-right: auto;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}
.header-three-buttons .header-button li svg {
    height: 86px;
    margin-bottom: -3px;
    padding: 12px 12px;
}
.header-three-buttons .header-button {
    display: flex;
    justify-content: center;
    margin: auto;
}
.header-three-buttons .header-button > ul > li {
    display: block;
}
.header-two {
    width: 100%;
    float: right;
    background-color: #ffffff;
    box-shadow: 0px 12px 60px -3px rgba(61, 130, 179, 0.08);
    position: relative;
    border-radius: 0px 0px 35px 35px;
    padding-top: 14px;
    margin-bottom: 2px;
    padding-bottom: 0px;
}
.header-one {
    margin: 25px auto 0px auto !important;
}
footer {
    overflow: hidden !important;
}
.widget_aboutus {
    margin-top: 0 !important;
}
.footer .about {
    display: inline-block;
    width: 33%;
    padding: 30px 30px 0px 30px;
    position: relative;
    top: -144px;
}
.container-footer {
    max-width: 1220px;
    margin: auto;
}
.footer-two {
    width: 100%;
    float: unset;
    background-color: #ffffff;
    border-radius: 35px 35px 0px 0px;
    box-shadow: 0px 12px 50px 10px rgba(61, 130, 179, 0.08);
    text-align: center;
    position: relative;
    margin-top: 15px;
}
.footer-two .about {
    display: inline-block;
    width: 33%;
    padding: 30px 30px 0px 30px;
    position: relative;
    top: -144px;
}
footer .about {
    position: relative;
}
.footer-two h3 {
    font-weight: 800;
    font-size: 20px;
    padding-bottom: 25px;
}
footer .about p , .footer-two .about p {
    max-height: 240px;
    overflow: hidden;
    position: absolute;
}
.footer-two .contact {
    display: inline-block;
    width: 32%;
    padding: 30px 30px 0px 30px;
}
.top-header-two {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
}
.top-header-two .search-container-two form {
    position: relative;
}
.top-header-two .search-container-two input[type="text"] {
    border-radius: 22px;
}
.top-header-two .search-container-two form label {
    width: 100% !important;
}
.top-header-two .search-container-two form button {
    position: absolute;
    left: 0;
    padding-left: 0;
    padding-right: 0;
    width: 60px;
}
.top-header-two .login-button {
    margin-right: auto;
}
.top-header-three {
    flex-wrap: nowrap !important;
    min-height: 80px;
    justify-content: center;
    align-items: center;
}
.bottom-header-two {
    width: 100%;
    padding: 0px 30px;
    display: flex;
}
.bottom-header-two .header-icons {
    margin-right: auto;
}
.bottom-header-two .main-menu {
    max-width: 1030px;
}
.header-button-two {
    float: left;
}
.search-container-two {
    float: right;
    max-width: 470px !important;
    border: 0.1px solid #ccc;
    border-radius: 22px;
    margin: 22px 0px 22px 37px !important;
}
.copyright a {
    color: #fff;
}
.logo {
    display: flex;
}
.logo figure {
    display: flex;
}
.logo img {
    max-width: 160px;
    max-height: 57px;
    margin-left: 10px;
}
.copyright {
    display: flex !important;
    justify-content: center !important;
}
.enamad img {
    max-width: 100% !important;
}
.container-header {
    max-width: 1220px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
    padding-right: 3px;
}
.bottom-header-two > .main-menu > ul > li > a {
    padding: 2px 0px 15px 15px !important;
    font-size: 16px;
    text-decoration: none;
    color: #676666;
    font-weight: 500;
    margin-left: 4px;
}
.submenu-logged-in-header-two {
    left: 25px !important;
}
.header-button li {
    float: left;
    list-style: none;
}
.header-button li svg {
    height: 23px;
    margin-bottom: -3px;
    padding: 10px;
    fill: #676666;
}
.header-button li svg:hover {
    fill: var(--main-color-shokrino);
}
.header-button-two li {
    float: left;
    list-style: none;
}
.header-button-two li i {
    font-size: 22px;
    padding: 2px 0px 15px 22px !important;
    color: #676666;
}
.header-button-two li i:hover {
    color: #5d83b7;
}
.login-button {
    display: flex;
    margin: auto 8px auto 20px;
}
.login-button > a {
    display: flex;
    text-decoration: none;
    fill: var(--text-color-shokrino);
    background-image: linear-gradient(90deg,#00d2ff,#5d83b7);
    box-shadow: 0 4px 18px #0093ff4f;
    padding: 7px 22px;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    column-gap: 3px;
}
.login-button > a svg {
    fill: var(--text-color-shokrino);
}
.login-button:hover > a svg, .header-icons > a:hover svg {
    fill: var(--main-color-shokrino);
}
.login-button:hover > a {
    background-image: none;
    background: #ffffff !important;
    border: 1px solid;
    fill: var(--main-color-shokrino);
    border-radius: 15px;
    padding: 6px 21px;
}
.login-button > a > i {
    padding-left: 2px;
}
.header-icons {
    display: flex;
    flex-direction: row-reverse;
    margin: auto 5px;
}
.header-icons a {
    padding: 12px 12px 6px;
}
.header-user-panel-box-btn-left {
    display: flex;
    justify-content: space-between;
    width: max-content;
    column-gap: 12px;
    padding: 7px 12px 7px 6px;
    flex-direction: row;
    align-items: center;
    border: 1px solid #dfe9f7;
    border-radius: 16px;
    position: relative;
}
.user-panel-avatar {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
}
.user-panel-name-and-role {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    line-height: 16px;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.user-panel-icon-chevron {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 0 0 0 4px;
}
.user-panel-name-and-role .name-user {
    font-weight: 600;
}
.user-panel-name-and-role .role-user {
    width: 100%;
    font-size: 12px;
    margin-bottom: -4px;
}
.header-user-panel-box-btn-left:hover .user-panel-icon-chevron > svg {
    transform: rotate(180deg);
    transition: 0.2s all ease-in-out;
}
.header-menu-user-panel-box {
    position: absolute;
    width: 140%;
    top: 54px !important;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
    border-radius: 14px;
    color: #294559;
    list-style: none;
    padding: 7px 3px;
    z-index: 999999;
    right: -35px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 5px;
}
.header-menu-user-panel-box .box-h-m-panel {
    box-shadow: 0 1px 9px 0px rgba(36, 64, 147, 0.07);
    border-radius: 14px;
    background: #ffffff;
    color: #294559;
    padding: 7px 14px;
}
.header-menu-user-panel-box a {
    color: #294559;
    font-weight: 500;
}
.header-user-panel-box-btn-left:hover .header-menu-user-panel-box {
    opacity: 1;
    visibility: visible;
}
.box-h-m-panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px;
}
@media screen and (max-width: 999px) {
    .shokrino-userpanel {
        padding: 15px 0;
    }
    .header-user-panel {
        flex-wrap: wrap;
        column-gap: 10px;
    }
    .shokrino-userpanel-box .shokrino-myaccount-content {
        padding: 0;
    }
}
/* Footer */
.footer {
    width: 100%;
    float: unset;
    background-color: #ffffff;
    margin: 30px auto 0px auto;
    border-radius: 35px;
    box-shadow: 0px 12px 50px 10px rgba(61, 130, 179, 0.08);
    text-align: center;
    margin-bottom: 35px;
    position: relative;
}
.copyright {
    margin: 20px 40px 44px 40px;
    background-image: linear-gradient(90deg,#00d2ff,#5d83b7);
    border-radius: 35px;
    padding: 30px;
    text-align: center;
    font-weight: bold;
    display: block ruby;
}
.copyright p {
    display: flex;
    align-items: center;
    column-gap: 5px;
    color: var(--text-color-shokrino);
}
.social {
    display: flex;
    justify-content: center;
    margin: 12px auto 3px;
    column-gap: 6px;
    align-items: center;
}
.social > a {
    display: flex;
}
.social a img.custom-social {
    padding: 9px 11px 11px 11px;
    font-size: 20px;
    margin: -13px 4px;
    color: #ffffff;
    border-radius: 15px;
    max-width: 41px;
    max-height: 41px;
}
.social-three a img.custom-social {
    max-width: 21px;
    max-height: 21px;
    padding: 1px;
    margin: -11px 13px -10px;
    background-color: #64748b;
    border-radius: 15px;
}
.logo-copyright {
    font-size: 20px;
    padding-left: 3px;
    color: #ffffff;
}
.footer-menu {
    display: inline-block;
    margin: 0px auto;
}
.footer-menu ul {
    display: flex;
    justify-content: space-between;
    padding: 5px;
}
.footer-menu > ul > li {
    float: right;
    list-style: none;
    position: relative;
    width: auto;
    border-radius: 12px;
    margin-bottom: 16px;
}
.footer-menu ul li a {
    font-size: 16px;
    display: inline-block;
    text-decoration: none;
    color: #676666;
    font-weight: 500;
    padding: 0px 12px;
    margin: 3px;
}
.footer-menu ul li:hover a {
    color: #5d83b7;
}
.footer-menu ul li:hover {
    background-color: #c6deff;
}
.footer-menu ul li a:active {
    color: #5d83b7;
}
.footer h3 {
    font-weight: 800;
    font-size: 20px;
    padding-bottom: 25px;
}
.footer .about p {
    max-height: 240px;
    overflow: hidden;
    position: absolute;
}
.footer .contact {
    display: inline-block;
    width: 32%;
    padding: 30px 30px 0px 30px;
}
.copyright-three {
    display: flex;
    justify-content: space-between;
    margin: 12px 20px;
}
.copyright-text {
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.social-three a i {
    padding: 9px 11px 11px 2px;
    font-size: 20px;
    margin: -18px 4px;
    color: #64748b;
    border-radius: 15px;
}
.copyright-text > p {
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    flex-wrap: wrap;
}
.social-three a {
    display: inline-flex;
    margin: auto;
}
.social-three {
    display: flex;
    column-gap: 7px;
}
.footer-widgets-container {
    display: flex;
    flex-direction: row;
    margin: 20px 30px;
}
.footer-widget-item {
    display: flex;
    flex: 1;
    flex-direction: column;
}
.footer-wrapper {
    background: linear-gradient(90deg,#00d2ff,#5f9dd2);
    color: #ffffff;
    padding: 22px 0 30px;
    border-radius: 35px;
    margin: 20px 15px 5px;
}
.footer-wrapper-transparent {
    border-radius: 35px;
    margin: 30px 15px 0px;
}
.footer-widget-item > ul > li {
    display: flex;
    justify-content: center;
}
.contact ul {
    list-style: none;
    text-decoration: none;
}
.contact ul li p {
    font-size: 15px;
    line-height: 55px;
}
.namadha {
    display: flex;
    justify-content: space-around;
    padding: 10px;
    flex-wrap: wrap;
}
.namadha > figure {
    float: right;
    width: 45%;
    background-image: linear-gradient(35deg,#bdc3c7,#e6ecf2);
    border-radius: 25px;
    padding: 11px;
    margin: 1%;
    margin-bottom: 0px;
}
/************ Header & Footer ************/
/************ Slider ************/
.slider {
    direction: ltr;
    float: right;
    width: 100%;
    margin-top: 35px;
}
#main-slider .owl-item img {
    border-radius: 35px;
}
.owl-carousel .owl-stage-outer h2 , .owl-carousel .owl-stage-outer p , .owl-carousel .owl-stage-outer h3 {
    direction: rtl;
}
#main-slider .owl-stage-outer {
    box-shadow: 0px 12px 50px 10px rgba(61, 130, 179, 0.08);
    border-radius: 35px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    opacity: 0.4;
    color: #b1b1b1;
    top: 36%;
    font-size: 40px;
}
.owl-carousel .owl-nav button.owl-next svg, .owl-carousel .owl-nav button.owl-prev svg {
    stroke: #b1b1b1;
}
.owl-carousel .owl-nav button.owl-next:hover , .owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #fff;
}
.owl-carousel .owl-nav button.owl-next:hover svg , .owl-carousel .owl-nav button.owl-prev:hover svg {
    color: #2aaede;
}
.owl-carousel .owl-nav button.owl-next {
    right: -5px;
    padding: 8px 0px 2px 4px !important;
    border-radius: 8px 0px 0px 8px;
}
.owl-carousel .owl-nav button.owl-prev {
    left: -5px;
    padding: 8px 4px 2px 0px !important;
    border-radius: 0px 8px 8px 0px;
    transition: all 0.15s ease-in-out;
}
/************ Slider ************/
/************ TV ************/
.tv {
    float: right;
    width: 100%;
    background-color: #ffffff;
    border-radius: 35px;
    box-shadow: 0px 12px 50px 10px rgba(61, 130, 179, 0.08);
    padding: 22px 40px;
    margin: 25px auto;
}
.tv .tv-head {
    float: right;
    width: 100%;
    margin-bottom: 15px;
}
.tv .tv-head .tv-title {
    float: right;
    border-right: 5px solid var(--main-color-shokrino);
    padding-right: 10px;
    border-radius: 4px;
    padding-top: 5px;
}
.tv .tv-head .tv-title h2 {
    font-size: 22px;
    font-weight: 800;
}
.tv .tv-head .tv-title h5 {
    font-size: 13.9px;
    font-weight: 500;
}
.more-button {
    float: left;
}
.more-button > a {
    float: left;
    text-decoration: none;
    color: #ffffff;
    background-image: linear-gradient(90deg,#00d2ff,#5d83b7);
    box-shadow: 0 4px 18px #0093ff4f;
    padding: 7px 22px;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 600;
    margin: 8px 4px 0px 0px;
}
.more-button:hover > a {
    background-image: none;
    background-color: #ffffff;
    border: 1px solid;
    color: #5d83b7;
    border-radius: 15px;
    padding: 6px 21px;
}
.more-button > a > i {
    padding-left: 2px;
}
.tv-box {
    width: 100% !important;
    display: flex;
    justify-content: center;
    margin: 0px auto !important;
    row-gap: 35px;
    column-gap: 25px;
    align-items: center;
}
.tv-box figure {
    margin: 0;
}
.tv-box .tv-right .first-post figure {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}
.tv-box .tv-right .first-post figure a img {
    width: 100%;
    border-radius: 35px;
    box-shadow: 0px 12px 50px 10px rgba(61, 130, 179, 0.08);
    margin: 0;
    height: auto;
}
.tv-box .tv-right .first-post figure img {
    width: 100% !important;
    display: flex;
    height: auto !important;
}
.tv-box .tv-right .first-post figure a img , .tv-box .tv-left .other-posts figure a img {
    box-shadow: 0px 12px 25px 5px rgba(61, 130, 179, 0.08);
}
.tv-box .tv-right .first-post figure a > svg {
    position: absolute;
    color: #fff;
    top: 35%;
    right: 42%;
    font-size: 100px;
    box-shadow: none;
    border-radius: 50px;
    transition: all 0.1s ease-in-out;
    height: 30%;
}
.tv-box .tv-right .first-post figure a:hover > svg {
    font-size: 120px;
    box-shadow: none;
    transform: scale(1.1,1.1);
}
.tv-box .tv-right {
    width: 66%;
    display: flex;
    justify-content: center;
}
.tv-box .tv-right .first-post {
    position: relative;
    display: flex;
    width: 100% !important;
    justify-content: center;
    align-items: center;
}
.tv-box .tv-right .first-post a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: fit-content;
    width: 100%;
}
.other-posts figure > a > span {
    position: absolute;
    left: 272px;
    top: 193px;
    background: rgb(54, 161, 211);
    padding: 0px 8px;
    color: #eaeaea;
    border-radius: 12px;
}
.first-post figure > a > span {
    position: absolute;
    left: 640px;
    top: 388px;
    background: rgb(54, 161, 211);
    padding: 3px 6px;
    color: #eaeaea;
    border-radius: 12px;
    font-size: 18px;
}
.first-post figure > a > span , .other-posts figure > a > span {
    top: auto;
    bottom: 18px !important;
    display: flex;
    align-items: center;
    column-gap: 3px;
}
.posts-table-inner-main {
    position: absolute;
    z-index: 2;
    right: 20px;
    bottom: 36px;
    padding: 15px 25px;
    width: 62%;
    border-radius: 12px;
    background-color: rgba(0, 0, 0, 0.49);
    box-shadow: 0 0 42px -5px rgba(44, 44, 44, 0.2);
}
.posts-table-inner-main > h2 {
    color: #ffffff;
    font-weight: 800;
}
.posts-table-inner-other {
    position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.49);
    box-shadow: 0 0 42px -5px rgba(44, 44, 44, 0.2);
    right: 18px;
    bottom: 18px;
    padding: 10px 15px;
    width: 62%;
    border-radius: 12px;
    color: #ffffff;
    font-size: 10px;
}
.tv-box .tv-left {
    width: 33%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    margin: 0;
    row-gap: 24px;
    padding: 0 10px;
    align-items: center;
    height: 100% !important;
}
.tv-box .tv-left .other-posts {
    width: 100%;
    position: relative;
    margin: 0;
    display: flex;
    justify-content: center;
}
.tv-box .tv-left .other-posts figure {
    width: 100%;
}
.tv-box .tv-left .other-posts a {
    display: flex;
    position: relative;
}
.tv-box .tv-left .other-posts figure a img {
    width: 100%;
    border-radius: 35px;
    box-shadow: 0px 12px 50px 10px rgba(61, 130, 179, 0.08);
    margin: 0;
    height: auto;
}
.tv-box .tv-left .other-posts figure a .image3 {
    margin: 9px 0px;
}
.tv-box .tv-left .other-posts figure a > svg {
    position: absolute;
    color: #fff;
    top: 28%;
    right: 37%;
    font-size: 66px !important;
    box-shadow: none;
    border-radius: 50px;
    transition: all 0.1s ease-in-out;
    height: 48%;
}
.tv-box .tv-left .other-posts figure a:hover > svg {
    font-size: 85px !important;
    box-shadow: none;
    transform: scale(1.1,1.1);
}
.other-posts .post-title , .tv-right .post-title {
    position: absolute;
    bottom: 9%;
    width: 80%;
    right: 5%;
    background:  #5d83b7 !important;
    color: #FFFFFF !important;
    padding: 1% 5%;
    border-radius: 24px;
}
/************ TV ************/
/************ Posts Carousel ************/
.posts {
    float: right;
    width: 100%;
    background-color: #ffffff;
    border-radius: 35px;
    box-shadow: 0px 12px 50px 10px rgba(61, 130, 179, 0.08);
    padding: 22px 40px;
    margin: 25px auto;
    position: relative;
}
.posts .posts-head {
    float: right;
    width: 100%;
}
.posts .posts-head .posts-title {
    float: right;
    border-right: 5px solid var(--main-color-shokrino);
    padding-right: 10px;
    border-radius: 4px;
    padding-top: 5px;
}
.posts .posts-head .posts-title h2 {
    font-size: 22px;
    font-weight: 800;
}
.posts .posts-head .posts-title h5 {
    font-size: 13.9px;
    font-weight: 500;
}
.posts-title > h5 > a {
    text-decoration: none;
    color: #3ba0d1;
    margin-right: 3px;
}
.more-button {
    float: left;
}
.more-button > a {
    float: left;
    text-decoration: none;
    color: #ffffff;
    background-image: linear-gradient(90deg,#00d2ff,#5d83b7);
    box-shadow: 0 4px 18px #0093ff4f;
    padding: 7px 22px;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 600;
    margin: 8px 4px 0px 0px;
}
.more-button:hover > a {
    background-image: none;
    background-color: #ffffff;
    border: 1px solid;
    color: #5d83b7;
    border-radius: 15px;
    padding: 6px 21px;
}
.more-button > a > i {
    padding-left: 2px;
}
.posts-box {
    float: right;
    width: 100%;
    direction: ltr;
    margin-top: 10px;
}
#third-video {
    margin-top: -10px;
}
.post-slider {
    float: right;
    width: 100%;
    direction: ltr;
    margin-top: 0px;
}
.box-article {
    border-radius: 25px;
    border: 0.1px solid #efefef;
    margin: 20px 2px;
    background-color: #ffffff;
    transition: all 0.15s ease-in-out;
    padding: 10px;
    text-decoration: none;
}
.owl-carousel .box-article a img {
    border-radius: 25px;
}
.box-article a h2 {
    font-size: 16px;
    text-align: center;
    padding: 15px 10px;
}
.box-article a {
    text-decoration: none;
    color: #313131;
    display: block;
}
.box-article:hover .btn-more {
    color: #fff;
    background-image: linear-gradient(90deg,#00d2ff,#5d83b7);
}
.box-article p {
    color: #777;
    padding: 0 12px;
}
.box-article .btn-more {
    background: #ecf0f1;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #8b8b8b;
    padding: 4px;
    margin-top: 20px;
    border-radius: 25px;
}
.posts-box .owl-carousel .owl-nav button.owl-next, .course-box .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 33%;
    font-size: 35px;
    padding: 8px 0px 1px 3px !important;
    border-radius: 9px;
    background: #fff;
    box-shadow: 0px 2px 12px -3px #ddd;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
}
.posts-box .owl-carousel .owl-nav button.owl-prev, .course-box .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 33%;
    font-size: 35px;
    padding: 8px 3px 1px 0px !important;
    border-radius: 9px;
    background: #fff;
    box-shadow: 0px 2px 12px -3px #ddd;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
}
#post-slider:hover .owl-nav button.owl-next , #post-slider:hover .owl-nav button.owl-prev {
    visibility: visible;
    opacity:1;
}
.posts-box .owl-carousel .owl-nav button.owl-next {
    right: -7px;
}
.posts-box .owl-carousel .owl-nav button.owl-prev {
    left: -7px;
}
#post-slider .owl-dots .owl-dot.active span {
    background: #2aaede;
    width: 20px !important;
    transition: all .4s ease-in-out;
}
/************ Posts Carousel ************/
/************ Courses Slider ************/
.detail > .price > .woocommerce-free-course-list-amount > .amount > bdi {
    color: #ffffff !important;
}
.o-posts > img {
    border-radius: 25px;
}
.course:not(.type-course) {
    float: right;
    width: 100%;
    background-color: #ffffff;
    border-radius: 35px;
    box-shadow: 0px 12px 50px 10px rgba(61, 130, 179, 0.08);
    padding: 22px 40px;
    margin: 25px auto;
}
.course:not(.type-course) .course-head {
    float: right;
    width: 100%;
}
.course:not(.type-course) .course-head .course-title {
    float: right;
    border-right: 5px solid var(--main-color-shokrino);
    padding-right: 10px;
    border-radius: 4px;
    padding-top: 5px;
}
.course:not(.type-course) .course-head .course-title h2 {
    font-size: 22px;
    font-weight: 800;
}
.course:not(.type-course) .course-head .course-title h5 {
    font-size: 13.9px;
    font-weight: 500;
}
.course-box {
    float: right;
    width: 100%;
    direction: ltr;
    margin-top: -20px;
}
.course-slider {
    float: right;
    width: 100%;
    direction: ltr;
    margin-top: 25px;
}
.box-course {
    border-radius: 25px;
    border: 0.1px solid #efefef;
    margin: 20px 2px;
    background-color: #ffffff;
    -webkit-transition: all 0.2s ease;
    padding: 8px;
    position: relative;
}
.box-course .detail .price, .woo-product-inner .detail .price {
    margin-left: -8px;
    margin-right: auto;
}
.woo-product-inner {
    height: 100% !important;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
}
.box-course:hover , .box-article:hover {
    box-shadow: 0px 3px 20px 5px rgba(61, 130, 179, 0.1);
    border: 0.1px solid #efefef00;
    margin: 16px 2px 24px 2px;
}
.owl-carousel .box-course img , .woo-product-inner img {
    border-radius: 25px;
}
.box-course h2 , .woo-product-inner h2 {
    font-size: 16px;
    text-align: center;
    padding: 15px 10px 6px;
    text-decoration: none;
    color: #313131;
    font-weight: 800;
    display: block;
}
.box-course:hover .btn-more-course , .woo-product-inner:hover .btn-more-course {
    color: #fff;
    background-image: linear-gradient(90deg,#2EB62C,#57C84D);
}
.box-course .course-info , .woo-product-inner .course-info {
    display: flex;
    justify-content: space-between;
    padding: 0px 10px;
    margin: 0px 3px;
}
.box-course .course-info .rate i , .woo-product-inner .course-info .rate i {
    color: #F7971E;
}
.box-course .course-info .course-teacher, .woo-product-inner .course-info .course-teacher {
    color: #676666;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 2px;
}
.box-course .course-info .course-teacher i , .woo-product-inner .course-info .course-teacher i {
    color: #676666;
    padding-left: 2px;
    padding-top: 6px;
}
.box-course .btn-more-course , .woo-product-inner .btn-more-course {
    background: #ecf0f1;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #8b8b8b;
    padding: 4px;
    margin-top: 15px;
    border-radius: 25px;
}
#course-slider:hover .owl-nav button.owl-next , #course-slider:hover .owl-nav button.owl-prev {
    visibility: visible;
    opacity:1;
}
.course-box .owl-carousel .owl-nav button.owl-next {
    right: -7px;
}
.course-box .owl-carousel .owl-nav button.owl-prev {
    left: -7px;
}
#course-slider .owl-dots .owl-dot.active span {
    background: #2aaede;
    width: 20px !important;
    transition: all .4s ease-in-out;
}
.box-course .detail, .woo-product-inner .detail {
    display: flex;
    justify-content: space-between;
    margin: 0 14px;
    padding-top: 10px;
    margin-top: auto;
    margin-bottom: 0;
}
.box-course .detail .price > ins > span > bdi {
    color: #ffffff !important;
}
.box-course .detail .price del , .woo-product-inner .detail .price del {
    color: #8e8e8e;
    padding: 0 8px 0 0;
    float: left;
    text-decoration: none;
    position: relative;
    direction: rtl;
}
.box-course .detail .price del, .box-course .detail .price bdi , .woo-product-inner .detail .price del , .woo-product-inner .detail .price bdi {
    color: #8e8e8e;
    direction: rtl;
    font-size: 15px;
}
.purchased-courses li {
    box-shadow: 0px 3px 20px 5px rgba(61, 130, 179, 0.1);
    border: 0.1px solid #efefef00;
    margin: 16px 2px 24px 2px;
    border-radius: 25px;
    padding: 12px !important;
    width: 30% !important;
    display: flex;
    justify-content: center;
}
.purchased-courses .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: auto !important;
}
.box-course .detail .price del::after , .woo-product-inner .detail .price del::after {
    width: 100%;
    height: 1px;
    background: #e60000;
    content: '';
    position: absolute;
    left: -5px;
    top: 43%;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.box-course .detail .price ins, .woo-product-inner .detail .price ins {
    font-size: 14px;
    font-weight: 600;
    border-radius: 9px;
    background-color: #29ca4a;
    color: #fff;
    padding: 4px;
    text-decoration: none;
}
.box-course .detail .users, .woo-product-inner .detail .users {
    color: #676666;
    display: flex;
    justify-content: space-between;
    margin-right: -8px;
    align-items: center;
}
.box-course .detail .users i , .woo-product-inner .detail .users i {
    padding-left: 2px;
    padding-top: 7px;
}
/************ Banner Element Elementor ************/
/************ Sale Tag On Courses Slider ************/
.badge-darsad {
    background: red;
    z-index: 5;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
    position: absolute;
    left: 20px;
    top: 19px;
    text-align: center;
    -webkit-transition: all 0.3s;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px 8px;
    border-radius: 8px;
}
span .offer-percent {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 11px;
}
/************ Sale Tag On Courses Slider ************/
/************ Single Post ************/
.single-page {
    float: right;
    width: 100%;
}
.single-page .top-single {
    width: 100%;
    float: right;
    background-color: #ffffff;
    margin: 30px auto 0px auto;
    border-radius: 35px;
    box-shadow: 0px 12px 50px 10px rgba(61, 130, 179, 0.08);
    overflow: hidden;
    padding: 25px;
    display: flex;
    justify-content: center;
    position: relative;
}
.single-page .top-single img {
    width: 100%;
    margin-bottom: -14px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    height: auto;
}
.top-page .overlay-set img {
    width: 70% !important;
}
.overlay-set {
    width: 100%;
    float: right;
    position: relative;
    overflow: hidden;
    border-radius: 25px;
}
#overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.59);
    z-index: 2;
}
.top-single h1 {
    color: #ffffff;
    z-index: 5;
    padding-top: 22%;
    font-size: 32px;
    font-weight: 800;
    margin: 0px 55px 0px 55px;
    line-height: 44px;
    text-align: center;
}
.top-single .post-meta-info {
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-single .meta-button {
    z-index: 5;
    margin: 0px 0px 0px 15px;
}
.top-single .meta-button > span {
    float: left;
    text-decoration: none;
    color: #ffffff;
    background-image: linear-gradient(90deg,#00d2ff,#5d83b7);
    box-shadow: 0 4px 18px #0093ff4f;
    padding: 3px 20px;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 600;
    margin: 8px 4px 0px 0px;
    display: flex;
}
.top-single .meta-button > span > a {
    text-decoration: none;
    color: #ffffff;
    list-style: none;
    padding-left: 2px;
}
.top-single .meta-button > span > ul > li > a {
    text-decoration: none;
    color: #ffffff;
    list-style: none;
}
.top-single .meta-button > span > ul > li {
    text-decoration: none;
    color: #ffffff;
    list-style: none;
}
.single-page .main-single {
    float: right;
    width: 70%;
}
.content-single li {
    list-style: unset !important;
    margin-right: 15px;
}
.page-title-shkrn {
    text-align: center;
}
#download_btn_class {
    background-color: #00E038;
    border-radius: 10px;
    box-shadow: 0 8px 35px 0 rgba(15, 193, 0, 0.47);
    width: fit-content !important;
    margin: 25px auto 36px;
    color: #ffffff !important;
    padding: 5px 30px;
    font-size: 18px;
}
.content-single {
    width: 100%;
    float: right;
    background-color: #ffffff;
    margin: 30px auto 25px auto;
    border-radius: 35px;
    box-shadow: 0px 12px 50px 10px rgba(61, 130, 179, 0.08);
    overflow: hidden;
    padding: 25px;
    text-align: justify;
    position: relative;
    font-size: 17px;
    line-height: 1.8;
}
.content-single > div:not(.elementor) {
    font-size: 17px;
    font-weight: 500;
    line-height: 45px;
}
.content-single img {
    max-width: 100%;
    height: auto;
}
.other-posts-b {
    float: right;
    width: 100%;
    direction: ltr;
    margin-top: -20px;
}
#other-post-slider:hover .owl-nav button.owl-next, #other-post-slider:hover .owl-nav button.owl-prev {
    visibility: visible;
    opacity: 1;
}
.other-posts-b .owl-carousel .owl-nav button.owl-prev {
    left: -7px;
}
.other-posts-b .owl-carousel .owl-nav button.owl-next {
    right: -7px;
}
.other-posts-b .owl-carousel .owl-nav button.owl-next, .other-posts-b .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 33%;
    font-size: 35px;
    padding: 12px 12px !important;
    color: #2aaede;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 0px 6px #ddd;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
}
.breadcrumb-box {
    width: 100%;
    float: right;
    background-color: #ffffff;
    margin: 25px auto -6px auto;
    border-radius: 35px;
    box-shadow: 0px 12px 50px 10px rgba(61, 130, 179, 0.08);
    overflow: hidden;
    padding: 12px 24px;
    position: relative;
}
breadcrumb-box a {
    list-style: none;
    text-decoration: none;
    display: inline;
    font-size: 15px;
}
.breadcrumb-box a {
    color: #29afdf;
    text-decoration: none;
    font-size: 15px;
}
.breadcrumb-box a:hover {
    color: #676666;
    text-decoration: none;
}
.social-btn {
    display: flex;
    width: 100%;
    float: right;
}
.social-btn h6 {
    font-size: 14px;
    font-weight: 500;
}
.social-btn h5 {
    font-size: 17px;
    font-weight: 600;
    margin: 0px 4px;
}
.social-btn a {
    text-decoration: none;
    display: flex;
    width: 100%;
    float: right;
    justify-content: space-around;
}
.title-meta {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}
.top-single .meta-button {
    z-index: 5;
    margin: 0px 0px 0px 15px;
}
/* Other Posts */
.o-posts {
    border-radius: 25px;
    border: 0.1px solid #efefef;
    margin: 20px 2px;
    background-color: #ffffff;
    transition: all 0.15s ease-in-out;
    padding: 10px;
    text-decoration: none;
}
.o-posts:hover {
    box-shadow: 0px 3px 20px 5px rgba(61, 130, 179, 0.1);
    border: 0.1px solid #efefef00;
}
.o-posts h2 {
    font-size: 16px;
    text-align: center;
    padding: 15px 10px;
}
.o-posts a {
    text-decoration: none;
    color: #313131;
    display: block;
}
.o-posts:hover .btn-more {
    color: #fff;
    background-image: linear-gradient(90deg,#00d2ff,#5d83b7);
}
.o-posts:hover .btn-more a {
    color: #fff;
}
.o-posts p {
    color: #777;
    padding: 0 12px;
}
.o-posts .btn-more {
    background: #ecf0f1;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #8b8b8b;
    padding: 4px;
    margin-top: 20px;
    border-radius: 25px;
}
.content-single img {
    border-radius: 15px;
}
/* Other Posts */
/************ Single Post ************/
/************ Sidebar ************/
.sidebar {
    float: left;
    width: 28%;
}
.sidebar {
    position: sticky;
    z-index: 10;
    top: -10px;
    left: 0;
    margin-bottom: 25px;
}
.sidebar-top {
    width: 100%;
    float: right;
    background-color: #ffffff;
    margin: 25px auto -6px auto;
    border-radius: 35px;
    box-shadow: 0px 12px 50px 10px rgba(61, 130, 179, 0.08);
    overflow: hidden;
    padding: 12px 20px;
    max-height: 720px;
    list-style: none;
}
.sidebar-top .search-container label {
    width: 82%;
}
.price_slider_wrapper {
    margin-bottom: 15px;
    margin-top: 12px;
}
.price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #5d5d5d;
    border: 0;
}
.header .search-container {
    position: absolute;
    width: 19.5%;
    border: 0.1px solid #ccc;
    border-radius: 22px;
    background-color: #fff;
    left: 18.8%;
}
.header > .search-container button {
    width: 20% !important;
}
.search-container-headers > form > button {
    width: 6% !important;
}
.search-container {
    float: right;
    width: 100%;
    border: 0.1px solid #ccc;
    border-radius: 22px;
    margin: 6px 0px 12px 0px;
}
.search-container-headers {
    margin: 20px 0px 12px 0px;
    position: absolute;
    background: #ffffff;
}
.search-container-headers > form > label {
    width: 94% !important;
}
.search-container input[type="text"] {
    padding: 10px 18px 10px 18px !important;
    font-size: 17px;
    border: none;
    background: #fff0;
    font-family: var(--main-font-family), sans-serif;
    border-radius: 0px 22px 22px 0px;
    width: 84%;
}
.woocommerce-product-search input {
    width: 83%;
}
.search-container input[type="text"] {
    padding: 10px 18px 10px 18px !important;
    font-size: 17px;
    border: none;
    background: #fff0;
    font-family: var(--main-font-family), sans-serif;
    border-radius: 0px 22px 22px 0px;
    width: 84%;
}
.search-container-shop form {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
}
.search-container-shop form input.search-field {
    width: 73% !important;
}
.search-container-spage form label {
    width: 89%;
}
.search-container-spage form button {
    width: 11%;
    position: absolute;
    left: 30px;
}
.search-container-spage form label input {
    width: 100% !important;
}
.search-container form input {
    width: 100% !important;
}
.woocommerce-product-search {
    float: right;
    width: 100%;
    border: 0.1px solid #ccc;
    border-radius: 22px;
    margin: 9px 0px 12px 0px;
}
.search-container-shop {
    display: flex;
}
.header .search-container form button i {
    font-size: 22px;
}
.header .search-container input[type="text"] {
    padding: 10px 18px 10px 26px !important;
    font-size: 17px;
    border: none;
    background: #fff0;
    font-family: var(--main-font-family), sans-serif;
    border-radius: 0px 22px 22px 0px;
    width: 85%;
}
.search-container button {
    float: left;
    padding: 12px 12px 4px 12px;
    background: #fff0;
    font-size: 20px;
    border: none;
    cursor: pointer;
    color: #7d7c7c;
}
.header .search-container button {
    float: left;
    padding: 12px 12px 3px 18px;
    background: #fff0;
    font-size: 20px;
    border: none;
    cursor: pointer;
    color: #7d7c7c;
    width: 15%;
}
.banner-sidebar {
    float: right;
    width: 100%;
    padding: 0px 7px;
}
.banner-sidebar a {
    text-decoration: none;
}
.banner-sidebar figure a img {
    width: 100%;
    margin-top: 8px;
    border-radius: 25px;
    height: auto;
}
.banner-sidebar figure img {
    width: 100%;
    margin-top: 8px;
    border-radius: 25px !important;
    height: auto;
}
/************ Sidebar ************/
/************ Category Page ************/
.cat-posts img {
    width: 100%;
    border-radius: 20px;
    height: auto;
}
.posts .posts-head img {
    max-width: 96%;
    height: auto;
}
.cat-head {
    max-height: 300px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}
.main-single > .posts > .posts-head.cat-head {
    overflow: hidden !important;
}
.cat-posts {
    display: inline-flex;
    width: 100%;
    padding: 22px 0px;
    margin: -20px 0px 25px 0px;
    flex-wrap: wrap;
}
.cat-posts .box-article {
    width: 32%;
    float: right;
    background-color: #fff;
    margin: 0px 5px 20px 5px;
    overflow: hidden;
    box-shadow: 0px 5px 20px 1px rgba(61, 130, 179, 0.05);
    position: relative;
    padding-bottom: 50px;
}
.cat-posts .box-article .btn-more {
    background: #ecf0f1;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #8b8b8b;
    padding: 4px;
    border-radius: 25px;
    position: absolute;
    bottom: 6px;
    width: 94%;
    right: 3%;
    left: 3%;
}
.cat-posts .box-article:hover {
    box-shadow: 0px 12px 50px 10px rgba(61, 130, 179, 0.1);
}
.cat-posts .box-article:hover .btn-more {
    color: #ffffff;
    background-image: linear-gradient(90deg,#00d2ff,#5d83b7);
    box-shadow: 0 4px 18px #0093ff4f;
}
/************ Category Page ************/
/************ 404 Page ************/
.not-found {
    font-size: 15px;
    margin-right: 6%;
}
.bg-404 {
    width: 100%;
    padding: 35px;
    float: right;
    margin-bottom: -25px;
}
.error-404 {
    float: right;
    display: flex;
    background-color: #42455E;
    width: 100%;
    padding: 50px 65px;
    border-radius: 35px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.row-404 {
    width: 48%;
    margin: auto;
}
.row-404 h5, .row-404 h2 {
    color: #ffffff;
}
.row-404 h2 {
    font-size: 27px;
    font-weight: 900;
    margin-bottom: 6px;
}
.row-404 h5 {
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 20px;
}
.row-404 .login-button {
    float: right;
}
.error404-text {
    background: url(/wp-content/themes/shokrino/assets/img/shape.svg) no-repeat center;
    margin: 13px;
    padding: 185px 0;
    display: flex;
    justify-content: center;
    opacity: 0.7;
    width: 48%;
}
.error404-text h2 {
    font-size: 240px;
    font-family: var(--main-font-family);
    margin-right: -25px;
    margin-bottom: -40px;
    font-weight: 900;
    color: #83a5d2;
}
.back-to-home {
    margin: 12px 6px auto auto !important;
}
/************ 404 Page ************/
/************ WooCommerce ************/
.pagination {
    float: right;
    width: 100%;
    text-align: center;
    margin: 30px auto;
}
.pagination a {
    background: #ecf0f1;
    color: #333;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 10px;
    margin: 0 3px;
}
.pagination a:hover {
    background: var(--main-color-shokrino);
    box-shadow: 0 4px 18px #0093ff4f;
    color: #fff;
}
.pagination span.current {
    background: var(--main-color-shokrino);
    box-shadow: 0 4px 18px #0093ff4f;
    padding: 8px 16px;
    border-radius: 10px;
    color: #fff;
    margin-left: 3px;
}
.woocommerce-pagination a.page-numbers, .woocommerce-pagination span.page-numbers {
    background: #ecf0f1;
    color: #333;
    text-decoration: none !important;
    padding: 10px 14px !important;
    border-radius: 10px;
    margin: 0 3px !important;
}
.woocommerce-pagination span.page-numbers.current {
    background: var(--main-color-shokrino) !important;
    padding: 8px 16px;
    border-radius: 10px;
    color: #fff !important;
    margin-left: 3px;
}
.woocommerce nav.woocommerce-pagination ul li {
    border-left: none;
    padding: 5px;
}
.woocommerce nav.woocommerce-pagination ul {
    border: none;
}
.row .notification {
    display: inline-flex;
    width: 100%;
    margin: auto;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    height: fit-content;
    margin-top: 25px;
    box-shadow: 0px 3px 20px 5px rgba(61, 130, 179, 0.1);
    border-radius: 15px;
    margin-bottom: 15px;
}

.row .notification .title-notification {
    width: 16%;
    display: inline-flex;
    justify-content: start;
    flex-direction: column;
    justify-items: end;
    align-items: center;
    background: #53b1e9;
    padding: 20px 0px;
    color: #ffffff;
    border-radius: 0px 15px 15px 0px;
}

.row .notification .text-notification {
    width: 84%;
    padding: 0 15px;
    border-radius: 15px 0 0 15px;
}

.product-seperate {
    float: right;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 25px;
}
.sidebarshop {
    position: sticky;
    z-index: 10;
    top: 15%;
    float: left;
}
.sidebarpro {
    float: left;
    width: 28%;
}
.sidebarshop-top {
    width: 100%;
    float: right;
    background-color: #ffffff;
    margin: 20px auto 0px auto;
    border-radius: 35px;
    box-shadow: 0px 12px 50px 10px rgba(61, 130, 179, 0.08);
    overflow: hidden;
    max-height: 720px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px 0px 30px;
}
.search-field {
    padding: 10px 18px 10px 26px !important;
    font-size: 17px;
    border: none;
    background: #fff0;
    font-family: var(--main-font-family), sans-serif;
    border-radius: 0px 22px 22px 0px;
    width: 72%;
}
.woocommerce-product-search button {
    height: 100%;
    padding: 11px 15px 11px 16.5px;
    border-radius: 20px 0px 0px 20px;
    font-family: var(--main-font-family);
    font-size: 16px;
    width: 26%;
}
.top-product {
    border-radius: 35px;
    box-shadow: 0px 12px 50px 10px rgba(61, 130, 179, 0.08);
    float: right;
    width: 100%;
    margin: 25px auto 8px;
    max-height: 400px;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    background: #ffffff;
}
.pro-top-detail {
    width: 52%;
    padding: 25px 6px;
    display: flex;
    flex-wrap: wrap;
}
.pro-excerpt {
    margin: 18px 20px 10px 0px;
    width: 100%;
    max-height: 125px;
    overflow: hidden !important;
}
.pro-top-detail ul li {
    list-style: none;
}
.pro-top-detail h1 {
    font-size: 28px;
    font-weight: 800;
    padding-top: 6px;
    margin-right: 7px;
    width: 100%;
    max-height: 68px;
    overflow: hidden;
    line-height: 31px;
    margin-top: 2px;
}
.pro-top-image {
    width: fit-content;
}
.pro-top-image figure {
    margin-bottom: -13px;
    padding: 20px;
    overflow: hidden;
}
.pro-top-image figure img {
    border-radius: 20px;
    width: auto;
    height: 100% !important;
    margin: auto;
    display: inline-block;
    max-height: 365px;
}
.pro-top-detail .price {
    width: 100%;
    margin-top: auto;
    margin-bottom: 8px;
    padding-right: 16px;
}
.product-price-and-buttons-to-bottom {
    display: flex;
    width: 100%;
    margin-top: auto;
    flex-wrap: wrap;
}
.pro-top-detail .price del {
    color: #8e8e8e;
    padding: 0 8px 0 0;
    float: right;
    text-decoration: none;
    position: relative;
}
.pro-top-detail .price del::after {
    width: 100%;
    height: 1px;
    background: #e60000;
    content: '';
    position: absolute;
    left: -5px;
    top: 48%;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.pro-top-detail .price > span > bdi {
    font-size: 14px;
    font-weight: 600;
    border-radius: 9px;
    color: #294559 !important;
    padding: 3px 9px 4px 10px;
    text-decoration: none;
    margin-right: 14px;
}
.pro-top-detail .price .free-pro {
    font-size: 14px;
    font-weight: 600;
    border-radius: 9px;
    background-color: #29ca4a;
    color: #fff;
    padding: 3px 11px 4px 11px;
    text-decoration: none;
    margin-right: 14px;
    width: 12%;
}
.pro-top-detail .price ins {
    font-size: 14px;
    font-weight: 600;
    border-radius: 9px;
    color: #294559 !important;
    padding: 8px 9px 6px 10px;
    text-decoration: none;
    margin-right: 14px;
}
.pro-top-detail .price ins span {
    color: #294559 !important;
}
.pro-top-detail .price del span {
    font-size: 21px;
    font-weight: 600;
    color: red;
}
.pro-top-detail .price ins span , .pro-top-detail .price .free-pro , .pro-top-detail .price > span > bdi {
    font-size: 23px;
    font-weight: 600;
    color: #ffffff;
}
.course-btn {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-top: 2px solid var(--main-color-shokrino) !important;
    padding-top: 18px;
    padding-left: 35px;
    padding-right: 35px;
    margin-left: 10px !important;
    margin-right: 10px !important;
    float: right;
}
.adtocart-btn {
    margin-bottom: auto;
    background-color: #29ca4a;
    box-shadow: 0 2px 12px rgba(31, 189, 80, .27);
    border-radius: 9px;
    font-size: 19px;
    transition: all 0.2s ease-in-out;
}
.adtocart-btn > a , .sidebarshop-top .adtocart-button > a {
    padding: 11px 46px 12px 46px;
    line-height: 1;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.adtocart-btn > a svg , .sidebarshop-top .adtocart-button > a svg , .fixed-cartbtn svg {
    fill: #ffffff;
    height: 20px;
    margin-top: -3px;
}
.adtocart-btn:hover {
    background-color: #1fb31b;
    box-shadow: 0 2px 12px rgba(197, 197, 197, 0.27);
}
.advice-btn {
    margin-bottom: auto;
    box-shadow: 0 2px 12px rgba(31, 152, 189, 0.27);
    border-radius: 9px;
    font-size: 19px;
    transition: all 0.2s ease-in-out;
    background: #ffffff;
    border: 1px solid var(--main-color-shokrino);
    color: var(--main-color-shokrino);
}
.advice-btn > a {
    float: right;
    padding: 8px 35px 12px 35px;
    line-height: 1;
    color: var(--main-color-shokrino);
}
.advice-btn svg {
    fill: var(--main-color-shokrino);
    margin-bottom: -5px;
}
.main-single-product {
    float: right;
    width: 100%;
    background-color: #ffffff;
    margin: 20px auto -6px auto;
    border-radius: 35px;
    box-shadow: 0px 12px 50px 10px rgba(61, 130, 179, 0.08);
    padding: 23px 23px;
    position: relative;
}
.wp-video {
    width: 100% !important;
    height: auto;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0px 12px 40px -10px rgba(61, 130, 179, 0.08);
}
.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    background: var(--main-color-shokrino) ;
}
.video-product {
    margin-bottom: 35px;
}
.h_iframe-aparat_embed_frame iframe {
    border-radius: 25px !important;
    overflow: hidden !important;
}
.woocommerce .entry-summary {
    display: none;
}
.product-description {
    line-height: 35px;
    position: relative;
}
.product-description h3 {
    font-size: 20px;
}
.product-description h2 {
    font-size: 27px;
    margin-bottom: 12px;
}
.product-description h4 {
    font-size: 18px;
}
.product-description h5 {
    font-size: 17px;
}
.product-description h6 {
    font-size: 15px;
}
.product-description ul {
    padding-right: 30px;
}
.course-teacher-list {
    display: flex;
    max-height: 175px;
    border-radius: 30px;
    padding: 18px;
    margin: 20px auto 0px;
    box-shadow: 0px 3px 20px -6px rgba(61, 130, 179, 0.1);
    justify-content: space-between;
    column-gap: 15px;
}
.teacher-pic img {
    height: auto;
    max-width: 138px;
    border-radius: 25px;
}
.teacher-about {
    background-color: #ffffff;
    border-radius: 25px;
    padding: 7px 16px;
    flex: 1;
    align-items: revert;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
a .teacher-about {
    color: #294559 !important;
}
.teacher-about h5 {
    font-size: 20px;
    font-weight: 800;
    max-height: 30px;
    overflow: hidden;
    margin-bottom: 5px;
}
.teachers-title {
    display: flex;
    justify-content: start;
}
.teachers .fas.fa-minus {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 5px;
    color: var(--main-color-shokrino);
    font-size: 28px;
}
.teachers-title {
    font-size: 19px;
}
.teacher-about p {
    max-height: 90px;
    overflow: hidden;
}
.teachers-title .fas.fa-minus {
    margin-bottom: auto;
    margin-left: 5px;
    color: var(--main-color-shokrino);
    font-size: 28px;
}
.toc-bound {
    background-color: #F5F7FA;
    padding: 12px 32px;
    border-radius: 25px;
    color: #fff;
    margin: 15px auto;
}
.toc-bound .toc {
    list-style: none;
}
.toc-ctr {
    color: #0e364a;
    font-weight: 800;
    font-size: 19px;
}
ul.toc li a {
    color: #2a4664cc !important;
}
.advice-title {
    display: flex;
    justify-content: start;
    font-size: 19px;
    margin-bottom: 12px;
}
.advice-title h2 {
    font-size: 27px;
    margin-bottom: 12px;
}
.advice-title .fas.fa-minus {
    margin-bottom: auto;
    margin-left: 5px;
    color: var(--main-color-shokrino);
    font-size: 28px;
}
.box-advice {
    display: flex;
    width: 100%;
    background-color: #F5F7FA;
    padding: 30px;
    border-radius: 30px;
    flex-wrap: nowrap;
    box-shadow: 0px 3px 20px -6px rgba(61, 130, 179, 0.1);
}
.advice-form {
    float: right;
    width: 64%;
}
.advice-icon {
    float: left;
}
.advice-icon svg {
    height: 152px;
    fill: var(--main-color-shokrino);
    margin: 60px;
}
.advice-form h5 {
    font-size: 17px;
}
.main-boxex-product {
    float: right;
    width: 100%;
    background-color: #ffffff;
    margin: 35px auto 0px;
    border-radius: 35px;
    box-shadow: 0px 12px 50px 10px rgba(61, 130, 179, 0.08);
    padding: 23px 23px;
    position: relative;
}
.main-boxex-product:last-child {
    margin-bottom: 30px;
}
span.customer {
    float: right;
    text-align: center;
    width: 100%;
    font-size: 75px;
    font-weight: 600;
    padding-top: 27px;
    padding-bottom: 10px;
}
.customer-text-count {
    font-size: 18px;
    text-align: center;
    width: 80%;
    float: right;
    margin-top: 10px;
    border-bottom: 3px solid var(--main-color-shokrino);
    padding-bottom: 15px;
    margin-bottom: 3px;
}
.comment-author-aks , .comment-avatar img {
    width: 100%;
    height: 100%;
}
.single-page .main-single-shop {
    float: right;
    width: 70%;
    background-color: #ffffff;
    margin: 25px auto 25px auto;
    border-radius: 35px;
    box-shadow: 0px 12px 50px 10px rgba(61, 130, 179, 0.08);
    padding: 23px 23px;
}
.single-page-shop {
    float: right;
    width: 100%;
}
.parrent-shop {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
}
.box-archive {
    margin-bottom: 20px;
    direction: ltr;
}
.box-archive > img , .woo-product-inner > img {
    width: 100% !important;
    border-radius: 20px !important;
}
.parrent-shop > .woo-product {
    width: 33% !important;
    height: fit-content !important;
}
.main-single-shop {
    position: relative;
}
.woocommerce ul.products li {
    background: #FFF;
    box-shadow: 0 4px 16px -2px rgba(36, 64, 147, 0.1);
    border-radius: 24px;
    align-items: center;
}
.woocommerce ul.products li > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: #294559 !important;
}
.woocommerce ul.products li > a > img {
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
}
.woocommerce-loop-category__title .count {
    background: transparent;
    display: none;
}
.woocommerce-ordering .orderby {
    position: absolute;
    left: 26px;
    top: 22px;
    padding: 11px;
    border-radius: 15px;
    background: #ffffff;
    border: 1px solid #ccc;
    font-family: var(--main-font-family);
    font-size: 17px;
}
.orderby option {
    font-family: var(--main-font-family) !important;
}
.widget ol, .widget ul {
    list-style: none;
    margin: 0;
}
.wc-block-product-categories-list li:hover {
    background: #f8f9fa;
    padding-right: 17px;
}
.wc-block-product-categories-list-item-count {
    display: none;
}
.wc-block-product-categories-list-item a {
    font-size: 15px;
}
.widget {
    margin: auto;
}
.wc-block-product-categories-list li {
    position: relative;
    margin: 0 0 9px;
    font-size: 14px;
    color: #8d8d8d;
    border: 2px solid #d6e0e2;
    border-width: 0 2px 0 0;
    padding: 9px 13px 9px 10px;
    border-radius: 0;
    font-size: 13px;
    line-height: 18px;
    border-radius: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.sidebarshop-top .adtocart-button > a {
    float: right;
    padding: 8px 46px 12px 46px;
    line-height: 1;
    color: #ffffff;
    border-radius: 9px;
    font-size: 19px;
    transition: all 0.2s ease-in-out;
    background-color: #29ca4a;
    box-shadow: 0 2px 12px rgba(31, 189, 80, .27);
}
.sidebarshop-top .adtocart-button {
    border-radius: 9px;
    font-size: 19px;
    transition: all 0.2s ease-in-out;
    margin-top: 10px;
}
.pro-titles {
    width: 100%;
    float: right;
    margin: 8px auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}
.pro-titles a:hover {
    color: var(--main-color-shokrino);
}
.single-page-product {
    float: right;
    width: 70%;
}
.pro-titles a {
    text-decoration: none;
    color: #294559;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    margin: 10px auto;
}
.download-title {
    display: flex;
    justify-content: start;
    font-size: 19px;
    margin-bottom: 12px;
}
.download-title .fas.fa-minus {
    margin-bottom: auto;
    margin-left: 5px;
    color: var(--main-color-shokrino);
    font-size: 28px;
}
.item-btn-download-shkrn svg {
    margin-bottom: -5px;
    margin-left: 4px;
}
.download-title h2 {
    font-size: 27px;
    margin-bottom: 12px;
}
.box-download-files {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.box-download-files > a {
    background-color: #f5f7fa;
    color: #31526b;
    padding: 8px 30px;
    border-radius: 12px;
    box-shadow: 0px 3px 20px -8px rgba(61, 130, 179, 0.1);
    width: 40%;
    margin: 15px;
}
.comments-title .fas.fa-minus {
    margin-bottom: auto;
    margin-left: 5px;
    color: var(--main-color-shokrino);
    font-size: 28px;
}
.comments-title {
    display: flex;
    justify-content: start;
    font-size: 19px;
    width: 100%;
}
#comments {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.commentlist li {
    border: 1px solid #e5e5e5;
    padding: 30px 30px;
    border-radius: 24px !important;
    margin: 30px 20px 20px 35px !important;
    display: block;
}
.woocommerce .comment-text {
    transition: all 0.2s ease-in-out;
}
.woocommerce .comment-text:hover {
    box-shadow: 0 2px 30px 0 rgba(25, 25, 25, .12);
}
.shkrn-comment-container {
    width: 100%;
    display: flex;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    display: flex;
    flex-wrap: wrap;
    margin: 0 110px 0 0;
    width: 100%;
    border: none;
    border-radius: 16px;
    padding: 12px 16px 0;
    box-shadow: 0px 0px 20px 0px rgba(61, 130, 179, 0.08);
}
.comment-header {
    width: 91%;
    margin-top: 4px;
}
.shokrino-comment-replay-btn {
    display: flex;
    justify-content: center;
    margin-left: 10px;
    margin-right: auto;
    width: 7%;
    padding: 0;
}
.comment-text .nevisande-comment {
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    color: #294559;
    margin-bottom: 0;
    margin-left: 10px;
    font-weight: 800;
}
.comment-shkrn-course-box-title-meta {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 5px;
}
.comment-shkrn-course-box-title-meta .woocommerce-review__published-date {
    padding-left: 8px;
}
.comment-shkrn-course-box-title-meta .star-rating {
    margin-top: -6px;
}
.adminstrator-comment-label {
    border-radius: 3px;
    margin-right: 4px;
    background: var(--main-color-shokrino);
    padding: 3px 7px;
    font-size: 12px;
    font-style: normal;
    color: #fff;
}
.customer-comment-label {
    font-style: normal;
    background: #4ece3d;
    padding: 3px 7px;
    border-radius: 3px;
    margin-right: 4px;
    font-size: 12px;
    color: #fff;
}
.woocommerce.show-rate-stars {
    margin-top: 1px;
}
.comment-text .description {
    margin: 20px 20px 20px;
    width: 100%;
}
.shkrn-comment-container .shokrino-comment-replay-btn a {
    padding: 0px 12px;
    color: var(--main-color-shokrino) !important;
    border: none;
    font-size: 12px;
    margin-right: 18px;
    margin-left: 12px;
    margin-top: 2px;
    box-shadow: 0px 0px 5px 2px rgba(61, 130, 179, 0.08);
    border-radius: 6px;
}
.comment-form-rating {
    width: 100%;
    display: flex;
    justify-content: center;
}
.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-right: 10px;
    color: #00d203;
    font-size: 25px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 600;
    border-radius: 3px;
    right: auto;
    border: 0;
    display: inline-block;
    text-shadow: none;
}
.woocommerce #review_form #respond .form-submit input {
    float: right;
    padding: 12px 46px 12px 46px;
    line-height: 1;
    font-size: 19px;
    transition: all 0.2s ease-in-out;
    margin-top: 15px;
    background-color: #f5f7fa !important;
    color: #31526b;
    border-radius: 12px;
    box-shadow: 0px 3px 20px -8px rgba(61, 130, 179, 0.1);
}
.comment-respond label {
    display: block;
    color: #6c757d;
    padding-bottom: 3px;
    font-size: 17px;
}
.woocommerce .star-rating {
    float: left;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 25px;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
    padding: 11px;
}
.woocommerce .star-rating span::before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    right: 0;
    color: #f9a134;
    box-shadow: 0 7px 15px #fbb03440;
}
.comments-inner {
    width: 100%;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: right;
    position: center !important;
    padding: 0px !important;
    height: 85px !important;
    width: 85px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    margin-left: 0px !important;
    background: #fff !important;
}
.item-info-dore {
    display: flex;
    justify-content: space-evenly;
    padding: 0px 8px 25px;
    width: 100%;
    flex-wrap: wrap;
}
.woocommerce-free-course-list-amount {
    font-size: 14px;
    font-weight: 600;
    border-radius: 9px;
    background-color: #29ca4a;
    color: #fff;
    padding: 4px 8px;
    text-decoration: none;
}
.box-pishraft-dore {
    width: 100%;
    max-width: 100%;
    padding: 5px 15px 18px !important;
    border-radius: 20px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 8px 37px -13px rgba(61, 130, 179, 0.18);
    display: block;
    margin: 10px auto;
}
.item-feature-dore {
    width: 100%;
    max-width: 30%;
    padding: 8px 5px 3px !important;
    border-radius: 20px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 8px 37px -13px rgba(61, 130, 179, 0.18);
    display: flex;
    margin: 10px auto;
}
.item-feature-dore .svg {
    text-align: center;
    margin-left: 10px;
    margin-right: 15px;
}
.item-feature-dore .svg svg {
    height: 19px;
    margin-top: 4px;
    padding-right: 0.5px;
    padding-bottom: 0.5px;
}
.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100% !important;
    min-height: 100px;
}
.woocommerce-message, .woocommerce-info {
    border: 3px solid;
    border-color: var(--main-color-shokrino);
    border-radius: 20px;
    background: #ffffff;
    margin-bottom: 15px;
    margin-top: 5px;
    box-shadow: 0px 12px 23px -10px rgba(61, 130, 179, 0.23);
    padding: 12px 60px;
    height: fit-content;
    width: 100%;
}
.woocommerce-message::before {
    content: "\e017";
    color: var(--main-color-shokrino);
}
.woocommerce button.button {
    color: #ffffff !important;
    background-image: linear-gradient(90deg,#00d2ff,#5d83b7);
    box-shadow: 0 4px 18px #0093ff4f !important;
    border: none !important;
    padding: 10px 22px !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: -3px;
    font-family: var(--main-font-family);
}
.woocommerce a.button , .checkout-button.button.alt.wc-forward {
    color: #ffffff !important;
    background-image: none !important;
    background-color: #00d203 !important;
    box-shadow: none !important;
    padding: 10px 22px !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: -3px;
    font-family: var(--main-font-family);
}
.cmb-repeatable-grouping {
    padding: 0px !important;
}
.coupon .button {
    margin: 1px !important;
    padding: 0px !important;
}
.actions > .button {
    margin: 2px !important;
    padding: 3px !important;
}
.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 80px !important;
    height: auto !important;
}
.woocommerce input[type="number"] {
    font-family: var(--main-font-family);
    font-size: 20px;
    border-radius: 9px;
    background-color: #ffffff !important;
    border: 1px solid #45a4d3 !important;
    color: #294559 !important;
}
.woocommerce a.button:hover , .woocommerce button.button:hover {
    background-image: none !important;
    background-color: #ffffff !important;
    border: 1px solid !important;
    color: #5d83b7 !important;
    margin: -4px;
}
.woocommerce table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 0 24px -1px;
    text-align: right;
    width: 100%;
    border-collapse: separate;
    border-radius: 19px !important;
    box-shadow: 0px 8px 37px -13px rgba(61, 130, 179, 0.18);
    overflow: hidden;
}
.checkout-button.button.alt.wc-forward {
    width: 100%;
    text-align: center;
    padding: 15px 0px !important;
    border-radius: 16px !important;
    font-size: 18px !important;
}
.cart_totals h2 {
    margin-bottom: 8px;
}
.cart-discount.coupon-free {
    color: #f40000 !important;
}
.bag-icon {
    position: relative;
}
.shokrino-cart-number {
    position: absolute;
    right: -5px;
    bottom: 0px;
    background: var(--main-color-shokrino);
    color: #ffffff !important;
    line-height: 12px;
    padding: 2.5px 5px 1.5px;
    border-radius: 10px;
    font-size: 15px;
    width: 15px !important;
    height: 15px !important;
    display: flex;
    justify-content: center;
}
.cart-mobile-icon > a {
    position: relative;
}
.woocommerce a.remove {
    border-radius: 8px !important;
}
.woocommerce-MyAccount-downloads-file.button.alt:hover {
    background: #fdfdfd;
}
.pointer {
    position: absolute;
    top: -180px;
}
.main-boxex-product-download {
    float: right;
    width: 100%;
    background-color: #ffffff;
    margin: 20px auto 12px;
    border-radius: 35px;
    box-shadow: 0px 12px 50px 10px rgba(61, 130, 179, 0.08);
    padding: 23px 23px;
    position: relative;
    display: none;
}
.woocommerce-error {
    border: 3px solid;
    border-color: #db0000 !important;
    border-radius: 20px;
    background: #ffffff;
    margin-bottom: 5px;
    margin-top: 5px;
    box-shadow: 0px 12px 23px -10px rgba(61, 130, 179, 0.23);
}
.woocommerce-empty-amount {
    font-weight: 600;
    border-radius: 9px;
    background-color: #3c74b0;
    color: #fff;
    padding: 3px 9px 4px 10px;
    text-decoration: none;
    margin-right: 14px;
    font-size: 20px;
}
.product-rate-show {
    display: flex;
    justify-content: space-between;
    width: 68%;
    margin-right: 5px;
}
.navar-pishraft {
    height: 10px;
    position: relative;
    background: #eaeaea;
    margin-top: 10px;
    border-radius: 25px;
    direction: ltr
}
.navar-pishraft > div {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.navar-pishraft > div::after {
    content: "";
    overflow: hidden;
    background-color: var(--main-color-shokrino);
    border-radius: 20px 8px 8px 20px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.downloady-product-image .flex-control-nav.flex-control-thumbs {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 20px;
    flex-wrap: wrap;
}
/************ WooCommerce ************/
/************ Comments Styles ************/
.comment-reply-title , p.comment-notes  {
    display: none;
}
.comments-box {
    float: right;
    margin-top: -30px;
}
.comment-respond textarea {
    height: 184px;
    line-height: 26px;
    width: 100%;
    outline: 0;
    padding: 11px 10px;
    border: 1px solid #dcdcdc;
    -webkit-appearance: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-family: 'var(--main-font-family)', sans-serif;
    border-radius: 20px;
}
.comment-respond input[type="text"] {
    width: 100%;
    outline: 0;
    padding: 11px 10px;
    border: 1px solid #dcdcdc;
    border-radius: 14px;
    -webkit-appearance: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-family: 'var(--main-font-family)';
}
.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;
}
.comment-respond input[type="submit"] {
    background-color: var(--main-color-shokrino);
    border-radius: 14px;
    padding: 10px 17px;
    line-height: 27px;
    display: inline-block;
    transition: all .2s ease-in-out;
    color: #fff;
    font-family: var(--main-font-family), sans-serif;
    font-size: 15px;
    cursor: pointer;
}
input[type="email"] , input[type="tel"] , input[type="password"] {
    outline: 0;
    padding: 11px 10px;
    border: 1px solid #dcdcdc;
    border-radius: 14px;
    -webkit-appearance: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-family: 'var(--main-font-family)';
    width: 100%;
}
.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: 20px;
    margin: 18px 20px;
    border: 1px solid #e9e9e9;
    padding: 20px 25px;
    transition: all 0.2s ease-in-out;
}
.comments-inner .comment:hover {
    background-color: #FFFFFF;
    box-shadow: 0px 3px 20px 5px rgba(61, 130, 179, 0.1);
}
.comments-inner .comment .depth-3 {
    background: #fbfbfb;
    border: none;
}
.comments-inner .depth-2:hover {
    background-color: #FFFFFF;
    box-shadow: 0px 3px 20px 5px rgba(0, 255, 28, 0.1);
}
.comments-inner .comment .depth-2 {
    background: #38ff0024;
    color: green;
    border: none;
}
.comments-inner .comment .nevisande-comment {
    display: flex;
    margin-bottom: 15px;
}
.comments-inner .comment .nevisande-comment img {
    border-radius: 30%;
    box-shadow: 0 5px 7px rgba(28,76,156,.1);
    margin-left: 10px;
}
.comments-inner .comment .nevisande-comment .fn {
    margin: auto 0;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #294559;
}
.comments-inner .comment .nevisande-comment .says{
    display: none;
}

.comments-inner .comment .comment-meta a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
}
.comments-inner .comment p {
    margin: 15px 0;
}
.comments-inner .comment .reply a {
    text-decoration: none;
    background: #ebebeb;
    color: #333;
    padding: 4px 15px;
    border-radius: 8px;
}
.commentmetadata {
    position: absolute;
    right: 122px;
    top: 54px;
    font-size: 14px;
    display: block;
    border-radius: 10px;
    font-weight: 100;
    margin: 7px 0;
    padding: 0px 10px;
    background-image: linear-gradient(90deg,#00d2ff,#5d83b7);
    box-shadow: 0 4px 18px #0093ff4f;
}
.comment {
    position: relative;
}
.comments-inner .comment .nevisande-comment .fn {
    margin: auto 0;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #294559;
    position: absolute;
    right: 128px;
    top: 26px;
}
.nevisande-comment .fn a {
    margin: auto 0;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #294559;
}
.logged-in-as {
    float: right;
    width: 100%;
    background-color: #ffffff;
    border-radius: 25px;
    box-shadow: 0px 12px 31px -1px rgba(61, 130, 179, 0.08);
    padding: 13px 40px;
    margin: 22px auto;
}
.logged-in-as a {
    text-decoration: none;
    color: #7e868d;
}
/************ Comments Styles ************/
/************* Widgets Style *************/
.contact ul li {
    display: flex;
    justify-content: center;
}
.wp-block-image {
    margin: 0;
    border-radius: 15px !important;
    overflow: hidden;
}
/************* Widgets Style *************/
/************ Page Styles ************/
#overlay-page {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.59);
    z-index: 2;
}
/************ Page Styles ************/
/************ Search Litebox ************/
.search-contain {
    background-color: #00000082;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    overflow: hidden;
    border: 0 solid transparent;
    min-height: 50px;
}
.search-form {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    padding: 0 15%;
    background-color: rgba(0, 0, 0, 0.6);
}
.lightbox {
    --lightbox-ui-color: hsla(0,0%,93.3%,0.9);
    --lightbox-ui-color-hover: #fff;
    --lightbox-text-color: var(--lightbox-ui-color);
    --lightbox-header-icons-size: 20px;
    --lightbox-navigation-icons-size: 25px;
}
.search-form-input {
    font-family: "var(--main-font-family)", sans-serif;
    font-size: 55px;
    text-align: center;
    border: solid #fff;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 1px;
    line-height: 1.5;
    color: #fff;
    background: none;
    width: 100%;
    border-radius: 25px;
}
.search-form-input::placeholder {
    color: inherit;
    opacity: .6;
}
.dialog-lightbox-close-button {
    color: var(--lightbox-ui-color);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 1;
    cursor: pointer;
    position: absolute;
    font-size: var(--lightbox-header-icons-size);
    left: .75em;
    margin-top: 13px;
    padding: .25em;
    z-index: 2;
    line-height: 1;
}
.dialog-lightbox-close-button .fa-window-close {
    display: inline-block;
    font-size: inherit;
    font-weight: 500;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.dialog-lightbox-close-button:hover {
    opacity: .4;
}
.dialog-close-button:not(.dialog-lightbox-close-button) {
    cursor: pointer;
    position: absolute;
    left: 15px;
    line-height: 1;
    background-image: linear-gradient(90deg,#00d2ff,#5d83b7);
    box-shadow: 0 4px 18px #0093ff4f;
    padding: 7px 22px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    margin: 22px 12px 22px 37px;
    color: #ffffff !important;
}
.s-open {
    display: none;
}
/************ Search Litebox ************/
/************ TV Single ************/
.tv-title-meta {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.tv-title-meta h1 {
    width: 100%;
    text-align: center;
}
.tv-meta-button > span {
    float: left;
    text-decoration: none;
    color: #ffffff;
    background-color: var(--main-color-shokrino);
    padding: 0px 20px;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 600;
    margin: 8px 4px 10px 0px;
    display: flex;
    align-items: center;
}
.tv-meta-button > span svg {
    top: 11px;
    fill: #ffffff;
}
.top-single .meta-button > span > .fa-calendar {
    padding-top: 5px;
}
/************ TV Single ************/
/************ Teacher Single ************/
.top-box-teacher {
    display: flex;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 12px 50px 10px rgba(61, 130, 179, 0.08);
    margin: 30px auto;
    padding: 35px;
    border-radius: 30px;
    flex-wrap: wrap;
    column-gap: 30px;
    align-items: center;
    justify-content: center;
    row-gap: 20px;
}
.top-box-teacher .teacher-profile img {
    border-radius: 25px;
    max-width: 150px;
}
.top-box-teacher .teacher-profile > figure {
    display: flex;
}
.top-box-teacher.about-teacher {
    padding-top: 25px;
    flex-direction: column;
    align-items: start;
    row-gap: 7px;
}
.top-box-teacher.about-teacher {
    padding-top: 25px;
    flex-direction: column;
}
.top-box-teacher .box-titles-teacher {
    display: flex;
    flex-direction: column;
}
.top-box-teacher .box-titles-teacher h1 {
    font-size: 30px;
    font-weight: 700;
    display: flex;
    column-gap: 5px;
}
.box-other-teacher .box-socials-teacher {
    display: flex;
    justify-content: right;
    column-gap: 6px;
    margin: 2px auto 0;
}
/************ Teacher Single ************/
/************ Cart ***********/
.cart-shokrino {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
}
.cart-shokrino-page {
    display: flex;
    width: 93%;
    flex-wrap: wrap;
    margin: auto;
    margin-top: 20px !important;
}
.cart-shokrino .woocommerce-cart-form {
    width: 100%;
}
.cart-shokrino .cart-collaterals {
    width: 100%;
    margin-top: 55px !important;
}
.cart-shokrino-page .coupon {
    width: 100%;
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 0 24px -1px;
    text-align: right;
    width: 100%;
    border-collapse: separate;
    border-radius: 19px !important;
    box-shadow: 0px 8px 37px -13px rgba(61, 130, 179, 0.18);
    padding: 18px;
    height: 180px;
}
.cart-shokrino .coupon {
    width: 100% !important;
}
.cart-shokrino .coupon h4 {
    font-weight: 600;
}
.product-name a {
    color: #294559 !important;
}
button.coupon-button {
    float: right;
    padding: 8px 46px 12px 46px;
    line-height: 1;
    border-radius: 9px;
    font-size: 19px;
    transition: all 0.2s ease-in-out;
    padding: 10px 22px !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 12px 5px -2px;
    font-family: var(--main-font-family);
    background-color: #f5f7fa !important;
    color: #31526b;
}
button.coupon-button:hover {
    background-image: none !important;
    background-color: #ffffff !important;
    border: 1px solid !important;
    color: #31526b !important;
}
.order-total {
    background-color: #f5f7fa !important;
    color: #31526b;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: left;
    width: 100%;
}
.woocommerce input[type="text"] {
    width: 100%;
    outline: 0;
    padding: 11px 10px;
    border: 1px solid #dcdcdc;
    border-radius: 14px;
    -webkit-appearance: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-family: 'var(--main-font-family)';
}
.actions .coupon {
    width: 100%;
    display: flex;
    column-gap: 5px;
    max-width: 800px;
}
.actions .coupon input[type="text"] {
    width: 65% !important;
}
.container-cart {
    max-width: 900px;
    margin: 35px auto;
}
.logo-box-cart {
    width: fit-content;
    background-color: #ffffff;
    margin: 25px auto -6px auto;
    border-radius: 30px;
    box-shadow: 0px 12px 50px 10px rgba(61, 130, 179, 0.08);
    overflow: hidden;
    padding: 8px 12px;
}
.logo-cart figure {
    margin-bottom: -10px;
}
.logo-cart img {
    min-width: 180px;
    max-width: 180px;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    display: none;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    margin: 10px auto !important;
    width: 80%;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    margin: 25px auto !important;
    width: 80%;
    float: unset;
    padding: 25px 25px;
    border: 1px solid #ccc;
    border-radius: 25px;
    box-shadow: 0px 8px 37px -13px rgba(61, 130, 179, 0.18);
}
.checkout_coupon.woocommerce-form-coupon , .woocommerce-form.woocommerce-form-login.login {
    border-radius: 25px !important;
    box-shadow: 0px 8px 37px -13px rgba(61, 130, 179, 0.18);
}
.checkout #order_review_heading {
    display: none;
}
.order-checkout-total {
    background: #f9ffef;
    color: #92c72b !important;
}
table td, table th {
    border: none;
    text-align: right;
    padding-right: 15px;
}
.table-checkout {
    width: 100%;
    background: #f9ffef;
    color: #92c72b !important;
    font-size: 21px;
    border: 1px solid #ededed;
    padding: 8px 30px;
    margin: 31px auto;
    border-radius: 20px;
}
.wc_payment_methods.payment_methods.methods {
    display: flex;
    margin: auto !important;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
.woocommerce-checkout-payment ul li {
    display: flex;
    flex-direction: column;
    margin: 15px !important;
}
.woocommerce-order-details td.woocommerce-table__product-name.product-name a {
    display: inline-block;
    background: #2dbe60;
    color: #fff !important;
    width: fit-content;
    padding: 8px 16px;
    border-radius: 3px;
    box-shadow: 0 2px 12px rgba(147, 203, 116, .8);
    margin-left: 7px;
}
.woocommerce-thankyou-order-details {
    width: fit-content;
    padding: 15px;
    background: #fdde5173 !important;
    box-shadow: 0 0 30px #fdde5173 !important;
    border-radius: 15px;
}
.congratulation > h5 {
    font-weight: 500;
    margin: -20px auto 10px;
}
.woocommerce ul.order_details {
    margin: 12px 0 24px;
}
.wc_payment_methods .wc_payment_method .input-radio {
    display: none;
}
.wc_payment_methods input[type="radio"]:checked + label {
    border-radius: 20px;
    min-height: 100%;
    background: #fdde5173;
    transition-duration: 0.1s;
    box-shadow: 0 0 30px #fdde5173;
    color: #bea900;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    border: none;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #ebe9eb00;
}
.payment_methods li label {
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    height: fit-content !important;
    text-align: center !important;
    margin: 10px 15px !important;
    padding: 10px 10px !important;
    width: 240px !important;
    min-height: 100%;
}
.place-order button#place_order {
    width: 100%;
    font-size: 20px !important;
    font-weight: bold !important;
    width: 100%;
    cursor: pointer;
    line-height: 3.5em;
    color: #fff !important;
    margin-top: 20px !important;
    background: #00C142 !important;
    box-shadow: 0 7px 20px #2ac10061 !important;
    border-radius: 30px !important;
    padding: 0px !important;
}
.wp-block-image img {
    width: 100%;
    height: auto;
}
#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
    margin: auto;
    width: 100px;
}
.woocommerce-password-strength {
    border-radius: 10px;
    margin-top: 10px;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    position: absolute;
    left: .7em;
    top: 0.25em;
    cursor: pointer;
}
.payment_box {
    display: none !important;
}
.comment-author-aks, .comment-avatar {
    float: right;
    position: absolute;
    top: 28px;
    right: 0;
    height: 85px;
    border-radius: 30%;
    box-shadow: 0 5px 7px rgba(28,76,156,.1);
    margin-left: 10px;
    width: 85px;
    background: #fff;
    overflow: hidden;
    display: flex;
}
.user-info-MyAccount img {
    width: 100px;
    height: 100px;
    border-radius: 30px;
}
.shokrino-nav-myaccount {
    float: right;
    width: 20%;
}
.shokrino-nav-myaccount ul {
    border-radius: 20px;
    min-height: 100%;
    background: #fdde5173;
    transition-duration: 0.1s;
    box-shadow: 0 0 30px #fdde5173;
    color: #bea900;
    list-style: none;
    padding: 5px 8px;
}
.shokrino-nav-myaccount ul li {
    margin: 5px auto;
    transition: all 0.2s ease-in-out;
    border-radius: 15px;
}
.user-info-MyAccount {
    display: flex;
    margin-bottom: 30px;
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: space-around;
}
.shokrino-nav-myaccount ul li:hover, .shokrino-nav-myaccount ul li.is-active {
    background-color: #fff;
    box-shadow: 0 0 30px #ffffff73;
}
.shokrino-nav-myaccount ul li.woocommerce-MyAccount-navigation-link:hover a, .shokrino-nav-myaccount ul li.woocommerce-MyAccount-navigation-link.is-active a {
    color: #595959;
}
.shokrino-nav-myaccount ul li:focus {
    background-color: #fff;
    box-shadow: 0 0 30px #ffffff73;
    border-radius: 15px;
    padding-right: 15px;
}
.shokrino-nav-myaccount ul li a {
    color: #294559;
    padding: 2px 17px 2px 20px !important;
    display: block;
}
.shokrino-myaccount-content {
    float: right;
    width: 75%;
    padding: 35px;
    margin: auto;
}
.status-user-widget ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    list-style: none;
}
.status-user-widget ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    list-style: none;
    background-color: #4f03;
    padding: 20px;
    margin: 6px auto 15px;
    border-radius: 22px;
    box-shadow: 0 0 30px #97fd5173;
}
.social-btn-myaccount {
    display: flex;
    width: 100%;
    float: right;
    margin-top: 40px;
}
.purchased-courses .onsale {
    display: none;
}
.purchased-courses .woocommerce-loop-product__title {
    color: #2c2c2c;
    font-size: 16px !important;
    font-weight: 600;
}
.purchased-courses .add_to_cart_button {
    display: none !important;
}
.purchased-courses span.price {
    display: none !important;
}
.purchased-courses .star-rating {
    display: none !important;
}
.hidden-reg {
    display: none;
}
.login-form , .register-form {
    border: none !important;
}
.register-form {
    border-radius: 25px !important;
    box-shadow: 0px 8px 37px -13px rgba(61, 130, 179, 0.18);
}
.login i , .register i{
    color: #ffe40b;
}
.woocommerce-LostPassword.lost_password.password-remember {
    display: flex;
    flex-direction: column;
}
.login-btn, .reg-btn {
    font-size: 17px !important;
    font-weight: bold !important;
    cursor: pointer;
    color: #fff !important;
    background: #00C142 !important;
    box-shadow: 0 7px 20px #2ac10061 !important;
    border-radius: 30px !important;
    padding: 5px 18px !important;
    font-family: var(--main-font-family);
    margin-right: 10px;
}
.submenu-logged-in-header {
    position: absolute;
    width: 250px;
    background-image: linear-gradient(90deg,#00d2ff,#5d83b7);
    top: 85px !important;
    left: 14px;
    box-shadow: 0 8px 40px #0093ff4f;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
    z-index: 999;
    border-radius: 20px;
    color: #fff;
    list-style: none;
    padding: 7px 3px;
}
.submenu-logged-in-header li a , .log-out li a {
    color: #ffffff;
    margin: 5px;
    line-height: 0px;
    display: block;
    padding: 12px 12px 17px;
    transition: all 0.2s ease-in-out;
    border-radius: 12px;
}
.submenu-logged-in-header li a:hover , .log-out li a:hover {
    background-color: #fff;
    color: #5d83b7;
}
.submenu-logged-in-header li {
    margin: 9px;
}
.submenu-logged-in-header li:hover {
    margin: 9px;
}
.login-button:hover .submenu-logged-in-header {
    opacity: 1;
    visibility: visible;
    top: 83px;
}
.audio-product {
    border-radius: 25px !important;
    overflow: hidden !important;
}
/************ Cart ***********/
/************ Woo Widgets Wordpress ***********/
.price_slider{
    margin-bottom: 1em;
}
.price_slider_amount {
    text-align: right;
    line-height: 2.4em;
    font-size: 0.8751em;
    display: flex;
    justify-content: space-around;
}
.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: var(--main-color-shokrino);
    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;
}
.col-1, .col-2 {
    width: 50%;
    margin: auto;
}
.search-container form {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}
.search-container-two form label {
    width: 89%;
}
.search-container-two form label input {
    width: 100% !important;
}
.search-container-two form button {
    width: 17%;
}
.search-container button {
    width: 17%;
}
.nav-mobile {
    display: none;
}
/************ Woo Widgets Wordpress ***********/
/************ Downloady Product *************/
.downloady-product-image figure {
    height: 100%;
}
.dwnldy-features {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    padding: 6px 11px;
    font-size: 15px;
    color: #4b5764;
    border-bottom: 2px solid #8080801f;
}
.price-and-addtocart-box {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 25px;
    border-bottom: 2px solid #8080801f;
}
.extra-btn-downloady {
    display: block;
    width: 100%;
    text-align: center;
    border: 1px solid blue;
    padding: 5px;
    font-size: 17px;
    font-weight: 500;
    border-radius: 7px;
}
.extra-btn-downloady:hover {
    background: blue;
    color: #ffffff;
}
.unti-adtocart-btn {
    margin-bottom: 0;
}
.unti-adtocart-btn > a > i {
    bottom: -3px;
}
.donloady-box {
    width: 100%;
    float: right;
    background-color: #42455E;
    margin: 24px auto -35px;
    border-radius: 40px 40px 0 0;
    overflow: hidden;
    padding: 30px 24px 55px;
    color: #ffffff;
}
.donloady-box > h1 {
    font-size: 35px;
    text-align: center;
    color: #ffffff;
    font-weight: 800;
}
.donloady-box > h3 {
    text-align: center;
}
.donloady-box > h3 > a {
    color: #e0e3f8;
}
.unti-pro-top-detail {
    width: 52%;
    padding: 0;
    display: unset;
    flex-wrap: unset;
    margin: 0;
}
.unti-pro-top-detail .price {
    width: fit-content;
    padding-right: 0;
    padding-bottom: 8px;
    display: block;
    margin: auto;
}
.price-align-box {
    display: block;
    margin: auto;
    border-bottom: 3px solid #1cbae9;
    width: 100%;
}
.row-product {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    float: right;
    background-color: #fff;
    margin: 0 auto 6px auto;
    border-radius: 35px;
    box-shadow: 0 12px 50px 10px rgba(61, 130, 179, .08);
    padding: 23px 23px;
    position: relative;
    justify-content: space-between;
}
.downloady-product-image {
    max-width: 65%;
    padding-bottom: 0;
    margin-bottom: 0;
    flex: 0 0 66.6666666667%;
    width: fit-content;
}
.downloady-product-side {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 25px;
    border-right: 2px solid #8080801f;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.unti-adtocart-btn {
    display: flex;
    width: 100%;
    margin: 15px auto;
    align-items: center;
    margin-top: 20px;
    justify-content: center;
}
.downloady-product-image img {
    width: auto;
    height: 100%;
    display: block;
    margin: auto;
    border-radius: 15px;
    max-width: 100%;
}
.downloady-product-image img:not(.wp-post-image) {
    border: 2px solid #f0f0f0;
    border-radius: 20px;
}
html :where(img[class*="wp-image-"]) {
    border-radius: 15px;
}
.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
    padding: 10px 12px;
    width: 80%;
    border-radius: 10px;
    box-shadow: 0px 12px 50px 10px rgba(61, 130, 179, 0.08);
    margin-bottom: 10px;
    font-family: var(--main-font-family);
}
.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input {
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
    font-family: var(--main-font-family);
    font-size: 18px;
    color: #ffffff;
    background-image: linear-gradient(90deg,#00d2ff,#5d83b7);
    box-shadow: 0 4px 18px #0093ff4f;
    padding: 7px;
    border-radius: 14px;
    margin-top: 10px;
    cursor: pointer;
}
/************ Downloady Product *************/
/************ Nav Menu Mobile **************/
.nav-mobile {
    background: #fff;
    box-shadow: 0 9px 65px -5px rgba(61,130,179,.24);
    width: 300px;
    position: fixed;
    left: 0;
    z-index: 99999;
    top: 0;
    height: 100%;
    padding: 20px 0;
    border-radius: 0 40px 40px 0;
    overflow: scroll;
}
.nav-mobile ul li {
    list-style: none;
    margin: 15px 18px 15px 14px;
}
.nav-mobile ul li a {
    color: #535353;
    width: 100%;
    height: 100%;
    display: block;
    padding: 6px 16px;
    margin: -3px -5px;
    background: #5222d007 !important;
    border-radius: 12px;
}
.nav-mobile ul li ul {
    border: 1px solid #ccc;
    border-radius: 25px;
    background: #2aabdf;
    margin-top: 12px;
    display: none;
}
.nav-mobile ul li ul a {
    color: #ffffff;
}
.nav-mobile ul li ul li {
    margin: 10px 0;
    padding: 0px 15px;
}
.nav-mobile .menu-item-has-children {
    display: flex;
    flex-wrap: wrap;
}
.nav-mobile .menu-item-has-children svg {
    font-size: 26px;
    display: flex;
    margin: auto;
    margin-right: -25px;
    color: var(--main-color-shokrino);
    padding: 0;
    height: 28px !important;
}
.nav-mobile > ul {
    display: block;
    float: right;
    width: 100%;
    margin: 10px auto;
}
.nav-mobile-search {
    position: unset !important;
    width: 90% !important;
    display: block;
    margin: auto 14px;
}
.nav-mobile .menu-item-has-children ul {
    width: 100%;
}
.nav-mobile-search form label {
    width: 83% !important;
}
.nav-mobile-search form button {
    width: 20% !important;
}
.header .search-container label {
    width: 80% !important;
}
/************ Nav Menu Mobile **************/
/************ Contact Form 7 *************/
.wpcf7-form-control.has-spinner.wpcf7-submit {
    display: inline-block;
    width: 80%;
    margin-bottom: 0px;
    font-family: var(--main-font-family);
    font-size: 18px;
    color: #ffffff;
    background-image: linear-gradient(90deg,#00d2ff,#5d83b7);
    box-shadow: 0 4px 18px #0093ff4f;
    padding: 7px;
    border-radius: 14px;
    margin-top: 10px;
    cursor: pointer;
}
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required
, .wpcf7-form-control.wpcf7-textarea
, .wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number
, .wpcf7-form-control.wpcf7-file
, .wpcf7-form-control.wpcf7-quiz
, .wpcf7-form-control.wpcf7-acceptance.optional
, .wpcf7-form-control-wrap.radio-857
, .wpcf7-form-control-wrap.checkbox-976
, .wpcf7-form-control.wpcf7-select
, .wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date
, .wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel
, .wpcf7-form-control.wpcf7-text.wpcf7-url.wpcf7-validates-as-url
, .wpcf7-form-control.wpcf7-text {
    padding: 10px 12px;
    width: 80%;
    border-radius: 10px;
    box-shadow: 0px 12px 50px 10px rgba(61, 130, 179, 0.08);
    margin-bottom: 10px;
    font-family: var(--main-font-family);
}
/************ Contact Form 7 *************/
/************ Elementor **************/
.elementor {
    float: right;
    width: 100% !important;
}
/************ Elementor **************/
/************ LearnDash & LifterLMS Styles ************/
.single-page .global-single {
    width: 65%;
    float: unset;
    background-color: #ffffff;
    margin: 30px auto 0px auto;
    border-radius: 35px;
    box-shadow: 0px 12px 50px 10px rgba(61, 130, 179, 0.08);
    overflow: hidden;
    padding: 25px;
    display: flex;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}
.single-page .global-single img {
    width: 100% !important;
    margin-bottom: -14px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    height: auto !important;
}
.llms-button-action, .llms-button-danger, .llms-button-primary, .llms-button-secondary {
    font-family: yekanbakh !important;
    font-weight: 600 !important;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
.llms-video-wrapper {
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0px 12px 40px -10px rgba(61, 130, 179, 0.08);
}
.llms-field-button.llms-button-primary, .llms-lesson-link {
    border-radius: 12px !important;
    box-shadow: 0px 12px 40px -10px rgba(61, 130, 179, 0.09);
}
.llms-instructor-info .llms-instructors .llms-author {
    border-radius: 12px;
}
.llms-loop-item-content {
    background: #fff;
    padding-bottom: 10px;
    margin: 35px;
    border-radius: 20px;
    overflow: hidden !important;
    box-shadow: 0px 12px 50px 10px rgba(61, 130, 179, 0.08);
}
.llms-loop-item-content:hover {
    background: #fff;
}
.llms-button-secondary {
    border-radius: 14px;
}
.lifterlms .llms-student-dashboard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #e7e9ec;
    border-radius: 4px;
    position: relative;
}
.lifterlms .llms-sd-header {
    min-width: 230px !important;
    background: #fbfbfc;
    border-left: 1px solid #e7e9ec;
    border-radius: 0 4px 4px 0;
}
.llms-student-dashboard .llms-student-dashboard__frame {
    background-color: #fff;
    width: -webkit-calc(100% - 230px);
    width: calc(100% - 230px);
    padding: 38px 40px;
}
@media only screen and (min-width: 800px) {
    body:not(.has-sidebar) .lifterlms .llms-sd-header nav.llms-sd-nav {
        display: block !important;
    }
}
.lifterlms .llms-sd-items {
    padding: 30px 0;
}
.llms-student-dashboard .llms-student-dashboard__frame {
    background-color: #fff;
    width: -webkit-calc(100% - 230px);
    width: calc(100% - 230px);
    padding: 38px 40px;
}
.llms-sd-tab.dashboard {
    width: 100%;
    padding: 25px;
}
.llms-student-dashboard .llms-student-dashboard__frame .llms-sd-tab.dashboard .llms-sd-section {
    padding-bottom: 38px;
}
.llms-student-dashboard .llms-sd-section {
    margin-bottom: 0;
    border-radius: 4px;
}
.llms-access-plan-description p:last-child, .llms-student-dashboard.dashboard .llms-sd-section .llms-sd-section__heading {
    margin: 0 0 1.6875rem;
    padding: 0;
}
.llms-student-dashboard .llms-sd-section .llms-sd-section-title {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 0;
}
.llms-sd-items li.llms-sd-item {
    cursor: pointer;
}
.llms-sd-items .current {
    background-color: rgba(77,92,109,.1);
}
.llms-student-dashboard .llms-sd-item {
    float: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.lifterlms .llms-student-dashboard .llms-sd-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 4px 20px;
    color: #939597;
    font-size: 14px;
}
.lifterlms .llms-student-dashboard .llms-sep {
    display: none;
}
.llms-student-dashboard .llms-sd-item .llms-sep {
    color: #333;
    margin: 0 5px;
}
.llms-sd-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.llms-student-dashboard {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: 100%;
}
.llms-sd-title {
    display: none !important;
}
.llms-person-login-form-wrapper {
    width: 100%;
}
/************ LearnDash & LifterLMS Styles ************/
/************ Responsive Styles ************/
.mobile-width {
    display: none;
}
@media screen and (max-width: 1400px) {
    .container {
        padding: 0px 20px;
    }

}
@media screen and (max-width: 1200px) {
    .parrent-shop > .woo-product {
        width: 48% !important;
    }
    .footer-two .contact , footer .about {
        padding: 30px 10px 0px 10px;
    }
    .cat-posts .box-article {
        width: 48%;
    }
    .telegram-box > .fa-telegram-plane, .instagram-box > .fa-instagram {
        padding: 5px;
    }
    .overlay-set {
        min-height: auto;
    }
    .single-page .top-single img {
        height: auto;
    }
    .sidebarshop-top .adtocart-button > a {
        padding: 8px 25px 12px 25px;
    }
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
        top: 34%;
    }
    .adtocart-btn > a {
        padding: 8px 25px 12px 25px;
    }
    .advice-btn > a {
        padding: 8px 25px 12px 25px;
    }
    .owl-carousel .owl-item img {
        height: auto;
    }
}
@media screen and (max-width: 992px) {
    .top-product {
        flex-wrap: wrap;
    }
    .mobile-width {
        display: block;
    }
    .top-header-two .mobile-buttons , .top-header-three .mobile-buttons {
        width: 65%;
        margin-left: 15px;
        display: flex;
        justify-content: flex-start;
        flex-direction: row-reverse;
    }
    .top-header-three .mobile-buttons {
        flex: 1;
    }
    .header .mobile-buttons {
        width: 68%;
    }
    .header > .mobile-buttons > .search-container {
        position: fixed;
        top: 25px;
        right: 21.5px;
        width: 90% !important;
    }
    .login-button-mobile svg {
        fill: var(--text-color-shokrino) !important;
    }
    .login-button-mobile a {
        padding: 13.5px 16px 14px;
        display: flex;
    }
    .login-button-mobile a:hover svg {
        fill: var(--main-color-shokrino) !important;
    }
    .login-button-mobile a:hover {
        background: #faf9fe !important;
        border-radius: 15px;
    }
    svg {
        padding-right: 0.5px;
    }
    #mobile-menu svg , .search-icon a svg {
        fill: #545454 !important;
    }
    #mobile-menu, .login-button-mobile, .search-icon.mobile-width {
        float: left;
        display: block;
        margin: auto 9px;
        background: #5222d007 !important;
        border-radius: 15px;
        font-size: 21px;
        cursor: pointer;
    }
    #mobile-menu, .search-icon.cart-mobile-icon.mobile-width {
        padding: 13px 15px 3px;
    }
    #mobile-menu, .login-button-mobile, .search-icon.mobile-width {
        margin: auto 4px;
    }
    .mobile-buttons .search-icon.mobile-width {
        list-style: none;
    }
    .downloady-product-image img {
        width: 90%;
        height: auto;
    }
    .downloady-product-image {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .pro-top-detail {
        width: 100%;
        max-width: 100% !important;
        flex: 0 0 100%;
    }
    .downloady-product-side {
        border-right: none;
    }
    .donloady-box > h1 {
        font-size: 25px;
    }
    .pro-top-detail .price {
        width: fit-content;
        margin-top: 0;
        margin-bottom: 0;
        padding-right: 0;
        display: flex;
        margin-right: auto;
        margin-left: auto;
        flex-wrap: wrap;
        justify-content: center;
    }
    .unti-pro-top-detail .price del {
        padding: 0;
    }
    .unti-pro-top-detail .price ins {
        padding: 0;
        margin-right: 0;
    }
    .row-product {
        padding: 16px 0px;
    }
    .pro-top-image figure img {
        border-radius: 20px;
        width: 100%;
        height: auto;
        margin: auto;
        display: inline-block;
        max-height: none;
    }
    .pro-top-detail .price {
        width: fit-content;
        margin-top: auto;
        margin-bottom: 8px;
        padding-right: 0;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .tv-box .tv-right {
        width: 100% !important;
    }
    .main-menu {
        max-width: 465px;
    }
    .row-404 {
        width: 100%;
    }
    .error-404 {
        padding: 30px;
    }
    .row-404 .login-button {
        display: block !important;
    }
    .error404-text {
        width: 100%;
        background: none;
        margin: 0px !important;
        padding: 100px 0;
    }
    .error404-text h2 {
        font-size: 125px;
        color: #ffffff;
    }
    .header {
        margin: 25px auto 10px auto;
    }
    .header .mobile-buttons {
        flex: 1;
        margin: 18px 0px 18px 5px;
    }
    .header > .main-menu , .top-header-three > .main-menu , .login-button , .header-icons {
        display: none;
    }
    .tv-box {
        flex-wrap: wrap;
    }
    .tv-box .tv-right {
        width: 100%;
    }
    .first-post figure {
        width: 100%;
        height: auto;
    }
    .tv-box .tv-left {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: row;
        margin-top: 0;
        margin-bottom: 25px;
    }
    .tv-box .tv-left .other-posts {
        width: 48%;
        position: relative;
        margin: -22px 0px;
    }
    .top-product {
        width: 100%;
        margin: 15px auto;
        max-height: none;
        display: inline-flex;
    }
    .pro-top-image {
        width: 100%;
    }
    .pro-top-image figure img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 100%;
        height: auto;
    }
    .pro-top-detail {
        width: 100%;
    }
    .price_slider_amount .price_label {
        width: 48%;
    }
    .price_slider_amount .button {
        width: 40%;
    }
    footer .about p , .footer-two .about p {
        max-height: 144px;
    }
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
        top: 28%;
    }
    .banner {
        padding: 15px 10px;
        float: none;
        display: flex;
        flex-wrap: wrap;
    }
    .banner .banner-right {
        float: none;
        width: 100% !important;
        padding-top: 28px;
        padding-right: 42px;
    }
    .banner .banner-left {
        float: none;
        width: 100% !important;
        display: none;
    }
    .banner {
        padding: 10px;
        justify-content: center;
        align-items: center;
    }
    .banner .banner-right .banner-button {
        margin-left: 5%;
    }
    .single-page .sidebar {
        display: none;
    }
    .single-page .main-single {
        width: 100%;
    }
    .product-seperate .sidebarpro {
        display: none;
    }
    .product-seperate .single-page-product {
        width: 100%;
    }
    .single-page-shop .sidebar {
        display: none;
    }
    .single-page-shop .woocommerce.main-single-shop {
        width: 100%;
    }
    .single-page .sidebar {
        display: none;
    }
    .single-page .main-single {
        width: 100%;
    }
    .login-wrapper .stu-login , .login-wrapper .stu-reg {
        width: 100%;
    }
}
@media screen and (max-width:766px){
    .elementor {
        display: block !important;
    }
}
@media screen and (min-width: 767px){
    .elementor {
        display: none !important;
    }
}
@media screen and (min-width: 768px){
    .elementor {
        display: block !important;
    }
}
@media screen and (max-width: 768px) {
    .social a img.custom-social {
        padding: 10px 11px 12px 11px;
        margin: 0 4px -28px;
    }
    .parrent-shop > .woo-product {
        width: 100% !important;
    }
    .header-three {
        padding: 15px 10px;
        padding-bottom: 0;
    }
    .header-three .top-header-three {
        display: flex;
        justify-content: space-between;
        padding-right: 3px;
    }
    .header-two {
        padding-bottom: 10px;
    }
    .footer .about p {
        max-height: 153px;
        right: 0;
    }
    .header > .search-container {
        display: none !important;
    }
    .logo {
        padding: 15px 15px 2px 0px;
        max-width: 140px;
    }
    .logo img {
        width: 100%;
        height: auto;
        margin: 0;
    }
    header > a {
        width: 40%;
        margin: auto;
    }
    .logo {
        padding: 0px;
        max-width: 100%;
    }
    .header {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
    }
    header > a {
        width: 38%;
    }
    .header .header-icons {
        display: none;
    }
    .nav-mobile .login-button a {
        float: right;
        padding: 10px 36px;
        margin: auto;
        display: flex;
        column-gap: 6px;
    }
    .nav-mobile .login-button {
        display: flex;
        margin: 10px auto;
        float: right;
        width: 100%;
        align-items: center;
    }
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
        top: 24%;
    }
    .social {
        width: 100%;
    }
    .container-footer , .footer {
        display: flex;
        flex-wrap: wrap;
    }
    .footer .about , .footer-two .about{
        display: flex !important;
        width: 100% !important;
        top: 0px !important;
        flex-wrap: wrap !important;
    }
    footer .about h3 , .footer-two .about h3 {
        width: 100%;
    }
    .footer-two .about p {
        width: 100%;
        position: inherit;
        padding: 0px 10px;
    }
    footer .about p {
        width: 100%;
        display: flex;
        width: 100%;
        float: right;
        padding: 0px 10px;
    }
    footer .about p {
        padding: 32px 10px;
    }
    footer > .copyright {
        margin: 20px 15px 44px 15px;
        padding: 25px;
    }
    footer .about {
        padding: 30px 10px 80px 10px !important;
    }
    .container-footer .contact , .footer .contact , .footer-widgets-container .footer-widget-item {
        width: 100%;
    }
    .footer-widgets-container {
        flex-direction: column;
        margin: auto;
    }
    .footer-widgets-container .footer-widget-item {
        flex: 0 0 100%;
        margin: 15px !important;
        width: 94%;
    }
    .copyright-three {
        justify-content: center;
        margin: 12px auto;
        flex-wrap: wrap;
    }
    .social-three {
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .contant-enamad {
        display: flex !important;
        justify-content: space-around;
        width: 100% !important;
        padding: 20px !important;
    }
    .footer-menu {
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .social {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .copyright {
        display: flex !important;
        justify-content: center !important;
    }
    .social a i {
        margin: 5px 4px !important;
    }
    .footer-menu ul {
        flex-wrap: wrap;
    }
    .bottom-header-two , .hide-menu-mobile {
        display: none;
    }
    .login-button {
        display: none;
    }
    .search-container-two {
        display: none;
    }
    .top-header-two {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        padding: 10px 5px 1px;
    }
    .top-header-two a .logo {
        width: 100%;
    }
    #mobile-menu:hover , .search-icon.mobile:hover {
        background-color: #f2f2f2 !important;
    }
    .login-button-mobile:hover a {
        background: #ffffff !important;
    }
    .login-button-mobile:hover a {
        fill: #5d83b7 !important;
    }
    .search-container-two {
        display: none;
    }
    .login-button-mobile {
        color: #ffffff;
        background: var(--main-color-shokrino);
    }
    .item-feature-dore {
        max-width: 46%;
    }
    .advice-form {
        width: 100%;
    }
    .advice-icon {
        display: none;
    }
    .search-container-mobile {
        position: absolute;
        width: 94%;
        background: #ffffff;
        box-shadow: 0px 12px 50px 10px rgba(61, 130, 179, 0.08);
        top: 12px;
        z-index: 999;
    }
    .search-container-mobile form label {
        width: 90%;
    }
    .search-container-mobile form button {
        width: 10%;
    }
    .shokrino-nav-myaccount {
        float: right;
        width: 100%;
    }
    .shokrino-myaccount-content {
        float: right;
        width: 100%;
        padding: 30px 4px;
        margin: auto;
    }
    .purchased-courses li {
        width: 100% !important;
    }
    .purchased-courses li a {
        width: 100%;
    }
    .purchased-courses li a img {
        display: block !important;
        margin: auto !important;
    }
    .fixed-cartbtn {
        background: #0DC100;
        position: fixed;
        z-index: 1100;
        bottom: 0;
        width: 100% !important;
        right: 0;
        color: #ffffff;
        padding: 10px 15px 9px;
        margin: auto;
        border-radius: 15px 15px 0 0;
        text-align: center;
        font-size: 18px;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
}
@media screen and (max-width: 620px) {
    .posts-table-inner-main {
        width: 87%;
    }
    .footer-menu ul {
        justify-content: center;
    }
    .teacher-pic img {
        display: none !important;
    }
    .teacher-pic {
        display: none;
    }
    .teacher-about {
        margin-right: 0;
        width: 100%;
    }
    .comment-author-aks , .comment-avatar {
        display: none;
    }
    .woocommerce #reviews #comments ol.commentlist li .comment-text {
        margin: 0;
        padding: 10px;
    }
    .woocommerce #reviews #comments ol.commentlist li {
        margin: 10px 0 0 0 !important;
    }
    .comment-header {
        width: 83.5%;
        margin-top: 4px;
        display: flex;
        flex-wrap: wrap;
    }
    .commentlist .review .shkrn-comment-container .comment-text .nevisande-comment {
        margin-left: 0;
    }
    .shokrino-comment-replay-btn {
        margin-left: auto;
        margin-right: 6px;
    }
    .single-page-shop .woocommerce.main-single-shop {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .main-single-shop .orderby {
        position: inherit;
        width: 100%;
    }
    .main-single-shop .woocommerce-ordering {
        width: 100%;
    }
    .main-single-shop .woocommerce-result-count {
        width: 100%;
    }
    .main-single-shop .woocommerce-products-header {
        width: 100%;
    }
    .course-btn {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .course-btn .adtocart-btn , .course-btn .advice-btn {
        margin-bottom: 15px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .box-download-files > a {
        width: 100%;
    }
    .item-feature-dore {
        max-width: 100%;
    }
    .download-title {
        flex-wrap: wrap;
    }
    .download-title h5 {
        width: 100%;
    }
}
@media screen and (max-width: 576px) {
    .tv-box .tv-right .first-post figure a > svg {
        top: 28%;
        right: 37%;
        height: 48%;
    }
    .tv-box .tv-right .first-post figure a:hover > svg {
        font-size: 85px !important;
        box-shadow: none;
        transform: scale(1.1,1.1);
    }
    .container-cart .content-single {
        padding: 6px !important;
    }
    .container-cart .content-single .woocommerce-message, .container-cart .content-single .woocommerce-info {
        padding: 12px 54px 12px 10px !important;
    }
    .container-cart #billing_last_name_field, .container-cart #billing_first_name_field {
        width: 100% !important;
    }
    .container-cart .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
        margin: 25px 0 !important;
        width: 100% !important;
    }
    .header .mobile-buttons {
        width: 60%;
    }
    .banner .banner-right h2 {
        line-height: 1;
    }
    .tv-box .tv-left {
        flex-direction: column;
        padding: 0;
        row-gap: 40px;
    }
    .tv-box .tv-left .other-posts {
        width: 100%;
        margin: -20px 0px 0px;
    }
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
        top: 22%;
    }
    .cat-posts .box-article {
        width: 100%;
        height: auto;
    }
    .parrent-shop > .woo-product {
        width: 100%;
    }
    .social-btn {
        flex-wrap: wrap;
    }
    .social-btn a {
        margin: 22px auto auto;
    }
    .top-single h1 {
        padding-top: 14%;
        font-size: 20px;
        line-height: 32px;
    }
}
@media screen and (max-width: 420px) {
    .search-container-spage form label {
        width: 86%;
    }
    .search-container-spage form button {
        width: 12%;
    }
    .container {
        padding: 0px 12px;
    }
    .tv , .course:not(.type-course) , .posts {
        padding: 22px 14px;
    }
    .banner .banner-right {
        float: right;
        width: 100%;
        padding-top: 10px;
        padding-right: 10px;
    }
    #main-slider-50865 .owl-stage-outer {
        box-shadow: 0px 12px 50px 10px rgba(61, 130, 179, 0.08);
        border-radius: 15px;
    }
    .top-single h1 {
        padding-top: 11%;
        font-size: 22px;
        line-height: 25px;
    }
    .single-page .top-single {
        overflow: visible;
    }
    .comments-inner .comment {
        margin: 10px -15px;
        padding: 10px;
    }
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
        top: 15%;
    }
    .search-container-mobile form label {
        width: 85%;
    }
    .search-container-mobile form button {
        width: 15%;
    }
    .top-header-two .mobile-buttons , .top-header-three .mobile-buttons {
        width: 54%;
    }
    .top-header-two .mobile-buttons , .top-header-three .mobile-buttons {
        margin-left: 8px;
    }
}
@media screen and (max-width: 350px) {
    #mobile-menu, .search-icon.cart-mobile-icon.mobile-width {
        padding: 10px 12px 1px;
    }
    .login-button-mobile a {
        padding: 11.5px 14px 12px;
        display: flex;
    }
    .login-button-mobile {
        box-shadow: 0 4px 18px -2px #0093ff4f;
    }
    .top-header-two a {
        overflow: hidden;
    }
    .logo img {
        max-width: 100%;
        max-height: 57px;
    }
}
/************ Responsive Styles ************/
/*فونت یکان بخ*/
@font-face {
    font-display: swap;
    font-family: 'YekanBakh';
    src: url('assets/css/fonts/yekanbakh/YekanBakhFaNum-Light.eot'),
    url('assets/css/fonts/yekanbakh/YekanBakhFaNum-Light.eot?#iefix') format("embedded-opentype"),
    url('assets/css/fonts/yekanbakh/YekanBakhFaNum-Light.woff') format('woff'),
    url('assets/css/fonts/yekanbakh/YekanBakhFaNum-Light.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-display: swap;
    font-family: 'YekanBakh';
    src: url('assets/css/fonts/yekanbakh/YekanBakhFaNum-Medium.eot'),
    url('assets/css/fonts/yekanbakh/YekanBakhFaNum-Medium.eot?#iefix') format("embedded-opentype"),
    url('assets/css/fonts/yekanbakh/YekanBakhFaNum-Medium.woff') format('woff'),
    url('assets/css/fonts/yekanbakh/YekanBakhFaNum-Medium.ttf') format('truetype');
    font-weight: 500;
}
@font-face {
    font-display: swap;
    font-family: 'YekanBakh';
    src: url('assets/css/fonts/yekanbakh/YekanBakhFaNum-Bold.eot'),
    url('assets/css/fonts/yekanbakh/YekanBakhFaNum-Bold.eot?#iefix') format("embedded-opentype"),
    url('assets/css/fonts/yekanbakh/YekanBakhFaNum-Bold.woff') format('woff'),
    url('assets/css/fonts/yekanbakh/YekanBakhFaNum-Bold.ttf') format('truetype');
    font-weight: 600;
}
@font-face {
    font-display: swap;
    font-family: 'YekanBakh';
    src: url('assets/css/fonts/yekanbakh/YekanBakh-Heavyer.eot'),
    url('assets/css/fonts/yekanbakh/YekanBakh-Heavyer.eot?#iefix') format("embedded-opentype"),
    url('assets/css/fonts/yekanbakh/YekanBakh-Heavyer.woff') format('woff'),
    url('assets/css/fonts/yekanbakh/YekanBakh-Heavyer.ttf') format('truetype');
    font-weight: 800;
}
@font-face {
    font-display: swap;
    font-family: 'YekanBakh';
    src: url('assets/css/fonts/yekanbakh/YekanBakhFaNum-Fat.eot'),
    url('assets/css/fonts/yekanbakh/YekanBakhFaNum-Fat.eot?#iefix') format("embedded-opentype"),
    url('assets/css/fonts/yekanbakh/YekanBakhFaNum-Fat.woff') format('woff'),
    url('assets/css/fonts/yekanbakh/YekanBakhFaNum-Fat.ttf') format('truetype');
    font-weight: 900;
}