/* License: (XW3XMN) */
@font-face {
	font-family: IRANYekanX;
	font-style: normal;
	font-weight: 100;
    font-display: swap;
	src: url('../fonts/iranyekan/thin.woff') format('woff'), url('../fonts/iranyekan/thin.woff2') format('woff2');
}

@font-face {
	font-family: IRANYekanX;
	font-style: normal;
	font-weight: 200;
    font-display: swap;
	src: url('../fonts/iranyekan/ultralight.woff') format('woff'), url('../fonts/iranyekan/ultralight.woff2') format('woff2');
}

@font-face {
	font-family: IRANYekanX;
	font-style: normal;
	font-weight: 300;
    font-display: swap;
	src: url('../fonts/iranyekan/light.woff') format('woff'), url('../fonts/iranyekan/light.woff2') format('woff2');
}

@font-face {
	font-family: IRANYekanX;
	font-style: normal;
	font-weight: 500;
    font-display: swap;
	src: url('../fonts/iranyekan/medium.woff') format('woff'), url('../fonts/iranyekan/medium.woff2') format('woff2');
}

@font-face {
	font-family: IRANYekanX;
	font-style: normal;
	font-weight: 600;
    font-display: swap;
	src: url('../fonts/iranyekan/demibold.woff') format('woff'), url('../fonts/iranyekan/demibold.woff2') format('woff2');
}

@font-face {
	font-family: IRANYekanX;
	font-style: normal;
	font-weight: 900;
    font-display: swap;
	src: url('../fonts/iranyekan/black.woff') format('woff'), url('../fonts/iranyekan/black.woff2') format('woff2');
}

@font-face {
	font-family: IRANYekanX;
	font-style: normal;
	font-weight: bold;
    font-display: swap;
	src: url('../fonts/iranyekan/bold.woff') format('woff'), url('../fonts/iranyekan/bold.woff2') format('woff2');
}

@font-face {
	font-family: IRANYekanX;
	font-style: normal;
	font-weight: normal;
    font-display: swap;
	src: url('../fonts/iranyekan/regular.woff') format('woff'), url('../fonts/iranyekan/regular.woff2') format('woff2');
}

/**
 * VARIABLES
 */
 :root {
    --hk-primary: #7cb342;
    --hk-secondary: #2d2d2f;
    --hk-primary900: #68a22b;
    --hk-secondary900: #232325;
    --hk-danger: #fb4248;
    --hk-danger900: #e34247;
    --hk-light: #f2f2f7;
    --hk-white: #ffffff;
    --hk-black: #000000;
    --hk-title: #1b1b1d;
    --hk-subtitle: #8f8f94;
    --hk-text: #1b1b1d;
    --hk-border: #ebeaef;
    --hk-border600: #e6e7e8;
    --hk-border900: #d1d1d6;
    --hk-border300: #e8e8ed;
    --hk-transition: all .15s ease-in-out;
    --bs-link-color: #2d2d2f;
    --bs-link-color-rgb: 45,45,47;
    --bs-link-decoration: none;
    --bs-link-hover-color: #7cb342;
    --bs-link-hover-color-rgb: 124,179,66;
    --bs-primary-rgb: 13,110,253;
    --bs-secondary-rgb: 143,143,148;
    --bs-success-rgb: 124,179,66;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 251,66,72;
    --bs-light-rgb: 242,242,247;
    --bs-dark-rgb: 45,45,47;
    --bs-border-color: #ebeaef;
}

/**
 * GENERAL
 */
* {
    font-family: IRANYekanX, Tahoma, sans-serif;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    direction: rtl;
    unicode-bidi: embed;
	overflow-x: hidden;
	height: 100%;
	margin: 0;
	padding: 0;
	color: var(--hk-text);
	background-color: var(--hk-white);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 200%;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    transition: var(--hk-transition);
}

img,
object,
figure,
video,
svg,
iframe,
embed {
    max-width: 100%;
	border: 0;
}

legend {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 2;
}

table {
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
	vertical-align: middle;
}

svg {
    fill: currentColor;
    stroke: currentColor;
}

blockquote {
    display: block;
    width: 100%;
    padding: 1.5rem;
    color: var(--hk-text);
    background-color: var(--hk-light);
    border-radius: 2rem;
}

