:root {
    --light-bg: #ffffff;
    --night-bg: #1b1f2b;
    --night-element-bg: #1f2433;
    --light-element-bg: #ffffff;
    --text-light: #1d1d1f;
    --text-night: #ffffff;
    --primary: #f94e60;
    --secondry: #68cc45;
    --text-inbox: #fff;
    --ngr-gray: #f7f8f9;
    --ngr-gray-darker: #ececec;
}

[data-theme="dark"]:root {
    --light-bg: var(--night-bg);
    --light-element-bg: var(--night-element-bg);
    --text-light: var(--text-night);
    --ngr-gray: rgba(247, 248, 249, 0.1);
    --ngr-gray-darker: rgba(247, 248, 249, 0.2);
}

@font-face {
    font-family: IRYekan;
    src: url(../fonts/iyekan/regular/iranyekanwebregularfanum.eot);
    src: url(../fonts/iyekan/regular/iranyekanwebregularfanum.eot?#iefix) format("embedded-opentype"), url(../fonts/iyekan/regular/iranyekanwebregularfanum.woff) format("woff"), url(../fonts/iyekan/regular/iranyekanwebregularfanum.ttf) format("truetype");
    font-weight: 400
}

@font-face {
    font-family: IRYekan;
    src: url(../fonts/iyekan/bold/iranyekanwebboldfanum.eot);
    src: url(../fonts/iyekan/bold/iranyekanwebboldfanum.eot?#iefix) format("embedded-opentype"), url(../fonts/iyekan/bold/iranyekanwebboldfanum.woff) format("woff"), url(../fonts/iyekan/bold/iranyekanwebboldfanum.ttf) format("truetype");
    font-weight: 700
}

html {
    -ms-overflow-style: scrollbar;
    scrollbar-color: rgba(0, 0, 0, 0.5) rgba(255, 255, 255, 0.5);
    scrollbar-width: thin;
}

body, html {
    margin: 0;
    font-family: IRYekan;
    color: var(--text-light);
    overflow-x: hidden;
    background-color: var(--light-bg);
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    line-height: unset !important;
    list-style: none
}

.fal, .fa, .far, .fas {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--text-light);
    padding: 0;
    margin: 10px 0;
    font-size: 18px
}

p {
    color: var(--text-light);
    font-size: 14px;
    line-height: 2
}

strong {
    color: var(--primary);
}

a, a:hover, a:focus {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: 0 solid transparent;
    box-shadow: none;
    color: var(--text-light);
    outline: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
    outline: none !important;
}

ul {
    margin: 0
}

ul li {
    list-style: none;
    text-decoration: none
}

img {
    max-width: 100%;
    height: auto;
    border-radius: 5px
}

p > a, p > a:hover, p > a:focus {
    color: var(--primary);
}
input, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

:focus {
    outline: none
}

.btn:focus {
    box-shadow: none;
    outline: none
}

ul li:hover, ul li:focus {
    list-style: none;
    text-decoration: none;
    outline: none
}

ol {
    margin: 0;
    list-style: none;
    padding: 0
}

del {
    color: var(--primary);
    text-decoration: none;
}

del .woocommerce-Price-currencySymbol {
    display: none;
}

ins {
    text-decoration: navajowhite;
}

del bdi {
    color: var(--text-light);
    text-decoration: line-through;
    font-weight: normal;
    text-decoration-color: rgba(0, 0, 0, 0.5);
}

select:not([multiple=multiple]), select:not([multiple=multiple]).form-control {
    background-image: unset
}

.bg-gray {
    background-color: #f8f8ff
}

.btn, .btn:hover, .btn:focus {
    font-weight: 700;
    box-shadow: none
}

.btn {
    padding: .375rem 1rem;
    font-size: .85rem;
    border-radius: .4rem
}

.btn-group-lg > .btn, .btn-lg {
    padding: .75rem 1.25rem;
    font-size: 1rem;
    border-radius: .5rem
}


.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    word-wrap: normal!important;
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal!important;
    padding: 0;
    position: absolute!important;
    width: 1px;
}


#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    top: 0;
    left: 0;
    background-color: #f8f8ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
}

#ngr-preloader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    overflow: hidden;
    background: #fff
}

#ngr-preloader::before {
    content: '';
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 2px solid var(--primary);
    border-top-color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
    border-bottom-color: #fff
}

