/*
* Theme Name: Webkima Child Theme
* Description: This is a child theme with a lot of customizations for Webkima.com website.
* Author: Nabi Abdi
* Author URI: https://webkima.com
* Template: flatsome
* Version: 3.1.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
    font-family: 'dana-VF';
    src: url('assets/dana/dana-vf.woff') format('woff-variations');
    unicode-range: U+0-10FFFF;
}

:root {
    --border-raduis-primary: 5px;
    --border-raduis-primary-top: 5px 5px 0 0 !important;
    --border-radius-secondery: 8px;
    --border-radius-secondery-top: 8px 8px 0 0;
    --color-primary: #666af6;
    --color-secondary: #1a237e;
    --color-success: #04c4c9;
    --color-alert: #666af6;
    --color-texts: #343352;
    --type-headings-color: #0c113e;
    --color-links: #1a237e;
    --color-links-hover: #551bf8;
    --color-checkout: #4caf50;
    --color-sale: #f2f6fc;
    --color-regular-price: #dd3333;
    --color-sale-price: #282ff0;
    --bg-primary: #f2f6fc !important;
    --bg-secondery: #d0dbe8;
    --bg-white: #fff;
    --text-color-primary: #343352;
    --text-color-secondary: #343352;
    --color-border-title: #ececec;
    --shadow-primary: 0px 0px 14px 3px rgba(206, 206, 219, 0.25);
    --flatsome-scroll-padding-top: 30px;
}
.dark-theme {
    --color-primary: #04c4c9;
    --color-secondary: #02686c;
    --color-success: #25d8a7;
    --color-alert: #ff8478;
    --color-texts: #d1d4e0;
    --type-headings-color: #f8fdff;
    --color-links: #dab8ff;
    --color-links-hover: #b8c0ff;
    --color-sale: #081d40;
    --color-regular-price: #ff7171;
    --color-sale-price: #ffb284;
    --bg-primary: #1b263b;
    --bg-secondery: #070e28;
    --bg-white: #3b4a69;
    --text-color-primary: #f8f8ff;
    --text-color-secondary: #e3e4e8;
    --color-border-title: #2c3a56;
    --shadow-primary: 0px 0px 4px 1px #04c4c9eb;
    --fs-experimental-link-color: #e0e2ff;
    --fs-experimental-link-color-hover: #b8c0ff;
    --fs-color-secondary: #04c4c9;
    --fs-color-primary: #03999d;
}
.dark-theme img.header_logo.header-logo {
    display: none;
}
.dark-theme .header-logo-dark {
    display: block !important;
}
.dark-theme svg:not(.none-hue), .dark-theme img[src*=".svg"]:not(.header-logo-dark) {
    filter: hue-rotate(-61deg);
}
.slider-nav-light .flickity-page-dots .dot {
    border-color: var(--color-primary) !important;
}
h1, h2, h3, h4, h5, h6, .heading-font {
    color: var(--type-headings-color) !important;
}
.header-main, .has-shadow>.col>.col-inner, .has-shadow .box:not(.box-overlay):not(.box-shade), .has-shadow.box:not(.box-overlay):not(.box-shade) {
    background: var(--bg-white);
}
.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before {
    border-bottom-color: var(--bg-primary) !important;
}
.nav-dropdown-has-arrow li.has-dropdown:after {
    border-color: hsla(0,0%,87%,0) hsla(0,0%,87%,0) var(--bg-white)!important;
}
.nav-column>li>a, .nav-dropdown>li>a, .nav-vertical-fly-out>li>a, .nav>li>a {
    color: var(--text-color-secondary) !important;
}
body, p, .nav > li > a{
    color: var(--text-color-secondary) !important;
}
input[type='email'], input[type='date'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea {
    background-color: var(--bg-white) !important;
    border-color: var(--bg-white) !important;
    color: var(--text-color-secondary) !important;
}
label {
    color: var(--text-color-secondary) !important;
}
.nav-dropdown {
    background-color: var(--bg-white) !important;
}
.nav .nav-dropdown {
    border-color: var(--bg-primary) !important;
}

body {
    overflow-x: hidden !important;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.nav > li > a,
.alt-font,
.ux-timer > span > strong,
.kk-star-ratings span.kksr-muted {
    font-family: 'dana-VF', 'dana', tahoma, serif;
    font-variation-settings: 'wght' 400, 'FANU' 1, 'DOTQ' 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font{
    font-variation-settings: 'wght' 800, 'wdth' 110, 'FANU' 1, 'DOTQ' 1;
}
.kk-star-ratings span.kksr-muted {
    font-variation-settings: 'wght' 300, 'wdth' 110, 'FANU' 1, 'DOTQ' 1;
    font-size: .75rem;
}
/* Specify font weight */
strong, .product-title a, .post-title a {
    font-variation-settings: 'wght' 650, 'wdth' 110, 'FANU' 1, 'DOTQ' 1;
}
.nav > li > a {
    font-variation-settings: 'wght' 550, 'wdth' 110, 'FANU' 1, 'DOTQ' 1;
}

.uppercase,
h6,
th,
span.widget-title {
    line-height: 1.05;
    letter-spacing: 0;
    text-transform: none;
}

.author-name {
    font-size: 1.3em !important;
}

ol,
ul {
    line-height: 1.25em;
    padding-right: 20px;
}

pre {
    direction: ltr;
}

cite {
    display: inline-block;
    color: var(--color-alert);
}
.button, input[type=button].button, input[type=reset].button, input[type=submit], input[type=submit].button {
    letter-spacing: 0;
}

.post h2,
.post h3 {
    font-size: 1.4em;
}

.post h4,
.post h5,
.post h6 {
    font-size: 1.2em;
}

.sidebuy ul li {
    font-size: 14px;
    list-style: initial !important;
}

article.post p,
.product .tab-panels p {
    line-height: 2.3rem;
    word-spacing: -0.08em;
    margin-bottom: 3rem;
    font-size: 1.08rem;
}

ul.links {
    font-size: 0.95em;
}

#related_posts ul li {
    float: right;
}

.row-large {
    padding: 0 !important;
}

video {
    max-width: 100% !important;
    border-radius: var(--border-raduis-primary-top);
    object-fit: cover !important;
    aspect-ratio: 16/9;
}

