/*theme name: Farrokhi */
@font-face {
    font-family: "YekanBakh";
    src: url("../fonts/woff2__/YekanBakh-Regular.woff2") format("woff2");
    font-weight: 500;
}

@font-face {
    font-family: "YekanBakh";
    src: url("../fonts/woff2__/YekanBakh-Bold.woff2") format("woff2");
    font-weight: 700;
}

@font-face {
    font-family: "YekanBakh";
    src: url("../fonts/woff2__/YekanBakh-SemiBold.woff2") format("woff2");
    font-weight: 800;
}

@font-face {
    font-family: "YekanBakh";
    src: url("../fonts/woff2__/YekanBakh-ExtraBlack.woff2") format("woff2");
    font-weight: 900;
}

@font-face {
    font-family: "YekanBakhFaNum";
    src: url("../fonts/woff2/YekanBakhFaNum-Regular.woff2") format("woff2");
    font-weight: 500;
}

@font-face {
    font-family: "YekanBakhFaNum";
    src: url("../fonts/woff2/YekanBakhFaNum-ExtraBold.woff2") format("woff2");
    font-weight: 700;
}

@font-face {
    font-family: "YekanBakhFaNum";
    src: url("../fonts/woff2/YekanBakhFaNum-SemiBold.woff2") format("woff2");
    font-weight: 600;
}

body {
    background-color: #fefeff;
    color: #424244;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    transition: 0.7s all;
    direction: rtl;
    font-size: 10pt;
    font-family: "YekanBakh";
    font-weight: 500;
}

h2 {
    font-weight: 700;
    font-size: 15pt;
}

h3 {
    font-weight: 500;
    font-size: 11pt;
}

a {
    text-decoration: none;
    color: #424244;
}

    a:hover {
        color: #009966;
    }

li {
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

i {
    margin-top: 6px;
}

button {
    outline: none;
    border: none;
}
.w-30{
    width: 33% !important;
}

.app_table_label {
    padding: 2px 10px;
    border-radius: 5px;
    background: #d8e2ed;
    display: inline;
}

.app_table_sended_label {
    background: #daf5d7;
    color: #1d7f12;
}

.app_table_not_sended_label {
    background: #fff4e0;
    color: #e69700;
}

.app_table_fail_label {
    background: #ffe7e7;
    color: #ff2432;
}

.app_table_post_label {
    color: #eebf00;
    background: #fffbe7;
}

.app_table_two_items_label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.app_table_returned_label {
    background: #c6c7c7;
    color: #ffffff;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #888;
    }

.text-second {
    color: #88888a;
}

.text-number {
    font-family: "YekanBakhFaNum";
}

.container-shop {
    width: calc(100% - 60px);
    max-width: 1440px;
    margin: 0 auto;
}

.search-box-holder {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    padding: 4px;
    max-width: 550px;
    width: 100%;
    position: relative;
}

    .search-box-holder input {
        border: none;
        outline: none;
        font-family: "YekanBakh";
        margin-right: 5px;
        width: calc(100% - 45px);
        padding: 8px;
    }

.search-box-icon {
    background-color: #009966;
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.7s all;
}

    .search-box-icon i {
        font-size: 18px;
        color: #ffffff;
    }

    .search-box-icon:hover {
        background-color: #0aaa75;
    }

.search-box-res-holder:has(li) {
    border-radius: 10px;
    position: absolute;
    box-shadow: 0 0 5px #cacaca;
    background: #ffffff;
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    box-sizing: border-box;
    z-index: 999;
    right: 0;
}
.search-box-res-holder-mini:has(li){
    box-shadow:none;
    margin-top: -10px;
}

.search-box-res-holder li:hover a {
    background: #8c93b7;
    color: #ffffff;
}
.search-box-res-list {
    max-height: 180px;
    overflow-y: scroll;
}

    .search-box-res-list li {
        display: block;
        margin: 5px;
        cursor: pointer;
    }

.search-box-added-item {
    padding: 10px;
    box-sizing: border-box;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 20px;
    background: #F3F4F9;
}

.login-btn-shop {
    display: flex;
    align-items: center;
    margin-left: 20px;
    cursor: pointer;
    position: relative;
}

    .login-btn-shop span {
        font-weight: 800;
        transition: 0.7s all;
    }

        .login-btn-shop span:hover,
        .login-btn-shop:hover i {
            color: #009966;
        }

.cart-holder {
    position: relative;
}

    .cart-holder i,
    .login-btn-shop i {
        font-size: 25px;
        color: #88888a;
        transition: 0.7s all;
    }

.login-btn-shop i {
    margin-left: 5px;
}

.cart-circle {
    width: 18px;
    height: 18px;
    background-color: #ff2f2f;
    color: #ffffff;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 90%;
    top: 15%;
}

.menu-bar-shop {
    display: flex;
    margin-top: 10px;
}

    .menu-bar-shop .menu-li {
        margin-left: 15px;
        padding: 10px;
        cursor: pointer;
        display: flex;
        align-items: center;
        transition: 0.7s all;
    }

        .menu-bar-shop .menu-li:hover .menu-li-a {
            color: #009966;
        }

.menu-li img {
    margin-right: 3px;
}

.menu-sub-category {
    background-color: #f5f5f5;
    padding: 10px 10px 10px 50px;
    border-radius: 0px 0px 8px 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: absolute;
    margin-top: 8px;
    border-top: solid 2px #009966;
}

.category-list-holder {
    display: none;
    background-color: #f5f5f5;
    border-radius: 0px 0 10px 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    height: auto;
    max-height: calc(100vh - 200px);
    position: absolute;
    z-index: 999;
    width: 100%;
    max-width: 500px;
    top: 140px;
    right: 30px;
}

.show-category-list::-webkit-scrollbar {
    width: 0.5em;
}

.show-category-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(90, 90, 90, 0.3);
}

.show-category-list::-webkit-scrollbar-thumb {
    background-color: #d3d3d3;
    outline: 1px solid #d7d7d7;
}

.show-category-list {
    overflow-y: scroll;
    direction: ltr;
}

.show-category-list-ul {
    direction: rtl;
}

.cat-menu-item {
    border-bottom: solid 2px #fefeff;
    transition: 0.7s all;
}

    .cat-menu-item i {
        font-size: 20px;
        margin-top: 0 !important;
        height: 20px;
        transition: 0.7s all;
    }

    .cat-menu-item:hover i {
        color: #009966;
    }

    .cat-menu-item:hover {
        border-bottom: solid 2px #009966;
    }

.main-category-list {
    display: flex;
    flex-direction: column;
    border-left: solid 1px #dedbdb;
}

.category-list {
    padding: 10px 15px 10px 60px;
    border-bottom: solid 2px #f5f5f5;
    transition: 0.7s all;
}

    .category-list:hover {
        color: #009966;
        background-color: #fefeff;
        border-bottom: solid 2px #009966;
    }

.sub-category-list {
    margin-right: 10px;
}

.sub-category-list-a {
    font-weight: 700;
    padding: 2px 8px;
    display: block;
    margin: 10px 0;
    border-right: solid 2px #009966;
    transition: 0.7s all;
    color: #009966;
}

    .sub-category-list-a:hover {
        color: #009966;
    }

.sub-category-list-ul {
    padding-right: 10px;
}

.sub-category-list-li {
    cursor: pointer;
}

.sub-category-list-li-a {
    padding: 5px 0;
    display: flex;
    align-items: center;

}
.sub-category-list-li-a i{
    font-size: 8px;
    margin-left:5px;
    margin-top: 10px !important;
   
}
.access-bar-show .sub-category-list-li-a i {
    margin-top: 4px !important;
}

.sub-category-list-li-a:hover {
    color: #009966;
}

.cta-right {
    width: 70%;
    height: auto;
    object-fit: contain;
}