.page-content-wrapper {
    position: relative;
    z-index: 1;
    padding-top: 60px;
    margin-bottom: 58px
}

p.price del span.woocommerce-Price-currencySymbol, span.price del span.woocommerce-Price-currencySymbol {
    display: none
}

.hscroll-product .product .price del, .woocommerce div.product p.price del, .woocommerce div.product span.price del {
    color: var(--primary);
    font-size: 15px;
    opacity: .6
}

#category-modal {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition-duration: .3s;
    background-color: var(--light-bg);
    z-index: -1;
    height: 85vh;
    overflow-y: auto;
    border-radius: 25px 25px 0 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    padding: 15px
}

#category-modal:not(.show) {
    animation: slideDownLarge .5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards
}

#category-modal.show {
    visibility: visible;
    opacity: 1;
    z-index: 101;
    animation: slideUpLarge .3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    padding-bottom: 160px;
}

.form-control {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    border-color: #ebebeb;
    padding: 12px 20px;
    font-size: 14px;
    width: 100%;
    height: 200px;
}

.form-control:focus {
    box-shadow: none
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    text-decoration: none
}

body:not(.woocommerce-page) .single-page-content {
    padding: 0 16px;
}

.single-page-content h1 {
    text-align: center;
    margin-top: 20px;
}

.title-intro {
    position: relative;
    display: block;
    font-weight: 700;
    margin: 10px;
    overflow: hidden;
}


.title-intro h2 span, .title-intro.content-red-title {
    color: var(--primary);
    margin: 10px 0 15px;
    display: inline-block;
    font-size: 15px
}

.title-intro.content-red-title span {
    color: var(--text-light);
}

.content-block-title {
    display: inline-block
}

.title-intro h2 {
    font-size: 15px
}

.title-intro a, .tcw_table_price .list-link a, .ngr-eleman-title .list-link {
    font-size: 12px;
    display: flex;
    align-items: center;
    color: var(--text-light);
    opacity: 0.5;
}

.title-intro a {
    line-height: 10px !important;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: var(--text-light);
    font-size: 20px;
    font-weight: bold;
    margin: 10px
}


#category-modal.style_one > .ngr-cat-box {
    position: relative;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
    background-position: center center;
    margin: 5px auto;
    display: inline-block;
    vertical-align: top
}

#category-modal.style_one .part-0 {
    width: 100%;
    height: 100px
}

#category-modal.style_one .part-1, #category-modal.style_one .part-3 {
    width: 48%;
    height: 180px
}

#category-modal.style_one .part-2 {
    width: 48%;
    height: 370px;
    float: left
}

#category-modal.style_one > .ngr-cat-box::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6)
}

#category-modal.style_one > .ngr-cat-box > span {
    background-color: var(--primary);
    color: var(--text-inbox);
    font-size: 13px;
    line-height: 1.8;
    display: inline-block;
    text-align: center;
    padding: 8px 20px;
    border-radius: 10px 0 0 10px;
    border-right: 0;
    position: relative
}


#category-modal.style_one .part-0 span {
    margin-top: 20px
}

#category-modal.style_one .part-1 span, #category-modal.style_one .part-3 span {
    margin-top: 70px
}

#category-modal.style_one .part-2 span {
    margin-top: 250px
}


#tab-closer, #popup-closer {
    position: fixed;
    top: 105px;
    left: 10px;
    z-index: -1;
    width: 30px;
    height: 30px;
    font-size: 20px;
    text-align: center;
    border-radius: 25px;
    color: #fff;
    margin: 10px;
    padding: 3px;
    background: var(--primary);
    cursor: pointer;
    transition-duration: .3s;
    opacity: 0;
    visibility: hidden
}

#popup-closer {
    top: unset;
}

#tab-closer.active, #popup-closer.active {
    animation: pulse 2s infinite;
    z-index: 999;
    opacity: 1;
    visibility: visible
}

#tab-closer.active:hover, #popup-closer.active:hover {
    animation: none
}

.content-blur {
    filter: blur(7px);
    pointer-events: none;
}

.content-area, .page-content-wrapper {
    transition-duration: .5s
}

.content-area.content-blur::before, .page-content-wrapper.content-blur::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 98
}


