html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

*, :after, :before {
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h1, h2, h3, h4, h5, h6 {
    -webkit-margin-before: .5rem;
    margin-block-start: .5rem;
    -webkit-margin-after: 1rem;
    margin-block-end: 1rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

h4 {
    font-size: 1.5rem
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

p {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: .9rem;
    margin-block-end: .9rem
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
    white-space: pre-wrap
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #c36
}

a:active, a:hover {
    color: #336
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

abbr[title] {
    -webkit-border-after: none;
    border-block-end: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    height: auto;
    max-width: 100%
}

details {
    display: block
}

summary {
    display: list-item
}

figcaption {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    font-style: italic;
    font-weight: 400
}

[hidden], template {
    display: none
}

:root {
    --e-global-color-7f1443a: #f1f1f1;
}

@media print {
    *, :after, :before {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        -moz-column-break-inside: avoid;
        break-inside: avoid;
        border: 1px solid #ccc
    }

    thead {
        display: table-header-group
    }

    img, tr {
        -moz-column-break-inside: avoid;
        break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        -moz-column-break-after: avoid;
        break-after: avoid
    }
}

label {
    display: inline-block;
    line-height: 1;
    vertical-align: middle
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0
}

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 {
    width: 100%;
    border: 1px solid #666;
    border-radius: 3px;
    padding: .5rem 1rem;
    transition: all .3s
}

input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
    border-color: #333
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    width: auto;
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

[type=button], [type=submit], button {
    display: inline-block;
    font-weight: 400;
    color: #c36;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #c36;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    transition: all .3s
}

[type=button]:focus, [type=submit]:focus, button:focus {
    outline: 5px auto -webkit-focus-ring-color
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    color: #fff;
    background-color: #c36;
    text-decoration: none
}

[type=button]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto;
    resize: vertical
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

select {
    display: block
}

table {
    background-color: transparent;
    width: 100%;
    -webkit-margin-after: 15px;
    margin-block-end: 15px;
    font-size: .9em;
    border-spacing: 0;
    border-collapse: collapse
}

table td, table th {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid hsla(0, 0%, 50.2%, .5019607843)
}

table th {
    font-weight: 700
}

table tfoot th, table thead th {
    font-size: 1em
}

table caption + thead tr:first-child td, table caption + thead tr:first-child th, table colgroup + thead tr:first-child td, table colgroup + thead tr:first-child th, table thead:first-child tr:first-child td, table thead:first-child tr:first-child th {
    -webkit-border-before: 1px solid hsla(0, 0%, 50.2%, .5019607843);
    border-block-start: 1px solid hsla(0, 0%, 50.2%, .5019607843)
}

table tbody > tr:nth-child(odd) > td, table tbody > tr:nth-child(odd) > th {
    background-color: hsla(0, 0%, 50.2%, .0705882353)
}

table tbody tr:hover > td, table tbody tr:hover > th {
    background-color: hsla(0, 0%, 50.2%, .1019607843)
}

table tbody + tbody {
    -webkit-border-before: 2px solid hsla(0, 0%, 50.2%, .5019607843);
    border-block-start: 2px solid hsla(0, 0%, 50.2%, .5019607843)
}

@media (max-width: 767px) {
    table table {
        font-size: .8em
    }

    table table td, table table th {
        padding: 7px;
        line-height: 1.3
    }

    table table th {
        font-weight: 400
    }
}

dd, dl, dt, li, ol, ul {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

/****************  Start Edit   ******************/
@font-face {
    font-family: 'IRANSansWeb';
    src: url('assets/fonts/IRANSansWeb.eot?#') format('eot'),
    url('assets/fonts/IRANSansWeb.woff') format('woff'),
    url('assets/fonts/IRANSansWeb.ttf') format('truetype');
}

@font-face {
    font-family: 'IRANSansWeb_Bold';
    src: url('assets/fonts/IRANSansWeb_Medium.eot?#') format('eot'),
    url('assets/fonts/IRANSansWeb_Medium.woff') format('woff'),
    url('assets/fonts/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Shabnam';
    src: url('assets/fonts/Shabnam-FD.eot?#') format('eot'),
    url('assets/fonts/Shabnam-FD.woff') format('woff'),
    url('assets/fonts/Shabnam-FD.ttf') format('truetype');
}

:root {
    --main-font: IRANSansWeb;
    --bold-font: IRANSansWeb_Bold;
    text-decoration: none;
}

a {
    color: inherit;
    transition: .4s;
    text-decoration: none !important;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-],.home) .site-main {
    max-width: unset !important;
}

.entry-title {
    font-size: 24px;
}

.entry-title, .entry-title * {
    font-weight: bold;
}

body:not(.home) .site-main {
    margin: 50px 0 !important;
    padding: 0 50px;
}

.page-header {
    margin-bottom: 40px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px !important;
    margin-left: -15px !important;
}

.container-fluid {
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 768px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 992px) {
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

#reply-title {
    font-size: 24px;
    position: relative;
}

.title-site h1,
.title-site h2 {
    position: relative;
    padding-right: 32px !important;
}

#reply-title,
.title-site-center h1,
.title-site-center h2 {
    padding: 0 30px;
}

#reply-title:after,
.title-site h1:after,
.title-site h2:after {
    content: '';
    width: 17px;
    height: 7px;
    background: var(--e-global-color-secondary);
    display: inline-block;
    border-radius: 100px;
    position: absolute;
    right: 0;
    top: calc(50% - 9px);
}

#reply-title:before,
.title-site h1:before,
.title-site h2:before {
    content: '';
    width: 24px;
    height: 7px;
    background: var(--e-global-color-primary);
    display: inline-block;
    border-radius: 100px;
    position: absolute;
    right: 0;
    bottom: calc(50% - 9px);
}

.title-site-light h1:before,
.title-site-light h2:before {
    background: white;
}

.title-site-center h1:before,
.title-site-center h2:before {
    width: 20px;
    bottom: calc(50% - 3px);
}

.title-site-center h1:after,
.title-site-center h2:after {
    width: 20px;
    left: 0;
    background: var(--e-global-color-secondary);
    top: calc(50% - 3px);
    right: unset
}

a {
    transition: .4s !important;
}

.page-content {
    width: 100%;
}

body {
    font-size: 14px;
}

body, div, ul, li, a, section, span, article, p, nav {
    font-family: var(--main-font), Shabnam !important;
    font-weight: unset !important;
}

h1, h2, h3, h4, h5, h6, b, strong {
    font-family: var(--bold-font) !important;
    font-weight: unset !important;
}

.header-top {
    padding: 20px 15px;
    box-shadow: 0 0 15px #00000036;
    border-radius: 0 0 25px 25px;
    position: relative;
    z-index: 1;
    background: white;
}

.hfe-nav-menu a.hfe-menu-item, .hfe-nav-menu a.hfe-sub-menu-item{
    text-align:right;
    line-height: 1.3;
    font-size: 14px !important;
}

.custom-btn a {
    color: #fff !important;
    border-radius: 25px;
    transition: .4s;
    padding: 10px 15px !important;
    background: #2078c5
}

.shop-btn-top a {
    padding: 13px 22px !important;
}

.shop-btn-bottom a {
    font-size: 14px;
    display: none;
    padding: 8px 13px !important;
}

.shop-btn a {
    color: #000 !important;
}

.header-search .hfe-search-form__input {
    padding: 10px 30px !important;
    font-size: 14px;
    font-family: var(--main-font) !important;
    font-weight: unset !important;
}

#header .header-search .hfe-search-submit:hover {
    color: var(--e-global-color-primary);
}

#header .header-search .hfe-search-submit {
    padding-left: 18px;
    padding-top: 5px;
    color: var(--e-global-color-secondary);
    background: #F1F4F8;
    transition: .4s;
    outline: none;
}

#header .header-search .hfe-search-form__container button#clear-with-button {
    top: 5px;
    font-size: 14px;
    padding: 0;
    right: 12px !important;
    font-weight: unset;
    color: red;
    outline: none;
}

#header .header-bottom .hfe-nav-menu {
    font-size: 14px;
}

#footer {
    background: var(--e-global-color-secondary);
    padding: 80px 0 0;
}