.webkimaback:before {
    content: '';
    width: 600px;
    height: 600px;
    background-image: url(https://webkima.com/wp-content/uploads/2019/12/blob-shape-4.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    position: absolute;
    opacity: 0.3;
    right: -300px;
}

.webkimaback {
    position: relative;
}

.product-small .col-inner,
.post-item .col-inner {
    border-radius: 10px;
    overflow: hidden;
}

.webkima-img {
    background-color: #eee;
}

.row-color {
    border: 2px dashed var(--primary-color);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 20px;
    background-color: #e3e4fd;
}

.row-shadow {
    background: var(--bg-white);
}

.row-shadow,
.box-shadow,
.row-box-shadow-2 .col-inner,
.row-box-shadow-2-hover .col-inner:hover,
.box-shadow-2,
.box-shadow-2-hover:hover {
    box-shadow: none !important;
    border-radius: var(--border-raduis-primary);
    overflow: hidden !important;
}

.row-box-shadow-4 .col-inner,
.row-box-shadow-4-hover .col-inner:hover,
.box-shadow-4,
.box-shadow-4-hover:hover {
    box-shadow: var(--shadow-primary) !important;
}

.box-text {
    direction: rtl !important;
}

body .gform_wrapper .top_label div.ginput_container {
    margin-bottom: 0 !important;
}

input#input_3_2 {
    border-radius: 0 5px 5px 0;
}

li#field_3_2 {
    padding: 0;
}

.gform_body {
    width: 100% !important;
}

input#gform_submit_button_3 {
    border-radius: 5px 0 0 5px;
}

form#gform_3 {
    margin: 0 !important;
    width: 100%;
}

.gform_footer.top_label {
    margin: 0 !important;
    padding: 0 !important;
    margin-top: -40px !important;
}

div#video-post-info p {
    margin: 0 !important;
    text-align: center !important;
    font-size: .9rem !important;
}

div#video-post-info {
    margin: 20px;
}

div#video-post-info .box-text.text-center {
    padding: 0 !important;
}

.z-index-0 {
    z-index: 0 !important;
}

.autocomplete-suggestion img + .search-name {
    text-align: right !important;
}

.webkima-icon .icon-inner {
    position: relative;
    z-index: 3;
}

.webkima-icon .icon-inner:before {
    content: '';
    border-radius: 200px;
    width: 75px;
    height: 75px;
    background: #5c2edf2e;
    position: absolute;
    z-index: -1;
    top: -13%;
    right: -20%;
}

.page-id-8 .woocommerce-MyAccount-content {
    float: unset !important;
    width: 100% !important;
}

.icon-box-text.last-reset .row .col-inner,
.icon-box-text.last-reset .row .col {
    box-shadow: unset !important;
    padding: 0 15px 7px !important;
    margin: unset !important;
}

.kima-pro-page .col {
    padding-bottom: 0;
}

.product ul.webkima-list-tick {
    font-size: .85rem;
}

.kima-pro-page form.cart {
    margin-bottom: 0;
}

.product .product-small .col-inner,
.product .post-item .col-inner {
    border-radius: var(--border-raduis-primary);
    overflow: hidden !important;
    background: var(--bg-white);
}

.unreq {
    position: relative;
}

.unreq .unreq-title {
    font-size: 15px;
    color: #87c274;
    margin-top: 15px;
    margin-bottom: 5px;
}

.unreq ul li {
    font-size: 15px;
    margin-bottom: 6px;
    padding-right: 20px;
    position: relative;
}

.unreq ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #87c274;
    border-radius: 7px;
    box-shadow: 0 0 0 3px rgba(135, 194, 116, 0.3);
    position: absolute;
    top: -2px;
    right: 1px;
    margin-left: 10px;
    margin-top: 9px;
}

.unreq ul, .req ul {
    list-style-type: none;
    margin-right: 0 !important;
    padding: 0;
}

.req .req-title {
    font-size: 15px;
    color: #ea3333;
    margin-bottom: 5px;
}

.req ul li {
    font-size: 15px;
    margin-bottom: 6px;
    padding-right: 20px;
    position: relative;
}

.req {
    position: relative;
}

.audioocontrols audio {
    width: 100%;
}

.pro-info-list .icon-inner {
    padding: 20px;
}

.pro-info-list .col-inner {
    border: 1px solid #d1c4e9;
}

::selection {
    color: #fefefe;
    background: var(--primary-color);
}

.search .post-item .col-inner {
    box-shadow: 0 5px 30px rgb(103 58 183 / 0.09) !important;
    border-radius: 10px !important;
}

.current .breadcrumb-step,
[data-icon-label]:after,
.button#place_order,
.button.checkout,
.checkout-button,
.single_add_to_cart_button.button {
    border-radius: 4px;
}

.video-fit {
    padding-top: 0 !important;
    border-radius: var(--border-raduis-primary);
}

.wp-video {
    width: 100% !important;
}

.sticky-add-to-cart__product .product-title-small {
    line-height: 1.3;
    font-size: 14px;
}

.lightbox-content {
    border-radius: var(--border-raduis-primary);
    overflow: hidden;
}

blockquote {
    background: var(--bg-primary);
    padding: 20px;
    border-radius: var(--border-raduis-primary);
    font-style: normal;
    font-size: 1em;
    border-left: 0;
    border-right: 4px solid var(--color-primary);
    position: relative;
    z-index: 2;
}

blockquote:before {
    content: ',,';
    font-size: 18rem;
    font-weight: 900;
    position: absolute;
    line-height: 1rem;
    opacity: 0.3;
    letter-spacing: -15px;
    color: #04c4c9;
    z-index: -1;
    left: 31px;
    bottom: 0;
    transform: rotate(180deg);
}
.single-post .blog-single .row-large>.col {
    padding: 0 15px 15px;
}
.single-post .entry-content a,
.comment-content a {
    position: relative;
    color: inherit;
    background-image: linear-gradient(
            transparent 25px,
            #ebf1ff 25px,
            #ebf1ff 27px,
            transparent 27px
    ),
    linear-gradient(
            transparent 25px,
            #04c4c9 25px,
            #04c4c9 27px,
            transparent 27px
    );
    background-size: 100% 40px, 100% 40px, 16px;
    transition: background-size 0.3s ease-in-out;
    background-repeat: no-repeat;
    padding-bottom: 5px;
}