.theme-negar .select2-container--default .select2-selection--single {
    height: 40px;
    border: 1px solid #e8e8e8;
    padding: 5px;
    background-color: var(--light-element-bg);
}

.theme-negar .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 12px;
    top: 8px
}

.woocommerce .woocommerce-breadcrumb {
    text-align: right;
    margin: 4px 0 8px 0;
    line-height: 2.2;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 16px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.woocommerce .woocommerce-breadcrumb::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}

nav.woocommerce-breadcrumb i {
    font-size: 14px;
    vertical-align: middle;
    margin: 0 10px;
    color: #86868b;
    opacity: 0.6;
}

.woocommerce button.button.loading::after {
    font-family: 'Font Awesome 5 Pro' !important;
    content: "\f3f4" !important;
    left: 10px;
    top: unset;
}

.input-text {
    padding: 5px;
    font-family: inherit;
    height: 38px;
    border-radius: 7px;
    border: 1px solid #e8e8e8;
}

.woocommerce form .form-row textarea {
    line-height: 2;
    height: 8em;
    font-size: 12px;
    background-color: var(--light-element-bg);
}


.woocommerce .star-rating span {
    color: #fac74b
}

.not-found-page {
    display: block;
    text-align: center;
    margin-top: 50%
}

.not-found-page span {
    display: block;
    text-align: center;
    margin-bottom: 50%
}


.woocommerce-error, .woocommerce-info {
    background-color: var(--light-element-bg);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    border-left: 2px solid var(--primary);
    border-right: 2px solid var(--primary);
    border-top: 0;
    border-radius: 10px;
    font-size: 11px;
    line-height: 2;
    margin: 15px;
    margin-bottom: 0;
    color: var(--text-light);
}


.woocommerce-message {
    background-color: var(--light-element-bg);
    border: 0;
    margin-top: 40px
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: transparent
}


.add-shortcut-btn.close {
    display: none
}


p.stars.selected a {
    color: #fac74b !important
}

.woocommerce form .form-row .required {
    display: none
}

.wpml-ls-menu-item .wpml-ls-flag {
    padding: 0 10px;
    margin: 0;
}

.wpml-ls-legacy-list-vertical.wpml-ls-statics-footer {
    margin-bottom: 70px;
    display: block;
    text-align: center;
}

.avn_notif-container {
    background-color: #f4f4f4;
    width: max-content;
    padding: 4px 12px;
    border-radius: 25px;
    font-size: 12px;
    color: #313131;
}
.avn_notif i {
    margin-left: 5px;
}

.asc-notice .process-bar-line {
    position: absolute;
    bottom: 25px;
    left: 30px;
    right: 30px;
    height: 2px;
    background-color: #ddd;
}

.asc-notice .processing {
    position: absolute;
    display: flex;
    bottom: 25px;
    left: 30px;
    right: 30px;
    height: 2px;
    background-color: red;
    text-align: left;
}

.asc-ceiling-cart-content {
    position: relative;
    height: 100px;
    border-radius: 16px;
    background-color: rgba(249, 78, 96, 0.1);
    margin: 20px;
}
.asc-ceiling-cart-content .process-bar-line {
    position: absolute;
    bottom: 25px;
    left: 30px;
    right: 30px;
    height: 2px;
    background-color: #ddd;
}

.asc-ceiling-cart-content .processing {
    position: absolute;
    bottom: 25px;
    left: 30px;
    right: 30px;
    height: 2px;
    background-color: red;
    text-align: left;
}
.asc-ceiling-cart-content .ceiling-price {
    text-align: center;
    margin: 12px;
    padding-top: 12px;
    font-weight: bold;
    color: var(--primary);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.home ul.jcaa_attr_select li img, .archive ul.jcaa_attr_select li img {
    display: none !important;
}

td.product-name::before {
    display: none;
}

.product-name .product-attr {
    color: #747794;
    font-size: 12px;
}

.fa-align-justify.close:before {
    content: "\f00d" !important;
}

#category-modal.style_two .ngr-cat-box .number {
    display: block;
    margin-top: 10px;
}

#category-modal.style_two .ngr-cat-box span {
    position: relative;
    top: 25px;
    right: 10px;
    color: #fff;
    font-size: 15px;
}