.category-holder {
    display: flex;
    justify-content: space-between;
}
.card-produsts-list .product-item{
    width: calc(25% - 23px);
    margin: 0;
    display: inline-block;
    vertical-align:top;
}
.card-produsts-list-table .product-title{
    white-space: normal;
}
.card-produsts-list-table table{
    width: 100% !important;
}
.card-produsts-list tbody {
    flex-wrap: wrap;
    justify-content: start;
    display: flex;
}
    .card-produsts-list-table table tr {
    display: inline-block;
    width: calc(25% - 16px);
    margin: 8px;
    border-width: 0;
}
.card-produsts-list-table tr td{
    display: block;
    width: 100%;
    padding: 0;
}
.card-produsts-list-table table.table-bordered.dataTable td:last-child,
.card-produsts-list-table table.table-bordered.dataTable th:last-child {
    border: 0;
}
.card-produsts-list-table tr td .product-item {
    display: block;
    width: 100%;
}



.product-item {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    overflow: hidden;
    border-radius: 10px;
}

    .product-item .product-img {
        width: 100%;
        aspect-ratio: 1/1;
        height:auto;
    }

.swiper-wrapper {
    padding: 10px;
}

.product-info {
    padding: 0 15px 15px 15px;
    min-height: 170px;
}

.store-text {
    color: #e33434;
    width: calc(100% - 20px);
    font-size: 9pt;
}

.score-holder {
    font-size: 11pt;
    color: #666668;
    font-weight: 500;
}

.main-price {
    font-weight: 800;
    font-size: 12pt;
    font-family: "YekanBakhFaNum";
}

.off-box {
    color: #ffffff;
    background-color: #e33434;
    border-radius: 4px;
    padding: 2px 8px 0px 8px;
    font-size: 11pt;
    font-weight: 700;
    text-align: center;
}

.price-del {
    text-align: left;
    color: #b6b6b8;
    text-decoration: line-through;
    margin-top: 5px;
    font-family: "YekanBakhFaNum";
}
.super-product-info .price-del {
    margin-bottom: 25px;
}
.btn-cart {
    background-color: #009966;
}
.btn-cart, .muted-btn{
    color: #ffffff;
    border-radius: 10px!important;
    text-align: center;
    transition: 0.7s all;
    display: block;
    cursor: pointer;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    border: none;
    outline: none;
}

.product-info .btn-cart {
    width: calc(100% - 20px);
    max-width: 230px;
    margin: 10px auto 0 auto;
}

.btn-cart:hover {
    background-color: #0aaa75;
    color: #ffffff;
}

.swiper-button-next,
.swiper-button-prev {
    background-color: #ffffff;
    border: solid 1px #dcdcde;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

    .swiper-button-next:after,
    .swiper-rtl .swiper-button-prev:after {
        font-size: 13pt;
        color: #88888a;
    }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 0px);
}

.show-more-text {
    display: block;
}

    .show-more-text:hover {
        color: #009966;
    }

    .show-more-text img {
        margin-right: 5px;
        transition: 0.7s all;
    }

    .show-more-text:hover img {
        margin-right: 0;
    }

.img-brand {
    display: block;
}

    .img-brand img {
        width: 100%;
        max-width: 120px;
        height: 100px;
        object-fit: contain;
    }

.brands-holder {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    padding: 10px;
}

    .brands-holder .swiper-wrapper {
        display: flex;
        align-items: center;
    }

.blog-item {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    padding: 15px;
    background-color: #ffffff;
    display: block;
}

    .blog-item:hover {
        color: #009966;
    }

.blog-img {
    height: 160px;
    margin-bottom: 15px;
    position: relative;
}

    .blog-img img {
        width: 100%;
        height: 100%;
        border-radius: 10px;
        object-fit: cover;
    }

.calender-holder {
    background-color: #000000;
    color: #ffffff;
    padding: 3px 12px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 10px;
    bottom: 10px;
}

    .calender-holder i {
        margin-left: 5px;
    }

.calender-date-number {
    margin-top: 4px;
}

.blog-item h3 {
    font-size: 11pt;
    font-weight: 800;
}

.banner-img-small {
    max-width: 550px;
}

.top-footer {
    background-color: #009966;
    padding: 15px 0;
    color: #ffffff;
    font-weight: 700;
    margin-top: 20px;
}

.top-footer-item img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-left: 10px;
}

.logo-footer-text {
    font-weight: 700;
    margin-top: 15px;
}

.footer-contact {
    color: #555557;
    font-size: 11pt;
    margin: 10px 0;
}

    .footer-contact i {
        margin-left: 5px;
    }

footer {
    background-color: #f2f2f4;
}

    footer h3 {
        font-weight: 700;
        margin-bottom: 20px;
    }

.footer-li {
    margin: 5px 0;
}

.end-footer {
    text-align: center;
    padding: 8px 0;
    background-color: #e4e6e8;
}

    .end-footer a {
        color: #009966;
    }

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: #ffffff;
    transition: 0.5s all;
    height: 100px;
}
    .sticky .menu-bar-shop{
        display: none;
    }
    .sticky .menu-bar-shop-responsive .search-box-holder{
        display: none;
    }
    .menu-bar-shop-responsive {
        display: none;
        margin: 5px 0 10px 0;
    }

.btn-side-menu {
    font-size: 30px;
    margin-top: 10px;
    cursor: pointer;
    transition: 0.7s all;
    margin-left: 5px;
}

    .btn-side-menu:hover {
        color: #009966;
    }

.cta-right {
    width: 65%;
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}

    .cta-right img {
        width: 100%;
        border-radius: 15px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

.cta-left {
    display: inline-block;
    width: calc(35% - 20px);
    text-align: end;
    vertical-align: middle;
}

    .cta-left img {
        width: 100%;
        height: 100%;
    }

.super-holder {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    padding: 0 10px;
    box-sizing: border-box;
}

.super-product {
    display: flex;
    align-items: center;
}

    .super-product:hover, .product-item a:hover {
        color: #424244;
    }

.product-title {
    line-height: 16pt;
    margin-top: 10px;
    min-height: 48px;
}

.super-product-img {
    width: 40% !important;
    object-fit: cover;
}

.super-product-info {
    width: calc(60% - 20px);
    text-align: right;
    padding-left: 5px;
}

.offer-text {
    color: #ff2b2b;
    border-bottom: solid 2px #ff2b2b;
    padding-bottom: 5px;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 12pt;
    font-weight: 700;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 0px);
}

.cta-left .swiper-pagination {
    padding-bottom: 8px;
}

.catgory-image img {
    width: 100%;
    height: auto;
}
.bread-crumbs {
    margin: 15px 0;
}
.bread-crumbs a {
    color: #666668;
    display: inline-block;
    line-height: 14pt;
    transition: 0.7s all;
}

    .bread-crumbs a:hover {
        color: #009966;
    }

.inner-product-img {
    width: 100%;
    max-width: 400px;
    height:auto;
}

.thumbnail-img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 10px;
    border: solid 1px #bcbcbc;
    margin: 5px;
    cursor: pointer;
}

.inner-product h1 {
    font-size: 13pt;
    font-weight: 800;
}

.product-score-holder i {
    color: #efc900;
    font-size: 12px;
}

.pipe-line {
    margin: 0 8px;
    font-size: 20px;
    color: #d9d9d9;
}

.product-score-holder .comment-count {
    color: #508bd2;
}

.inner-product-cart .btn-cart, .cart-btn-holder .muted-btn{
    width: calc(100% - 125px);
    margin-right: 5px;
    height: 45px;
}

.inner-product-cart {
    background-color: #f6f6f8;
    padding: 15px;
    border-radius: 17px;
    border: solid 1px #dadada;
}

.inner-product .inner-product-cart .off-box {
    margin-bottom: 0;
}

.inner-product-cart .price-del {
    margin: 0 0 0 10px !important;
}

.counter-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 120px;
    padding: 7px;
    border-radius: 10px;
    box-sizing: border-box;
    border: solid 1px #adadad;
}