blockquote p:last-child {
    margin: 0;
}

b,
strong {
    font-weight: 600;
}

select,
input[type="text"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="search"] {
    display: block;
    width: 100%;
    color: var(--hk-secondary);
	background-color: var(--hk-white);
    border: 1px solid var(--hk-border300);
    border-radius: 0.375rem;
    transition: all 0.2s ease-in-out;
}

textarea {
    display: block;
    width: 100%;
	color: var(--hk-secondary);
	background-color: var(--hk-white);
    border: 1px solid var(--hk-border300);
    border-radius: 0.375rem;
    transition: all 0.2s ease-in-out;
	resize: vertical;
}

textarea:not(.form-control) {
	min-height: 80px;
}

select:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: var(--hk-secondary);
    background-color: var(--hk-white);
    border-color: var(--hk-border900);
    outline: 0;
}

.button,
button[type="submit"],
input[type="submit"] {
	display: inline-block;
	overflow: hidden;
	padding: 0.375rem 0.75rem;
	color: var(--hk-white);
	background-color: var(--hk-primary);
    border: 1px solid var(--hk-primary);
	border-radius: 0.375rem;
	line-height: 2;
	white-space: nowrap;
	cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.button:hover,
button[type="submit"]:hover,
input[type="submit"]:hover,
.button:focus,
button[type="submit"]:focus,
input[type="submit"]:focus {
	color: var(--hk-white);
	background-color: var(--hk-primary900);
	border-color: var(--hk-primary900);
	outline: 0;
}

label {
	color: var(--hk-text);
	font-size: 0.875rem;
	font-weight: 500;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-bottom: 1rem;
    color: var(--hk-title);
    font-weight: 800;
    line-height: 160%;
}

h1,
.h1 {
    font-size: 1.75rem;
}

h2,
.h2 {
    font-size: 1.5rem;
}

h3,
.h3 {
    font-size: 1.25rem;
}

h4,
.h4 {
    font-size: 1.125rem;
}

h5,
.h5 {
    font-size: 1rem;
}

h6,
.h6 {
    font-size: 0.875rem;
}

.image-border,
.wp-caption {
	padding: 0.375rem;
	background-color: var(--hk-white);
	border: 1px solid var(--hk-border);
}

.gallery-caption,
.wp-caption-text,
.wp-caption-dd {
	margin: 0;
	padding: 0.375rem;
	background-color: var(--hk-white);
	text-align: center;
}

.clear {
	clear: both;
}

.clearfix:after {
	display: table;
	clear: both;
	content: " ";
}

.nobreak {
	white-space: nowrap;
}

.hidden {
    display: none;
}

.visible {
	display: block;
	opacity: 1!important;
}

.alignnone {
    margin: 0.5rem 0 0 0;
}

.alignright {
    float: right;
    margin: 0 0 1rem 1rem;
}

.alignleft {
    float: left;
    margin: 0 1rem 1rem 0;
}

.aligncenter {
    display: block;
	text-align: center;
	margin: 0 auto;
}

.alignvertical {
	margin: 0.5rem 0 0.375rem;
}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

/**
 * LOADING
 */
form.loading {
	position: relative;
}

form.loading:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	background: rgba( 0, 0, 0, 0.3);
	border-radius: .25rem;
	z-index: 99;
}

form.loading:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 50%;
	margin-right: -1.5em;
	margin-top: -1.5em;
	width: 3rem;
	height: 3rem;
	border: .25em solid #fff;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite;
	z-index: 100;
}

/**
 * PLACEHOLDERS
 */