.single-post .entry-content a:hover,
.comment-content a:hover {
    background-size: 0% 40px, 100% 40px, 16px;
}

.single-post .entry-content h1,
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4,
.single-post .entry-content h5,
.single-post .entry-content h6,
.product .woocommerce-tabs h1,
.product .woocommerce-tabs h2,
.product .woocommerce-tabs h3,
.product .woocommerce-tabs h4,
.product .woocommerce-tabs h5,
.product .woocommerce-tabs h6 {
    color: var(--text-color-primary) !important;
}

.single-post .entry-content p a.button,
.product .entry-content p a.button {
    border-bottom: none !important;
    color: #fff !important;
}

.single-post .entry-content p a.button:hover,
.product .entry-content p a.button:hover {
    border-bottom: none !important;
}

.single-post .page-title-inner {
    min-height: 400px !important;
}

li.current-dropdown > .nav-dropdown {
    top: 40px;
}

.account-item ul.nav-dropdown {
    top: 53px !important;
}

.security-1 .col-inner {
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 19px rgba(0, 0, 0, 0.16);
}

.page-template .kk-star-ratings {
    padding-left: 70px;
}

.post-sidebar .widget img {
    border-radius: var(--border-raduis-primary);
    overflow: hidden;
}

.entry-content {
    overflow-wrap: break-word;
}

.webkima-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 0.9em;
    border-bottom: 1px dashed var(--color-border-title);
}

span.webkima-update {
    padding-bottom: 10px;
    display: inline-block;
}

.webkima-home-header {
    margin-top: -150px;
}

.ux-timer {
    direction: ltr !important;
}

video:active,
video:hover,
video:focus {
    outline: none;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: var(--color-primary);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    min-height: 70px;
}

::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: var(--bg-white);
    box-shadow: inset 0 0 6px rgba(103, 58, 183, 0.12);
}

a.comment-reply-link {
    background: var(--bg-primary);
    padding: 3px 16px;
    color: var(--text-color-secondary);
    font-weight: 400;
}

body .gform_wrapper ul li.gfield {
    margin: 0 !important;
}

.gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
    margin: 0 !important;
}

body .gform_wrapper .top_label div.ginput_container {
    margin-bottom: 8px;
}

figure.aligncenter {
    border-radius: 4px;
    font-size: 0.7em;
    margin-bottom: 1.5rem !important;
}

.wp-block-image .alignright {
    margin-right: 0 !important;
    margin-left: 1em !important;
}

figcaption {
    display: block !important;
    margin-bottom: 0 !important;
}

.wp-block-button {
    margin-bottom: 2rem !important;
}

.aligncenter {
    text-align: center;
}

ul.ez-toc-list.ez-toc-list-level-1,
ul.ez-toc-list-level-3,p.ez-toc-title,#ez-toc-container ul {
    padding: 0 !important;
    margin: 0 !important;
}
.ez-toc-title {
    margin-bottom: 1rem;
}
#ez-toc-container {
    padding: 10px 20px;
    border-radius: var(--border-raduis-primary);
    margin: 20px 0;
    background: #04c4c90d !important;
}

#ez-toc-container nav {
    padding-right: 20px;
}

.kk-star-ratings.kksr-align-left {
    align-items: center;
}
.kksr-legend {
    font-size: .9rem !important;
}

.shared-counts-wrap.style-rounded a.shared-counts-button {
    width: 20% !important;
}

#form-field-about {
    height: 180px;
}

.gform_button {
    border-radius: 5px;
}

aside.rpwe_widget {
    border-radius: 10px;
    box-shadow: 0 0 70px 40px rgba(0, 0, 0, 0.06);
    padding-left: 7px;
}

aside.rpwe_widget span.widget-title {
    padding: 10px 0;
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px dashed;
    margin-right: 7px;
}

.rpwe-block a {
    float: right;
}

h3.rpwe-title {
    float: left;
    text-align: right;
    width: 72%;
}

ul.rpwe-ul {
    padding: 0 !important;
}

.text-box.banner-layer.x10.md-x10.lg-x10.y50.md-y50.lg-y50.res-text {
    width: 80% !important;
}

.nav-dropdown > li.image-column {
    min-width: 370px !important;
}

@keyframes shake-vertical {
    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    10%,
    30%,
    50%,
    70% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    20%,
    40%,
    60% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    80% {
        -webkit-transform: translateY(6.4px);
        transform: translateY(6.4px);
    }
    90% {
        -webkit-transform: translateY(-6.4px);
        transform: translateY(-6.4px);
    }
}

.shake-vertical {
    -webkit-animation: shake-vertical 10s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
    animation: shake-vertical 10s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
}

.kk-star-ratings.kksr-valign-bottom.kksr-align-left {
    padding-bottom: 2rem;
}
.post-product {
    background: #e8eaf6;
    padding: 20px 20px 0;
    margin-left: -25px;
    margin-right: -25px;
}

.post-product img {
    border-radius: 20px;
}

.wp-block-button__link {
    background-color: var(--color-primary) !important;
    font-size: 1em !important;
    padding: 7px 24px !important;
    color: #fff !important;
    transition: 0.3s all !important;
    margin-left: 20px;
    border-radius: var(--border-raduis-primary) !important;
    background-size: 0 !important;
}

.wp-block-button__link:hover {
    color: #fff !important;
    background-color: var(--color-success) !important;
}

#search-lightbox .autocomplete-suggestion img + .search-name {
    font-size: 0.6em !important;
}

#login-form-popup label {
    font-size: 0.8em !important;
    margin: 0 !important;
}

#login-form-popup p {
    margin: 0 !important;
}

svg {
    max-width: 100%;
}

.label-new.menu-item > a:after,
.label-hot.menu-item > a:after,
.label-sale.menu-item > a:after,
.label-popular.menu-item > a:after,
.label-pro.menu-item > a:after,
.label-Practical.menu-item > a:after{
    display: inline-block;
    font-size: 9px;
    line-height: 9px;
    text-transform: uppercase;
    letter-spacing: -0.1px;
    margin: 0 4px;
    background-color: rgb(226, 236, 252) !important;
    border-radius: 2px;
    color: var(--primary-color);
    padding: 2px 3px 3px;
    font-variation-settings: 'wght' 500, 'FANU' 1, 'DOTQ' 1;
}