#footer .footer-map iframe {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

#footer .footer-map {
    border-radius: 25px;
    background: white;
    padding: 10px;
}

#footer .footer-list ul a:hover {
    color: var(--e-global-color-primary);
}

#footer .footer-info ul li span i {
    transition: .4s;
}

#footer .footer-list ul a:hover:before {
    width: 10px;
}

#footer .footer-list h5:before,
#footer .footer-title h5:before {
    display: inline-block;
    content: '';
    width: 12px;
    height: 6px;
    background: var(--e-global-color-primary);
    transition: .4s;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-left: 8px;
}

#footer .footer-info ul li:hover span i {
    color: var(--e-global-color-primary);
}

#footer .footer-info ul li span,
#footer .footer-list ul a {
    color: #eee;
    font-size: 15px;
}

#footer .footer-info ul li,
#footer .footer-list ul li {
    margin-bottom: 16px;
}

#footer .footer-info ul,
#footer .footer-list ul {
    padding: 0;
    list-style-type: none;
    padding-top: 14px;
}

#footer .footer-title h5,
#footer .footer-list h5 {
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
}

#footer .social-footer {
    background-image: url(assets/images/sprite.png);
    background-repeat: no-repeat;
    background-position: 50% 27%;
    background-size: 220px;
    height: 51px;
    display: flex;
    align-items: flex-end;
}

.go-top i:hover {
    box-shadow: none;
}

.go-top i {
    font-size: 25px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin-top: 7px;
    transition: .4s;
    border: 1px solid #2932411c;
    box-shadow: 0 0 10px #29324163;
    cursor: pointer;
}

.go-top {
    position: absolute;
    background-image: url(assets/images/sprite.png);
    background-repeat: no-repeat;
    top: -80px;
    width: 100px;
    background-position: 50% 63%;
    height: 60px;
}

.post-card .img-wrapper img,
.last-post-wrapper .eael-grid-post .eael-entry-thumbnail > img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.post-card .post-title a,
.last-post-wrapper article .eael-grid-post-holder-inner .eael-entry-title a {
    font-family: var(--bold_font) !important;
    line-height: 1.5;
    text-decoration: none;
}

.post-card .post-title {
    margin-bottom: 8px;
}

.post-card .post-title,
.last-post-wrapper article .eael-grid-post-holder-inner .eael-entry-title {
    margin-top: 25px;
    font-size: 17px;

}

.last-post-wrapper article .eael-grid-post-holder-inner .eael-entry-wrapper {
    position: relative;
    padding: 0;
}

.post-card .post-arrow:hover,
.last-post-wrapper article .eael-grid-post-holder-inner .eael-entry-wrapper .eael-entry-content a:hover {
    box-shadow: none;
    color: var(--e-global-color-secondary);
}

.post-card .post-arrow,
.last-post-wrapper article .eael-grid-post-holder-inner .eael-entry-wrapper .eael-entry-content a {
    position: absolute;
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 20px;
    top: -25px;
    transform: translateY(-50%);
    z-index: 2;
    box-shadow: 0 0 5px #00000042;
}

.post-card .post-arrow {
    color: var(--e-global-color-primary);
    transition: .4s;
    top: unset;
    bottom: 0;
    transform: translateY(50%);
    text-decoration: none;
}

.post-card .img-wrapper {
    position: relative;
}

.post-card .img-wrapper a.post-img {
    display: block;
    line-height: 0;
    border-radius: 25px;
    overflow: hidden;
}

.last-post-wrapper article .eael-entry-thumbnail {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    overflow: hidden;
}

.post-card:hover .img-wrapper .post-img:after {
    opacity: .7;
}