.btn-counter {
    background-color: #d9d9d9;
    font-size: 20px;
    border-radius: 7px;
    color: #666668;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.7s all;
}

    .btn-counter:hover {
        background-color: #e7e6e6;
    }

.product-count {
    font-size: 12pt;
}

.delivery-text {
    background-color: #ffffff;
    border-radius: 7px;
    text-align: center;
    padding: 8px;
    width: 100%;
    margin-top: 25px;
}

.text-green {
    color: #009966;
}

.cart-logo {
    margin-bottom: 20px;
    width: 80px;
    height: auto;
    object-fit: contain;
}

.inner-product-info-header {
    display: flex;
    align-items: center;
    border-bottom: solid 1px #d9d9db;
    margin-bottom: 20px;
}

    .inner-product-info-header .header-item {
        padding: 10px 20px;
        cursor: pointer;
        transition: 0.5s all;
    }

        .inner-product-info-header .header-item:hover,
        .hover-mode {
            border-bottom: solid 3px #009966;
            color: #009966;
        }

.feature-li {
    padding: 10px 15px;
    border-radius: 5px;
    border: solid 1px #e1dede;
    margin: 10px 0;
    display: flex;
    max-width: 750px;
}

.li-key {
    width: 40%;
    border-left: solid 1px #d9d9d9;
    margin-left: 10px;
}

.comment-score-title {
    font-weight: 700;
    font-size: 12pt;
}

.score-bold {
    font-size: 12pt;
    font-weight: 700;
    margin-left: 5px;
}

.star {
    color: #efbb00;
}

.star-icon {
    color: #efc900;
    font-size: 12px;
    margin-top: 1px;
    margin-left: 3px;
}

.btn-add-comment {
    border: solid 1px #dbdbdb;
    border-radius: 10px;
    width: 150px;
    height: 45px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    cursor: pointer;
    transition: 0.7s all;
    background: #ffffff;
}

    .btn-add-comment:hover {
        border: solid 1px #009966;
        color: #009966;
    }

.comment-author-name {
    margin-left: 5px;
}

.comment-date {
    margin-right: 5px;
}

.comment-item {
    padding: 15px;
    border-radius: 10px;
    border: solid 1px #e8e8eb;
}
.comment-item-response {

    margin-right: 30px;
    background: #fafafa;

}
.comment-item-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 10px;
}

.response-comment {
    display: flex;
    align-items: center;
    justify-content: end;
}

.response-like {
    margin: 10px 8px;
}

    .response-like i,
    .response-dislike i {
        font-size: 18px;
        color: #88888a;
        cursor: pointer;
        transition: 0.7s all;
    }

        .response-like i:hover {
            color: #009966;
        }

        .response-dislike i:hover {
            color: #ff2f2f;
        }

.inner-product-container {
    width: 75%;
}

.btn-add-comment {
    margin-bottom: 15px;
}

.trash-icon {
    border: solid 1px #aaaaaa;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.7s all;
}

    .trash-icon i {
        color: #aaaaaa;
        font-size: 18px;
        transition: 0.7s all;
    }

    .trash-icon:hover i {
        color: #e33434;
    }

    .trash-icon:hover {
        border: solid 1px #e33434;
    }

.cart-item {
    display: flex;
    align-items: center;
    padding: 25px;
    margin-bottom: 15px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

    .cart-item .cart-btn-holder {
        margin-left: 30px;
    }

    .cart-item .off-box {
        margin-left: 30px;
    }
    .cart-item .main-price{
        height: 40px;
        overflow: hidden;
    }

    .inner-cart .btn-cart {
        width: 100% !important;
        margin: 30px 0 20px 0;
    }

.cart-factor .cart-title {
    font-size: 11pt;
    font-weight: 800;
}

.cart-factor .cart-des {
    font-size: 12pt;
    font-weight: 600;
}

.cart-factor li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.text-red {
    color: #e33434;
}

.return-text {
    color: #508bd2;
    font-size: 10pt;
    font-weight: 700;
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 15px;
}
.return-text i{
    margin-left: 5px;
    margin-top: 0;
}

.offer-code-box {
    padding: 15px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin-bottom: 20px;
}

.text-offer-code {
    font-weight: 700;
}

.text-offer-box-code {
    padding: 0 5px 5px 5px;
    border-bottom: solid 1px #d9d9d9;
    cursor: pointer;
    transition: 0.7s all;
    font-size: 9pt;
    margin-right: 5px;
}

    .text-offer-box-code:hover {
        color: #009966;
        border-bottom: solid 1px #009966;
    }

.input-code {
    width: 100%;
    margin-top: 15px;
    align-items: start;
}

    .input-code input {
        border: none;
        padding: 10px 15px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        border-radius: 5px;
        margin: 0 0 10px 10px;
        width: 250px;
    }

.btn-offer {
    background-color: #009966;
    padding: 10px;
    width: 120px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: #ffffff;
}

.payment-item {
    display: flex;
    flex-direction: column;
    width: calc(50% - 10px);
}

    .payment-item label {
        font-weight: 800;
    }

    .payment-item input,
    .payment-item select,
    .text-address {
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        outline: none;
        border: none;
        border-radius: 8px;
        padding: 8px 10px;
        margin-top: 10px;
    }

.post-port {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 0px 15px;
    margin: 15px 0;
    justify-content: space-between;
}

    .post-port i {
        margin-left: 10px;
        font-size: 20px;
        color: #d9d9d9;
    }
    .post-port input{
        cursor: pointer;
    }
    .muted-btn {
        background: #aaaaac;
        color: #fff;
    }
    .muted-btn:hover {
        background: #aaaaac;
    }
    .filter-holder {
        width: 250px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        border-radius: 8px;
        padding: 15px 10px;
        margin-left: 15px;
    }

    .filter-holder h3{
        font-weight: 700;
        font-size: 11pt;
        margin-bottom: 20px;
    }

.filter-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: 0.7s all;
}

    .filter-header i {
        transition: 0.7s all;
        margin-top: 0;
    }

    .filter-header:hover {
        color: #009966;
    }

.filter-part {
    padding: 10px 0;
    border-bottom: solid 1px #d9d9d9;
}

    .filter-part:last-child {
        border-bottom: none;
    }

.custom-wrapper {
    margin: 0;
    width: 70%;
    padding: 0px 25px 40px;
    position: relative;
    left: 63px;
}

.header h2 {
    font-size: 30px;
    color: #01940b;
    display: flex;
    justify-content: center;
    padding: 20px;
}

/* Styles for the price input container */
.price-input-container {
    width: 100%;
    margin-top: 25px;
}

.price-input .price-field {
    display: flex;
    flex-direction: column;
    margin: 25px 0;
}

.price-field .price-title {
    font-size: 10pt;
    margin-bottom: 8px;
}

.price-field .input-price-holder {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    font-size: 9pt;
}

    .price-field .input-price-holder input {
        border: none;
        outline: none;
        width: calc(100% - 28px);
    }

.price-input {
    width: 100%;
    font-size: 19px;
    color: #555;
}

/* Remove Arrows/Spinners */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.slider-container {
    width: 100%;
}

.slider-container {
    height: 4px;
    position: relative;
    background: #e4e4e4;
    border-radius: 5px;
}

    .slider-container .price-slider {
        height: 100%;
        left: 0%;
        right: 0%;
        position: absolute;
        border-radius: 5px;
        background: #009966;
    }

.range-input {
    position: relative;
}

    .range-input input {
        position: absolute;
        width: 100%;
        height: 5px;
        background: none;
        top: -5px;
        pointer-events: none;
        cursor: pointer;
        -webkit-appearance: none;
        direction: ltr;
    }

/* Styles for the range thumb in WebKit browsers */
input[type="range"]::-webkit-slider-thumb {
    height: 15px;
    width: 15px;
    border-radius: 70%;
    background: #fff;
    border: solid 3px #009966;
    pointer-events: auto;
    -webkit-appearance: none;
}