.label-pro.menu-item > a:after {
    content: 'حرفه‌ای';
}

.label-Practical.menu-item > a:after {
    content: 'کاربردی';
}

.demo_store {
    background-color: var(--primary-color) !important;
}

.is-divider {
    display: none !important;
}

.article-inner.has-shadow {
    background-color: var(--bg-white);
    border-radius: var(--border-raduis-primary);
    box-shadow: none !important;
}

div.metro,
ol.metro,
ul.metro {
    border-right: dashed var(--color-secondary) 2px;
    margin: 20px 20px 0 0;
    list-style: none;
    position: relative;
    padding: 0;
    padding-right: 5px;
}

div.metro h3:before,
ol.metro > li:before {
    content: counter(step-counter);
    color: #fff;
    line-height: 25px;
    text-align: center;
    font-size: .875rem;
    background: var(--color-primary);
    width: 20px;
    height: 20px;
    margin-top: 3px;
    right: -11px;
    position: absolute;
    border-radius: 3px;
    transition: all 0.3s;
}

div.metro h3,
ol.metro li {
    counter-increment: step-counter;
    text-align: justify;
}

div.metro h3,
ol.metro li,
ul.metro li {
    margin-bottom: 15px !important;
    margin-right: 10px;
}

.entry ol li,
.entry ul ol li,
.comment-content ol li,
.comment-content ul ol li {
    list-style: decimal;
}

.webkima-list-tick li:before,
.tik li:before,
div#ez-toc-container ul.ez-toc-list li:before {
    content: '\e00a';
    font-family: 'fl-icons' !important;
    position: absolute;
    right: -22px;
    color: #04c4c9;
    line-height: 23px;
    font-size: 0.8rem !important;
}

ul.webkima-list-tick li,
ul.tik li,
div#ez-toc-container ul.ez-toc-list li {
    list-style: none;
    position: relative;
}

em {
    background: var(--bg-primary);
    font-style: normal !important;
    color: var(--text-color-secondary);
    padding: 0 2px;
    border-radius: 2px;
}

.review-form-inner.has-border {
    border: 0 !important;
    padding: 0 !important;
}

.product-section {
    border-top: 0;
}

.overlay-icon {
    background-color: rgb(0 0 0 / 73%);
    line-height: 3.2em;
}

hr.wp-block-separator {
    border-top: 2px dashed var(--color-primary);
    opacity: 0.5 !important;
    margin: 50px 0;
    border-bottom: none;
}

.hover-1:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #492059;
    transform: scaleX(0);
}

.hover-1:hover:before {
    transform: scaleX(1);
}

.w-note {
    margin: 4em 0 1em;
    background: var(--bg-primary);
    border-radius: var(--border-raduis-primary);
    border-right: 3px solid var(--color-primary);
    padding: 20px 15px;
    position: relative;
}

.w-note:before {
    content: '';
    background: url(https://webkima.com/wp-content/uploads/2020/12/101-idea-1.svg) no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    top: -28px;
    right: 5px;
    position: absolute;
}
.dark-theme .w-note:before {
    filter: hue-rotate(-74deg);
}
.w-note .wp-block-group__inner-container p {
    margin: 0 !important;
}

.w-note .wp-block-button {
    margin-bottom: 0 !important;
}

.wp-block-group.wbook {
    display: flex;
    border: 2px dashed var(--color-primary);
    border-radius: 4px;
    padding: 20px 0 0 10px;
    margin-bottom: 30px;
}

.wp-block-group.wbook figure {
    margin: 0 !important;
}

div#ez-toc-container li {
    margin: 0 !important;
    line-height: 2em;
    font-size: 0.92em;
}

li.woocommerce-mini-cart-item.mini_cart_item a, p.woocommerce-mini-cart__buttons.buttons {
    font-size: 0.8em !important;
}

p.woocommerce-mini-cart__total.total {
    font-size: 0.8em !important;
    border-color: var(--color-border-title);
}
.breadcrumbs a.current, .breadcrumbs a:hover {
    color: var(--color-primary);
}

.post .slider {
    box-shadow: none !important;
}

.wp-block-columns {
    display: flex;
}

.wp-block-column {
    margin: 0 5px !important;
    display: inline-table;
}

.tik.metro li::before {
    background: #04c4c9;
    color: #fff !important;
    border-radius: 50px;
    width: 22px;
    height: 22px;
    text-align: center;
    right: -27px !important;
}

main#main {
    background: var(--bg-primary);
}
.blog-wrapper {
    background: var(--bg-primary) !important;
}

.header-full-width .container {
    max-width: 98% !important;
}

.has-vivid-green-cyan-color {
    text-decoration: none;
    background: #00e5e830;
}

.has-pale-pink-color {
    background: var(--color-alert) !important;
    color: #fff;
}

blockquote.wp-embedded-content:before {
    content: unset;
}

blockquote.wp-embedded-content {
    font-size: 1.2em;
    padding: 10px;
    background: #04c4c91c;
    border-right: 4px solid #04c4c9;
}

.wp-block-buttons {
    display: flex;
}

.article-inner.has-shadow .entry-header-text-top {
    padding-bottom: 0;
}

.entry-author {
    padding: 0;
}

.author-box {
    position: relative;
    padding-right: 100px !important;
}

.entry-author.author-box {
    background: var(--bg-primary);
    margin: 20px;
    border-radius: var(--border-raduis-primary);
}