.post-card .img-wrapper .post-img:after {
    pointer-events: none;
    content: '';
    width: 100%;
    height: 100%;
    background: var(--e-global-color-secondary);
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    transition: .4s;
    left: 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.post-card .img-wrapper .post-img:before {
    pointer-events: none;
}

.post-card .img-wrapper .post-img:before,
.last-post-wrapper .eael-entry-media:before {
    content: '';
    width: 120px;
    height: 42px;
    background-image: url(assets/images/sprite.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    background-size: 120px;
    top: 100%;
    left: calc(50% - 60px);
    transition: .4s;
    z-index: 10;
    pointer-events: none;
    filter: brightness(0) invert(1);
}

.post-card:hover .img-wrapper .post-img:before,
.last-post-wrapper .eael-grid-post:hover .eael-entry-media:before {
    top: calc(50% - 21px);
}

.post-card .img-wrapper .post-img {
    position: relative;
    overflow: hidden;
}

.last-post-wrapper .eael-entry-media .eael-entry-overlay.fade-in {
    background: var(--e-global-color-secondary);
    opacity: 0;
    transition: .4s;
    border-radius: 25px;
    visibility: visible;
}

.last-post-wrapper .eael-grid-post .eael-grid-post-holder {
    position: relative;
}

.last-post-wrapper .eael-entry-wrapper .eael-entry-header-after .eael-entry-meta .eael-meta-posted-on time {
    margin-bottom: -3px;
    font-family: 'shabnam';
}

.post-card .post-date i,
.last-post-wrapper .eael-entry-wrapper .eael-entry-header-after .eael-entry-meta .eael-meta-posted-on i {
    margin-right: 0;
    margin-left: 5px;
    font-size: 11px;
}

.post-card .post-date,
.last-post-wrapper .eael-entry-wrapper .eael-entry-header-after .eael-entry-meta .eael-meta-posted-on {
    margin-right: 0;
    display: flex;
    color: var(--e-global-color-secondary);
    align-items: center;
    font-size: 12px;
    line-height: 1;
}

.post-card .post-date,
.last-post-wrapper .eael-entry-wrapper .eael-entry-header-after {
    position: absolute;
    top: -265px;
    background: white;
    padding: 7px 10px;
    border-radius: 100px;
    box-shadow: 0 0 10px #0000006b;
    left: 50%;
    transform: translateX(-50%);
    color: var(--e-global-color-secondary);
    font-size: 14px;
    transition: .4s;
    font-family: 'shabnam' !important;
}

.post-card:hover .post-date {
    transform: translateX(-50%) scale(0);
}

.post-card .post-date {
    top: 0 !important;
    z-index: 1;
    font-size: 12px;
    display: flex;
    align-items: baseline;
    transition: .4s;
    font-family: 'Shabnam' !important;
}

.last-post-wrapper .eael-grid-post:hover .eael-entry-wrapper .eael-entry-header-after {
    transform: translateX(-50%) scale(0);
}

.last-post-wrapper .eael-grid-post:hover .eael-entry-media .eael-entry-overlay.fade-in {
    opacity: .7;
}

.last-post-wrapper .eael-grid-post {
    margin-bottom: 0;
}

.last-post-wrapper .eael-grid-post .eael-entry-media {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    transition: .4s;
}

#slider-site .main-slider .qodef-e-content {
    position: absolute;
    top: 50%;
    background: white;
    width: 40%;
    right: 0;
    transform: translateY(-50%) translateX(100%);
    padding: 25px;
    border-radius: 25px 0 0 25px;
    transition-duration: .5s;
    transition-delay: .8s;
}

/*#slider-site .main-slider .swiper-slide-prev .qodef-e-content,*/
#slider-site .main-slider .qodef-e-inner {
    overflow: hidden;
}

#slider-site .main-slider .swiper-slide-active .qodef-e-content {
    transform: translateY(-50%) translateX(0);
}

#slider-site .main-slider .qodef-addons-blog-slider .qodef-blog-item .qodef-e-title a {
    font-family: var(--bold-font) !important;
}

#slider-site .main-slider .qodef-addons-blog-slider .qodef-blog-item .qodef-e-info .qodef-e-info-item a:hover {
    color: var(--e-global-color-secondary);
}

#slider-site .main-slider .qodef-addons-blog-slider .qodef-blog-item .qodef-e-info .qodef-e-info-item a {
    margin-bottom: 14px;
    font-size: 14px;
    color: var(--e-global-color-text);
}

#slider-site .main-slider .qodef-addons-blog-slider .qodef-blog-item .qodef-e-info .qodef-e-info-item a:before {
    content: '';
    width: 12px;
    height: 6px;
    background: var(--e-global-color-primary);
    border-radius: 10px;
    margin-left: 5px;
}

.custom-btn a:hover,
#slider-site .main-slider .qodef-e-content .qodef-e-read-more {
    margin-top: 0;
}

#slider-site .main-slider .qodef-e-content .qodef-e-read-more a {
    border-radius: 25px;
    background: var(--e-global-color-primary);
    color: white;
    padding: 7px 12px;
    font-size: 12px;
    transition: .4s;
    border: 2px solid var(--e-global-color-primary);
}

#slider-site .main-slider .qodef-e-content .qodef-e-read-more a:hover {
    color: var(--e-global-color-primary);
    background: white;
}

#slider-site .main-slider .qodef-addons-blog-slider.qodef-item-layout--standard .qodef-e-text {
    margin-bottom: 5px;
}

#slider-site .main-slider .qodef-e-media-image {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

#slider-site .main-slider .qodef-e-media-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    filter: brightness(0.9);
}

#slider-site .main-slider {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    overflow: hidden;
}

#slider-site .main-slider .swiper-button-next,
#slider-site .main-slider .swiper-button-prev {
    background: #fff;
    width: 35px !important;
    height: 35px !important;
    font-size: 16px;
    left: 55px;
    position: absolute;
    right: unset;
    bottom: 40px;
    top: unset;
    border-radius: 10px;
    display: flex;
    justify-content: center;
}

#slider-site .main-slider .qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-prev:hover i {
    transform: translateX(4px);
}

#slider-site .main-slider .qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-next:hover i {
    transform: translateX(-4px);
}

#slider-site .main-slider .swiper-button-prev {
    left: 105px;
}

#slider-site .main-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: var(--e-global-color-secondary);
}

#slider-site .main-slider .swiper-pagination .swiper-pagination-bullet:hover {
    border: 1px solid var(--e-global-color-secondary);
}

#slider-site .main-slider .swiper-pagination .swiper-pagination-bullet {
    color: #a5a9af;
    opacity: 1;
    transform: unset !important;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    margin: 0 3px !important;
    transition: .4s;
}