.brand-item {
    display: flex;
    align-items: center;
    margin: 8px 0;
}

    .brand-item label {
        display: none;
    }

        .brand-item label:before {
            content: "";
            display: inline-block;
            width: 16px;
            height: 16px;
            border: 1px solid #cacacc;
            border-radius: 3px;
        }

    .brand-item input[type="checkbox"] {
        width: 15px;
        height: 15px;
        margin-left: 5px;
    }

        .brand-item input[type="checkbox"]:checked + label:before {
            content: "\2713";
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
            color: #fff;
            background-color: #009966;
            text-align: center;
        }

.product-list-holder {
    display: flex;
    justify-content: space-between;
}

.products-holder {
    width: calc(100% - 260px);
}

.products-list-sort-box {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.sort-box-title {
    font-weight: 700;
}

.products-list-sort-box .sort-item {
    margin: 0 10px;
    color: #666668;
    cursor: pointer;
    transition: 0.7s all;
    padding: 5px 0;
    border-bottom: solid 1px #ffffff;
}

    .products-list-sort-box .sort-item:hover {
        color: #009966;
    }

.sort-box-icon {
    font-size: 20px;
    cursor: pointer;
    transition: 0.7s all;
    display: none;
    color: #666668;
}

    .sort-box-icon:hover {
        color: #009966;
    }


.filter-exit {
    width: 100%;
    text-align: end;
    margin-bottom: 10px;
    display: none;
    transition: 0.7s all;
}

    .filter-exit:hover {
        color: #009966;
    }

.side-menu-bar {
    width: 300px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    position: fixed;
    background: #fff;
    top: 0;
    bottom: 0;
    right: -300px;
    z-index: 999;
    padding: 15px 0;
    transition: 0.7s all;
}

    .side-menu-bar img {
        display: block;
        margin: -10px auto 20px auto;
        text-align: center;
    }

.side-menu-bar-body {
    background-color: #009966;
    height: 100%;
}

.side-menu-bar ul li {
    padding: 10px 15px;
    cursor: pointer;
    transition: 0.7s all;
    color: #fff;
    cursor: pointer;
}

    .side-menu-bar ul li a {
        color: #fff;
        transition: 0.7s all;
    }

    .side-menu-bar ul li:hover a {
        color: #009966;
    }

    .side-menu-bar ul li:hover {
        background-color: #fff;
    }

.side-menu-bar .filter-exit {
    padding-left: 15px;
}

.access-bar {
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999999;
    padding: 5px 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    display: none;
}

    .access-bar ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .access-bar ul li a {
            display: flex;
            flex-direction: column;
            align-items: center;
            font-size: 8pt;
            transition: 0.7s all;
        }

            .access-bar ul li a:hover {
                color: #009966;
            }

    .access-bar i {
        font-size: 18px;
    }

    .access-bar ul li span {
        margin-top: -5px;
    }

.access-bar-show {
    width: 100%;
    background: #fff;
    z-index: 99999999;
    position: fixed;
    top: 0;
    bottom: 50px;
    display: none;
}

    .access-bar-show .category-list-holder {
        display: flex;
        height: calc(100% - 62px);
        max-width: 100%;
    }

.access-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}

    .access-title span {
        font-size: 12pt;
        font-weight: 700;
    }

.access-exit {
    cursor: pointer;
    transition: 0.7s all;
}

    .access-exit:hover {
        color: #009966;
    }

.access-search-bar {
    padding: 15px;
}

    .access-search-bar input {
        border: none;
        outline: none;
        border-bottom: solid 1px #666666;
        width: 100%;
        padding: 8px 0;
        margin-bottom: 15px;
    }

    .access-search-bar button {
        color: #fff;
        border: none;
        background-color: #009966;
        border-radius: 8px;
        width: 100%;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.panel-side-menu,
.panel-side-menu-res {
    background-color: #fff;
    border-radius: 8px;
    border: solid 1px #e4e4e6;
    padding: 15px 0;
    width: 250px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
    height: 100vh;
}

.panel-side-menu-res {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: -250px;
    transition: 0.7s all;
}

.panel-body {
    border-radius: 8px;
    border: solid 1px #e4e4e6;
    padding: 15px 30px;
    width: calc(100% - 265px);
    display: inline-block;
    vertical-align: top;
    height: 100%;
}

.top-side-menu {
    display: flex;
    align-items: center;
    border-bottom: solid 1px #d9d9d9;
    padding-bottom: 15px;
    margin: 0 15px 10px 15px;
}

    .top-side-menu img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: solid 1px #bcbcbc;
        margin-left: 10px;
    }

    .top-side-menu i {
        font-size: 8px;
        margin-left: 5px;
        color: #009966;
    }
.wallet-box {
    margin: 0 15px 15px 15px;
    padding: 15px;
    background: #009966;
    border-radius: 10px;
    color: #fff;
    display:block;
    cursor:pointer;
}
.wallet-box .text-number{
    font-weight: 700;
}
.wallet-box:hover{
    color:#fff;
}
    .wallet-box img{
        width: 30px;
        height: auto;
    }
    .wallet-box .bi-plus-circle-fill{
        font-size:20px;
        margin:0;
    }
    .panel-menu-li {
        padding: 10px 15px;
        width: 100%;
        transition: 0.7s all;
        cursor: pointer;
    }

    .panel-menu-li:hover,
    .active-menu-li {
        border-right: solid 2px #009966;
        color: #009966;
        background-color: #f6f6f6;
    }

.header-panel-body {
    border-bottom: solid 1px #d9d9d9;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.header-title {
    padding: 10px;
    transition: 0.5s all;
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .header-title:hover,
    .active-title {
        border-bottom: solid 2px #009966;
        color: #009966;
    }

.title-number {
    width: 18px;
    height: 18px;
    background-color: #d9d9d9;
    color: #424244;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    font-size: 9pt;
    transition: 0.7s all;
    padding-top: 2px;
}

.header-title:hover .title-number,
.active-title .title-number {
    background-color: #009966;
    color: #fff;
}

.order-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: solid 1px #d9d9d9;
    border-radius: 10px;
    margin: 10px 0;
    padding: 10px;
}

.order-code {
    color: #88888a;
    margin-left: 5px;
}

.order-list i {
    font-size: 20px;
}

.order-list .price-del {
    margin-top: 0;
    margin-bottom: 5px;
}

.order-details {
    font-weight: 800;
}

    .order-details i {
        font-size: 20px;
        margin-left: 5px;
    }

        .order-details i:hover {
            color: #009966;
        }

.order-card {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.order-card-title {
    background-color: #eeeeee;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    font-weight: 800;
}

.order-card-body {
    padding: 15px;
}

.order-card-row {
    margin: 10px 0;
}

.order-label {
    color: #009966;
    background-color: #e6fbe7;
    border-radius: 5px;
    padding: 5px 15px;
    font-weight: 600;
    font-size: 9pt;
}

.btn-address {
    background-color: #009966;
    color: #fff;
    border-radius: 8px;
    height: 40px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    outline: none;
}

.panel-body-title {
    font-weight: 700;
}

.address-subtitle {
    color: #88888a !important;
    margin-left: 20px;
}

    .address-subtitle i {
        margin-left: 5px;
    }

.edit-btn,
.delete-btn {
    border-radius: 8px;
    width: 90px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    cursor: pointer;
}

.edit-btn {
    background-color: #ebebeb;
    margin-left: 10px;
}

.delete-btn {
    background-color: #ffecec;
    color: #ff2424;
}

.address-box-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: solid 1px #e4e4e6;
    border-radius: 8px;
    margin: 10px 0;
    padding: 15px;
}

.modal-content .btn-close {
    margin: 0 !important;
}

.modal-header {
    justify-content: space-between;
    border-bottom: solid 1px #cacacc !important;
}