.author-box:before {
    content: '';
    width: 100px;
    background: url(https://webkima.com/wp-content/uploads/2021/12/NabiABdi.jpg) center center;
    background-size: contain;
    height: 100px;
    position: absolute;
    border-radius: var(--border-raduis-primary);
    right: 20px;
    top: 12%;
}

input[type='email'],
input[type='submit'],
input[type='date'],
input[type='number'],
input[type='text'],
input[type='tel'],
input[type='url'],
input[type='password'],
textarea {
    border-radius: 5px;
    box-shadow: none;
}

input[type='email']:focus,
input[type='date']:focus,
input[type='number']:focus,
input[type='text']:focus,
input[type='tel']:focus,
input[type='url']:focus,
input[type='password']:focus,
textarea:focus {
    box-shadow: 0 0 0 0.25rem var(--color-primary) !important;
}

.woocommerce-account .woocommerce-form button {
    width: 100%;
    border-radius: 5px;
}

pre {
    background-color: unset;
    border: none;
    padding: 0;
}

code {
    white-space: pre-wrap !important;
    overflow-wrap: break-word !important;
    background-color: var(--bg-primary);
    border: none;
    border-left: 2px solid #04c4c9;
}

.step-counter .post-item {
    counter-increment: step-counter;
}

.step-counter .post-item .box:before {
    content: 'جلسه ' counter(step-counter);
    text-align: center;
    background: var(--bg-primary);
    top: 10px;
    padding: 15px;
    left: 15px;
    line-height: 0;
    position: absolute;
    border-radius: 10px;
    font-size: 0.8em;
    font-variation-settings: 'wght' 600, 'FANU' 1, 'DOTQ' 1;
}

.step-counter.wbox .box::before {
    z-index: 2;
    top: auto;
    bottom: 48px;
}

.mtsnb .mtsnb-button {
    font-size: 18px;
}

.mtsnb-hide span {
    font-size: 33px;
    line-height: 16px;
}

.w-related {
    padding: 20px;
    background: #04c4c90d;
    border-right: 3px solid #04c4c9;
    position: relative;
    font-size: 0.9em;
    border-radius: var(--border-raduis-primary);
}

.w-related h4 {
    display: none;
}

.w-related ul {
    margin: 0;
}

.accordion-item {
    background: var(--bg-white);
    overflow: hidden;
    border-bottom: 1px solid var(--color-border-title);
}

.accordion-title {
    border-top: none;
    font-size: 88%;
}
.webkima-accordion .accordion-title {
    padding: .75rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.webkima-accordion.accordion .toggle {
    right: auto;
    left: 0;
    height: 1.5em;
    margin-left: 0;
    position: relative;
    top: 0;
    transform-origin: 50% 50%;
}
.webkima-accordion .session-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: auto;
}
.webkima-accordion .session-time {
    background: #00C17820;
    color: #00C178;
    padding: .1rem .3rem;
    border-radius: 3px;
    height: 1.4rem;
    font-size: .7rem;
}
.webkima-accordion-section {
    margin-bottom: 3rem;
}
i.icon-angle-down {
    line-height: 1.6;
}

.accordion-title span {
    font-size: 1rem;
}

.add-to-cart-button a.add_to_cart_button {
    margin-top: 15px;
    font-size: 0.9em;
    padding: 0px 40px;
}

.pro-imgg img {
    max-width: 80%;
    float: left;
    border-radius: var(--border-raduis-primary);
}

.pro-img img, select {
    border-radius: var(--border-raduis-primary);
}

.kima-tv {
    position: relative;
}

@keyframes pulseVp-kima-tv {
    0% {
        box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.35);
    }
    70% {
        box-shadow: 0 0 0 40px rgba(165, 169, 177, 0);
    }
    to {
        box-shadow: 0 0 0 0 rgba(239, 243, 242, 0);
    }
}

.kima-tv:before {
    content: '\e605';
    font-family: fl-icons !important;
    display: flex;
    transform: translate(50%, -50%);
    position: absolute;
    right: 50%;
    top: 50%;
    z-index: 1;
    font-size: 3em;
    background: #000000;
    border-radius: 100%;
    padding: 0 14px;
    color: #ffffff;
    border: 2px solid #ffffff;
    pointer-events: none;
    opacity: 0.4;
    transition: all 0.3s ease-out;
    animation: pulseVp-kima-tv 3s infinite;
}

.kima-tv-small:before {
    font-size: 2em;
    padding: 0 10px;
}

.kima-tv:hover:before {
    opacity: 0.9;
}

.new-academy .button {
    margin-bottom: 0 !important;
}

.ux-timer > span > strong {
    font-size: 0.5em !important;
    font-weight: 300 !important;
}

.w-related .metro li {
    margin-bottom: 8px !important;
}

.w-related .metro > li:before {
    width: 22px;
    height: 23px;
    line-height: 25px;
    font-size: 0.9em;
    right: -12px;
    margin-top: 0;
}

.w-related .metro > li a {
    font-size: 0.95em;
}

.widget ul {
    padding: 0;
}

p.from_the_blog_excerpt,
h3.post-title.is-large {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

h3.post-title.is-large {
    -webkit-line-clamp: 1;
    font-size: 1.1em;
}

p.from_the_blog_comments {
    display: none;
}

.youtube-btn {
    position: fixed;
    left: 20px;
    bottom: 40px;
    z-index: 999;
    display: none;
}
.youtube-btn-inner {
    background: var(--bg-white);
    border-radius: var(--border-raduis-primary);
    padding: 0.5rem;
}
.youtube-btn-wrapper {
    position: relative;
}
.close-icon {
    position: absolute;
    left: -5px;
    width: 32px;
    top: -36px;
    cursor: pointer;
    padding: 0.25rem;
}
.close-icon svg {
    fill: var(--text-color-secondary);
}
.youtube-btn a {
    display: block;
}
.youtube-btn .lets-go {
    color: #fff !important;
    text-align: center;
    background: #666af6;
    padding: 0.25rem;
    font-size: .95rem;
    border-radius: 0.3rem;
    display: block;
    transition: all 0.2s ease-out;
}
.youtube-btn p {
    font-size: .7rem;
    max-width: 140px;
    margin: 0.5rem 0;
}
.youtube-btn:hover .lets-go{
    color: #fff;
    background: #551bf8;
}
.youtube-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-primary);
    border-radius: var(--border-raduis-primary);
    padding: 1rem;
}
.mfp-bg.mfp-ready {
    opacity: 1;
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .wp-block-button__link {
        padding: 7px !important;
        margin-left: 10px;
    }

    .pro-imgg img {
        max-width: 100%;
        float: unset;
    }

    div#video-post-info {
        margin: 6px;
    }

    .pro-info-list .icon-box-left .icon-box-img {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 30px;
    }

    #comments ul.children,
    #comments ul.children li {
        margin: 0 !important;
        padding-right: 0 !important;
    }

    #comments li.comment {
        margin-right: 0;
    }

    #comments ol.comment-list {
        padding-right: 0 !important;
    }

    body.single-post #content.blog-wrapper.blog-single .large-10.col {
        padding: 0 5px 30px !important;
    }
}