::-webkit-input-placeholder { color: var(--hk-subtitle); /* WebKit, Blink, Edge */ }
:-moz-placeholder { color: var(--hk-subtitle); opacity: 1; /* Mozilla Firefox 4 to 18 */ }
::-moz-placeholder { color: var(--hk-subtitle); opacity: 1; /* Mozilla Firefox 19+ */ }
:-ms-input-placeholder { color: var(--hk-subtitle); /* Internet Explorer 10-11 */ }
::-ms-input-placeholder { color: var(--hk-subtitle); /* Microsoft Edge */ }
::placeholder { color: var(--hk-subtitle); /* Most modern browsers support this now. */ }
.place-white::-webkit-input-placeholder { color: var(--hk-white); /* WebKit, Blink, Edge */ }
.place-white:-moz-placeholder { color: var(--hk-white); opacity: 1; /* Mozilla Firefox 4 to 18 */ }
.place-white::-moz-placeholder { color: var(--hk-white); opacity: 1; /* Mozilla Firefox 19+ */ }
.place-white:-ms-input-placeholder { color: var(--hk-white); /* Internet Explorer 10-11 */ }
.place-white::-ms-input-placeholder { color: var(--hk-white); /* Microsoft Edge */ }
.place-white::placeholder { color: var(--hk-white); /* Most modern browsers support this now. */ }

/**
 * HELPERS
 */
.icon-svg svg {
    transition: var(--hk-transition);
}

.icon-svg:hover svg,
.icon-svg:focus svg {
    transform: translate3d(-.25em,0,0);
}

.icon-svg-reverse:hover svg,
.icon-svg-reverse:focus svg {
    transform: translate3d(.25em,0,0);
}

.fix-icon {
    position: relative;
    top: -2px;
}

.pb-100 {
    padding-bottom: 100% !important;
}

.pb-56 {
    padding-bottom: 56% !important;
}

.bg-copyright {
    background-color: var(--hk-border300) !important;
}

.text-copyright {
    color: var(--hk-subtitle) !important;
}

.preline {
    white-space: pre-line;
}

.fs-7 {
    font-size: 0.875rem !important;
}

.fs-8 {
    font-size: 0.75rem !important;
}

.fs-9 {
    font-size: 0.625rem !important;
}

.text-justify {
    text-align: justify !important;
}