#slider-site .main-slider .swiper-pagination {
    position: absolute;
    top: 0;
    left: 40px;
    bottom: unset;
    width: 120px;
    background-image: url(assets/images/sprite.png);
    background-position: 0 0;
    background-size: 120px;
    height: 40px;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 7px;
}

#hero-right .hero-posts .eael-grid-post .eael-grid-post-holder-inner .eael-entry-wrapper {
    padding: 0;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    z-index: 2;
    pointer-events: none;
    transform: translateY(-50%);
}

#hero-right .hero-posts .eael-entry-media .eael-entry-thumbnail img {
    height: 240px;
    object-fit: cover;
}

#hero-right .hero-posts .eael-grid-post-holder .eael-entry-title {
    transition: .4s;
    opacity: 0;
}

#hero-right .hero-posts .eael-grid-post-holder:hover .eael-entry-title {
    opacity: 1;
}

#hero-right .hero-posts .eael-grid-post-holder .eael-grid-post-holder-inner {
    position: relative;
}

#hero-right .hero-posts .eael-grid-post-holder:hover .eael-entry-overlay.fade-in {
    opacity: .8;
}


.section-category .category-main .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title a {
    font-family: var(--bold_font) !important;
    color: white;
    text-shadow: 0 0 10px black;
    font-size: 23px;
    width: 100%;
    display: block;
    margin: 0 auto;
    line-height: 1.8;
    padding: 0 40px;
}

.section-category .category-main .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
    margin: 0;
}

.section-category .category-main .elementor-image-box-wrapper .elementor-image-box-content {
    position: absolute;
    bottom: 40px;
}

.section-category .category-main .elementor-image-box-wrapper {
    position: relative;
    line-height: 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    overflow: hidden;
}

.section-category .category-main,
.section-category .category-main .elementor-image-box-wrapper,
.section-category .category-main .elementor-image-box-wrapper .elementor-image-box-img {
    height: 100%;
}

.section-category .category-main .elementor-image-box-wrapper .elementor-image-box-img a {
    display: block;
    line-height: 0;
    height: 100%;
}

.section-category .category-main .elementor-image-box-wrapper:hover .elementor-image-box-img img {
    transform: scale(1.07) rotate(2deg);
}

.section-category .category-main .elementor-image-box-wrapper .elementor-image-box-img img {
    height: 100%;
    object-fit: cover;
    filter: brightness(.8);
    transition: .4s;
}

.section-category .category-left .qodef-addons-blog-list .qodef-blog-item .qodef-e-title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
}