.hero .hero-row {
    background: var(--bg-white);
    border-radius: var(--border-raduis-primary);
    padding: 4rem 2rem 1rem 2rem;
    max-width: 1245px;
}

.hero a.button {
    padding: 0.2rem;
}

.footer-row {
    background: var(--bg-white);
    padding: 2rem;
    border-radius: var(--border-raduis-primary);
}

.footer-row .social-icons i {
    font-size: 2rem;
    background: var(--bg-primary);
    padding: 0.7rem 1.2rem;
    border-radius: var(--border-radius-secondery);
    color: var(--text-color-secondary);
}

.page .w-note, .product .w-note {
    background: var(--bg-white);
}

time.pull-left {
    display: none;
}
/* Product Price */
span.price, p.price {
    font-size: 1.2em;
    margin-top: 14px;
    font-variation-settings: 'wght' 750, 'FANU' 1, 'DOTQ' 1;
}
p.price {
    font-size: 1.1em;
    margin-top: 0;
}
span.woocommerce-Price-currencySymbol {
    font-size: .7rem;
    word-spacing: -2px;
    font-variation-settings: 'wght' 350, 'FANU' 1, 'DOTQ' 1;
}
.post p.price.product-page-price {
    display: none;
}
#search-lightbox .search-price span.amount {
    font-size: 0.7em;
}
#search-lightbox .search-price span.amount {
    color: #fff;
}
.price del {
    text-decoration: none;
}
.price del bdi {
    position: relative;
}
.price del bdi:before {
    content: '';
    position: absolute;
    top: 12px;
    right: 0;
    height: 3px;
    width: 100%;
    background-color: #dd3333;
    opacity: .5;
    transform: rotate(-5deg);
}
p.price del bdi:before {
    top: 1.1rem;
}
.discount-amount {
    text-align: center;
    margin-top: .8rem;
    font-size: .9rem;
    font-variation-settings: 'wght' 600, 'wdth' 110, 'FANU' 1, 'DOTQ' 1;
}
/* Ready site product page */
.single-product .extra-feature-wrapper {
    margin-bottom: 1rem;
}
.single-product .extra-feature-field {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
}
.single-product .extra-feature-input {
    display: flex;
    align-items: center;
}
.single-product .extra-feature-input input[type="checkbox"] {
    margin: 0 0 0 10px;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.single-product .extra-feature-input label {
    margin: 0 23px 0 0;
    position: relative;
    color: var(--text-color-secondary);
}

.single-product .extra-feature-input label:before {
    content: '';
    position: absolute;
    right: -23px;
    top: 3px;
    width: 18px;
    height: 18px;
    border: 2px solid #bbb;
    border-radius: 4px;
}

.single-product .extra-feature-input input[type="checkbox"]:checked + label:before {
    background-color: #4caf50;
    border-color: #4caf50;
}

.single-product .extra-feature-input label:after {
    content: '\2714';
    position: absolute;
    right: -21px;
    top: 3px;
    font-size: 14px;
    color: #fff;
    opacity: 0;
}

.single-product .extra-feature-input input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.single-product .extra-feature-field span.woocommerce-Price-amount.amount {
    font-size: 1.2rem;
    font-variation-settings: 'wght' 650, 'FANU' 1, 'DOTQ' 1;
}
.price-box .col {
    padding-bottom: 0;
}
.price-box .col .col-inner p {
    margin-bottom: .5rem;
}
.price-box button.single_add_to_cart_button {
    width: 100%;
    margin-bottom: 0;
}
.sticky-add-to-cart--active {
    background-color: var(--bg-white) !important;
    border-color: var(--color-border-title);
}
.sticky-add-to-cart--active .extra-feature-wrapper {
    padding: 0 1rem;
}
.section-content {
    z-index: unset;
}
.sticky-add-to-cart--active .product-page-price {
    font-size: 1.5rem;
}
.sticky-add-to-cart--active .extra-feature-wrapper {
    transform: scale(.9);
}
span.amount {
    color: var(--text-color-secondary);
}
.ready-site-pro-img img {
    height: 430px;
    object-fit: cover;
    border-radius: var(--border-raduis-primary);
}
.row-content .col {
    padding: 0;
}
/* Sale badge */
.equalize-box .badge-container,
.product .badge-container,
.product-image .badge-container,
.badge_discount .badge-container {
    top: auto;
    bottom: -1px;
}
.badge-inner.on-sale {
    border-radius: 15px 0 0 0;
	color: var(--text-color-secondary);
    font-weight: bold;
}
/* Lessons */
.lessons {
    display: flex;
    overflow-x: scroll;
    gap: .5rem;
    padding: 0 1.5rem 1rem;
    background: #000;
}
.lessons a.lesson {
    background: var(--bg-white);
    border-radius: var(--border-radius-secondery);
    transition: all .3s ease;
    position: relative;
    width: 150px;
    filter: brightness(0.7);
}
.lessons .lesson-img {
    width: 150px;
    border-radius: var(--border-radius-secondery-top);
    overflow: hidden;
    aspect-ratio: 16/9;
}
.lessons .lesson-img img {
    width: 100%;
    height: 100%;
}
.lessons .lesson-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.2rem;
}
.lessons .lesson-title h3{
    font-size: .75rem;
    font-variation-settings: 'wght' 300, 'wdth' 110, 'FANU' 1, 'DOTQ' 1;
}
.lessons .lesson-info {
    padding: 0.5rem 0.5rem 0.2rem;
}
.lessons .lesson-number {
    font-size: .75rem;
    text-align: center;
    font-variation-settings: 'wght' 500, 'wdth' 110, 'FANU' 1, 'DOTQ' 1;
}
.lessons a.lesson:hover {
    transform: translateY(5px);
    filter: brightness(1);
}
a.lesson.current-post {
    filter: brightness(1);
    pointer-events: none;
    position: relative;
}
a.lesson .absolute {
    transform: translate(-50%,-90%) scale(.8) !important;
}
.lesson .current {
    position: absolute;
    background: rgb(0 0 0 / 78%);
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 17px;
    z-index: 99;
}
.lesson .current p {
    text-align: center !important;
    font-size: .8rem;
    margin: 0 !important;
    line-height: 1.2rem !important;
    background: #000;
    padding: .2rem;
    width: 100%;
}
.entry-image.entry-video.relative {
    background: #000;
}
.section-title-normal,.nav-dropdown.nav-dropdown-bold>li.nav-dropdown-col, .nav-dropdown.nav-dropdown-simple>li.nav-dropdown-col,.comment-list>li:not(:first-child), .commentlist>li:not(:first-child) {
    border-color: var(--color-border-title);
}
.absolute-footer {
    color: var(--text-color-secondary);
}
button.theme-switch-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-primary);
    padding: 1.1rem;
}
button.theme-switch-btn svg {
    width: 1.7rem;
    height: 1.7rem;
    transition: opacity 0.3s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.theme-switch-btn .sun {
    opacity: 1;
}
.dark-theme .theme-switch-btn .moon {
    opacity: 1;
}
.dark-theme .theme-switch-btn .sun {
    opacity: 0;
}
.normal-title,td, th,legend,.woo-wallet-my-wallet-container {
    border-color: var(--color-border-title);
}
.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, select:focus, textarea:focus {
    border-color: var(--color-border-title);
    color: var(--text-color-secondary);
    background-color: var(--bg-white);
    box-shadow: none;
}
.reset_variations {
    color: var(--text-color-secondary) !important;
}
.woocommerce-variation-price {
    padding: 15px 0;
}
textarea#comment {
    background-color: var(--bg-primary) !important;
}
.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
    background-color: var(--bg-white);
}
.nav-sidebar.nav-vertical>li+li {
    border-color: var(--color-border-title);
}
.nav-vertical>li>ul li a {
    color: var(--color-links);
}
.nav-vertical li li.menu-item-has-children>a {
    color: var(--text-color-secondary);
}
#discount-message {
    margin: auto;
    background: #666af6;
    padding: 1rem 2rem;
    font-size: 18px;
    text-align: center;
    color: white;
}
/* My account */
.my-account-header {
    border-color: var(--color-border-title);
    padding: 2rem 0;
}
.my-account .vertical-tabs > .large-3.col-border {
    background: var(--bg-white);
    border: none;
    padding: 30px 15px 0 15px;
    border-radius: var(--border-raduis-primary);
}
ul#my-account-nav>li>a:before {
    right: -17px;
    left: auto;
}
ul#my-account-nav>li>a {
    padding: 1rem 0;
}
ul#my-account-nav.nav-vertical>li+li {
    border-color: var(--color-border-title);
}
.woo-wallet-my-wallet-container .woo-wallet-sidebar {
    background: var(--bg-secondery);
}
.woo-wallet-sidebar ul li.card {
    background: var(--bg-white);;
}
.woocommerce-EditAccountForm input{
    padding: 1.5rem 0.75em !important;
}
.sample-video-slider .slider-style-focus {
    padding-top: 0;
}
.show-more-row .show-more-content {
    max-height: 750px;
    transition: all .3s ease;
}
.show-more-row.expanded .show-more-content {
    max-height: fit-content;
}
.show-more-row-btn {
    margin-top: -2rem;
}
.show-more-row-btn > .col {
    padding: 0;
}
.product .section-title {
    margin-bottom: 0;
}
.sample-video-slider .flickity-enabled.is-draggable .flickity-viewport {
    height: 200px !important;
}
.sample-video-slider .wp-video-shortcode {
    height: 200px !important;
    width: 100% !important;
}
table {
    border-color: var(--color-border-title);
}
td {
    color: var(--text-color-secondary);
}
.woocommerce-message.message-wrapper {
    background: var(--bg-primary);
    margin: 0 !important;
}
.webkima-notification-bar {
    padding: 0 !important;
}
.webkima-notification-bar a.button {
    margin: 0;
}
.webkima-notification-bar p {
    margin: 0;
}
.webkima-notification-bar .row-small .col {
   padding-bottom: 0;
}
.header-top {
    /*background-color: var(--bg-primary); uncomment after the black friday*/
    background-color: #000;
}
.sell .hero-row {
    background-color: rgba(255,255,255,.6);
    backdrop-filter: blur(9px);
}
.flickity-slider .slide {
    background: var(--bg-white) !important;
}

