.btn_move_up {
    top: -250px;
    left: 20px;
}

@media (min-width:768px) {
    .btn_move_up {
        top: -50px;
        left: 20px;
    }
}

.n-text-sxs {
    font-size: 0.65rem !important;
    /* 12px */
    line-height: 0.75rem;
    /* 16px */
}

.n-text-xs {
    font-size: 0.75rem !important;
    /* 12px */
    line-height: 1rem;
    /* 16px */
}

.n-text-sm {
    font-size: 0.875rem;
    /* 14px */
    line-height: 1.25rem;
    /* 20px */
}

.n-text-base {
    font-size: 1rem;
    /* 16px */
    line-height: 1.5rem;
    /* 24px */
}

.n-text-lg {
    font-size: 1.125rem;
    /* 18px */
    line-height: 1.75rem;
    /* 28px */
}

.n-text-xl {
    font-size: 1.25rem;
    /* 20px */
    line-height: 1.75rem;
    /* 28px */
}

.n-text-2xl {
    font-size: 1.5rem;
    /* 24px */
    line-height: 2rem;
    /* 32px */
}

.n-text-3xl {
    font-size: 1.875rem;
    /* 30px */
    line-height: 2.25rem;
    /* 36px */
}

.n-font-bold {
    font-weight: 700;
}

.n-semi-bold-30 {
    font-size: 15px;
    font-family: 'yekan-bakh-semi';
}

.n-dir-rtl {
    direction: rtl;
}

.n-dir-ltr {
    direction: ltr;
}

.n-border-b-2 {
    border-bottom-width: 4px;
}

.n-border-orange {
    border-color: #f97316;
}

.n-bg-orange {
    background-color: #f97316;
}

.n-bg-gray-200 {
    background-color: #e5e7eb;
}

.n-line-height-2 {
    line-height: 1.7rem;
}

.n-line-height-3 {
    line-height: 2.2rem;
}

.n-border-purple {
    border-color: #9333ea;
}

.n-bg-purple {
    background-color: #9333ea;
}

.n-h-250 {
    height: 250px;
}

.n-h-150 {
    height: 150px;
}

.n-sys-box-title {
    height: 60px;
    transform: translateY(60px);

    transition: all 0.7s ease !important;
}

.n-sys-box-title.active {
    color: white;
    transform: translateY(0px);
}

.n-text-show {
    transition: all 1s ease !important;
}

.n-text-show.active {
    color: white;
}

.n-text-secondary {
    color: #6c757d;
}

.n-bg-sky-400 {
    background-color: #38bdf8 !important;
}

.n-text-sky-400-hover:hover {
    color: #38bdf8;
}

.btn-category.n-bg-sky-400-hover:hover,
div.n-bg-sky-400-hover,
.btn-detail.n-bg-sky-400-hover:hover {
    background-color: #17a2b8;
    color: white !important;
}

.btn-category.n-bg-purple-hover:hover,
div.n-bg-purple-hover,
.btn-detail.n-bg-purple-hover:hover {
    background-color: #9333ea;
    color: white !important;
}

.btn-category.n-bg-orange-hover:hover,
div.n-bg-orange-hover,
.btn-detail.n-bg-orange-hover:hover {
    background-color: #f97316;
    color: white !important;
}

.btn-category.n-bg-danger-hover:hover,
div.n-bg-danger-hover,
.btn-detail.n-bg-danger-hover:hover {
    background-color: #dc3545;
    color: white !important;
}

.btn-detail.n-bg-sky-hover:hover {
    color: white !important;
    background-color: #38bdf8;
}

.n-bg-sky-100 {
    background-color: #e0f2fe;
}

.n-border-sky-400 {
    border-color: #38bdf8 !important;
}

.n-border-sky-200 {
    border-color: #bae6fd !important;
}

.n-bg-sky-50 {
    background-color: #f0f9ff;
}

.n-sys-box:hover {
    box-shadow: 0px 3px 4px 2px #e8e8e8;
}

.n-px-50 {
    padding-right: 100px;
    padding-left: 100px;
}

.n-d-grid {
    display: grid;
}

.n-container-90 {
    width: 90% !important;
    position: relative;
    margin: 0 auto !important;
}

.n-box-custom:hover {
    border-color: #38bdf8 !important;
}

.n-box-header {
    border-radius: 10px 10px 0 0;
}

.n-box-custom:hover .n-box-header {
    background-color: #e0f2fe;
}

.n-img-icon {
    width: 50px;
}

@font-face {
    font-family: 'yekan-bakh';
    font-style: normal;
    font-weight: normal;
    src: url('/assets/ShopTheme/fonts/yekanbakh/YekanBakhFaNum-SemiBold.woff')
}