.line-clamp {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/**
 * BOOTSTRAP
 */
.btn-success {
    --bs-btn-color: var(--hk-white);
    --bs-btn-bg: var(--hk-primary);
    --bs-btn-border-color: var(--hk-primary);
    --bs-btn-hover-color: var(--hk-white);
    --bs-btn-hover-bg: var(--hk-primary900);
    --bs-btn-hover-border-color: var(--hk-primary900);
    --bs-btn-focus-shadow-rgb: var(--bs-success-rgb);
    --bs-btn-active-color: var(--hk-white);
    --bs-btn-active-bg: var(--hk-primary900);
    --bs-btn-active-border-color: var(--hk-primary900);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: var(--hk-border);
    --bs-btn-disabled-bg: var(--hk-primary);
    --bs-btn-disabled-border-color: var(--hk-primary);
}

.btn-dark {
    --bs-btn-color: var(--hk-white);
    --bs-btn-bg: var(--hk-secondary);
    --bs-btn-border-color: var(--hk-secondary);
    --bs-btn-hover-color: var(--hk-white);
    --bs-btn-hover-bg: var(--hk-secondary900);
    --bs-btn-hover-border-color: var(--hk-secondary900);
    --bs-btn-focus-shadow-rgb: var(--bs-dark-rgb);
    --bs-btn-active-color: var(--hk-white);
    --bs-btn-active-bg: var(--hk-secondary900);
    --bs-btn-active-border-color: var(--hk-secondary900);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: var(--hk-border);
    --bs-btn-disabled-bg: var(--hk-secondary);
    --bs-btn-disabled-border-color: var(--hk-secondary);
}

.btn-light {
    --bs-btn-color: var(--hk-text);
    --bs-btn-bg: var(--hk-white);
    --bs-btn-border-color: var(--hk-white);
    --bs-btn-hover-color: var(--hk-text);
    --bs-btn-hover-bg: var(--hk-border600);
    --bs-btn-hover-border-color: var(--hk-border600);
    --bs-btn-focus-shadow-rgb: 27,27,29;
    --bs-btn-active-color: var(--hk-primary);
    --bs-btn-active-bg: var(--hk-border600);
    --bs-btn-active-border-color: var(--hk-border600);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: var(--hk-border900);
    --bs-btn-disabled-bg: var(--hk-white);
    --bs-btn-disabled-border-color: var(--hk-white);
}

.btn-secondary {
    --bs-btn-color: var(--hk-text);
    --bs-btn-bg: var(--hk-subtitle);
    --bs-btn-border-color: var(--hk-subtitle);
    --bs-btn-hover-color: var(--hk-border300);
    --bs-btn-hover-bg: var(--hk-subtitle);
    --bs-btn-hover-border-color: var(--hk-subtitle);
    --bs-btn-focus-shadow-rgb: var(--bs-secondary-rgb);
    --bs-btn-active-color: var(--hk-border300);
    --bs-btn-active-bg: var(--hk-subtitle);
    --bs-btn-active-border-color: var(--hk-subtitle);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: var(--hk-border300);
    --bs-btn-disabled-bg: var(--hk-subtitle);
    --bs-btn-disabled-border-color: var(--hk-subtitle);
}


.btn-danger {
    --bs-btn-color: var(--hk-white);
    --bs-btn-bg: var(--hk-danger);
    --bs-btn-border-color: var(--hk-danger);
    --bs-btn-hover-color: var(--hk-white);
    --bs-btn-hover-bg: var(--hk-danger900);
    --bs-btn-hover-border-color: var(--hk-danger900);
    --bs-btn-focus-shadow-rgb: var(--bs-danger-rgb);
    --bs-btn-active-color: var(--hk-white);
    --bs-btn-active-bg: var(--hk-danger900);
    --bs-btn-active-border-color: var(--hk-danger900);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: var(--hk-white);
    --bs-btn-disabled-bg: var(--hk-danger900);
    --bs-btn-disabled-border-color: var(--hk-danger900);
}

.form-control {
    color: var(--hk-secondary);
    background-color: var(--hk-white);
    border: 1px solid var(--hk-border300);
}

.form-control:focus {
    color: var(--hk-secondary);
    background-color: var(--hk-white);
    border-color: var(--hk-border900);
    box-shadow: none;
}

.btn,
.form-control,
.form-select {
    font-size: 0.875rem;
    line-height: 200%;
}

.pagination {
    --bs-pagination-padding-x: 0.375rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--hk-text);
    --bs-pagination-bg: var(--hk-border);
    --bs-pagination-border-width: 0;
    --bs-pagination-border-color: var(--hk-border);
    --bs-pagination-border-radius: 0.5rem;
    --bs-pagination-hover-color: var(--hk-white);
    --bs-pagination-hover-bg: var(--hk-primary);
    --bs-pagination-hover-border-color: var(--hk-primary);
    --bs-pagination-focus-color: var(--hk-white);
    --bs-pagination-focus-bg: var(--hk-primary);
    --bs-pagination-focus-box-shadow: none;
    --bs-pagination-active-color: var(--hk-white);
    --bs-pagination-active-bg: var(--hk-primary);
    --bs-pagination-active-border-color: var(--hk-primary);
    --bs-pagination-disabled-color: var(--hk-subtitle);
    --bs-pagination-disabled-bg: var(--hk-border);
    --bs-pagination-disabled-border-color: var(--hk-border);
}

.page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 0.5rem !important;
}

.page-link.nav-button,
.page-link.nav-button:hover,
.page-link.nav-button:focus,
.page-link.nav-button:active,
.page-link.nav-button.active {
    width: auto;
    color: var(--hk-text);
    background-color: transparent;
}

/**
 * WRAPPER & BACKDROP
 */
.hark-backdrop {
    background-color: #000;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all .15s linear;
}

/**
 * MOBILE MENU
 */
.hark-mobile-menu {
    z-index: 99;
}

@media( max-width: 991px ) {
    body {
        padding-bottom: 4rem;
    }

    .hark-main-nav {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        padding: 1.5rem 1.5rem 5rem;
        background-color: var(--hk-white);
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        transform: translateY(100%);
        transition: all .15s linear;
        z-index: 98;
    }

    .hark-wrapper.navigation-is-open .hark-main-nav {
        transform: translateY(0);
        visibility: visible;
        opacity: 1;
        pointer-events: all;
    }

    .hark-wrapper.navigation-is-open .hark-backdrop {
        visibility: visible;
        opacity: 0.5;
        pointer-events: all;
        z-index: 97;
    }
}

/**
 * HEADER
 */
.hark-header .hark-logo img,
.hark-header .hark-logo svg {
    width: 100px;
    height: 35px;
    object-fit: contain;
}