.section-category .category-left .qodef-addons-blog-list .qodef-blog-item .qodef-e-title a {
    font-family: var(--bold-font) !important;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.section-category .category-left .qodef-addons-blog-list .qodef-blog-item .qodef-e-excerpt {
    opacity: 0.8;
    font-size: 13px;
}

.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-text {
    margin-bottom: 0;
}

.section-category .category-left .qodef-qi-grid > .qodef-grid-inner {
    gap: 20px;
}

.section-category .category-left .qodef-addons-blog-list .qodef-blog-item:hover .qodef-e-media-image a:before {
    opacity: 1;
}

.section-category .category-left .qodef-addons-blog-list .qodef-blog-item .qodef-e-media-image a:before {
    content: '';
    background-image: url(assets/images/sprite.png);
    background-position: center;
    background-repeat: no-repeat;
    transition: .4s;
    filter: brightness(0) invert(1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 70%;
    height: 35px;
    background-size: 100%;
    background-position-y: 100%;
    opacity: 0;
    max-width: 90px;
}

.categories-wrapper .qodef-addons-blog-list .qodef-blog-item .qodef-e-media-image a:before {
    height: 23px !important;
}

.section-category .category-left .qodef-addons-blog-list .qodef-blog-item .qodef-e-media-image a:after {
    transition: .4s;
    opacity: 0;
    background: var(--e-global-color-secondary);
}

.section-category .category-left .qodef-addons-blog-list .qodef-blog-item:hover .qodef-e-media-image a:after {
    opacity: .7;
}

.section-category .category-left .qodef-addons-blog-list .qodef-e-media-image a img {
    min-width: 120px;
    width: 120px;
    height: 120px;
    object-fit: cover;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.section-category .category-left .qodef-addons-blog-list .qodef-e-media-image a {
    position: relative;
    display: block;
    line-height: 0;
}

.section-category .category-left .cat-blog-list .qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-inner {
    box-shadow: none;
}

.section-category .category-left .cat-blog-list .qodef-grid-inner .qodef-blog-item .qodef-e-inner {
    display: flex;
}

.section-category .category-left .cat-blog-list .qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-content {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding-right: 15px;
}

.sidebar-last-post li time:before,
.section-category .category-left .cat-blog-list .qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item a:first-child:before {
    content: '';
    width: 12px;
    height: 6px;
    background: var(--e-global-color-primary);
    border-radius: 10px;
    margin-left: 5px;
    transition: .4s;
}

.section-category .category-left .cat-blog-list .qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item a:hover:before {
    background: var(--e-global-color-secondary);
}

.section-category .category-left .cat-blog-list .qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item a {
    margin-bottom: 8px;
    font-size: 13px;
    color: var(--e-global-color-text);
}

.section-category .category-left .cat-blog-list .qodef-addons-blog-list .qodef-blog-item .qodef-e-media-image {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: 100%;
}

.section-category .category-left-big-pic {
    position: sticky;
    top: 20px;
    right: 0;
    overflow: auto;
    height: fit-content;
}

.section-category .category-left-big-pic .qodef-e-media-holder {
    min-width: 50%;
}

.section-category .category-left-big-pic .qodef-addons-blog-list .qodef-e-media-image a img {
    width: 100%;
    height: 160px;
}

.sectio-category-fix .slider-sidebr .qodef-qi-swiper-container .swiper-button-prev,
.sectio-category-fix .slider-sidebr .qodef-qi-swiper-container .swiper-button-next {
    width: 30px !important;
    height: 30px !important;
    background: #fff;
    color: var(--e-global-color-secondary);
    position: absolute;
    bottom: unset;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    top: 27px;
    right: 55px;
    font-size: 14px;
}

.sectio-category-fix .slider-sidebr .qodef-qi-swiper-container .swiper-button-prev {
    right: 15px;
}

.sectio-category-fix .slider-sidebr .swiper-slide .qodef-e-images-holder,
.sectio-category-fix .slider-sidebr .swiper-slide .qodef-e-images-holder .qodef-e-main-image {
    display: block;
    margin: 0;
}

.sectio-category-fix .slider-sidebr .swiper-slide {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    overflow: hidden;
}

.sectio-category-fix .slider-sidebr .qodef-qi-clients-slider .qodef-e-title a {
    text-shadow: 0 0 10px #00000096;
    font-family: var(--bold_font) !important;
    line-height: 1.5;
}

.sectio-category-fix .slider-sidebr .qodef-qi-swiper-container .swiper-slide img {
    height: 420px !important;
    object-fit: cover;
    filter: brightness(.8);
    transition: .4s;
}

.sectio-category-fix .slider-sidebr .qodef-qi-swiper-container .swiper-slide:hover img {
    filter: brightness(.5);
}

.sectio-category-fix .slider-sidebr .qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-next:hover i {
    transform: translateX(-4px)
}

.sectio-category-fix .slider-sidebr .qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-prev:hover i {
    transform: translateX(4px);
}

.sectio-category-fix .slider-sidebr .qodef-qi-clients-slider .qodef-e-title {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    width: 100%;
    text-align: right;
    color: white;
    padding: 30px;
    line-height: 30px;
}

.sidebar-cat-wrapper .sidebar-cat a .cat-title {
    font-family: var(--bold-font) !important;
    text-shadow: 0 0 10px #00000096;
    flex-grow: 1;
    text-align: center;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar-cat-wrapper .sidebar-cat a .cat-num {
    transition: .4s;
    background: white;
    border-radius: 100%;
    width: 30px;
    min-width: 30px;
    height: 30px;
    color: black;
    font-size: 12px;
    text-align: center;
    line-height: 33px;
    font-family: var(--bold-font) !important;
}

.sidebar-cat-wrapper .sidebar-cat:hover a .cat-num {
    background: #FFBE2D;
    color: #fff;
}

.sidebar-cat-wrapper .sidebar-cat:hover a img {
    filter: brightness(0.8);
}

.sidebar-cat-wrapper .sidebar-cat a img {
    position: absolute;
    transition: .4s;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
    right: 0;
    filter: brightness(0.5);
}

.sidebar-cat-wrapper .sidebar-cat a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    color: white;
    padding: 0 10px;
    background: #468dcb;
}

.sidebar-cat-wrapper .sidebar-cat {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.section-category .category-left .cat-blog-list.cat-blog-list-sidebar .qodef-addons-blog-list .qodef-e-media-image a img {
    min-width: 80px;
    height: 80px;
}

.section-category .category-left .cat-blog-list.cat-blog-list-sidebar .qodef-addons-blog-list .qodef-blog-item .qodef-e-title {
    font-size: 14px;
}

.section-category .category-left .cat-blog-list.cat-blog-list-sidebar .qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item a {
    font-size: 13px;
}

.sidebar-last-post li time:before {
    display: inline-block;
}

.sidebar-last-post li time:before,
.section-category .category-left .cat-blog-list.cat-blog-list-sidebar .qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item a:before {
    width: 9px;
    height: 5px;
}

.sticky-menu {
    position: fixed;
    top: 0;
    left: 20px;
    max-width: calc(100% - 100px);
    box-shadow: 0 0 12px #0000003b;
    padding-top: 0;
    background: #fff;
}

.sticky-menu .shop-btn-bottom a {
    display: block;
}

.shop-btn a {
    border: 2px solid #FFBE2D;
}

.shop-btn a:hover {
    background-color: transparent !important;
}

.mag-top-btn a {
    color: #fff !important;
    border: 2px solid var(--e-global-color-primary);
}

.mag-top-btn a:hover {
    background-color: transparent !important;
    color: var(--e-global-color-primary) !important;
}

.last-post-sec .eael-grid-post-holder {
    background-color: unset !important;
}

.kitmag-baner-txt {
    pointer-events: none;
}

.kitmag-banner-img a img,
.kitmag-banner-img a {
    width: 100%
}

.post-img {
    height: 100%;
}

.post-img img {
    height: calc(100% - 15px);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.post-date {
    font-size: 14px;
    background: #f1f1f1;
    border-radius: 8px;
    display: flex;
    padding: 10px 15px;
    justify-content: space-between;
    margin-top: 20px;
    margin: 15px 0;
}

.post-date span {
    color: #999;
    padding-left: 10px;
}

.editor-content a:hover {
    color: gray;
}

.editor-content a {
    color: var(--e-global-color-primary);
}

.editor-content img {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 100% !important;
}

.editor-content ol,
.editor-content ul {
    margin: 20px 0;
}

.editor-content {
    margin: 30px 0;
    line-height: 1.8;
}


.archive-description {
    margin: 30px 0;
    line-height: 1.8;
    background: #f1f1f1;
    border-radius: 20px;
    padding: 40px;
}

.archive-description p:not(:last-child) {
    margin-bottom: 15px;
}

.archive-description a {
    color: var(--e-global-color-primary);
}

.archive-description a:hover {
    color: gray;
}

.archive-description img {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 100% !important;
}

.archive-description ol,
.archive-description ul {
    margin: 20px 0;
}

.archive-description h2,
.archive-description h3,
.archive-description h4,
.archive-description h5 {
    margin: 20px 0 15px;
    font-weight: bold;
}

.archive-description h2 {
    font-size: 22px;
}

.archive-description h3 {
    font-size: 20px;
}

.archive-description h4 {
    font-size: 18px;
}

.archive-description h5 {
    font-size: 20px;
}

.cat-post {
    font-size: 14px;
    margin-bottom: 13px;
    display: flex;
    flex-wrap: wrap;
}

.cat-post a:not(:last-of-type):after {
    content: '-';
    margin: 0 7px;
    font-weight: bold;
}

.cat-post a:hover {
    color: var(--e-global-color-primary);
}

.cat-post a {
    text-decoration: none !important;
}

.cat-post span {
    color: #999;
    padding-left: 10px;
}

.cat-post span:before {
    content: '';
    width: 6px;
    height: 6px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    background: var(--e-global-color-primary);
    margin-left: 8px;
}

.tag-links a:hover {
    background: transparent;
}

.tag-links a:first-of-type {
    margin-right: 8px;

}

.tag-links a {
    margin-bottom: 8px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 10px 12px;
    font-size: 13px;
    margin-left: 10px;
    background: var(--e-global-color-7f1443a);
    border: 2px solid var(--e-global-color-7f1443a);
    text-decoration: none !important;
    display: inline-block;
}

.tag-links {
    margin: 50px 0 0;
    display: flex;
    flex-wrap: wrap;
    line-height: 1;
    align-items: baseline;
}

.post-expert {
    text-align: justify;
}

.post-comment .form-submit #submit {
    outline: none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 2px solid var(--e-global-color-primary);
    color: #fff;
    font-size: 16px;
    background: var(--e-global-color-primary);
    transition: .4s;
}

.post-comment .form-submit #submit:hover {
    background: white;
    color: var(--e-global-color-primary);
}

.post-comment .comment-form-cookies-consent input {
    margin: 0 0 0 5px;
}

.post-comment .comment-form-cookies-consent label {
    line-height: 1.4;
    font-size: 14px;
}

.post-comment .comment-form-cookies-consent {
    width: 100%;
    order: 2;
    display: flex;
    align-items: flex-start;
}

.post-comment .comment-form-comment {
    order: 1;
    width: 100%;
}

.post-comment .form-submit {
    display: flex;
    justify-content: center;
    order: 3;
    width: 100%;
}

.post-comment .comment-notes {
    width: 100%;
    margin-bottom: 30px;
}

.post-comment label:before {
    content: '';
    width: 8px;
    height: 8px;
    background: var(--e-global-color-primary);
    display: inline-block;
    margin-left: 5px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.post-comment .comment-form-cookies-consent label:before {
    display: none;
}

.post-comment label {
    margin-bottom: 10px;
    font-size: 15px;
}

.post-comment .comment-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.post-comment .comment-form-author,
.post-comment .comment-form-email,
.post-comment .comment-form-url {
    width: 32.5%;
}

.post-comment input[type=email]:focus-visible,
.post-comment input[type=text]:focus-visible,
.post-comment input[type=url]:focus-visible,
.post-comment textarea:focus-visible {
    border: 1px solid var(--e-global-color-primary);
    outline: none;
}

.post-comment input[type=email],
.post-comment input[type=text],
.post-comment input[type=url],
.post-comment textarea {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: white;
    border: 1px solid white;
    transition: .4s;
}

.post-card .post-title a:hover {
    color: var(--e-global-color-primary);
}

.post-card {
    position: relative;
    margin-bottom: 50px;
}

.sidebar-last-post li time {
    position: absolute;
    top: 0;
    right: 95px;
    color: var(--e-global-color-text);
    font-size: 12px;
    font-family: 'Shabnam' !important;
}

.sidebar-last-post li {
    position: relative;
}

.sidebar-last-post li > a:hover {
    color: var(--e-global-color-primary);
}

.sidebar-last-post li > a {
    padding-top: 20px;
    display: block;
}

.sidebar-last-post li > div {
    margin-left: 15px !important;
}

.sidebar-last-post li img {
    width: 80px !important;
    height: 80px;
    min-width: 80px;
    object-fit: cover;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.sidebar .sidebar-cat-wrapper .sidebar-cat {
    margin-bottom: 10px;
}

.sidebar {
    position: sticky;
    top: 60px;
}

.sidebar-last-post {
    padding: 20px 0;
}

.comment-awaiting-moderation {
    display: block;
    width: 100%;
    color: #dd4b4b;
    background: #ce2e2e24;
    border-radius: 10px;
    padding: 10px 15px;
    margin: 20px 0 5px;
    font-style: normal;
    font-size: 14px;
}

.comments-area a {
    text-decoration: none !important;
}

#comments .comment-meta {
    flex-wrap: wrap;
    align-items: center;
}

#comments .title-comments {
    display: none;
}

#comments .comment-metadata {
    display: flex;
    align-items: center;
}

.comment-author img {
    display: none;
}

#comments .comment .comment-body {
    padding: 25px !important;
    margin-bottom: 20px;
    background: white;
    border-radius: 20px;
    border-block-end: none !important;
}

#comments .reply a {
    font-size: 13px;
}