/**
* kk Star Ratings
* @see https://github.com/kamalkhan/kk-star-ratings
*/
.kk-star-ratings {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.kk-star-ratings.kksr-shortcode {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.kk-star-ratings.kksr-valign-top {
    margin-bottom: 2rem;
}
.kk-star-ratings.kksr-valign-bottom {
    margin-top: 2rem;
}
.kk-star-ratings.kksr-align-left {
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}
.kk-star-ratings.kksr-align-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.kk-star-ratings.kksr-align-right {
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}
.kk-star-ratings .kksr-muted {
    opacity: .5;
}
.kk-star-ratings .kksr-stars {
    position: relative;
}
.kk-star-ratings .kksr-stars .kksr-stars-active,
.kk-star-ratings .kksr-stars .kksr-stars-inactive {
    display: flex;
}
.kk-star-ratings .kksr-stars .kksr-stars-active {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
}
.kk-star-ratings .kksr-stars .kksr-star {
    cursor: pointer;
    padding-right: 0px;
}
.kk-star-ratings.kksr-disabled .kksr-stars .kksr-star {
    cursor: default;
}
.kk-star-ratings .kksr-stars .kksr-star .kksr-icon {
    transition: .3s all;
}
/* Images */
.kk-star-ratings:not(.kksr-disabled) .kksr-stars:hover .kksr-stars-active {
    width: 0 !important;
}
.kk-star-ratings .kksr-stars .kksr-star .kksr-icon,
.kk-star-ratings:not(.kksr-disabled) .kksr-stars .kksr-star:hover ~ .kksr-star .kksr-icon {
    background-image: url("assets/kk-star-rating/inactive.svg");
}
.kk-star-ratings .kksr-stars .kksr-stars-active .kksr-star .kksr-icon {
    background-image: url("assets/kk-star-rating/active.svg");
}
.kk-star-ratings.kksr-disabled .kksr-stars .kksr-stars-active .kksr-star .kksr-icon,
.kk-star-ratings:not(.kksr-disabled) .kksr-stars:hover .kksr-star .kksr-icon {
    background-image: url("assets/kk-star-rating/selected.svg");
}
/* Legend */
.kk-star-ratings .kksr-legend {
    margin-left: .75rem;
    margin-right: .75rem;
}

/* Comment Section */
div#comments {
    max-width: 800px;
    margin: 3rem auto;
}
form#commentform {
    margin: 0;
}
.stars a+a {
    border-right: 0;
}
.stars a {
    font-size: 1rem;
}
#comments .comment-respond .comment-reply-title {
    font-size: 1rem;
    margin-bottom: 1.5rem;
}
ol.comment-list, ol.comment-list>li.comment{
    margin: 0;
    padding: 0;
}
#comments p, #comments .description p {
    font-size: .925rem;
}
.comment article, .depth-2.from-admin .comment-text, .depth-1 > .comment_container > .comment-text {
    border-radius: var(--border-raduis-primary);
    padding: 1rem !important;
    position: relative;
}
.comment-list>li:not(:first-child),.commentlist>li:not(:first-child) {
    border: none;
}
ol.comment-list>li,ol.commentlist>li {
    margin-bottom: 3.5rem !important;
}
.comment.depth-1 > article, .depth-1 > .comment_container > .comment-text {
    background-color: var(--bg-secondery);
}
ul.children {
    margin: .2em 0 1em 0;
}
ul.children > .depth-2 {
    margin-right: 1.6em;
}
ul.children .depth-2 article, .depth-2.from-admin .comment-text {
    background-color: var(--bg-white);
}
.depth-2.from-admin .comment-text {
    margin-top: 1.6rem;
}
.depth-1 > ul.children {
    position: relative;
}
.depth-2 ul.children {
    padding: 0 !important;
}
.depth-2 ul.children li.comment {
    margin-right: 0 !important;
}
ul.children > .depth-2 article:before, .depth-2.from-admin .comment-text:before {
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    right: -27px;
    top: 50%;
    width: 27px;
    background-color: var(--bg-secondery);
}
ul.children .last-item article:after, .depth-2.from-admin .comment-text:after {
    content: "";
    display: block;
    width: 5px;
    background-color: var(--bg-primary);
    height: calc(50% - 3px);
    position: absolute;
    right: -28px;
    bottom: 0;
}
.depth-1 > ul.children:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 18px;
    top: -5px;
    width: 3px;
    background-color: var(--bg-secondery);
}
#comments .comment-respond {
    background-color: var(--bg-white);
    margin: 1.5rem 0 3rem 0;
    padding: 1.5rem;
    border-radius: var(--border-raduis-primary);
}
#comments p.must-log-in {
    padding-bottom: 2rem;
}
.must-log-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.must-log-in a.button {
    margin: 0;
}
.nav-links.nex-prev-nav {
    display: flex;
    justify-content: space-between;
}
ol.commentlist, ol.commentlist li {
    padding: 0;
    margin: 0;
}
.comment-text .star-rating {
    font-size: 20px;
    float: left;
}