@media( min-width: 350px ) {
    .hark-header .hark-logo img,
    .hark-header .hark-logo svg {
        width: 157px;
        height: 52px;
    }
}

.hark-header .search-popup {
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all .15s linear;
}

.hark-wrapper.search-is-open .hark-header .search-popup {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}

.hark-wrapper.search-is-open {
    overflow: hidden;
    height: 100vh;
}

.hark-wrapper.search-is-open .hark-backdrop {
    visibility: visible;
    opacity: 0.5;
    pointer-events: all;
    z-index: 998;
}

@media( min-width: 992px ) {
    .hark-wrapper.search-is-open {
        padding-right: 17px;
    }
}

/**
 * SLIDER
 */
.hark-slider .svg-col svg {
    width: 100%;
    height: auto;
}

/**
 * VIDEO CARD
 */
.hark-video-card .play svg {
    width: 90px;
    height: 90px;
    opacity: 0.5;
    transition: all 0.2s ease-in-out;
}

.hark-video-card:hover .play svg {
    opacity: 1;
    width: 110px;
    height: 110px;
}

/**
 * CATEGORY CARD
 */
.hark-category-card .icon {
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 58% 42% 42% 58% / 45% 51% 49% 55%;
    transition: all 0.25s ease-in-out;
}

.hark-category-card:hover .icon {
    border-radius: 38% 62% 41% 59% / 61% 43% 57% 39%;
}

.hark-category-card .icon svg,
.hark-category-card .icon img {
    display: block;
    width: 3.5rem;
    height: 3.5rem;
    fill: var(--hk-white);
    stroke: var(--hk-white);
}