#comments .reply a:hover {
    color: var(--e-global-color-primary);
}

.comment-list #reply-title:after,
.comment-list #reply-title:before {
    display: none;
}

.comment-list #respond #reply-title {
    background: var(--e-global-color-primary);
    color: white;
    display: flex;
    justify-content: space-between;
    padding: 12px 15px;
    border-radius: 15px;
    font-size: 16px;
}

body.rtl #comments ol.comment-list .children:before, html[dir=rtl] #comments ol.comment-list .children:before {
    color: var(--e-global-color-primary);
    font-size: 24px;
}

.sidebar a {
    text-decoration: none !important;
}

.post-expert p {
    font-family: var(--bold-font) !important;
}

.post-expert {
    font-size: 16px;
    line-height: 1.8;
}

.pr-30 {
    padding-right: 25px;
}

.single .sticky-menu,
.search .sticky-menu,
.archive .sticky-menu {
    left: 20px;
    max-width: calc(100% - 100px);
}

.search-no-results .page-content p {
    font-size: 16px;
}

.cta-wrapper a {
    text-decoration: none !important;
}

.related-post.section-category .category-left .qodef-addons-blog-list .qodef-e-media-image a img {
    margin: 0;
}

.nav-links * {
    margin: 0 10px;
    font-family: 'shabnam' !important;
}

.nav-links a:hover {
    color: var(--e-global-color-primary) !important;
}

.nav-links .page-numbers.current {
    margin-top: -4px;
    font-size: 16px;
}