.box-image .out-of-stock-label {
    background: var(--bg-primary);
    color: var(--text-color-secondary);
}

@media only screen and (max-width: 992px) {
    .sticky-add-to-cart--active {
        flex-direction: column;
    }
    .sticky-add-to-cart--active button.single_add_to_cart_button {
        width: 100% !important;
    }
}

@media only screen and (min-width: 992px) {
    .hero .hero-row {
        padding: 1.8rem .5rem 0 .5rem;
    }

    .footer-row .col {
        padding-bottom: 0;
        margin-bottom: -40px;
    }
    .sticky-add-to-cart.sticky-add-to-cart--active form.cart {
        display: flex;
        align-items: center;
        gap: .5rem;
    }
    .sticky-add-to-cart.sticky-add-to-cart--active .discount-amount {
        margin: 0 1rem 0 0;
    }
    .sample-video-slider .flickity-enabled.is-draggable .flickity-viewport {
        height: 345px !important;
    }
    .sample-video-slider .wp-video-shortcode {
        height: 345px !important;
        width: 100% !important;
    }
    article.post p,
    .product .tab-panels p {
        text-align: justify;
    }
}

@media only screen and (max-width: 768px) {
    .wp-block-group.wbook {
        padding: 20px 10px !important;
    }

    .author-box:before {
        top: 5%;
        right: auto;
        left: 20px;
    }

    .author-box {
        padding-right: 0 !important;
        padding-top: 100px;
    }

    .hero .hero-row {
        padding: 1rem 0.5rem 0 0.5rem;
    }

    .footer-row {
        padding: 1rem;
    }

    /* Gravity Forms is main page */
    input#input_3_2 {
        border-radius: 10px;
    }

    body .gform_wrapper .top_label div.ginput_container {
        margin-bottom: 46px !important;
    }
    .must-log-in {
        flex-direction: column;
    }
    .must-log-in a.button {
        margin-top: 1rem;
    }
    .webkima-accordion .session-title span {
        font-size: 100%;
    }
    .webkima-accordion .session-title span:first-child {
        width: 70%;
    }
}

/* Temporary */
.sell .section-bg.bg-loaded {
    background-repeat: repeat !important;
    background-size: contain !important;
}
.sell .hero-row {
    background-color: rgba(232, 235, 255, 0.6);
    backdrop-filter: blur(5px);
}
.webkima-notification-bar .effect-confetti {
    animation: confetti 25s linear infinite;
    background-image: url('https://webkima.com/wp-content/themes/flatsome/assets/img/effects/confetti2.png');
    background-size: 500px;
}
.header-top {
    animation: confetti 25s linear infinite;
    background-image: url(https://webkima.com/wp-content/themes/flatsome/assets/img/effects/confetti2.png);
    background-size: 500px;
}
#top-bar.header-top .flex-col.flex-left {
    width: 100% !important;
    padding: 1rem 0;
}