#category-modal.style_two .ngr-cat-box {
    display: block;
    border-radius: 10px;
    height: 150px;
    background-size: cover;
    margin: 15px 0;
    position: relative;
    overflow: hidden;
}

#category-modal.style_two .ngr-cat-box:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 30px 70px 100px rgba(249, 78, 96, 0.8);
}

#category-modal.style_three .ngr-cat-box {
    display: block;
    border-radius: 10px;
    height: 150px;
    background-size: cover;
    margin: 15px 0;
}

#category-modal.style_three .ngr-cat-box {
    position: relative;
    overflow: hidden;
}

#category-modal.style_three .ngr-cat-box:nth-child(odd) .number {
    position: absolute;
    bottom: 12px;
    left: 40px;
    color: #fff;
    font-weight: bold;
}

#category-modal.style_three .ngr-cat-box:nth-child(odd) > span {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background-color: rgba(134, 134, 139, 0.2);
    color: #fff;
    left: -1px;
    padding: 12px;
    border-radius: 0 20px 20px 0;
    padding-right: 20px;
    font-weight: bold;
    backdrop-filter: blur(10px);
}

#category-modal.style_three .ngr-cat-box:nth-child(even) .number {
    position: absolute;
    bottom: 12px;
    left: 40px;
    color: #fff;
    font-weight: bold;
}

#category-modal.style_three .ngr-cat-box:nth-child(even) > span {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background-color: rgba(249, 88, 105, 0.2);
    color: #fff;
    left: -1px;
    padding: 12px;
    border-radius: 0 20px 20px 0;
    padding-right: 20px;
    font-weight: bold;
    backdrop-filter: blur(10px);
}

#category-modal.style_four .ngr-cat-box {
    display: block;
    border-radius: 10px;
    height: 150px;
    background-size: cover;
    margin: 15px 0;
    position: relative;
}

#category-modal.style_four .ngr-cat-box > span {
    background-color: rgba(134, 134, 139, 0.3);
    position: absolute;
    bottom: 30px;
    left: 25px;
    padding: 7px 20px;
    color: #fff;
    border-radius: 15px;
    min-width: 120px;
    text-align: center;
}

#category-modal.style_four .ngr-cat-box .number {
    background-color: rgba(134, 134, 139, 0.3);
    position: absolute;
    bottom: 0;
    left: 170px;
    padding: 7px 20px;
    color: #fff;
    border-radius: 15px;
    min-width: 120px;
    text-align: center;
}

#category-modal.style_five .ngr-cat-box:nth-child(odd) {
    margin-right: 10px;
}

#category-modal.style_five .ngr-cat-box {
    display: inline-block;
    width: 47%;
    height: 160px;
    border-radius: 10px;
    background-size: cover;
    position: relative;
    margin-bottom: 10px;
}

#category-modal.style_five .ngr-cat-box .number {
    display: none;
}

#category-modal.style_five .ngr-cat-box > span {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.1);
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 20px;
    color: #fff;
    padding: 5px;
    border-radius: 10px;
    font-size: 13px;
    backdrop-filter: blur(10px);
}

.style-seven-box a.ngr-cat-box {
    width: 100%;
    display: block;
    height: 150px;
    border-radius: 15px;
    position: relative;
}

.style-seven-box {
    display: inline-block;
    width: 47%;
    margin: 3px;
    border-radius: 15px 15px 5px 5px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    height: 245px;
}

.style-seven-box a.ngr-cat-box span {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(75, 75, 75, 0.15);
    margin: 15px 10px 10px;
    padding: 8px 5px;
    border-radius: 25px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    backdrop-filter: blur(5px);
}

.style-seven-box ul {
    padding: 15px 15px 5px;
}

.style-seven-box ul li {
    list-style: circle;
    font-size: 12px;
    margin: 5px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.relative-box {
    position: relative;
    margin-bottom: 20px;
}

.swiper-wrapper {
    margin: 5px 10px;
}


.single.single-product .woocommerce-breadcrumb a, .woocommerce .woocommerce-breadcrumb a {
    color: #86868b;
    opacity: 0.6;
}

.woocommerce .woocommerce-breadcrumb {
    color: var(--text-light);
}

.woocommerce a.button:hover {
    background-color: var(--secondry);
    color: var(--text-inbox);
}

#category-modal.show .ngr-eleman-title {
    display: block;
}