.nav-links .page-numbers.prev:before,
.nav-links .page-numbers.next:after {
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    border-width: 2px 2px 0 0;
    transform: rotate(225deg);
    border-color: var(--e-global-color-primary);
    border-style: solid;
    margin: 0 4px -1px 0;
}

.nav-links .page-numbers.prev:before {
    transform: rotate(45deg);
    margin: 0 0px 1px 4px;
}

.nav-links .page-numbers.current:after {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--e-global-color-primary);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
}

.nav-links {
    display: flex;
    justify-content: center;

}

.pagination {
    margin-top: 30px;
}

.post-expert-card {
    font-size: 13px;
    color: gray;
}

#comments .comment-metadata a {
    margin-right: 10px;
}

.editor-content p {
    max-width: 100%;
    overflow: hidden;
}

#comments {
    display: flex;
    flex-wrap: wrap;
}

#comments .comment-list {
    order: 2;
    width: 100%;
    margin-top: 40px !important;
}

.comments-wrapper {
    background: #f1f1f1;
    border-radius: 20px;
    margin-top: 80px;
    padding: 40px;
}

.comment-list .comment-form {
    margin-bottom: 40px;
}

#comments .comment-metadata time {
    margin: 8px 0;
    display: inline-block;
}

#comments .comment-respond {
    width: 100%;
}

.rss-products {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
}

.rss-products .product-card {
    flex: 0 0 24.25%;
    width: 24.25%;
    border: 2px solid #fff;
    background: #fff;
    border-radius: 10px;
    position: relative;
}

.rss-products .product-card .pd-thumbnail {
    border: 1px solid #fff;
    border-bottom: 1px solid var(--background-color);
    margin-bottom: 15px;
    border-radius: 10px 10px 0px 0px;
}

.rss-products .product-card .pd-title {
    color: #2D3033;
    font-size: 14px;
    font-weight: bold !important;
    line-height: 24px;
    padding: 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    height: 48px;
    margin-bottom: 5px !important;
    text-align: center;
}

.rss-products .product-card .btn-more {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 13px;
    line-height: 20px;
    margin-top: 5px !important;
    padding: 10px 12px;
    margin-bottom: 15px !important;
    border-radius: 28px;
    background-color: transparent;
    border: 1px solid #e1e1e1;
    transition: all 0.4s;
    text-align: center;
    cursor: pointer;
}

.rss-products .product-card:hover .btn-more {
    background-color: #7DCD73;
    color: rgb(255, 255, 255);
    border: 1px solid #7DCD73;
}


@media screen and (max-width: 1200px) {
    .shop-btn-top a {
        padding: 13px 15px !important;
    }
}

@media screen and (max-width: 1024px) {
    #slider-site .main-slider .qodef-e-media-image img {
        height: 400px;
    }

    #hero-right .hero-posts .eael-entry-media .eael-entry-thumbnail img {
        height: 190px;
    }

    .sticky-menu {
        padding-top: 10px;
    }

    .shop-btn-top a {
        padding: 13px 15px !important;
    }

    .shop-btn-bottom a {
        display: block;
    }

    #slider-site .main-slider .qodef-e-content {
        width: 45%;
        padding: 20px 10px;
    }

    #slider-site .main-slider .swiper-button-next, #slider-site .main-slider .swiper-button-prev {
        bottom: 30px;
        left: 30px;
    }

    #slider-site .main-slider .swiper-button-prev {
        left: 80px;
    }

    #slider-site .main-slider .swiper-pagination {
        left: 30px;
    }

    .last-post-wrapper article {
        margin-bottom: 20px !important;
    }
}

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

    .pr-30 {
        padding-right: 15px;
    }

    .d-md-none {
        display: none;
    }

    .comments-wrapper {
        padding: 50px;
    }
}