.modal-content {
    padding: 0 10px !important;
}

.modal-footer {
    border: none;
    flex-direction: column;
}

.btn-submit-address {
    background-color: #009966;
    color: #fff;
    width: 100%;
    border-radius: 8px;
    border: none;
    outline: none;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btn-submit-address:hover {
        color: #fff;
    }

.panel-body textarea,
.panel-body input[type="text"], .panel-body select
.modal-body textarea, .modal-body input[type="text"], .modal-body select, .modal-body textarea,
.form_holder textarea, .form_holder input, .form_holder select {
    border: solid 1px #ceced0;
    border-radius: 5px;
    padding: 10px;
    margin-top: 8px;
    margin-bottom: 10px;
    outline: none;
}

.panel-body select {
    border: solid 1px #ceced0;
    border-radius: 5px;
    padding: 10px;
    margin-top: 8px;
    margin-bottom: 10px;
    outline: none;
}

.panel-body input[type="text"], .panel-body select {
    width: 100%;
}

.form-address-row {
    display: flex;
    align-items: start;
    width: 100%;
    justify-content: space-between;
}
#modal-form-result .form-address-row-panel {
    display: block;
}
.form-3-boxes-holder {
    width: calc(33% - 7px);
    margin: 0 3px;
    display: inline-block;
    vertical-align: top;
}
.form-address-row-panel {
    gap: 5px;
}
#panel-profile .form-address-row {
    justify-content: unset;
    display: unset;
}
    #panel-profile .form-address-row .profile-div {
        width: calc(33% - 12px);
        display: inline-block;
        margin:  0 5px;
        vertical-align: top;
    }
    .btn-submit {
        background-color: #009966;
        color: #fff;
        border-radius: 8px;
        border: none;
        outline: none;
        width: 100%;
        max-width: 350px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 20px auto;
    }

.panel-side-menu-icon {
    display: none;
    font-size: 20px;
    cursor: pointer;
    transition: 0.7s all;
    margin-bottom: 10px;
}

    .panel-side-menu-icon:hover {
        color: #009966;
    }

.order-list-part {
    width: 50%;
}

.blog-holder {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.main-blog {
    width: calc(100% - 400px);
    display: flex;
    flex-direction: column;
    overflow:hidden;
}
.main-blog img{
    width:100%;
}
.main-blog a{
    color:#009966;
}

    .main-blog h1 {
        font-size: 16pt;
        font-weight: 800;
        margin-bottom: 20px;
    }

    .main-blog .blog-img {
        width: 100%;
        height: auto;
        border-radius: 10px;
        margin-bottom: 20px;
    }

.side-blog {
    width: 380px;
    border-radius: 10px;
    border: solid 1px #c9c9c9;
    padding: 15px;
}

.blog-text {
    text-align: justify;
    line-height: 20pt;
}

.blog-side-title {
    margin: 0;
    font-size: 13pt;
    padding-bottom: 15px;
    border-bottom: solid 1px #e2e2e2;
}

.side-blog-row {
    display: flex;
    padding: 15px 0;
    border-bottom: solid 1px #e2e2e2;
}

    .side-blog-row:last-child {
        border-bottom: none;
    }

    .side-blog-row h3 {
        font-weight: 700;
        font-size: 9pt;
        width: calc(100% - 85px);
    }

    .side-blog-row img {
        width: 60px;
        height: 60px;
        border-radius: 5px;
        object-fit: cover;
        margin-left: 5px;
    }

    .side-blog-row i {
        font-size: 12px;
        margin-left: 5px;
        color: #a7a7a7;
    }

    .side-blog-row p {
        font-size: 9pt;
        line-height: 18pt;
        text-align: justify;
        margin-bottom: 0;
    }

.user-profile-popup {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
    position: absolute;
    top: 38px;
    z-index: 9;
    width: 150px;
    display: none;
    transition: 0.7s all;
    right: -10px;
}

/* .image-container {
  width: 100%;
  position: relative;
}
#overlay {
  display: none;
  background: url("~/appPanelLayout/product-pic.jpg");
  z-index: 998;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  cursor: zoom-in;
}
#mouse-overlay {
  cursor: zoom-in;
  position: absolute;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  background-color: #4caf5059;
  border-radius: 50%;
  z-index: 99999;
} */
.blog-list-holder {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 15px;
}

.user-profile-popup li {
    padding: 8px 10px;
}

    .user-profile-popup li:hover {
        background-color: #f4f4f4;
    }

    .user-profile-popup li a {
        display: flex;
        align-items: center;
    }

.user-profile-popup i {
    margin-left: 5px;
    font-size: 15px;
}

.inner-products{
    min-height: 100vh;
}
.comment-modal-img {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: solid 1px #CACACC;
    margin-bottom: 20px;
}

    .comment-modal-img img {
        margin-left: 5px;
        width: 80px;
        height: 80px;
    }

    .comment-modal-img h4 {
        font-size: 11pt;
    }

.feautur-selector {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

    .feautur-selector select {
        border: solid 1px #ceced0;
        border-radius: 5px;
        padding: 5px;
        outline: none;
        margin-right: 10px;
    }

.feature-selector-holder {
    display: grid;
    grid-template-columns: auto auto;
}
/***********/
fieldset {
    direction: ltr;
}

.__range input {
    outline: none;
    -webkit-appearance: none;
    background-color: #009966;
    height: 3px;
    width: 100%;
    margin: 10px auto;
}

    .__range input::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 20px;
        height: 20px;
        background-color: #009966;
        border-radius: 50%;
        cursor: -moz-grab;
        cursor: -webkit-grab;
        margin-top: -15px;
    }

    .__range input::-moz-range-thumb {
        -webkit-appearance: none;
        width: 20px;
        height: 20px;
        background-color: #009966;
        border-radius: 50%;
        cursor: -moz-grab;
        cursor: -webkit-grab;
        margin-top: -15px;
    }

    .__range input::-ms-thumb {
        -webkit-appearance: none;
        width: 20px;
        height: 20px;
        background-color: #009966;
        border-radius: 50%;
        cursor: -moz-grab;
        cursor: -webkit-grab;
        margin-top: -15px;
    }

.__range-step {
    position: relative;
}

.__range-max {
    float: right;
}

.__range-step input::-webkit-slider-thumb {
    background: #009966;
}

.__range-step input::-moz-range-thumb {
    background: #009966;
}

.__range-step input::-ms-thumb {
    background: #009966;
}

.__range-step datalist {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: auto;
    bottom: 16px;
    /* disable text selection */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
    /* disable click events */
    pointer-events: none;
}

    .__range-step datalist option {
        width: 10px;
        height: 10px;
        min-height: 10px;
        border-radius: 100px;
        /* hide text */
        white-space: nowrap;
        padding: 0;
        line-height: 60px;
    }


.__range-step-popup output {
    position: absolute;
    background-color: #009966;
    width: 30px;
    height: 30px;
    text-align: center;
    color: white;
    border-radius: 100px;
    display: inline-block;
    font-size: 12px;
    bottom: 100%;
    left: 0;
    vertical-align: middle;
    line-height: 30px;
}

.__range-step-popup .__range-output-square {
    padding: 0 5px;
    min-width: 25px;
    width: auto !important;
    border-radius: 5px !important;
}

.__range-step-popup output:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid #009966;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: 90%;
    left: 50%;
    margin-left: -10px;
    margin-top: -1px;
}

.__range-step-popup datalist {
    overflow: hidden;
}

.__range-step {
    margin: 0 40px;
}

.__range-step-popup {
    margin: 40px 40px;
}

.cart-modal-body {
    border-radius: 5px;
    border: solid 1px #CACACC;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .cart-modal-body h4 {
        font-size: 10pt;
    }

    .cart-modal-body img {
        width: 50px;
        height: 50px;
    }

    .cart-modal-body .main-price, .cart-modal-body .price-del {
        font-size: 10pt;
        margin: 0;
        text-align:left;
    }