.wpb-js-composer .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-body, .wpb-js-composer .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-heading {
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.14);
    border-radius: 10px;
    overflow: hidden;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel {
    margin: 15px 0;
}

.wpb-js-composer .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-heading {
    border-radius: 12px !important;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title {
    font-size: 13px;
    line-height: 2;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel .vc_tta-panel-title:before {
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    float: left;
    font-size: 30px;
    color: var(--text-light);
    margin: 10px 15px;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title:before {
    content: '\f106';
    color: #f94e60;
}

.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
    display: none;
}

.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title > a {
    padding-right: 15px;
    line-height: 2;
}

.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title > a {
    padding: 10px 20px !important;
}

.list-group.search-result-body strong small {
    display: none;
}




.all-offer-product-title {
    background-color: var(--primary);
    display: block !important;
    text-align: center;
    color: var(--text-inbox) !important;
    padding: 10px;
    margin: 20px 60px 0 !important;
    border-radius: 40px;
    position: relative;
    overflow: visible !important;
}

.back-box-all-offer::before {
    content: '';
    left: 0;
    background-color: var(--light-bg);
    position: absolute;
    top: -10px;
    width: calc(50% - 5px);
    height: 10px;
    border-radius: 5px;
    z-index: 1;
}

.back-box-all-offer::after {
    content: '';
    right: 0;
    background-color: var(--light-bg);
    position: absolute;
    top: -10px;
    width: calc(50% - 5px);
    height: 10px;
    border-radius: 5px;
    z-index: 1;
}

.page-template-template-page-offer .negar-footer-part {
    position: relative;
    z-index: 1;
}

.back-box-all-offer {
    background-color: var(--primary);
    width: 100%;
    height: 200px;
    border-radius: 15px;
    position: fixed;
    text-align: center;
    margin: 10px 0;
}

.all-offer-product-title::before {
    content: '';
    width: 25px;
    height: 110px;
    background-color: var(--primary);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -100px;
    border-radius: 10px;
}

.all-offer-card-page {
    width: 80%;
    margin: 20px auto;
}

.page-template-all-offer .negar-footer-part {
    position: relative;
    z-index: 9;
}


.dokan-store #sidebar {
    display: none;
}

.dokan-vendor-register input {
    width: 100%;
}

.dokan-vendor-register {
    padding: 40px;
}



/* preload lay-2   */
.preloader-1 {
    width: 100%;
    height: 100vh;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: #f7f7f7;
}

.box_section {
    width: 120px;
    height: 120px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
    background: white;
    border-radius: 20px;
    animation: 1s ease-in-out alternate infinite shadows;
}

.site_logo {
    width: 100px;
}

.img_filter {
    width: 120px;
    height: 120px;
    opacity: 0;
    position: absolute;
    -webkit-animation-duration: 0.9s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    background: #f6f7f9;
    background-image: linear-gradient(to right, #f6f7f9 0%, #e9ebee 20%, #f6f7f9 40%, #f6f7f9 100%);
    background-repeat: no-repeat;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

@keyframes shadows {
    0% {
        box-shadow: none
    }

    100% {
        box-shadow: 9px 16px 8px rgb(227, 227, 227);
    }
}

/* preload lay-3 */
.loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
}

.loader-logo {
    z-index: 5;
    width: 160px;
    height: 160px;
    padding-bottom: 10px;
    background-repeat: no-repeat;
    background-size: 85px;
    background-position: center;
}

.loader-circle {
    border-top: 1px solid var(--primary);
    /* Blue */
    border-radius: 50%;
    width: 160px;
    height: 160px;
    animation: spin 1.5s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* preload lay-4 */
.loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.preloader-logo {
    max-width: 100px !important;
    height: auto !important;
}

.loading-bar {
    width: 130px;
    height: 2px;
    background: #cfcfcf;
    margin-top: 22px;
    position: relative;
    overflow: hidden;
}

.loading-bar::before {
    content: '';
    width: 68px;
    height: 2px;
    background: var(--primary);
    position: absolute;
    left: -34px;
    animation: bluebar 1.5s infinite ease;
    margin: 0px auto;
}

.loading-screen .loading-animation img {
    width: 40vw;
}

@keyframes bluebar {
    50% {
        left: 96px;
    }
}

/****************   lay-5     ***************/
.animation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    animation: 1s spinning infinite;
}

.animation:before, .animation:after {
    animation: 1s movingRight infinite;
    content: "";
    display: block;
    width: 30px;
    height: 10px;
    border: 10px solid var(--primary);
    border-top: none;
    border-bottom: none;
    margin-bottom: 10px;
}

.animation:after {
    animation-name: movingLeft;
}

span.woocommerce-Price-currencySymbol {
    color: var(--text-light);
    font-size: 9px;
    font-weight: 400
}
select {
    -webkit-appearance: none;
    -ms-appearance: none;
    -0 -appearance: none;
    appearance: none;
    -moz-appearance: none;
    border: 1px solid #ddd;
    padding: 5px 15px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im0xMjEuMywzNC42Yy0xLjYtMS42LTQuMi0xLjYtNS44LDBsLTUxLDUxLjEtNTEuMS01MS4xYy0xLjYtMS42LTQuMi0xLjYtNS44LDAtMS42LDEuNi0xLjYsNC4yIDAsNS44bDUzLjksNTMuOWMwLjgsMC44IDEuOCwxLjIgMi45LDEuMiAxLDAgMi4xLTAuNCAyLjktMS4ybDUzLjktNTMuOWMxLjctMS42IDEuNy00LjIgMC4xLTUuOHoiIGZpbGw9IiM2NjY2NjYiLz4KICA8L2c+Cjwvc3ZnPgo=) !important;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: auto;
    background-color: transparent;
}

.woocommerce #review_form #respond p {
    font-size: 10px;
    color: #8e8e8e;
    display: inline-block
}