@font-face {
    font-family: 'yekan-bakh-semi';
    font-style: normal;
    font-weight: normal;
    src: url('/assets/ShopTheme/fonts/yekanbakh/YekanBakh-Regular.woff')
}

.mat-option-text {
    display: inline-block;
    flex-grow: 1;
    font-weight: 400;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.n-en-num {
    font-family: 'yekan-bakh-semi' !important;
}

.footer_links>a::before {
    margin-left: 7px;
}

.footer_about_title {
    font-size: 16px;
    font-weight: 700;
    color: #7f2b8e;
}

.footer_about_matn {
    color: #565b61;
}

.prSmilar_box {
    padding: 10px 0px !important;
}

.n-img-sys {
    bottom: -720px;
}

.n-h-600 {
    height: 600px;
}

.n-py-2\.5 {
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
}

.n-gap-4 {
    gap: 1.5rem;
}

.n-gap-2 {
    gap: 0.75rem;
}

.n-gap-y-4 {
    row-gap: 1.5rem;
}

.n-gap-y-3 {
    row-gap: 1rem;
}

.n-gap-y-2 {
    row-gap: 0.75rem;
}

li {
    text-align: left;
}

.n-img-max-s {
    max-width: 150px;
}

.n-text-red-hover:hover {
    color: red;
}

.n-col-12 {
    width: 100%;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.n-circle-btn {
    width: 15px;
    height: 15px;
}

.n-sys-box {
    height: auto;
}

.n-p-d-color {
    background-color: rgb(245, 245, 245);
}

.n-text-zink-400 {
    color: #a1a1aa;
}

.n-text-zink-500 {
    color: #71717a;
}

.n-text-decoration-lt {
    text-decoration: line-through;
}

.h_btn_1 {
    background-color: rgb(129, 49, 144) !important;
    color: white !important;
}

.h_btn_2 {
    background-color: #38bdf8 !important;
    color: white !important;
}

.n-pd-bg-purple-l {
    background-color: rgb(242, 231, 243);
}

.h_btn_3 {
    background-color: rgb(132, 192, 66) !important;
    color: white !important;
}

.h_btn_3>div {
    background-color: white !important;
    color: rgb(132, 192, 66) !important;
}

#item-counter-3 {
    color: white;
    background-color: rgb(132, 192, 66);
    width: 20px;
    height: 20px;
}

.n-pd-text-green {
    color: rgb(132, 192, 66);
}

.n-pd-border-green {
    border-color: rgb(132, 192, 66) !important;
}

.n-pd-bg-green-l {
    background-color: rgb(220, 242, 192);
}

.h_btn_4 {
    background-color: rgb(255, 128, 0) !important;
    color: white !important;
}

.h_btn_4>div {
    color: rgb(255, 128, 0) !important;
    background-color: white !important;
}

#item-counter-4 {
    background-color: rgb(255, 128, 0);
    color: white;
    width: 30px;
    height: 20px;
}

.n-pd-text-orange {
    color: rgb(255, 128, 0);
}

.n-pd-bg-gray {
    background-color: rgb(246, 246, 246);
}

.n-pd-bg-s-comment {
    background-color: rgb(174, 172, 172);
}

.n-rounded-b-lg {
    border-bottom-left-radius: 0.7rem;
    border-bottom-right-radius: 0.7rem;
}

.n-pd-properties-box>h3:nth-child(2n + 1) {
    background-color: rgb(246, 246, 246) !important;
}

.n-bg-blur-sm {
    backdrop-filter: blur(4px);
}

button.n-pd-bg-s-comment-a {
    background-color: #38bdf8;
}

.n-last\:border-b-0:last-child {
    border-bottom: 0 !important;
}

.n-last\:border-l-0:last-child {
    border-left: 0 !important;
}

.n-last\:d-none:last-child .camma {
    display: none !important;
}

.check-c {
    color: #84c042;
}

.mark-c {
    color: red;
}

.n-bg-namojood {
    background-color: rgb(174, 172, 172);
}

.n-text-namojood {
    color: rgb(112, 112, 112);
}

.n-invisible {
    visibility: hidden;
}

.n-bg-bezoodi {
    background-color: rgb(132, 192, 66);
}

.n-pd-bg-orange-l {
    background-color: rgb(255, 230, 204);
}

.n-pd-border-orange {
    border-color: rgb(255, 128, 0) !important;
}

.n-pd-bg-config-hover:hover {
    background-color: #38bdf8 !important;
    color: white !important;
}

.n-pd-bg-bundle-r-hover:hover {
    background-color: rgb(249, 249, 249) !important;
}

.n-pd-bg-red-l {
    background-color: rgb(253, 236, 240);
}

.m-progress>svg {
    display: none;
}