.modal-title-cart {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .modal-title-cart i {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #E2FCF3;
        color: #009966;
        font-size: 18px;
        margin-left: 8px;
        border-radius: 50%;
    }

.modal-title-cart {
    color: #009966;
    font-size: 12pt !important;
    font-weight: 700;
}

/**new*/

.panel-orders-list {
    display: block;
    padding: 15px;
    box-sizing: border-box;
}

.panel-orders-item-header-part {
    display: flex;
    justify-content: space-between;
    align-items: start;
    display: flex;
    padding-bottom: 10px;
    border-bottom: solid 1px #D9D9D9;
}

.panel-orders-item-header, .panel-orders-item-header-info-part {
    display: flex;
}

.panel-orders-item-header {
    gap: 15px;
}

.panel-orders-item-header-info-part {
    margin-left: 10px;
}

.panel-orders-item-content {
    display: grid;
    gap: 25px;
    grid-template-columns: auto auto auto auto auto auto auto;
}

.panel-orders-item-header-info-part-value {
    color: #212123;
}

.panel-orders-item-header-info-part-name {
    color: #88888A;
}

.panel-orders-item-header-info-part-value {
    font-weight: 600;
}

.order-card-list-item {
    padding: 10px 0;
    border-bottom: solid 1px #D9D9D9;
}

    .order-card-list-item:last-child {
        border: none;
    }

.order-card-list-item-info, .order-card-list-item-img {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-card-list-item .price-del {
    margin-top: 0;
}

.panel-orders-item-holder {
    overflow-x: auto;
}

.address-box-holder .payment-address-title {
    padding: 10px 0;
    border-radius: 5px;
    margin-bottom: 15px;
    font-weight: 600;
}

.selected-address-box-holder {
    border: solid 1px #d9d9d9;
    border-radius: 5px;
    padding: 15px;
}

    .selected-address-box-holder h4 {
        font-size: 8pt;
        color: #666668;
    }
.app_address_box_holder{
    border: none;
    padding:0 40px;
    box-sizing: border-box;

}
.address-box-btn-edit {
    border: none;
    outline: none;
    color: #009966;
    background: none;
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .address-box-btn-edit:hover {
        color: #009966;
    }

    .address-box-btn-edit i {
        margin-right: 5px;
    }

.address-box-customer-name {
    color: #666668;
}

.add-new-address-holder {
    padding-bottom: 15px;
    border-bottom: solid 1px #d9d9d9;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    cursor: pointer;
}

    .add-new-address-holder:hover {
        color: #009966;
    }

.select-address-box-item-row {
    display: flex;
    align-items: center;
    font-size: 9pt;
}

    .select-address-box-item-row i {
        margin-left: 5px;
        margin-top: 0;
        font-size: 15px
    }

.address-recomended-item-holder {
    padding: 10px 0;
    border-bottom: solid 1px #d9d9d9;
}

    .address-recomended-item-holder:last-child {
        border-bottom: none;
    }

.select-address-box-item-row {
    margin: 10px 0;
    color: #838383;
}

.address-recomended-item-edit {
    color: #009966;
    display: flex;
    align-items: center;
    cursor:pointer;
}

.address-recomended-item-holder input {
    cursor: pointer;
}

.address-recomended-lists {
    height: 350px;
    overflow-y: auto;
}

.selected-address-box-holder .address-text {
    display: flex;
    align-items: center;
}


/**is 404 - inaccessbility*/
.page-404, .page-inaccess {
    display: flex;
    text-align: center;
    min-height: calc(100vh - 200px);
    flex-direction: column;
    justify-content: center;
}

    .page-inaccess img {
        max-width: 250px;
        margin: 0 auto;
    }

    .page-404 img {
        max-width: 450px;
        margin: 0 auto;
        width: calc(100% - 30px);
    }

.page-404-title {
    font-size: 13pt;
    font-weight: 600;
}

.page-404-btn {
    margin-top: 20px;
    color: #009966;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/*contact*/
.page-contact {
    display: flex;
    align-items: center;
    justify-content: space-around;
    min-height: calc(100vh - 200px);
    gap: 100px;
    width: calc(100% - 200px);
}

.page-contact-img {
    max-width: 550px;
    object-fit: contain;
    width: calc(100% - 10px);
}

.page-contact-title {
    font-size: 16pt;
    font-weight: 600;
}

.page-contact-text {
    font-weight: 300;
    margin: 30px 0 40px 0;
}

.page-contact-items-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-flow: wrap;
}

.page-contact-item {
    border-radius: 30px;
    border: 1px solid #009966;
    padding: 3px 3px 3px 8px;
    box-sizing: border-box;
    width: calc(50% - 5px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12pt;
}


/*other page*/

.rule-box, .about-box {
    border-radius: 8px;
    border: solid 1px #e4e4e6;
    padding: 15px 30px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .rule-box h1 {
        font-size: 12pt;
        font-weight: 700;
    }

    .rule-box h2 {
        font-size: 11pt;
        font-weight: 700;
    }
.charge-box {
    display: inline-block;
    vertical-align: top;
    width: calc(40% - 25px);
    margin-left: 20px;
    padding: 30px 20px;
    border-radius: 10px;
    border: solid #E4E4E6 1px;
}
.charge-box-title{
    font-size: 13pt;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}
.input-holder input {
    width: 100%;
    outline: none;
    border: solid 1px #E4E4E6;
    border-radius: 5px;
    padding: 8px 16px;
    margin: 10px 0;
}
.guide-box {
    display: inline-block;
    vertical-align: top;
    background: #E4FFF6;
    padding: 20px;
    border-radius: 14px;
    width: 60%;
}
.highlight {
    background: #FFDCB4;
}
.guide-box ul li{
    margin: 8px 0;
}
.guide-box ul li i{
    font-size: 20px;
}
.btn-payment {
    background: #009966;
    color: #fff;
    border-radius: 5px;
    width: 100%;
    border: none;
    outline: none;
    text-align: center;
    padding: 8px 15px;
    margin-top: 20px;
}
.brand-card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    align-items: center;
}

    .brand-card img {
        width: 50px;
        height: 50px;
        object-fit: contain;
        margin-left: 10px;
    }

.brands-list-holder {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 15px;
}

.page-title-holder h1 {
    font-size: 16pt;
    font-weight: 700;
    margin-bottom: 20px;
}

.page-title-holder p {
    margin-bottom: 20px;
}

.about-header {
    background-image: url(./../indexImg/about-petshop-nemati.webp);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    position: relative;
}

.cover-about-us {
    background-color: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
}

.about-box {
    padding: 0 !important;
}

.about-us-text {
    padding: 15px;
}

/*modal delete*/
.modal_header {
    margin: 20px 0 -15px 0;
    text-align: center;
}

.modal_header_title {
    margin-top: 15px;
    font-size: 14pt;
    font-weight: 600;
    color: #2a2a2c;
}

.modal_delete_text {
    margin: 10px auto 30px auto;
    font-size: 13pt;
    color: #424244;
    text-align: center;
}

.modal_btns {
    text-align: center;
    margin-bottom: 20px;
}

.modal_delete_btn, .modal_cancel_btn {
    padding: 8px 30px;
    box-sizing: border-box;
    border-radius: 5px;
    background: #009966;
    color: #ffffff;
    display: inline-flex;
    margin: 0 8px;
    cursor: pointer;
    font-weight: 600;
}

.modal_delete_btn {
    background: #fe1010;
}

.modal_cancel_btn {
    background: #9D9D9D;
}

.product-count input {
    outline: none;
    border: none;
    width: 30px;
    text-align: center;
}

.active-li {
    color: #009966 !important;
    font-weight: 700 !important;
}

.datepicker-container .datepicker-plot-area {
    font-family: yekanBakh;
}

.cart_empty_holder img {
    width: calc(100% - 20px);
    max-width: 250px;
    margin: 0 auto;
}

.cart_empty_holder {
    text-align: center;
}

.cart_empty_holder_title {
    margin-top: 20px;
}

.add_address_btn {
    width: 100%;
    border-radius: 10px;
    display: flex;
    height: 200px;
    align-items: center;
    justify-content: center;
    font-size: 14pt;
    font-weight: 700;
    background: #fff;
    border: solid 1px #B6B6B6;
    color: #666668;
    transition: 0.7s all;
}

    .add_address_btn i {
        font-size: 22px;
        margin-left: 5px;
    }

    .add_address_btn:hover {
        color: #009966;
    }

.btn-side-menu {
    display: none;
}
.cat-menu-item:hover >  .category-list-holder {
    display: flex;
}
.mySwiper5 .swiper-wrapper{
    padding:0!important;
}
.mySwiper5 .swiper-pagination{
    bottom:12px;
}
.access-bar-show .category-list-holder{
    right:0;
    top: 60px;
    max-height: unset;
}
.filter-body button {
    width: 100%;
    height: 40px;
    font-size: 10pt;
    color: #fff;
    background: #096;
    border-radius: 5px;
    margin-bottom:10px;
}
.btn-return-text{
    background:#009966;
    color: #fff;
    border-radius: 5px;
    height:40px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.7s all;
    margin: 50px 0;
}
    .btn-return-text:hover {
        background: #017a52;
        color: #fff !important;
    }
.cart_empty_holder_title{
    font-size: 13pt;
    font-weight: 700;
}
.btn-return-text i {
    margin-left: 5px;
}
.cart_empty_holder {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
}

#modal-form-image .modal-dialog {
    width: calc(100% - 100px);
    max-width: 100%;
    margin: 60px auto;
}
    #modal-form-image .modal-dialog .thumbnail-img-main {
        width: 100%;
        height: 400px;
    }
        #modal-form-image .modal-dialog .thumbnail-img-main img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

.spinner-border {
    margin: 0 10px;
    width: 20px !important;
    height: 20px !important;
}
#modal-form-result .spinner-border {
    display: flex;
    margin: 0 auto;

}
button .spinner-border {
    margin: 0 10px !important;
}
.page-item.active .page-link {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'YekanBakhFaNum';
    background-color: #009966;
    border-color: #009966;
}
.page-item:last-child .page-link, .page-item:first-child .page-link {
    border: solid 1px #b6b6b8 !important;
    padding: 5px 10px;
    border-radius: 20px;
    width: auto;
}
.pagination .disabled .page-link {
    border: none !important;
}
.page-link {
    color: #009966;
    border: solid 1px #b6b6b8;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    font-family: 'YekanBakhFaNum';
}
    .page-link:hover {
        z-index: 2;
        color: #009966;
        background-color: var(--bs-pagination-hover-bg);
        border-color: #009966;
    }
.inner-product-info-panel iframe {
    max-width: 500px;
    max-height: 281px !important;
}
.h_iframe-aparat_embed_frame iframe {
    right:0;
    height: 53vw !important;
}
.h_iframe-aparat_embed_frame span:first-child{
    padding-top: 290px !important;
}
.non-existent {
    display: inline-block;
    padding: 5px 10px;
    margin: 5px;
    background: #d9d9d9;
    border-radius: 5px;
    font-size: 8pt;
}
.non-existent-box{
    opacity:0.5;
}
.non-existent-text {
    color: #a1a3a8;
    font-weight: 700;
}
.inner-cart{
    min-height: 100vh;
}
.wallet-handler {
    font-size: 11pt;
    font-weight: 800;
    display:flex;
    align-items:center;
    margin-bottom:10px;
}
.wallet-handler input{
    cursor:pointer;
    margin-left: 5px;
}
    .wallet-handler .budjet {
        color: #565656;
        font-size:10pt!important;
        font-weight: 300!important;
    }
.btn-charge-wallet{
    text-decoration:underline;
    color:#009966;
    font-size:11pt;
    font-weight: 700;
    line-height: 22pt;
    display:flex;
    justify-content:end;
    cursor:pointer;
}
.label-status {
    padding: 5px 15px;
    border-radius: 5px;
    display: inline-block;
    min-width: 130px;
    text-align: center;
}
.status-green {
    color: #009966;
    background: #E1F4E6;
}
.status-red {
    color: #E33434;
    background: #F4E1E1;
}
.status-yellow {
    color: #FFA41C;
    background: #FFF5E6;
}
table.table-bordered.dataTable tbody td {
    text-align: center;
}
table.table-bordered.dataTable th{
    text-align:center;
}
.wallet-label {
    background: #E1F4E6;
    padding: 10px;
    border-radius: 10px;
    margin-left: 10px;
}
    .wallet-label i {
        color: #009966;
        font-size: 15px;
        margin-left: 5px;
    }
.page_table_holder .col-sm-12{
    overflow-x: scroll;
}
.bg-orenge {
    background: #ff9500;
    border-radius: 0px 34px 34px 0px;
    margin-right: 20px;
}
.special-title{
    width: 205px;
}
.special-holder{
    width: calc(100% - 205px);
}
.bg-orenge .product-item{
    background: #fff;
}
.bg-orenge .swiper-wrapper {
    padding: 0!important;
}
.special-title h2{
    font-size: 22pt;
    line-height: 30pt;
    text-align:center;
    color: #fff;
    width: calc(100% - 20px)
}
.special-title img{
    width:100px;
    height:auto;
    margin: 15px 0 30px 0;
}
.special-title a {
    color: #fff !important;
}
.thumbnail-holder{
    flex-wrap:wrap;
}
@media screen and (max-width: 3000px) {
    .category-list-holder {
        right: calc((100% - 1360px) / 2 - 36px)!important;
    }
}
@media screen and (max-width: 1360px) {
    .category-list-holder {
        right: 30px !important;
    }
}

    @media screen and (max-width: 1250px) {
        .page-contact {
            flex-direction: column;
        }

        .page-contact-img {
            order: 1;
            margin: 15px auto -60px auto;
        }

        .page-contact-content {
            order: 2;
        }

        .card-produsts-list .product-item {
            width: calc(33% - 23px);
        }


        @media screen and (max-width: 1150px) {
            .cta-right {
                width: 60%;
            }

            .cta-left {
                width: calc(40% - 20px);
            }

            .brands-list-holder {
                grid-template-columns: auto auto auto;
            }
        }

        @media screen and (max-width: 1024px) {
            .side-menu-cover {
                width: 100%;
                height: 100%;
                position: fixed;
                background: #000000;
                z-index: 9999999;
                top: 0;
                right: -100%;
            }

            .blog-holder {
                flex-direction: column;
            }

            .side-blog {
                width: 100%;
            }

            .main-blog {
                width: 100%;
            }


            .products-holder {
                width: 100%;
            }

            .filter-holder {
                position: fixed;
                top: 0;
                right: -250px;
                z-index: 9999;
                background: #fff;
                border-radius: 0;
                height: 100%;
                box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
                transition: all 0.7s;
            }

            .filter-exit {
                display: block;
            }

            .sort-box-icon {
                display: flex;
                margin-left: 10px;
            }

            .panel-side-menu {
                display: none;
            }

            .panel-body {
                width: 100%;
            }

            .panel-side-menu-icon {
                display: block;
            }

            .main-blog {
                margin-bottom: 20px;
            }
        }

        @media screen and (max-width: 970px) {
            .search-box-holder {
                max-width: 370px;
            }

            .cta-right {
                width: 100%;
            }

            .cta-left {
                width: 100%;
                display: flex;
                margin-top: 15px;
            }

                .cta-left .swiper {
                    width: 50%;
                    margin: 0 0 0 15px;
                }

            .baaner-social {
                width: calc(50% - 20px);
            }
        }

        @media screen and (max-width: 815px) {
            .panel-orders-item-header {
                flex-direction: column;
            }

            .header-search,
            .menu-bar-shop {
                display: none;
            }

            .btn-side-menu {
                display: block;
            }

            .logo-header {
                display: none;
            }

            .access-bar {
                display: block;
            }

            .menu-bar-shop-responsive {
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

            .container-shop {
                width: calc(100% - 30px);
            }

            .search-box-holder {
                max-width: unset;
                width: calc(100% - 50px);
            }
        }

        @media screen and (max-width: 768px) {
            .special-title h2 {
                font-size: 15pt;
                width: unset !important;
            }
                .special-title img {
                display:none;
            }
            .special-title {
                width: 100%;
            }

            .special-holder {
                width: 100%;
            }
            .charge-box {
                width: 100%;
                max-width: 400px;
                margin: 20px auto;
            }

            .guide-box {
                width: 100%;
            }

            #modal-form-image .modal-dialog {
                width: calc(100% - 40px);
                margin: 30px auto;
            }

            .order-card-list-item {
                flex-direction: column;
            }

            .blog-list-holder {
                grid-template-columns: auto auto;
                gap: 10px;
            }

                .blog-list-holder .blog-item h3 {
                    font-size: 9pt;
                }

                .blog-list-holder .main-blog .blog-img {
                    margin-bottom: 10px;
                }

                .blog-list-holder .calender-holder {
                    font-size: 8pt;
                }

                .blog-list-holder .blog-item {
                    padding: 8px;
                }

            .order-list-part {
                width: 100%;
                margin: 10px 0;
            }

            .order-list {
                flex-direction: column;
            }

            .top-footer-item img {
                width: 25px;
                height: 25px;
                margin-left: 5px;
            }

            .top-footer-item {
                font-size: 8pt;
            }

            .thumbnail-img {
                width: 60px;
                height: 60px;
            }

            .inner-product-container {
                width: 100%;
            }

            .main {
                width: 80%;
                margin-right: 5px;
            }

            .custom-wrapper {
                width: 100%;
                left: 0;
                padding: 0 10px;
            }

            .projtitle {
                width: 100%;
                position: relative;
                right: 26px;
            }

            .price-input {
                flex-direction: column;
                align-items: center;
            }

            .price-field {
                margin-bottom: 10px;
            }

            .brands-list-holder {
                grid-template-columns: auto auto;
            }
        }

        @media screen and (max-width: 600px) {
            .address-box-row {
                flex-direction: column;
            }

            .card-produsts-list .product-item {
                width: calc(50% - 23px);
                max-width: 300px;
            }

            .cart-img {
                width: 100px;
                height: 100px;
            }

            .counter-holder {
                width: 100px;
            }

            .cart-item .cart-btn-holder {
                margin-left: 10px;
            }

            .cart-item {
                padding: 15px;
            }

            .trash-icon {
                width: 30px;
                height: 30px;
            }

                .trash-icon i {
                    font-size: 15px;
                }

            .cart-item .off-box {
                margin-left: 15px;
            }

            .products-list-sort-box .sort-item {
                margin: 0 5px;
                font-size: 9pt;
            }

            #panel-profile .form-address-row .profile-div {
                width: calc(50% - 12px);
                vertical-align: top;
            }

                #panel-profile .form-address-row .profile-div label {
                    font-size: 9pt;
                }

            .h_iframe-aparat_embed_frame span:first-child {
                padding-top: 58% !important;
            }

            .card-produsts-list-table table tr {
                width: calc(50% - 16px);
            }

            @media screen and (max-width: 500px) {
                .form-3-boxes-holder {
                    width: calc(50% - 8px);
                }

                .order-card-body {
                    padding: 10px;
                    font-size: 8pt;
                }

                .card-produsts-list .product-item {
                    width: calc(50% - 12px);
                    margin: 5px;
                }

                .panel-body {
                    padding: 10px;
                }

                .order-list .price-del,
                .panel-body-show .price-del {
                    font-size: 8pt;
                }

                .order-list .main-price,
                .panel-body-show .main-price {
                    font-size: 10pt;
                }

                .order-details {
                    font-size: 8pt;
                }

                .counter-holder {
                    width: 80px;
                }

                .cart-item .btn-counter {
                    width: 25px;
                    height: 25px;
                }

                .inner-product-img {
                    max-width: 100%;
                    height: auto;
                }

                .cta-left {
                    flex-direction: column;
                }

                    .cta-left .swiper {
                        width: 100%;
                        margin: 15px 0 15px 0;
                    }

                .baaner-social {
                    width: 100%;
                }

                .cta-left {
                    margin-top: 0;
                }

                h2 {
                    font-size: 12pt;
                }

                h3 {
                    font-weight: 500;
                    font-size: 9pt;
                }

                .top-footer-item img {
                    width: 35px;
                    height: 35px;
                    margin-left: 0px;
                    margin-bottom: 10px;
                }

                .top-footer-item {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                }

                .sort-box-title {
                    display: none;
                }

                .btn-offer {
                    font-size: 9pt;
                }

                .sticky {
                    height: 70px;
                }

                .logo-header {
                    width: 70px;
                    height: 40px;
                }

                .login-btn-shop span {
                    font-size: 9pt;
                }

                .cart-holder i,
                .login-btn-shop i {
                    font-size: 20px;
                }

                .cart-circle {
                    width: 15px;
                    height: 15px;
                    font-size: 8pt;
                }


                .page-contact-item {
                    width: calc(100% - 10px);
                    margin: auto;
                }

                .page-contact-title {
                    font-size: 14pt;
                }

                #panel-address #modal-form-result {
                    height: calc(100vh - 205px);
                    overflow-y: auto;
                }

                .app_address_box_holder {
                    padding: 0;
                }
            }

            @media screen and (max-width: 450px) {
                .wallet-label {
                    padding: 5px 10px;
                }

                .input-code input {
                    margin: 0;
                    width: 175px;
                }

                .date-text-holder {
                    font-size: 8pt;
                }

                .order-card-list-item .btn-add-comment {
                    width: 100px;
                    font-size: 8pt;
                }

                .user-profile-popup {
                    top: 45px;
                    right: -45px;
                }

                .modal-body {
                    font-size: 9pt;
                    padding: 20px 5px;
                }

                .top-footer-item {
                    font-size: 7pt;
                }

                .cart-item {
                    flex-direction: column;
                }

                .cart-img {
                    width: calc(100% - 50px);
                    height: auto;
                }

                .counter-holder {
                    width: 95px;
                }

                .card-produsts-list .store-text {
                    font-size: 8pt;
                }

                .card-produsts-list .product-info .btn-cart {
                    font-size: 9pt;
                    width: calc(100% - 10px);
                }

                .card-produsts-list .product-info {
                    padding: 0 10px 10px 10px;
                }

                .card-produsts-list .main-price {
                    font-size: 11pt;
                }

                .card-produsts-list .off-box {
                    font-size: 10pt;
                }

                .products-list-sort-box .sort-item {
                    font-size: 8pt;
                }

                .sort-box-icon {
                    font-size: 15px;
                    width: 20px;
                    height: 20px;
                    border-radius: 2px;
                    margin-left: 0;
                }

                .order-card-list-item .price-del {
                    font-size: 9pt;
                }

                .order-card-list-item .main-price {
                    font-size: 11pt;
                }

                .panel-orders-item-header-info-part-name, .panel-orders-item-header-info-part-value {
                    font-size: 8pt;
                }

                .panel-orders-item-header-info-part {
                    margin-left: 8px;
                }

                .order-list i {
                    font-size: 15px;
                }

                .panel-orders-list {
                    padding: 10px;
                }

                .brand-card h3 {
                    font-size: 8pt;
                }

                .brand-card img {
                    width: 40px;
                    height: 40px;
                }

                .about-header {
                    height: 300px;
                }

                .bread-crumbs a {
                    font-size: 9pt;
                }
            }
        }
    }