.cat-col:nth-child(6n+1) .hark-category-card .icon {
    background-color: #fe6a6b;
    background-image: linear-gradient(45deg,#fe6a6b,#fc5556);
}

.cat-col:nth-child(6n+2) .hark-category-card .icon {
    background-color: #5dd39a;
    background-image: linear-gradient(45deg,#5dd39a,#44b184);
}

.cat-col:nth-child(6n+3) .hark-category-card .icon {
    background-color: #4c77c1;
    background-image: linear-gradient(45deg,#4c77c1,#1e4588);
}

.cat-col:nth-child(6n+4) .hark-category-card .icon {
    background-color: #9898e7;
    background-image: linear-gradient(45deg,#9898e7,#5f5fbe);
}

.cat-col:nth-child(6n+5) .hark-category-card .icon {
    background-color: #e5815e;
    background-image: linear-gradient(45deg,#e5815e,#dc643a);
}

.cat-col:nth-child(6n+6) .hark-category-card .icon {
    background-color: #fc5556;
    background-image: linear-gradient(45deg,#fc5556,#fe6a6a);
}

/**
 * FOOTER
 */
.hark-footer .social-row {
    border-bottom: 2px solid var(--hk-border300);
}

.hark-footer-widget .widget-title {
    font-size: 17px;
}

.hark-footer-widget .nav-link {
    position: relative;
    padding: 0.5rem 1rem;
    transition: all 0.2s ease-in-out;
}

.hark-footer-widget .nav-link:hover {
    transform: translateY(-3px);
}

.hark-social-widget .nav-link.instagram {
    background-color: #eb5ea0;
    background-image: linear-gradient(-160deg,#eb5ea0,#ff7664);
}

.hark-social-widget .nav-link.aparat {
    background-color: #e61358;
    background-image: linear-gradient(-160deg,#e61358,#fc236a);
}

.hark-social-widget .nav-link.youtube {
    background-color: #c62828;
    background-image: linear-gradient(-160deg,#c62828,#f0100f);
}

.hark-social-widget .nav-link.facebook {
    background-color: #0866ff;
    background-image: linear-gradient(-160deg,#0866ff,#317fff);
}

.hark-namads-widget .d-grid {
    grid-auto-flow: column;
}

.hark-namads-widget .namad-item a,
.hark-namads-widget .namad-item img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

.hark-newsletter-widget .btn {
    width: 100px;
    height: 48px;
    min-width: 90px;
}

/**
 * ARCHIVE
 */
.hark-product-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--hk-primary);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.2s linear;
}

.hark-product-card:hover:before {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.hark-product-card .guide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-300%);
    transition: all 0.2s ease-in-out;
}

.hark-product-card:hover .guide {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/**
 * SINGLE PRODUCT
 */
.hark-product-description-widget .carousel .btn {
    opacity: 0.3;
    transition: all 0.2s ease-in-out;
}

.hark-product-description-widget .carousel .btn:hover {
    opacity: 1;
}

.hark-purchase-widget {
    top: 1rem;
}

.hark-purchase-widget .link-dark:hover,
.hark-purchase-widget .link-dark:focus {
    font-weight: 600;
}

/**
 * COMMENTS
 */
 .app-comments-box .comment-list {
	list-style: none;
}

.app-comments-box .comment-list .children {
	display: block;
    margin: 0;
    padding: 1rem 5% 0 0;
    list-style: none;
}

.app-comments-box .comment-list li {
	margin: 0 0 2rem;
}

.app-comments-box .comment-list li:last-child {
	border: 0 !important;
}

.app-comments-box .comment-list li .comment-body {
	position: relative;
}

.app-comments-box .comment-list .comment-meta {
	overflow: hidden;
	margin-bottom: 0.15rem;
}

.app-comments-box .comment-list .comment-author .says {
	display: none;
}

.app-comments-box .comment-list .comment-author .avatar {
	display: block;
	float: right;
	margin-left: 0.875rem;
	border-radius: 50%;
}

.app-comments-box .comment-list .comment-metadata a {
	font-size: 0.625rem;
}

.app-comments-box .comment-list .comment-metadata a.comment-edit-link {
	padding: 0.1rem 0.5rem;
	border: 1px solid var(--hk-border900);
	border-radius: 3px;
}

.app-comments-box .comment-list .comment-content {
	clear: both;
}

.app-comments-box #cancel-comment-reply-link,
.app-comments-box .comment-reply-link {
	display: inline-block;
    padding: 0 10px;
    color: var(--hk-secondary);
    background-color: transparent;
    text-align: center;
    vertical-align: middle;
    border: 1px solid var(--hk-secondary);
    border-radius: 0.2rem;
    transition: all .2s ease-in-out;
}

.app-comments-box #cancel-comment-reply-link:hover,
.app-comments-box .comment-reply-link:hover {
	color: var(--hk-white);
	background-color: var(--hk-secondary);
	border-color: var(--hk-secondary);
}

.app-comments-box #cancel-comment-reply-link:focus,
.app-comments-box .comment-list .comment-reply-link:focus {
	outline: 0;
}

.app-comments-box .comment-respond .logged-in-as a {
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
}

.app-comments-box .comment-respond {
	margin-top: 1.5rem;
}

.app-comments-box .comment-form .form-submit input[type="submit"] {
	font-weight: 400;
    padding: 0.375rem 0.75rem;
}

.accordion-button {
    color: var(--hk-secondary) !important;
    background-color: var(--hk-border600) !important;
    box-shadow: none !important;
}

.accordion-button::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23666666'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23666666'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#wp-reviews-accordion {
    background-color: var(--hk-border600) !important;
}

/**
 * PANEL
 */
.hark-panel-menu-widget {
	background-color: #484848;
}

.hark-panel-menu-widget .user-avatar img {
	width: 120px;
	height: 120px;
}

.hark-panel-widget .hark-remove-box {
	color: #ccc;
	font-size: 21px;
	line-height: 21px;
}

.hark-panel-widget .hark-remove-box .bi:before {
	display: block;
}

/* STATS */
.hark-panel-widget .hark-stat-item .cnt {
	font-size: 40px;
	line-height: 40px;
}

.hark-site-stats-widget .hark-stat-item {
	background-color: #a54c16;
}

.hark-site-stats-widget .hark-stat-item.two {
	background-color: #ad00b3;
}

.hark-site-stats-widget .hark-stat-item.three {
	background-color: #e74a39;
}

.hark-site-stats-widget .hark-stat-item.four {
	background-color: #21ad39;
}

.hark-site-stats-widget .hark-stat-item.five {
	background-color: #3195dd;
}

.hark-site-stats-widget .hark-stat-item.six {
	background-color: #f89d0d;
}

.hark-user-stats-widget .hark-stat-item {
	background-color: #00713b;
}

.hark-user-stats-widget .hark-stat-item.two {
	background-color: #398039;
}

.hark-user-stats-widget .hark-stat-item.three {
	background-color: #3d973f;
}

.hark-user-stats-widget .hark-stat-item.four {
	background-color: #5fa83f;
}

.hark-user-stats-widget .hark-stat-item.five {
	background-color: #6db241;
}

.hark-user-stats-widget .hark-stat-item.six {
	background-color: #84ba42;
}

/* tickets */
.hark-ticket-content {
    display: block;
    clear: both;
    overflow: hidden;
    margin: 40px 10px 0;
	font-size: 13px;
}

.hark-ticket-content .ticket-header {
    display: block;
    margin: 0 0 30px;
}

.hark-ticket-content .ticket-header .user {
    display: block;
    text-align: center;
    margin: 0 0 15px;
	padding: 10px 0 0;
}

.hark-ticket-content .ticket-header .user > img {
    display: block;
    width: 150px;
    height: 150px;
    margin: 0 auto 5px;
    padding: 2px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.hark-ticket-content .ticket-header .user > span {
    font-size: 15px;
    font-weight: 300;
}

.hark-ticket-content .ticket-header .meta {
	margin: 0 0 15px;
	padding: 10px 0;
	background: #fafafa;
}

.hark-ticket-content .ticket-header .meta .t {
	display: block;
	text-align: center;
	font-weight: bold;
}

.hark-ticket-content .ticket-header .meta .v {
	display: block;
	text-align: center;
}

.hark-ticket-content .ticket-header .meta .v.date {
	line-height: 32px;
}

.hark-ticket-content .ticket-header .desc {
	text-align: justify;
}

.hark-ticket-content .attach {
    margin: 10px 0 0;
    padding: 8px 15px;
    background: #fafafa;
    border: 1px dashed #ccc;
}

.hark-ticket-content .attach .btn {
	margin: 0;
	font-size: 12px;
	padding: 2px 10px;
}

.hark-ticket-content .attach p.no-attach {
	margin: 0;
	font-size: 12px;
	font-style: italic;
}

.hark-ticket-content .ticket-reply {
    display: block;
    overflow: hidden;
    clear: both;
    margin: 0 0 30px;
}

.hark-ticket-content .ticket-reply .top-bar {
    display: block;
    overflow: hidden;
    padding: 5px;
    color: #fff;
    background: #484848;
    border: 1px solid #333;
    border-radius: 3px;
}

.hark-ticket-content .ticket-reply .top-bar .user {
    float: right;
}

.hark-ticket-content .ticket-reply .top-bar .date {
    float: left;
    margin: 3px 10px 0 8px;
    font-size: 12px;
}

.hark-ticket-content .ticket-reply .reply-text {
	display: block;
	overflow: hidden;
	padding: 10px 15px;
	text-align: justify;
}

.panel-content .search-results {
	position: relative;
    margin: 0 0 15px;
    padding: 10px;
	background: #fafafa;
	border: 1px solid #e3e3e2;
    border-radius: 3px;
}

.panel-content .hp {
    font-size: 14px;
    line-height: 26px;
}

/* TABLES */
.hark-table thead {
	background: fafafa;
}

.hark-table tr > th {
	min-width: 80px;
	padding: 0.5rem;
	font-size: 12px;
	font-weight: 600;
}

.hark-table tr > th.sm {
	width: 80px;
}

.hark-table tr > th.md {
	width: 140px;
}

.hark-table tr > th.lg {
	min-width: 240px;
}

.hark-table tbody tr > th,
.hark-table tr > td {
	padding: 0.5rem;
	font-size: 12px;
	font-weight: 500;
}

.hark-table tbody tr > th,
.hark-table tbody tr > td {
	border-bottom: 1px solid #e3e3e2;
}

/* BACK TO APP BUTTON */
.hark-panel-content .back-to-app-btn {
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 999;
}

/**
 * HIDE RECAPTCHA BADGE
 */
.grecaptcha-badge{
	visibility: collapse !important;
}

/**
 * EDD
 */
.edd_price_options label {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    padding: 1rem 0.875rem;
    margin: 0 0 0.5rem;
    color: var(--hk-secondary);
    background-color: var(--hk-border);
    border-radius: 0.5rem;
}