#commentform .woocommerce #review_form #respond p {
    font-size: 10px;
    color: #8e8e8e;
    vertical-align: baseline
}

#commentform .comment-form-rating label {
    vertical-align: top
}

#commentform .stars span {
    font-size: 15px;
    margin-right: 10px
}

form#commentform p textarea, form#commentform p input {
    border-radius: 15px;
    border: 1px solid #ddd;
    padding: 5px;
    display: block
}
#respond .form-submit input#submit {
    background-color: var(--secondry);
    color: var(--text-inbox);
    font-size: 12px;
    font-family: inherit;
    padding: 10px 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0
}

.single-post form#commentform p textarea {
    width: 100%;
    background-color: var(--light-element-bg);
    border: 1px solid var(--ngr-gray-darker);
    color: var(--text-light);
}

.single-post .btn-warning {
    background-color: unset;
    line-height: 3;
    padding: 0;
    margin: 2px;
    font-weight: 400
}
nav.navigation.pagination {
    text-align: center
}

.navigation.pagination span.page-numbers.current {
    background: var(--primary);
    color: var(--text-inbox);
    border-radius: 100%;
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 1.8;
}

.navigation.pagination a.page-numbers {
    margin: 3px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    border-radius: 100%;
    background-color: var(--light-element-bg);
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 1.8;
}

.navigation.pagination a.page-numbers.prev, .navigation.pagination a.page-numbers.next {
    width: 50px;
    border-radius: 5px;
}

.woocommerce-loop-product__link ul.jcaa_attr_select:first-child li .jcaa_obj_color {
    width: 7px;
    height: 7px;
    border-radius: 10px;
    padding: 0;
    margin: 5px 0;
}
.woocommerce-loop-product__link .jcaa_size_large .jcaa_obj_color {
    width: 20px !important;
    height: 20px !important;
}

.woocommerce-loop-product__link ul.jcaa_attr_select {
    display: none
}

.woocommerce-loop-product__link ul.jcaa_attr_select:first-child {
    position: absolute;
    display: block;
    width: 15px;
    right: 15px;
    z-index: 9;
    top: 65px;
    padding: 0;
}

.archive .woocommerce-loop-product__link ul.jcaa_attr_select:first-child {
    right: 11px;
}

main.page-content-wrapper > section:first-child {
    margin-top: 0;
}

section.section-bg {
    background-color: var(--primary);
    padding-top: 1px;
}

section.section-bg .ngr-eleman-title * {
    color: #fff;
}

@keyframes spinning {
    0% {
        transform: rotate(0deg);
    }

    40%, 100% {
        transform: rotate(90deg);
    }
}