.m-progress.n-btn-plus {
    margin-right: 10px;
}

.m-progress.n-btn-trash {
    margin-left: 10px;
}

.n-btn-addCard:disabled {
    background-color: #9ec1d1 !important;
}

.lg-thumb-item {
    border: 1px solid #afafaf !important;
    height: 100px !important;
    border-radius: 10px !important;
    display: flex;
    justify-content: center;
}

.lg-thumb-item img {
    width: 100px !important;
    object-fit: contain !important;

}

.lg-components {
    border: 0 !important;
}

#lg-prev-1 {
    display: none !important;
}

#lg-next-1 {
    display: none !important;
}

.pd-dots {
    bottom: 10px;
    left: 50%;
    display: flex;
    gap: 10px;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.pd-image {
    position: relative;
    border-radius: 5px;
    cursor: pointer;
}

.n-dot {
    width: 10px;
    height: 10px;
    background-color: #e5e7eb;
}

.n-dot.active {
    background-color: #b2b2b2;
}

.pd-image-shadow {
    position: relative;
    border-radius: 5px;
    cursor: pointer;
}

.pd-image-shadow img {
    opacity: 0.5;

}

.n-fs-10 {
    font-size: 10px;
}

.n-fs-11 {
    font-size: 11px;
}

.n-fs-12 {
    font-size: 12px;
}

.n-fs-13 {
    font-size: 13px;
}

.n-fs-14 {
    font-size: 14px;
}

.n-fs-15 {
    font-size: 15px;
}

.n-fs-20 {
    font-size: 20px;
}

.n-icon-star {
    width: 15px;
    height: 15px;
}

.infograph_icon {
    width: 30px;
    /* height: 30px; */
}

.n-shadow-seo-content {
    width: 100%;
}

.n-show-more-seo-content {
    top: 0;
    left: 0px;
}

.n-gft {
    width: 150px;
}

.n-gfv {
    width: 40%;
}

.n-comment-star {
    width: 22px;
}

.n-sc-star {
    width: 33px;
}

.n-box-f-c {
    max-height: 70vh;
    overflow-y: auto;
}

.n-big-img {
    width: 80%;
}

.n-btn-color {
    width: 25px;
    height: 25px;
}

.color-c {
    width: 10px;
}

.n-icon-chev-s {
    width: 10px;
}

.n-dropdown-ser {
    top: 45px;
    border: #38bdf8 1px solid;
}

.mat-option-text.n-text-xs {
    font-size: 0.75rem;
    /* 12px */
    line-height: 1rem;
    /* 16px */
}

.n-check-s {
    width: 18px;
    height: 18px;
}

.n-s-counter {
    width: 20px;
    height: 20px;
}

.n-btn-ser {
    height: 16px !important;
}

.n-btn-bundle {
    width: 70px;
}

.n-th-p-config {
    height: 50px !important;
    width: 100%;
    font-weight: bold;
    vertical-align: baseline;
    display: flex;
    align-items: center;
}

.n-td-p-config {
    height: 50px !important;
    width: 100%;
    font-weight: normal;
    vertical-align: baseline;
    display: flex;
    align-items: center;
    justify-content: center;
}

.n-tr-d-config {
    min-width: 100px;
    flex-shrink: 1;
    flex-grow: 1;
}

.n-tr-p-config {
    width: 100px;
    flex-shrink: 0;
}

.n-z-200 {
    z-index: 200
}

.n-z-210 {
    z-index: 999
}

.n-border-l-0 {
    border-left-width: 0;
}

.n-bg-back-hover:hover {
    background-color: #0186c0;
}

.n-btn-h-des {
    margin-right: 1.5rem;
}

.infograph_item {
    color: gray !important;
}

.no-scrollbar::-webkit-scrollbar {
    display: none
}

.n-icon-cards {
    width: 30px;
    height: 30px;
}

.n-text-red-hover:hover {
    color: red !important;
}

.n-img-bundle {
    height: 100px !important;
}

.n-cursor-deafult {
    cursor: default !important;
}

.n-btn-bundle-show {
    top: -40px;
    left: 0%;
}

.n-c-bundle.active {
    max-height: 500px;
    visibility: visible;
}

.n-c-bundle {
    overflow: hidden;
    visibility: hidden;
    transition: all ease-in-out 0.2s;
    max-height: 0px;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.n-pd-img-plus {
    width: 15px;
}

.n-box-quantity {
    width: 150px;
}

.n-btn-q-trash {
    left: 10px;
    top: 0;
}

.n-btn-q-increse {
    right: 10px;
    top: 0;
}

.n-img-gallery {
    width: 45px;
}

.n-gallery {
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.custom-checkbox {
    position: relative;
    top: 2px;
    float: right;
    margin-left: 8px;
    width: 20px;
    height: 20px;
    border: 2px solid #979797;
    border-radius: 3px;
    cursor: pointer;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
}

.n-img-gallery-pic {
    width: 80%;
}

.n-overflow-y-hidden {
    overflow-y: hidden;
}

.n-border-gray{
    border-color: #b5b5b5 !important;
}

@media (min-width:1824px) {
    .n-product-box {
        width: 263px !important;
    }

    .infograph_item {
        display: flex;
        font-size: 13px !important;
        color: gray;
        margin-bottom: 5px !important;
        margin-top: 5px !important;
        align-items: center !important;
    }
}

@media (min-width:1400px) {

    .n-col-2xl-8 {
        -ms-flex: 0 0 70.333333%;
        flex: 0 0 70.333333%;
        max-width: 70.333333%;
    }

    .site-bx-tile-.n-pd-line-title {
        margin-left: 50px !important;
        width: 100% !important;
    }
}

@media (min-width:445px) {
    .n-pd-img-b {
        width: 40%;
    }

    .n-btn-h-des {
        margin-right: 0rem;
    }
}

@media (min-width:576px) {
    .n-box-quantity {
        width: 150px;
    }

    .n-btn-h-des {
        margin-right: 0rem;
    }

    .n-box-detial {
        max-height: 300px;
    }

    .n-sys-box {
        height: 650px;
    }
}

@media (min-width:768px) {
    .pr-share-container {
        right: 0 !important;
    }

    .n-circle-btn {
        width: 20px;
        height: 20px;
    }

    .n-pd-s-p>div {
        width: 95% !important;
    }

    .n-col-12 {
        -ms-flex: auto !important;
        flex: auto !important;
        max-width: auto !important;
    }

    .n-img-sys {
        width: 90%;
        height: 500px;
    }

    .n-md\:text-sxs {
        font-size: 0.65rem;
        /* 12px */
        line-height: 0.75rem;
        /* 16px */
    }

    .n-img-gallery-pic {
        width: 40%;
    }

    .n-md\:truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media (min-width:992px) {
    .n-border-blue-focus:hover{
        border-color: #38bdf8 !important;
        color: #38bdf8 !important;
    }
    .n-border-blue-focus:hover svg{
        color: #38bdf8 !important;
    }
    .n-img-bundle {
        height: 100px !important;
        -ms-flex: 0 0 140px;
        flex: 0 0 140px;
        max-width: 140px;
    }
    .n-gurantee-btn{
        -ms-flex: 0 0 auto;
        flex: 0 0 auto !important;
        min-width: min-content;
        max-width: 100% !important;
    }
    .pr_header_scroller > div {
        padding-top: 15px !important;
        padding-bottom: 14px !important;
        
    }
    .pr_header_scroller{
        box-shadow: unset !important;
    }
    .n-lg\:fs-19 {
        font-size: 18.6px;
    }

    .n-khadamat-icon:hover {
        box-shadow: 2px 2px 2px 2px gray;
    }

    .n-img-gallery-pic {
        width: 80%;
    }

    .n-gallery {
        width: 100%;
        height: 100%;
        border-radius: 7px;
    }

    .n-gallery {
        width: 350px;
        height: auto;
    }

    .n-lg-row {
        display: flex;
        flex-wrap: wrap !important;
        margin-right: -12px;
        margin-left: -12px;
    }

    .n-img-gallery {
        width: 50px;
    }

    .n-box-quantity {
        width: auto;
    }

    .n-lg\:gap-2 {
        gap: 0.75rem;
    }

    .n-pd-line-title {
        margin-left: 70px !important;
        width: 54%;
    }

    .n-pd-s-p>div {
        width: 90% !important;
    }

    .pr-share-container {
        right: 10px;
    }

    .n-check-s {
        width: 20px;
        height: 20px;
    }

    .n-tr-p-config,
    .n-tr-d-config {
        width: 100%;
    }

    .n-btn-bundle {
        width: 110px;
    }

    .pd-dots {
        border: 0;
    }

    .pd-image {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .n-dot {
        width: 70px;
        height: 70px;
    }

    .n-dot.active {
        background-color: rgb(249, 250, 251) !important;
    }

    .n-dot>img {
        width: 60px;
        height: 60px;
    }

    .n-icon-cards {
        width: 25px;
        height: 25px;
    }

    .n-btn-h-des {
        margin-right: 0;
    }

    .n-col-lg-5\.5 {
        -ms-flex: 0 0 45.50%;
        flex: 0 0 45.50%;
        max-width: 45.50%;
    }

    .n-lg\:border-t {
        border-top: 1px solid #dee2e6 !important;
    }

    .n-lg\:border-b {
        border-bottom: 1px solid #dee2e6 !important;
    }

    .n-lg\:border-b-0 {
        border-bottom-width: 0 !important;
    }

    .n-lg\:border-l-0 {
        border-left-width: 0px !important;
    }

    .n-lg\:border-l {
        border-left: solid 1px !important;
        border-color: #dee2e6 !important;
    }

    .n-lg\:gap-4 {
        gap: 1.5rem;
    }

    .n-dot.active {
        background-color: #f9fafb;
    }

    .n-lg\:bg-gray-100 {
        background-color: #f9fafb;
    }

    .n-lg\:border-top-0 {
        border-top: 0 !important;
    }

    .n-lg\:fs-13 {
        font-size: 13px;
    }

    .n-lg\:fs-14 {
        font-size: 14px !important;
    }

    .n-lg\:fs-15 {
        font-size: 15px !important;
    }

    .n-lg\:fs-20 {
        font-size: 20px;
    }

    .n-lg\:z-4 {
        z-index: 4;
    }

    .n-lg\:rounded {
        border-radius: 0.4rem !important;
    }

    .n-lg\:text-nowrap {
        white-space: nowrap;
    }

    .n-line-title {
        margin-left: 105px !important;
        width: 84%;
        margin-left: 50px;
    }

    .n-pd-comment-box {
        -ms-flex: 0 0 70.776667%;
        flex: 0 0 70.776667%;
        max-width: 70.776667%;
    }

    .n-pd-properties-box {
        -ms-flex: 0 0 87.776667%;
        flex: 0 0 87.776667%;
        max-width: 87.776667%;
    }

    .n-col-lg-5\.5 {
        width: 48%;
    }

    .n-col-lg-10\.5 {
        -ms-flex: 0 0 88.666667%;
        flex: 0 0 88.666667%;
        max-width: 88.666667%;
    }

    .n-lg\:w-80 {
        width: 80%;
    }

    .n-lg\:rounded-lg {
        border-radius: 0.7rem !important;
    }

    .n-sys-box {
        height: 620px !important;
    }

    .n-lg\:min-w-200 {
        min-width: 500px;
    }

    .n-img-max-s {
        max-width: 250px;
    }

    .n-img-sys {
        width: auto !important;
        height: auto !important;
    }

    .n-lg\:gap-0 {
        gap: 0;
    }

    .n-lg\:position-sticky {
        position: sticky !important;
    }

    .n-lg\:position-static {
        position: static !important;
    }

    .n-img-icon {
        width: 50px;
    }

    .n-lg\:h-250 {
        height: 250px;
    }

    .n-lg\:h-auto {
        height: auto;
    }

    .n-img-sys {
        bottom: -100px;
    }

    .n-img-box.suggest {
        height: 210px;
    }

    img.pic-1.suggest {
        height: 170px !important;
    }

    .footer_links>a::before {
        margin-left: 0px !important;
    }

    .n-col-lg-2\.5 {
        -ms-flex: 0 0 22%;
        flex: 0 0 22%;
        max-width: 22%;
    }

    .n-col-lg-3\.5 {
        -ms-flex: 0 0 27%;
        flex: 0 0 27%;
        max-width: 27%;
    }

    .n-col-lg-4\.5 {
        -ms-flex: 0 0 38%;
        flex: 0 0 38%;
        max-width: 38%;
    }

    .n-lg\:text-base-1 {
        font-size: 0.95rem !important;
        /* 16px */
        line-height: 1.5rem;
        /* 24px */
    }

    .n-lg\:text-2xl {
        font-size: 1.5rem !important;
        /* 24px */
        line-height: 2rem;
        /* 32px */
    }

    .n-lg\:text-xl {
        font-size: 1.25rem !important;
        /* 20px */
        line-height: 1.75rem;
        /* 28px */
    }

    .n-lg\:text-lg {
        font-size: 1.125rem !important;
        /* 18px */
        line-height: 1.75rem;
        /* 28px */
    }

    .n-lg\:text-base {
        font-size: 1rem !important;
        /* 16px */
        line-height: 1.5rem;
        /* 24px */
    }

    .n-lg\:text-sm {
        font-size: 0.875rem !important;
        /* 14px */
        line-height: 1.25rem;
        /* 20px */
    }

    .n-lg\:text-xs {
        font-size: 0.75rem;
        /* 12px */
        line-height: 1rem;
        /* 16px */
    }

    .n-lg\:font-bold {
        font-weight: 700;
    }

    .n-lg\:font-none {
        font-weight: normal;
    }

    .n-lg\:text-xs {
        font-size: 0.75rem !important;
        /* 12px */
        line-height: 1rem;
        /* 16px */
    }

    .n-lg\:text-sxs {
        font-size: 0.65rem;
        /* 12px */
        line-height: 0.75rem;
        /* 16px */
    }

    .seo_content_shop p {
        margin-bottom: 10px;
    }

    .n-lg\:t-60 {
        top: 60px;
    }

    .n-lg\:t-150 {
        top: 150px;
    }

    .n-box-f-c {
        max-height: 450px;
        overflow-y: auto;
    }

    .n-lg\:text-wrap {
        white-space: wrap !important;
    }

    .n-gfv {
        width: 65%;
    }

    .n-chek-co {
        left: 25%;
        top: -15%;
    }

    .n-s-counter>div {

        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width:1200px) {
    .color-c {
        width: 12px;
    }

    .n-chek-co {
        left: 25%;
        top: -4%;
    }

    .n-xl\:font-normal {
        font-weight: normal;
    }

    .n-box-quantity {
        width: 200px;
    }

    .n-xl\:gap-0 {
        gap: 0;
    }

    .n-xl\:text-nowrap {
        white-space: nowrap;
    }

    .n-xl\:text-wrap {
        white-space: normal;
    }

    .n-icon-cards {
        width: 25px;
        height: 25px;
    }

    .n-tr-d-config {
        width: auto;
    }

    .n-tr-p-config {
        width: auto;

    }

    .n-th-p-config {
        width: 15%;
        font-weight: normal;
        vertical-align: baseline;
    }

    .n-td-p-config {
        width: 15%;
        font-weight: normal;
        vertical-align: baseline;
    }

    .n-btn-bundle {
        width: 97px;
    }

    .n-btn-ser {
        height: auto !important;
    }

    .n-col-xl-5\.5 {
        -ms-flex: 0 0 46.0%;
        flex: 0 0 46.0%;
        max-width: 46.0%;
    }

    .n-dropdown-ser {
        top: 65px;
        border: 0;
    }

    .n-icon-chev-s {
        width: 15px;
    }


    .pd-dots {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .n-dot.active {
        background-color: #e5e7eb;
    }

    .n-dot {
        width: auto;
        height: auto;
    }

    .n-big-img {
        width: auto;
    }

    #item-counter-3,
    #item-counter-4 {
        width: 25px;
        height: 25px;
    }

    .n-box-f-c {
        max-height: 450px;
        overflow-y: auto;
    }

    .n-sc-star {
        width: 40px;
    }

    .n-comment-star {
        width: 25px;
    }

    .n-gfv {
        width: 65%;
    }

    .n-gft {
        width: 300px;
    }

    .n-show-more-seo-content {
        top: 0;
        left: 0;
    }

    .n-shadow-seo-content {
        width: 100%;
    }

    .n-xl\:fs-15 {
        font-size: 15px;
    }

    .n-xl\:fs-12 {
        font-size: 12px;
    }

    .n-xl\:fs-13 {
        font-size: 13px;
    }

    .n-xl\:fs-14 {
        font-size: 14px !important;
    }

    .n-xl\:fs-20 {
        font-size: 20px;
    }

    .infograph_icon {
        width: 50px;
        height: 30px;
    }

    .n-icon-star {
        width: 20px;
        height: 20px;
    }

    .n-big-img {
        width: 80%;
    }

    .n-line-title {
        margin-left: 90px !important;
        width: 84%;
        margin-left: 50px;
    }

    .n-pd-line-title {
        margin-left: 70px !important;
        width: 84%;
    }

    div.n-sys-box {
        height: 650px !important;
    }

    .n-xl\:max-xl {
        max-width: 250px;
    }

    .n-xl\:text-sxs {
        font-size: 0.65rem;
        /* 12px */
        line-height: 0.75rem;
        /* 16px */
    }

    .n-xl\:text-xs {
        font-size: 0.75rem !important;
        /* 12px */
        line-height: 1rem;
        /* 16px */
    }

    .n-xl\:text-sm {
        font-size: 0.875rem !important;
        /* 14px */
        line-height: 1.25rem;
        /* 20px */
    }

    .n-xl\:text-base {
        font-size: 1rem !important;
        /* 16px */
        line-height: 1.5rem;
        /* 24px */
    }

    .n-xl\:text-lg {
        font-size: 1.125rem !important;
        /* 18px */
        line-height: 1.75rem;
        /* 28px */
    }

    .n-xl\:text-xl {
        font-size: 1.25rem !important;
        /* 20px */
        line-height: 1.75rem;
        /* 28px */
    }

    .n-xl\:text-2xl {
        font-size: 1.5rem !important;
        /* 24px */
        line-height: 2rem;
        /* 32px */
    }

    .n-xl\:text-3xl {
        font-size: 1.875rem !important;
        /* 30px */
        line-height: 2.25rem;
        /* 36px */
    }

    .n-xl\:text-lg {
        font-size: 1.125rem !important;
        /* 18px */
        line-height: 1.75rem;
        /* 28px */
    }

    .n-col-xl-2\.5 {
        -ms-flex: 0 0 20.666667%;
        flex: 0 0 20.666667%;
        max-width: 20.666667%;
    }

    .n-btn-color {
        width: 30px;
        height: 30px;
    }
}

@media (min-width:1390px) {
    #card_detail_offer {
        font-size: 0.875rem !important;
        /* 14px */
        line-height: 1.25rem;
        /* 20px */
    }
}

@media (min-width:1500px) {
    .n-img-gallery {
        width: 70px;
    }
}

@media (min-width:1540px) {
    .n-2xl\:shadow{
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    }
    .pr_header_scroller > div {
        padding-top: 1rem !important ;
        padding-bottom: 1rem !important ;
    }

    div.n-product-box {
        width: 99% !important;
    }

    .n-chek-co {
        left: 25%;
        top: 7%;
    }

    .n-s-counter {
        width: 25px;
        height: 25px;
    }

    .n-btn-color {
        width: 35px;
        height: 35px;
    }

    .color-c {
        width: 15px;
    }

    .n-img-gallery {
        width: 92px;
    }

    .n-col-2xl-2\.5 {
        -ms-flex: 0 0 20.666667% !important;
        flex: 0 0 20.666667% !important;
        max-width: 20.666667% !important;
    }

    .n-col-2xl-2 {
        -ms-flex: 0 0 16.666667% !important;
        flex: 0 0 16.666667% !important;
        max-width: 16.666667% !important;
    }

    .n-2xl\:ml-5 {
        margin-left: 3rem !important;
    }

    .n-2xl\:pl-5 {
        padding-left: 3rem !important;
    }

    .n-2xl\:pl-4 {
        padding-left: 1.5rem !important;
    }

    .n-2xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .n-box-f-c {
        max-height: 750px !important;
        margin-top: 50px !important;
    }

    .n-2xl\:t-60 {
        top: 60px;
    }

    .n-2xl\:t-90 {
        top: 90px;
    }

    .n-2xl\:t-150 {
        top: 150px;
    }

    .n-2xl\:py-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .n-2xl\:py-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .n-pd-img-plus {
        width: 20px;
    }

    .n-2xl\:mr-0 {
        margin-right: 0 !important;
    }

    .n-2xl\:mt-5 {
        margin-top: 3rem !important;
    }

    .n-2xl\:pt-3 {
        padding-top: 0.75rem !important;
    }

    .n-2xl\:pr-1 {
        padding-right: 0.25rem !important;
    }

    .n-img-bundle {
        height: 100px !important;
        -ms-flex: 0 0 140px;
        flex: 0 0 140px;
        max-width: 140px;
    }

    .n-2xl\:w-80 {
        width: 100%;
    }

    .n-check-s {
        width: 25px;
        height: 25px;
    }

    .n-col-2xl-5\.5 {
        -ms-flex: 0 0 47.20667%;
        flex: 0 0 47.20667%;
        max-width: 47.20667%;
    }

    .n-2xl\:text-wrap {
        white-space: wrap;
    }

    .n-2xl\:text-nowrap {
        white-space: nowrap;
    }

    .n-dot {
        width: 100px;
        height: 100px;
    }

    .n-dot>img {
        width: 95px;
        height: 95px;

    }

    .n-2xl\:py-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .n-2xl\:mt-2 {
        margin-top: 0.75rem !important;
    }

    .n-2xl\:pt-4 {
        padding-top: 1.5rem !important;
    }

    .n-2xl\:pt-3 {
        padding-top: 1rem !important;
    }

    .n-2xl\:pb-3 {
        padding-bottom: 1rem !important;
    }

    .n-2xl\:mb-4 {
        margin-bottom: 1.5rem !important;
    }

    .n-icon-cards {
        width: 33px;
        height: 33px;
    }

    .n-2xl\:text-sm {
        font-size: 0.875rem !important;
        /* 14px */
        line-height: 1.25rem;
        /* 20px */
    }

    .n-2xl\:text-base {
        font-size: 1rem !important;
        /* 16px */
        line-height: 1.5rem;
        /* 24px */
    }

    .n-2xl\:text-lg {
        font-size: 1.125rem !important;
        /* 18px */
        line-height: 1.75rem;
        /* 28px */
    }

    .n-2xl\:text-xl {
        font-size: 1.25rem !important;
        /* 20px */
        line-height: 1.75rem;
        /* 28px */
    }

    .n-2xl\:text-2xl {
        font-size: 1.5rem !important;
        /* 24px */
        line-height: 2rem;
        /* 32px */
    }

    .n-2xl\:text-3xl {
        font-size: 1.875rem !important;
        /* 30px */
        line-height: 2.25rem;
        /* 36px */
    }

    .n-2xl\:text-lg {
        font-size: 1.125rem !important;
        /* 18px */
        line-height: 1.75rem;
        /* 28px */
    }

    .n-2xl\:font-normal {
        font-weight: normal;
    }
}



/* بخش جستجو */


.n-text-dark-hover:hover {
    color: black;
}

.n-btn-search-main {
    background-color: inherit;
    border: 0;
    z-index: 300;
    position: absolute;
    top: 11px;
    right: 0px;
}

.n-btn-search-main>img {
    width: 20px;
}

.n-btn-close-s {
    background-color: inherit;
    border: 0;
    z-index: 300;
    position: absolute;
    top: 11px;
    left: 0px;
}

.n-btn-close-s>svg {
    color: rgb(149, 149, 149);
    width: 17px;
}

.n-box-p-s {
    padding: 10px 0px;
    border-bottom: 1px solid rgb(186, 186, 186);
}

.n-box-p-s:last-child {
    border-bottom: 0;
}

.n-img-p-s {
    width: 100px;
    height: 80px;
    /* object-fit: cover; */
}

.n-close-s {
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#ngxCnSearch>div {
    min-width: 0 !important;
}

img.n-img-call {
    width: 20px !important;
    height: 20px !important;
}

.n-offer-s-m {
    width: 25px;
    position: absolute;
    right: 10px;
    top: 0;
}


.n-border-sky-400-hover:hover {
    border-color: #38bdf8 !important;
}

.font-s-title {
    font-size: 1.2rem;
}


div.price_list_products {
    height: 75vh !important;
    overflow-y: auto !important;
    min-height: unset !important;
}
  
  
@media (min-width:992px) {
    div.price_list_products {
        height: auto !important;
        overflow-y: hidden !important;
    }
    #hf_group_wrapper{
        padding-top: 2px;
        background: transparent;
        overflow-y: auto;
        max-height: 90vh;
        margin-top: -55px;
    }
    .-n-lg-ml-70 {
        margin-left: -70%;
    }

    .n-btn-search-main {
        background-color: inherit;
        border: 0;
        z-index: 300;
        position: absolute;
        top: 11px;
        right: 0px;
    }

    .n-btn-search-main>img {
        width: 20px;
    }

    .n-btn-close-s {
        background-color: inherit;
        border: 0;
        z-index: 300;
        position: absolute;
        top: 11px;
        left: 14px;
    }

    .n-btn-close-s>svg {
        color: rgb(149, 149, 149);
        width: 17px;
    }

    .n-box-p-s {
        padding: 0px 0px;
        border-bottom: 1px solid rgb(234, 234, 234);
    }

    .n-box-p-s:last-child {
        border-bottom: 0;
    }

    .n-box-p-s:hover {
        background-color: rgb(248, 253, 255) !important;
    }

    .n-img-p-s {
        width: 100px;
        height: 72px;
        object-fit: contain;
    }

    .n-img-c-s {
        width: 60px;
    }

    .n-close-s {
        position: fixed;
        z-index: 4;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #sr {
        width: 100%;
        border-radius: 5px !important;
        position: absolute;
        max-height: 450px;
        overflow-y: auto;
        z-index: 200;
        top: 20% !important;
        padding: 10px 0px;
        box-shadow: 0 0 5px rgb(212, 212, 212);
    }
}

@media (min-width:1540px) {
    .n-img-c-s {
        width: 80px;
    }

    .n-btn-search-main {
        background-color: inherit;
        border: 0;
        z-index: 300;
        position: absolute;
        top: 11px;
        right: 0px;
    }

    .n-btn-search-main>img {
        width: 20px;
    }

    .n-btn-close-s {
        background-color: inherit;
        border: 0;
        z-index: 300;
        position: absolute;
        top: 11px;
        left: 14px;
    }

    .n-btn-close-s>svg {
        color: rgb(149, 149, 149);
        width: 17px;
    }

    .n-box-p-s {
        padding: 0px 0px;
    }

    .n-box-p-s:last-child {
        border-bottom: 0;
    }

    .n-box-p-s:hover {
        background-color: rgb(248, 253, 255) !important;
    }

    .n-img-p-s {
        width: 100px;
        height: 93px;
        object-fit: contain;
        mix-blend-mode: normal;
    }

    .n-close-s {
        position: fixed;
        z-index: 4;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #sr {
        width: 100%;
        border-radius: 5px !important;
        position: absolute;
        max-height: 450px;
        overflow-y: auto;
        z-index: 200;
        top: 20% !important;
        padding: 10px 0px;
        box-shadow: 0 0 5px rgb(212, 212, 212);
    }
}