@media screen and (max-width: 767px) {
    .sidebar-cat-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .sidebar-cat-wrapper .sidebar-cat {
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }

    .single .sticky-menu, .search .sticky-menu, .archive .sticky-menu {
        left: 10px;
        max-width: calc(100% - 40px);
    }

    .section-category .category-left-big-pic .qodef-addons-blog-list .qodef-e-media-image a img {
        height: 120px;
    }

    .section-category .category-left-big-pic .qodef-e-media-holder {
        min-width: unset;
        width: 120px;
    }

    .sticky-menu {
        padding-top: 4px;
    }

    .sticky-menu {
        left: 10px;
        max-width: calc(100% - 40px);
    }

    .shop-btn-bottom a {
        font-size: 12px;
        padding: 8px !important;
    }

    #hero-right .eael-post-grid-container .eael-post-grid article .eael-grid-post-holder,
    #hero-right .eael-post-grid-container .eael-post-grid article .eael-grid-post-holder .eael-entry-media,
    #hero-right .eael-post-grid-container .eael-post-grid article .eael-grid-post-holder .eael-entry-media .eael-entry-thumbnail {
        height: 100%;
    }

    #hero-right .eael-post-grid-container .eael-post-grid article {
        width: 50% !important;
        position: relative !important;
        left: unset !important;
    }

    #hero-right .eael-post-grid-container .eael-post-grid {
        display: flex;
        height: unset !important;
    }

    #hero-right .hero-posts .eael-entry-media .eael-entry-thumbnail img {
        height: 100%;
        min-height: 140px;
    }

    #slider-site .main-slider .qodef-e-content {
        width: 60%;
        padding: 20px 10px;
    }

    #slider-site .qodef-addons-blog-slider .qodef-blog-item .qodef-e-info.qodef-info--top {
        display: none;
    }

    #slider-site .main-slider .qodef-e-content .qodef-e-read-more a {
        padding: 3px 12px;
    }

    #slider-site .main-slider .swiper-button-next, #slider-site .main-slider .swiper-button-prev {
        bottom: 20px;
        left: 20px;
    }

    #slider-site .main-slider .swiper-button-prev {
        left: 70px;
    }

    #slider-site .main-slider .swiper-pagination {
        left: 20px;
    }

    .last-post-wrapper article {
        width: 50% !important;
    }

    .scan-title {
        transform: translateX(50%);
    }

    body:not(.home) .site-main {
        padding: 0 20px !important;
    }

    .title-site p {
        margin-bottom: 0;
    }

    .title-site .elementor-heading-title {
        font-size: 22px !important;
    }

    .post-card .post-title, .last-post-wrapper article .eael-grid-post-holder-inner .eael-entry-title {
        margin-bottom: 0;
        font-size: 16px;
    }

    .last-post-wrapper article {
        margin-bottom: 10px !important;
    }

    .section-category .category-main .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title a {
        font-size: 20px;
        padding: 0 30px;
    }

    .section-category .category-main .elementor-image-box-wrapper .elementor-image-box-content {
        bottom: 20px;
    }

    .section-category .category-left .qodef-addons-blog-list .qodef-blog-item .qodef-e-title {
        font-size: 15px;
    }

    .title-site h1, .title-site h2,
    #reply-title {
        font-size: 22px;
    }

    .comments-wrapper {
        padding: 40px;
    }

    .page-header {
        margin-bottom: 15px;
    }

    .editor-content {
        margin: 0;
    }

    .post-card .post-title {
        margin-bottom: 8px;
    }

    .title-site .elementor-widget-heading .elementor-heading-titl {
        padding-left: 0;
    }

    #reply-title:after, .title-site h1:after, .title-site h2:after {
        width: 17px;
        right: 0;
        top: calc(50% - 9px);
    }

    .title-site-center h1:before, .title-site-center h2:before {
        width: 24px;
        bottom: calc(50% - 9px);
    }

    .title-site .elementor-widget-heading {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    #footer .footer-info ul li span, #footer .footer-list ul a {
        font-size: 14px;
    }

    #footer .footer-title h5, #footer .footer-list h5 {
        font-size: 18px;
    }

    .footer-social-wrapper {
        margin-top: 10px;
    }

    .footer-map {
        display: none;
    }

    .post-card {
        margin-bottom: 30px;
    }

    .post-card .post-arrow {
        top: unset !important;
        bottom: 35px;
    }

    body:not(.home) .site-main {
        margin: 30px 0 35px !important;
    }

    .post-comment .comment-notes {
        margin-bottom: 15px;
    }

    .comment-list #respond #reply-title,
    .post-comment label {
        font-size: 14px;
    }

    .editor-content img {
        margin: 10px 0;
    }

    #comments .comment .comment-body {
        padding: 15px !important;
    }

    #comments .comment-list {
        margin-top: 30px !important;
    }

    .comments-wrapper {
        margin-top: 50px;
    }

    .comments-wrapper {
        padding: 20px;
    }

    .title-site h1, .title-site h2,
    #reply-title {
        font-size: 20px;
    }

    .d-xs-none {
        display: none;
    }

    .elementor-widget-google_maps iframe {
        height: 200px;
    }

    #footer .footer-map {
        padding: 10px;
    }

    #header {
        padding: 0 10px;
    }

    /*    .banner-wrapper {
            display: none;
        }*/
    .banner {
        width: 100%;
    }

    .post-card .post-title, .last-post-wrapper article .eael-grid-post-holder-inner .eael-entry-title {
        margin-top: 12px;
        font-size: 15px;
    }

    .post-card .post-arrow, .last-post-wrapper article .eael-grid-post-holder-inner .eael-entry-wrapper .eael-entry-content a {
        left: 15px;
        top: -45px;
    }

    .post-card .post-date, .last-post-wrapper .eael-entry-wrapper .eael-entry-header-after {
        top: -250px;
    }

    .title-site .elementor-heading-title {
        font-size: 20px !important;
    }

    .post-comment .comment-form-author,
    .post-comment .comment-form-email,
    .post-comment .comment-form-url {
        width: 100%;
    }

    .last-post-wrapper article {
        width: 100% !important;
    }

    .section-category .category-main .elementor-image-box-wrapper .elementor-image-box-content {
        bottom: 20px;
    }

    .section-category .category-main .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title a {
        font-size: 16px;
        line-height: 1.4;
        padding: 0 20px;
    }

    .sidebar-last-post li time:before, .section-category .category-left .cat-blog-list .qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item a:before {
        width: 10px;
    }

    .section-category .category-left .qodef-addons-blog-list .qodef-blog-item .qodef-e-title {
        margin-bottom: 0;
        font-size: 14px;
    }

    .section-category .category-left .cat-blog-list .qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item a {
        font-size: 12px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
    .shop-btn-top a {
        padding: 13px 15px !important;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .scan-wapper {
        margin: 120px 0 110px 0;
    }

    .banner {
        width: 48%;
        border-radius: 15px;
    }

    .section-category .qodef-addons-blog-list .qodef-blog-item {
        width: 48%;
    }

    .section-category .category-left .qodef-qi-grid > .qodef-grid-inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .mobile-txt {
        width: calc(100% - 200px);
        padding-left: 20px;
    }

    .mobile-wrapper {
        width: 200px;
    }

    .mobile-main-wrapper {
        margin: -90px 0 -58px;
    }
}

@media screen and (min-width: 767px) and (max-width: 1200px) {
    .section-readmore.section-category .category-left .qodef-addons-blog-list .qodef-e-media-image a img {
        min-width: 100px;
        width: 100px;
        height: 100px;
    }

    .section-readmore.section-category .category-left .qodef-addons-blog-list .qodef-blog-item .qodef-e-title {
        font-size: 15px;
    }
}

@media screen and (min-width: 767px) and (max-width: 992px) {
    /*.section-category .category-left.category-left-big-pic .qodef-qi-grid>.qodef-grid-inner{*/
    /*    display: block;*/
    /*}*/
    .section-category .category-left-big-pic .qodef-addons-blog-list .qodef-e-media-image a img {
        height: 110px;
    }

    .section-category .category-left-big-pic .qodef-e-media-holder {
        min-width: 90px;
        width: 90px;
    }

    .section-category .category-left.category-left-big-pic .cat-blog-list .qodef-grid-inner .qodef-blog-item .qodef-e-inner {
        margin-bottom: 10px;
    }

    .section-category .category-left.category-left-big-pic .qodef-addons-blog-list .qodef-blog-item .qodef-e-title {
        font-size: 15px;
        line-height: 1.4;
    }

}

/****************  End Edit   ******************/