@keyframes movingLeft {
    0% {
        transform: translateX(0%);
    }

    40% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes movingRight {
    0% {
        transform: translateX(0%);
    }

    40% {
        transform: translateX(50%);
    }

    100% {
        transform: translateX(0%);
    }
}

@media only screen and (max-width: 320px) {
    .add-shortcut-btn {
        height: 70vh;
    }

    .single.single-product .woocommerce-message a.button.wc-forward {
        font-size: 10px;
    }
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(249, 78, 96, 0.6)
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0)
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(249, 78, 96, 0.6);
        box-shadow: 0 0 0 0 var(--primary);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0)
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0)
    }
}


@keyframes slideUpLarge {
    0% {
        transform: translateY(100%)
    }

    100% {
        transform: translateY(0%)
    }
}

@keyframes slideDownLarge {
    0% {
        transform: translateY(0%)
    }

    100% {
        transform: translateY(120%)
    }
}

/* for zanbil slick */
.slider.responsive {
    display: flex;
    overflow-y: scroll;
}
.slider.responsive .item {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    margin: 15px 0;
    margin-left: 0px;
    height: auto;
    background-color: var(--light-element-bg);
    min-width: 60%;
    margin-left: 10px;
    border-radius: 10px;
    position: relative;
    padding: 25px;
}
.button {
    all: unset;
}
.sw-woo-container-slider a {
    flex-shrink: 0;
}
.sw-woo-container-slider a img {
    width: 100vw;
}
.sw-woo-container-slider .slider.responsive .item{
    margin: 0;
    padding: 0;
}

.sw-woo-container-slider .image-slider-contents {
    display: none;
}
/***** start price list ****/
table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
}
table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
    text-align: right;
}
tbody tr {
    border-bottom: 1px solid #ECECEC;
    position: relative;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 1px solid #ECECEC;
}
#price-list {
    background-color: #F7F8F9;
    border-radius: 15px;
    padding: 15px 5px;
}
#price-list_length {
    display: inline-block;
    margin-right: calc(100% - 290px);
}
#price-list_filter {
    width: max-content;
    margin-right: 20px;
    float: left;
    margin-bottom: 12px;
    margin-top: 22px;
}
#price-list_filter input {
    height: 40px;
    border-radius: 12px;
    border: 1px solid #ececec;
    text-align: center;
}
#price-list_length select {
    padding: 0px 10px;
    width: 70px;
    border-radius: 12px;
    height: 40px;
}
#price-list_info {
    display: none;
}
#price-list_paginate {
    display: flex;
    justify-content: center;
    padding-top: 8px;
}
#price-list_paginate a {
    margin: 0 10px;
    color: #86868B;
    min-width: 30px;
    min-height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    transition-duration: 0.1s;
}
#price-list_paginate a.current {
    background: var(--primary);
    border-radius: 8px;
    color: #fff !important;
}

.dt-center.sorting::after {
    content: "";
    background-image: url("../images/sort.svg");
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    position: absolute;
}
.dt-center.sorting:nth-child(7)::after,.dt-center.sorting:nth-child(8)::after {
    content: unset;
}
.star-rating.featured {
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: 1em;
    font: 1em/1 star;
    float: unset;
}
.featured.star-rating::before {
    content: '\53';
    color: var(--second-color);
    width: 100%;
}
.p-list.sale {
    color: #F30A49;
    font-weight: bold;
}
.p-list.cart {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    margin: 0;
    vertical-align: middle;
    text-align: center;
    background-color: var(--main-color);
    border-radius: 7px;
}
.p-list.view {
    background-image: url("../images/eye.svg");
    width: 30px;
    height: 30px;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: center;
}
.p-list.diff {
    font-size: 14px;
    font-weight: bold;
}
.p-list.diff.down {
    color: #F30A49;
}
.p-list.diff.up {
    color: #2A9134;
}
#price-list_wrapper {
    margin-top: -65px;
}
.theme-negar #price-list_wrapper a.avn-loop-add-to-cart {
    position: unset;
    display: block;
}
#price-list_length {
    display: none;
}
#price-list_wrapper th {
    padding: 0 10px 15px 10px;
    width: 60% !important;
}
table#price-list.dataTable.row-border tbody td{
    padding: 8px 5px;
}
/***** end price list ****/

