@charset "UTF-8";
i, html {
    margin: 0;
    padding: 0;
    line-height: normal;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%;
    scroll-behavior: smooth
}

* {
    border: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    font-style: normal;
    line-height: normal
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    display: inline-block
}

input, textarea, select, select option, button {
    outline-style: none
}

button, input[type=submit] {
    cursor: pointer
}

input:focus {
    outline: 0
}

li, a {
    text-decoration: none;
    transition: all .3s ease-in-out;
    outline: 0
}

li {
    transition: none
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:root {
    --green-color: "";
    --red-color: "red";
    --header-color: "";
    --header2-color: "";
    --back1-color: #fff;
    --widget-color: "";
    --single-color: "";
    --back2-color: #F6F8FB;
    --back3-color: #F1F4F9;
    --back4-color: ""
}

body {
    direction: rtl;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-align: right;
    overflow-x: hidden;
    height: 100%;
    background: var(--back4-color)
}

body .hidden, body .hiddenSeo {
    display: none
}

body .width {
    width: 70%
}

body .allErrorContent {
    display: grid;
    background: white;
    margin-bottom: -3rem;
    padding-top: 3rem;
    justify-content: center;
    align-items: center
}

body .allErrorContent h1 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
    position: relative;
    z-index: 2
}

body .allErrorContent img {
    width: 100%;
    height: 30rem;
    object-fit: contain;
    margin-top: -2rem
}

@media screen and (max-width: 1800px) {
    body .width {
        width: 85%
    }
}

@media screen and (max-width: 1600px) {
    body .width {
        width: 90%
    }
}

@media screen and (max-width: 1400px) {
    body .width {
        width: 97%
    }
}

@media screen and (max-width: 700px) {
    body .width {
        width: 95%
    }
}

.allIndex .myWidget {
    margin-bottom: 4rem
}

.allIndex .emptyWidget {
    height: 100vh;
    display: grid;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: red;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center
}

.allIndex .emptyWidget i {
    display: grid;
    justify-content: center;
    margin-bottom: 1rem
}

.allIndex .emptyWidget i svg {
    width: 3rem;
    height: 3rem;
    fill: red
}

.allIndex .emptyWidget a {
    margin-top: 1rem;
    font-size: 1rem;
    font-weight: 300;
    color: #fff;
    background: red;
    padding: .5rem 1rem;
    border-radius: 5px
}

@media (max-width: 930px) {
    .allIndex .myWidget {
        margin-bottom: 2rem
    }
}

.allBigIndex {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.allBigIndex .section {
    margin: auto;
    display: grid;
    grid-template-columns:50% 45%;
    place-items: center;
    gap: 60px;
    padding: 30px 0;
    position: relative;
    z-index: 1
}

.allBigIndex .content {
    max-width: 2400px
}

.allBigIndex .content .title1 {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 36px;
    color: #fff
}

.allBigIndex .content p {
    font-size: clamp(1rem, 4vw, 1.1rem);
    font-weight: 300;
    line-height: 2.5rem;
    margin-bottom: 30px;
    color: #fff
}

.allBigIndex .content a {
    background: #eaeaea;
    color: #202134;
    font-size: clamp(.9rem, 4vw, 1rem);
    font-weight: 600;
    border: 0;
    outline: 0;
    padding: 8px 14px;
    border-radius: 7px;
    transform: scale(1);
    transition: all .4s ease-in;
    cursor: pointer
}

.allBigIndex .swiper {
    position: relative;
    width: 400px;
    height: 490px
}

.allBigIndex .swiper-slide {
    position: relative;
    background-position: center;
    background-size: cover;
    border: 1px solid rgba(255, 255, 255, .3);
    -webkit-user-select: none;
    user-select: none;
    border-radius: 20px;
    background-color: #fff
}

.allBigIndex .swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: contain
}

.allBigIndex .cost {
    position: absolute;
    top: 8px;
    right: 6px;
    background: white;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 4px 30px #0003;
    border-radius: 30px;
    padding: 6px 10px;
    color: #000;
    font-size: clamp(.8rem, 4vw, .9rem);
    font-weight: 600
}

.allBigIndex .dark-text {
    color: #202134
}

.allBigIndex .overlay {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 20px;
    background: rgba(0, 0, 0, .4);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-top: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
    border-radius: 0 0 20px 20px
}

.allBigIndex .overlay .title2 {
    font-size: 1.3rem;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center
}

.allBigIndex .overlay p {
    font-size: .75rem;
    font-weight: 300;
    margin-top: .5rem;
    text-align: center;
    white-space: pre-line;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

.allBigIndex .overlay .price {
    margin-top: .5rem;
    font-size: 1.1rem;
    font-weight: 900;
    color: #fff;
    text-align: center
}

.allBigIndex .overlay .price span {
    font-size: .8rem
}

.allBigIndex:before {
    content: "";
    background: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1
}

@media (max-width: 1050px) {
    .allBigIndex .swiper {
        width: 350px;
        height: 450px
    }
}

@media (max-width: 930px) {
    .allBigIndex .section {
        display: block;
        padding: 60px
    }

    .allBigIndex .swiper {
        display: none;
        grid-area: slider
    }

    .allBigIndex .content {
        grid-area: content;
        text-align: center
    }

    .allBigIndex .content h1 {
        margin-bottom: 20px
    }
}

@media (max-width: 470px) {
    .allBigIndex .section {
        padding: 40px 40px 60px
    }
}

.allCategoryIndex {
    margin: auto;
    background: white;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 0 20px #00000026;
    position: relative;
    z-index: 1
}

.allCategoryIndex:before {
    display: grid;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: var(--green-color);
    width: 6px;
    height: 80%;
    margin: auto;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.allCategoryIndex:after {
    display: grid;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: var(--green-color);
    width: 6px;
    height: 80%;
    margin: auto;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.allCategoryIndex .swiper-slide a, .allCategoryIndex .swiper-slide .item {
    display: grid;
    padding: .5rem;
    border-radius: 10px;
    background: #eee;
    height: 100%
}

.allCategoryIndex .swiper-slide a .pic, .allCategoryIndex .swiper-slide .item .pic {
    display: grid;
    justify-content: center
}

.allCategoryIndex .swiper-slide a .pic img, .allCategoryIndex .swiper-slide .item .pic img {
    width: 100%;
    height: 2rem;
    object-fit: contain
}

.allCategoryIndex .swiper-slide a .name, .allCategoryIndex .swiper-slide .item .name {
    text-align: center;
    font-size: .9rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 700;
    color: #000;
    margin-top: 1rem
}

.allCategoryIndex .swiper-slide a i, .allCategoryIndex .swiper-slide .item i {
    display: grid;
    align-items: center;
    justify-content: center;
    height: 2rem
}

.allCategoryIndex .swiper-slide a i svg, .allCategoryIndex .swiper-slide .item i svg {
    height: 2rem;
    width: 2rem;
    fill: #fff
}

.allCategoryIndex .swiper-slide a:hover .name, .allCategoryIndex .swiper-slide .item:hover .name {
    color: var(--green-color)
}

@media (max-width: 930px) {
    .allCategoryIndex .swiper-slide a .name, .allCategoryIndex .swiper-slide .item .name {
        font-size: .8rem;
        margin-top: .5rem
    }
}

.allCategoryIndex .swiper-slide .item {
    background: var(--green-color)
}

.allCategoryIndex .swiper-slide .item .name, .allCategoryIndex .swiper-slide .item:hover .name {
    color: #fff
}

.allCategoryIndex .swiper-button-next, .allCategoryIndex .swiper-button-prev {
    padding: .5rem;
    background: var(--back4-color);
    width: 2rem;
    height: 2rem;
    top: 0;
    bottom: 0;
    margin-top: calc(65px - var(--swiper-navigation-size) / 2);
    border-radius: 50%;
    box-shadow: 0 0 10px #0000004d
}

.allCategoryIndex .swiper-button-next:before, .allCategoryIndex .swiper-button-next:after, .allCategoryIndex .swiper-button-prev:before, .allCategoryIndex .swiper-button-prev:after {
    font-size: 1rem;
    color: var(--green-color)
}

.allCategoryIndex .swiper-button-prev {
    right: 0 !important
}

.allCategoryIndex .swiper-button-next {
    left: 0 !important
}

.allSellerIndex {
    background: white;
    padding: 3rem 0;
    border-right: 2px solid #eee;
    border-left: 2px solid #eee
}

.allSellerIndex .width {
    margin: auto
}

.allSellerIndex .width .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: 1rem;
    margin-bottom: 1rem
}

.allSellerIndex .width .title .name {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: 1.5rem;
    font-weight: 900;
    color: #000
}

.allSellerIndex .width .title .name i {
    display: grid;
    align-items: center
}

.allSellerIndex .width .title .name i svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: #000
}

.allSellerIndex .width .title a {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: 1rem;
    font-weight: 700;
    border: 1px solid #64287e;
    color: #64287e;
    padding: .5rem;
    border-radius: 5px;
    transition: all .3s ease-in-out
}

.allSellerIndex .width .title a i {
    display: grid;
    align-items: center
}

.allSellerIndex .width .title a i svg {
    transition: all .3s ease-in-out;
    width: 1.2rem;
    height: 1.2rem;
    fill: #64287e;
}

.allSellerIndex .width .title a:hover {
    color: #fff;
    background: #64287e
}

.allSellerIndex .width .title a:hover i svg {
    fill: #fff
}

.allSellerIndex .width .sellerSwiper1 .sellerItem {
    border: 2px solid #eee;
    border-radius: 10px;
    background: #eee;
    padding: 1rem
}

.allSellerIndex .width .sellerSwiper1 .sellerItem .title2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #eee;
    margin-bottom: 1rem
}

.allSellerIndex .width .sellerSwiper1 .sellerItem .title2 .profile {
    display: flex;
    align-items: center;
    gap: .5rem
}

.allSellerIndex .width .sellerSwiper1 .sellerItem .title2 .profile .pic img {
    height: 4rem;
    max-width: 5rem;
    object-fit: contain
}

.allSellerIndex .width .sellerSwiper1 .sellerItem .title2 .profile .detail .name {
    font-size: 1.3rem;
    font-weight: 900;
    color: #444
}

.allSellerIndex .width .sellerSwiper1 .sellerItem .title2 .more {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    font-size: 1rem;
    font-weight: 500;
    background: white;
    color: #444;
    padding: .5rem;
    border-radius: 5px;
    border: 1px solid #bbb
}

.allSellerIndex .width .sellerSwiper1 .sellerItem .title2 .more i {
    display: grid;
    align-items: center
}

.allSellerIndex .width .sellerSwiper1 .sellerItem .title2 .more i svg {
    width: 1.2rem;
    height: 1.2rem;
    fill: #444
}

.allSellerIndex .width .sellerSwiper1 .sellerItem .sellerSwiper2 a {
    display: grid;
    padding: .5rem;
    background: white;
    border: 2px solid #eee;
    border-radius: 10px
}

.allSellerIndex .width .sellerSwiper1 .sellerItem .sellerSwiper2 a .pic {
    display: grid;
    justify-content: center;
    padding: 1rem;
    height: 14rem;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.allSellerIndex .width .sellerSwiper1 .sellerItem .sellerSwiper2 a .pic img {
    height: 12rem;
    transition: all .3s ease-in-out;
    object-fit: contain;
    position: relative;
    z-index: 2
}

.allSellerIndex .width .sellerSwiper1 .sellerItem .sellerSwiper2 a .pic:before {
    opacity: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 3;
    padding: .2rem 0;
    text-align: center;
    content: "خرید محصول";
    background: var(--green-color);
    color: #fff;
    border-radius: 5px;
    transition: all .3s ease-in-out
}

.allSellerIndex .width .sellerSwiper1 .sellerItem .sellerSwiper2 a .title3 {
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    color: #444;
    margin: .5rem 0;
    white-space: pre-line;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis
}

.allSellerIndex .width .sellerSwiper1 .sellerItem .sellerSwiper2 a .price {
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    color: #000
}

.allSellerIndex .width .sellerSwiper1 .sellerItem .sellerSwiper2 a:hover .pic img {
    transform: scale(1.2)
}

.allSellerIndex .width .sellerSwiper1 .sellerItem .sellerSwiper2 a:hover .pic:before {
    opacity: 1
}

.allSellerDetail .width {
    margin: auto;
    display: grid;
    grid-template-columns:1fr auto;
    align-items: center;
    grid-gap: 1rem
}

.allSellerDetail .width .right {
    background: white;
    border-radius: 10px;
    padding: 1rem
}

.allSellerDetail .width .right .top {
    display: flex;
    justify-content: right;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1rem
}

.allSellerDetail .width .right .top .pic {
    border-radius: 50%;
    overflow: hidden
}

.allSellerDetail .width .right .top .pic img {
    height: 5rem;
    width: 5rem;
    object-fit: cover
}

.allSellerDetail .width .right .top .names .name {
    font-size: 1.5rem;
    font-weight: 900;
    color: #000
}

.allSellerDetail .width .right .top .names .count {
    font-size: 1rem;
    font-weight: 500;
    color: #000
}

.allSellerDetail .width .right p {
    font-size: 1rem;
    font-weight: 300;
    color: #444;
    line-height: 2.5rem
}

.allSellerDetail .width .right .options {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1rem
}

.allSellerDetail .width .right .options .option {
    background: #eee;
    border-radius: 5px;
    padding: .5rem;
    width: 8rem;
    text-align: center
}

.allSellerDetail .width .right .options .option i {
    display: grid;
    justify-content: center;
    margin-bottom: .5rem
}

.allSellerDetail .width .right .options .option i svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: #000
}

.allSellerDetail .width .right .options .option .title2 {
    font-size: 1rem;
    font-weight: 900;
    color: #444;
    margin-bottom: .5rem
}

.allSellerDetail .width .right .options .option .count {
    font-size: 1rem;
    font-weight: 900;
    color: var(--green-color)
}

.allSellerDetail .width .right .options a {
    display: grid;
    background: var(--green-color) !important
}

.allSellerDetail .width .right .options a i svg {
    fill: #fff !important
}

.allSellerDetail .width .right .options a .title2, .allSellerDetail .width .right .options a .count {
    color: #fff !important
}

.allSellerDetail .width .left {
    position: relative;
    height: 100%
}

.allSellerDetail .width .left .swiper {
    width: 700px
}

.allSellerDetail .width .left .swiper-slide {
    width: 300px
}

.allSellerDetail .width .left .swiper-slide {
    background-color: #fff;
    border: 2px solid #eee;
    border-radius: 10px;
    overflow: hidden
}

.allSellerDetail .width .left .swiper-slide a {
    display: grid;
    padding: .5rem;
    overflow: hidden;
    height: 100%
}

.allSellerDetail .width .left .swiper-slide a .pic {
    display: grid;
    justify-content: center
}

.allSellerDetail .width .left .swiper-slide a .pic img {
    height: 13rem;
    object-fit: contain
}

.allSellerDetail .width .left .swiper-slide a .title3 {
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    color: #444;
    margin: .5rem 0;
    white-space: pre-line;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    height: 3rem;
    overflow: hidden;
    text-overflow: ellipsis
}

.allSellerDetail .width .left .swiper-slide a .price {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    color: #000
}

.allSellerDetail .width .left .swiper-slide a .addCart {
    display: grid;
    grid-template-columns:auto 1fr;
    align-items: center;
    grid-gap: .5rem;
    font-size: .9rem;
    font-weight: 700;
    color: #000;
    background: #f5f5f5;
    border-radius: 5px;
    margin-top: 1rem
}

.allSellerDetail .width .left .swiper-slide a .addCart i {
    padding: .8rem;
    border-radius: 5px;
    background: var(--green-color);
    display: grid;
    align-items: center;
    justify-content: center
}

.allSellerDetail .width .left .swiper-slide a .addCart i svg {
    width: 1rem;
    height: 1rem;
    fill: #fff
}

@media (max-width: 930px) {
    .allSellerDetail .width {
        display: block
    }

    .allSellerDetail .width .right {
        padding: .5rem
    }

    .allSellerDetail .width .right .top {
        gap: .5rem
    }

    .allSellerDetail .width .right .top .pic img {
        height: 4rem;
        width: 4rem
    }

    .allSellerDetail .width .right .top .names .name {
        font-size: 1rem
    }

    .allSellerDetail .width .right .top .names .count {
        font-size: .8rem
    }

    .allSellerDetail .width .right p {
        font-size: .8rem;
        line-height: 2rem
    }

    .allSellerDetail .width .right .options {
        display: grid;
        grid-template-columns:repeat(2, 1fr);
        gap: .5rem;
        margin-top: .5rem
    }

    .allSellerDetail .width .right .options .option {
        width: auto
    }

    .allSellerDetail .width .right .options .option i {
        display: grid;
        justify-content: center;
        margin-bottom: .5rem
    }

    .allSellerDetail .width .right .options .option i svg {
        width: 1.5rem;
        height: 1.5rem;
        fill: #000
    }

    .allSellerDetail .width .right .options .option .title2 {
        font-size: .8rem;
        margin-bottom: .5rem
    }

    .allSellerDetail .width .right .options .option .count {
        font-size: .9rem
    }

    .allSellerDetail .width .right .options a {
        display: grid;
        background: var(--green-color) !important
    }

    .allSellerDetail .width .right .options a i svg {
        fill: #fff !important
    }

    .allSellerDetail .width .right .options a .title2, .allSellerDetail .width .right .options a .count {
        color: #fff !important
    }

    .allSellerDetail .width .left {
        display: none
    }
}

.allBazarIndex {
    margin: auto
}

.allBazarIndex .title {
    margin-bottom: 2rem;
    text-align: center
}

.allBazarIndex .title .title2 {
    font-size: 2rem;
    text-align: center;
    font-weight: 900;
    color: #000
}

.allBazarIndex .title .body {
    font-size: 1rem;
    text-align: center;
    font-weight: 500;
    color: var(--green-color);
    text-decoration: underline;
    margin-top: 1rem;
    display: grid
}

.allBazarIndex #gallery {
    position: relative;
    left: calc(-1 * var(--adjust-size));
    display: grid;
    grid-template-columns:repeat(5, 1fr);
    gap: 20px;
    max-width: 100vw;
    padding: 20px
}

.allBazarIndex #gallery .catName {
    display: grid;
    margin: .5rem 0
}

.allBazarIndex #gallery .item:nth-child(7n) {
    --duration: 1s;
    --pin-color: crimson
}

.allBazarIndex #gallery .item:nth-child(7n+1) {
    --duration: 1.8s;
    --pin-color: hotpink
}

.allBazarIndex #gallery .item:nth-child(7n+2) {
    --duration: 1.3s;
    --pin-color: magenta
}

.allBazarIndex #gallery .item:nth-child(7n+3) {
    --duration: 1.5s;
    --pin-color: orangered
}

.allBazarIndex #gallery .item:nth-child(7n+4) {
    --duration: 1.1s;
    --pin-color: darkorchid
}

.allBazarIndex #gallery .item:nth-child(7n+5) {
    --duration: 1.6s;
    --pin-color: deeppink
}

.allBazarIndex #gallery .item:nth-child(7n+6) {
    --duration: 1.2s;
    --pin-color: mediumvioletred
}

.allBazarIndex #gallery .item:nth-child(3n) {
    --angle: 3deg
}

.allBazarIndex #gallery .item:nth-child(3n+1) {
    --angle: -3.3deg
}

.allBazarIndex #gallery .item:nth-child(3n+2) {
    --angle: 2.4deg
}

.allBazarIndex #gallery .item:nth-child(odd) {
    --direction: alternate
}

.allBazarIndex #gallery .item:nth-child(2n) {
    --direction: alternate-reverse
}

.allBazarIndex #gallery .item {
    --angle: 3deg;
    --count: 5;
    --duration: 1s;
    --delay: calc(-.5 * var(--duration));
    --direction: alternate;
    --pin-color: red;
    display: grid;
    position: relative;
    margin: var(--adjust-size);
    padding: .5rem;
    border-radius: 5px;
    box-shadow: 0 7px 8px #0006;
    width: 100%;
    height: auto;
    text-align: center;
    background-color: #f8f8ff;
    background-image: url(/img/backB.jpg);
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    cursor: pointer;
    justify-content: center;
    transform-origin: center .22rem;
    will-change: transform;
    break-inside: avoid;
    overflow: hidden;
    outline: 1px solid transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.allBazarIndex #gallery .item .pic {
    position: relative
}

.allBazarIndex #gallery .item .pic .price {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: var(--green-color);
    color: #fff;
    text-align: left;
    padding: 2px 5px;
    font-size: .9rem;
    border-radius: 5px;
    font-weight: 500
}

.allBazarIndex #gallery .item .pic .price:after {
    content: "︎";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 300;
    letter-spacing: normal;
    font-family: digikala;
    font-size: .9rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: none;
    line-height: 1;
    box-sizing: inherit
}

.allBazarIndex .showStory {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #0009;
    z-index: 4000
}

.allBazarIndex .showStory .show1 {
    width: 30%;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: white;
    overflow: hidden;
    height: 90%
}

.allBazarIndex .showStory .show1 .titleS {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5rem;
    height: 4rem
}

.allBazarIndex .showStory .show1 .titleS .profile {
    display: flex;
    gap: .5rem;
    align-items: center
}

.allBazarIndex .showStory .show1 .titleS .profile .pic {
    overflow: hidden;
    border-radius: 50%
}

.allBazarIndex .showStory .show1 .titleS .profile .pic img {
    width: 3rem;
    height: 3rem;
    object-fit: cover
}

.allBazarIndex .showStory .show1 .titleS .profile .detail .name {
    font-size: .9rem;
    font-weight: 300;
    color: #000
}

.allBazarIndex .showStory .show1 .titleS .profile .detail .city {
    font-size: .8rem;
    font-weight: 300;
    color: #444
}

.allBazarIndex .showStory .show1 .titleS i {
    display: grid;
    align-items: center;
    cursor: pointer
}

.allBazarIndex .showStory .show1 .titleS i svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: #000
}

.allBazarIndex .showStory .show1 .body {
    height: calc(100% - 6.5rem)
}

.allBazarIndex .showStory .show1 .body .video-container {
    height: 100%
}

.allBazarIndex .showStory .show1 .body img, .allBazarIndex .showStory .show1 .body video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.allBazarIndex .showStory .show1 .send {
    display: grid;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: .3rem .5rem;
    text-align: center;
    background: var(--green-color);
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    height: 2.5rem
}

.allBazarIndex #gallery.active .item {
    animation-duration: var(--duration), 1.5s;
    animation-delay: var(--delay), calc(var(--delay) + var(--duration) * var(--count));
    animation-timing-function: ease-in-out;
    animation-iteration-count: var(--count), 1;
    animation-direction: var(--direction), normal;
    animation-fill-mode: both;
    animation-name: swing, swingEnd
}

.allBazarIndex #gallery .item:after {
    position: absolute;
    top: .22rem;
    left: 50%;
    width: .7rem;
    height: .7rem;
    content: "";
    background: var(--pin-color);
    border-radius: 50%;
    box-shadow: -.1rem -.1rem .3rem .02rem #00000080 inset;
    filter: drop-shadow(.3rem .15rem .2rem rgba(0, 0, 0, .5));
    transform: translateZ(0);
    z-index: 2
}

.allBazarIndex .item img, .allBazarIndex video {
    aspect-ratio: 1/1;
    width: 100%;
    height: 15rem;
    object-fit: cover;
    display: block;
    border-radius: 5px;
    z-index: 1
}

.allBazarIndex .item .title2 {
    font-size: 1rem;
    font-weight: 400;
    display: grid;
    color: #444;
    justify-content: right;
    white-space: pre-line;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 1
}

.allBazarIndex .item .title3 {
    color: #dc143c;
    font-size: 22px
}

.allBazarIndex .item p, .allBazarIndex .catName {
    font-size: 17px
}

.allBazarIndex .item small {
    font-size: 12px
}

.allBazarIndex .item > div {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

@keyframes swing {
    0% {
        transform: rotate3d(0, 0, 1, calc(-1 * var(--angle)))
    }
    to {
        transform: rotate3d(0, 0, 1, var(--angle))
    }
}

@keyframes swingEnd {
    to {
        transform: rotate3d(0, 0, 1, 0)
    }
}

.allBazarIndex #info {
    position: relative;
    text-align: center;
    z-index: 1
}

.allBazarIndex #info a {
    font-size: 1.1rem
}

@media (max-width: 800px) {
    .allBazarIndex #gallery {
        grid-template-columns:repeat(2, 1fr);
        padding: 0 10px;
        gap: 10px
    }

    .allBazarIndex #gallery .item img, .allBazarIndex #gallery video {
        height: 10rem
    }

    .allBazarIndex .showStory .show1 {
        width: 98%
    }

    .allBazarIndex .showStory .show1 .body img {
        height: calc(100% - 14rem)
    }
}

.allBazarIndex2 {
    margin: auto
}

.allBazarIndex2 .title {
    margin-bottom: 2rem;
    text-align: center
}

.allBazarIndex2 .title .title2 {
    font-size: 2rem;
    text-align: center;
    font-weight: 900;
    color: #000
}

.allBazarIndex2 .title .body {
    font-size: 1rem;
    text-align: center;
    font-weight: 500;
    color: var(--green-color);
    text-decoration: underline;
    margin-top: 1rem;
    display: grid
}

.allBazarIndex2 .items {
    display: grid;
    grid-template-columns:repeat(6, 1fr);
    gap: 1rem;
    margin-bottom: 3rem
}

.allBazarIndex2 .items .catName {
    display: grid;
    margin: .5rem 0
}

.allBazarIndex2 .items .item {
    display: grid;
    position: relative;
    margin: var(--adjust-size);
    padding: .5rem;
    border-radius: 10px;
    box-shadow: 0 0 20px #00000026;
    width: 100%;
    height: auto;
    background: white;
    text-align: center;
    cursor: pointer;
    justify-content: center;
    overflow: hidden
}

.allBazarIndex2 .items .item .pic {
    position: relative
}

.allBazarIndex2 .items .item .pic .price {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: var(--green-color);
    color: #fff;
    text-align: left;
    padding: 2px 5px;
    font-size: .9rem;
    border-radius: 5px;
    font-weight: 500
}

.allBazarIndex2 .items .item .pic .price:after {
    content: "︎";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 300;
    letter-spacing: normal;
    font-family: digikala;
    font-size: .9rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: none;
    line-height: 1;
    box-sizing: inherit
}

.allBazarIndex2 .showStory {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #0009;
    z-index: 4000
}

.allBazarIndex2 .showStory .show1 {
    width: 30%;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: white;
    overflow: hidden;
    height: 90%
}

.allBazarIndex2 .showStory .show1 .titleS {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5rem;
    height: 4rem
}

.allBazarIndex2 .showStory .show1 .titleS .profile {
    display: flex;
    gap: .5rem;
    align-items: center
}

.allBazarIndex2 .showStory .show1 .titleS .profile .pic {
    overflow: hidden;
    border-radius: 50%
}

.allBazarIndex2 .showStory .show1 .titleS .profile .pic img {
    width: 3rem;
    height: 3rem;
    object-fit: cover
}

.allBazarIndex2 .showStory .show1 .titleS .profile .detail .name {
    font-size: .9rem;
    font-weight: 300;
    color: #000
}

.allBazarIndex2 .showStory .show1 .titleS .profile .detail .city {
    font-size: .8rem;
    font-weight: 300;
    color: #444
}

.allBazarIndex2 .showStory .show1 .titleS i {
    display: grid;
    align-items: center;
    cursor: pointer
}

.allBazarIndex2 .showStory .show1 .titleS i svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: #000
}

.allBazarIndex2 .showStory .show1 .body {
    height: calc(100% - 6.5rem)
}

.allBazarIndex2 .showStory .show1 .body .video-container, .allBazarIndex2 .showStory .show1 .body .pic {
    display: grid;
    height: 100%
}

.allBazarIndex2 .showStory .show1 .body img, .allBazarIndex2 .showStory .show1 .body video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.allBazarIndex2 .showStory .show1 .send {
    display: grid;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: .3rem .5rem;
    text-align: center;
    background: var(--green-color);
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    height: 2.5rem
}

.allBazarIndex2 .item img, .allBazarIndex2 video {
    aspect-ratio: 1/1;
    width: 100%;
    height: 15rem;
    object-fit: cover;
    display: block;
    border-radius: 5px;
    z-index: 1
}

.allBazarIndex2 .item .title2 {
    font-size: 1rem;
    font-weight: 400;
    display: grid;
    color: #444;
    justify-content: right;
    white-space: pre-line;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 1
}

.allBazarIndex2 .item .title3 {
    color: #dc143c;
    font-size: 22px
}

.allBazarIndex2 .item p, .allBazarIndex2 .catName {
    font-size: 17px
}

.allBazarIndex2 .item small {
    font-size: 12px
}

.allBazarIndex2 .item > div {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.allBazarIndex2 #info {
    position: relative;
    text-align: center;
    z-index: 1
}

.allBazarIndex2 #info a {
    font-size: 1.1rem
}

@media (max-width: 800px) {
    .allBazarIndex2 .items {
        grid-template-columns:repeat(2, 1fr);
        gap: 5px
    }

    .allBazarIndex2 .items .item img, .allBazarIndex2 .items video {
        height: 10rem
    }

    .allBazarIndex2 .items .item {
        transform: translateY(0) !important
    }

    .allBazarIndex2 .items .item .title2 {
        font-size: .7rem
    }

    .allBazarIndex2 .items .item:nth-child(4n+1) {
        transform: translateY(0)
    }

    .allBazarIndex2 .showStory .show1 {
        width: 98%
    }

    .allBazarIndex2 .showStory .show1 .body img {
        height: 100%
    }
}

.allBlogIndex {
    margin: auto
}

.allBlogIndex .blogSwiper {
    padding-right: 1px
}

.allBlogIndex .blogSwiper a {
    display: grid;
    background: white;
    border: 1px solid #bbb;
    border-radius: 10px;
    overflow: hidden
}

.allBlogIndex .blogSwiper a i {
    display: grid;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem
}

.allBlogIndex .blogSwiper a i svg {
    width: 3rem;
    height: 3rem;
    fill: #fff
}

.allBlogIndex .blogSwiper a .pic img {
    width: 100%;
    height: 15rem;
    object-fit: cover
}

.allBlogIndex .blogSwiper a .name {
    margin: .5rem;
    font-size: 1rem;
    font-weight: 300;
    color: #444;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.allBlogIndex .blogSwiper .blogTitle {
    background: var(--green-color);
    height: 17.5rem;
    text-align: center;
    display: grid;
    justify-content: center;
    align-items: center;
    align-content: center
}

.allBlogIndex .blogSwiper .blogTitle .title {
    color: #fff;
    font-size: 1.7rem;
    font-weight: 900
}

.allBlogIndex .blogSwiper .blogTitle .name {
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: underline
}

.allBlogIndex .blogSwiper .swiper-button-next, .allBlogIndex .blogSwiper .swiper-button-prev {
    padding: .5rem;
    background: var(--back4-color);
    width: 3rem;
    height: 3rem;
    border-radius: 10px;
    box-shadow: 0 0 10px #0000004d
}

.allBlogIndex .blogSwiper .swiper-button-next:before, .allBlogIndex .blogSwiper .swiper-button-next:after, .allBlogIndex .blogSwiper .swiper-button-prev:before, .allBlogIndex .blogSwiper .swiper-button-prev:after {
    font-size: 1.5rem;
    color: var(--green-color)
}

@media (max-width: 930px) {
    .allBlogIndex .blogSwiper a .pic img {
        height: 10rem
    }

    .allBlogIndex .blogSwiper a .name {
        font-size: .75rem
    }

    .allBlogIndex .blogSwiper .blogTitle {
        height: 12.5rem
    }

    .allBlogIndex .blogSwiper .blogTitle .title {
        font-size: 1.3rem
    }

    .allBlogIndex .blogSwiper .blogTitle .name {
        font-size: .8rem
    }
}

.allStoryIndex {
    margin: auto
}

.allStoryIndex .title2 {
    margin-bottom: 1rem;
    font-weight: 900;
    color: #000;
    font-size: 1.5rem
}

.allStoryIndex .swiper-slide {
    transform: unset !important
}

.allStoryIndex .swiper-slide .story {
    position: relative;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    overflow: hidden
}

.allStoryIndex .swiper-slide .story img, .allStoryIndex .swiper-slide .story video {
    height: 15rem;
    width: 100%;
    object-fit: cover
}

.allStoryIndex .swiper-slide .story .video-container, .allStoryIndex .swiper-slide .story .pic {
    display: grid;
    height: 100%
}

.allStoryIndex .swiper-slide .story .videoI {
    position: absolute;
    top: .5rem;
    left: .5rem
}

.allStoryIndex .swiper-slide .story .videoI svg {
    width: 2rem;
    height: 2rem;
    fill: #fff
}

.allStoryIndex .swiper-slide .story .title2 {
    text-align: center;
    font-size: .85rem;
    font-weight: 500;
    color: #444;
    margin: .5rem 0;
    white-space: pre-line;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

.allStoryIndex .swiper-slide .story:before {
    opacity: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 3;
    padding: .5rem 0;
    font-size: .85rem;
    font-weight: 500;
    text-align: center;
    content: "مشاهده استوری";
    background: var(--green-color);
    color: #fff;
    transition: all .3s ease-in-out
}

.allStoryIndex .swiper-slide .story:hover:before {
    opacity: 1
}

.allStoryIndex .swiper-slide .showStory {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #0009;
    z-index: 4000
}

.allStoryIndex .swiper-slide .showStory .show1 {
    width: 30%;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: white;
    overflow: hidden;
    height: 75%
}

.allStoryIndex .swiper-slide .showStory .show1 .titleS {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5rem;
    height: 4rem
}

.allStoryIndex .swiper-slide .showStory .show1 .titleS .profile {
    display: flex;
    gap: .5rem;
    align-items: center
}

.allStoryIndex .swiper-slide .showStory .show1 .titleS .profile .pic {
    overflow: hidden;
    border-radius: 50%
}

.allStoryIndex .swiper-slide .showStory .show1 .titleS .profile .pic img {
    width: 3rem;
    height: 3rem;
    object-fit: cover
}

.allStoryIndex .swiper-slide .showStory .show1 .titleS .profile .detail .name {
    font-size: .9rem;
    font-weight: 300;
    color: #000
}

.allStoryIndex .swiper-slide .showStory .show1 .titleS .profile .detail .city {
    font-size: .8rem;
    font-weight: 300;
    color: #444
}

.allStoryIndex .swiper-slide .showStory .show1 .titleS i {
    display: grid;
    align-items: center;
    cursor: pointer
}

.allStoryIndex .swiper-slide .showStory .show1 .titleS i svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: #000
}

.allStoryIndex .swiper-slide .showStory .show1 .body {
    height: calc(100% - 6.5rem)
}

.allStoryIndex .swiper-slide .showStory .show1 .body .video-container {
    height: 100%
}

.allStoryIndex .swiper-slide .showStory .show1 .body img, .allStoryIndex .swiper-slide .showStory .show1 .body video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.allStoryIndex .swiper-slide .showStory .show1 .send {
    display: grid;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: .3rem .5rem;
    text-align: center;
    background: var(--green-color);
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    height: 2.5rem
}

.allStoryIndex .swiper, .allStoryIndex .swiper-wrapper {
    z-index: unset !important
}

.allStoryIndex .swiper-button-next, .allStoryIndex .swiper-button-prev {
    padding: .5rem;
    background: var(--back4-color);
    width: 2rem;
    height: 100%;
    top: 0;
    bottom: 0;
    margin-top: 0;
    box-shadow: 0 0 10px #0000004d
}

.allStoryIndex .swiper-button-next:before, .allStoryIndex .swiper-button-next:after, .allStoryIndex .swiper-button-prev:before, .allStoryIndex .swiper-button-prev:after {
    font-size: 1.5rem;
    color: var(--green-color)
}

.allStoryIndex .swiper-button-prev {
    right: 0 !important
}

.allStoryIndex .swiper-button-next {
    left: 0 !important
}

@media (max-width: 930px) {
    .allStoryIndex .swiper-slide .showStory .show1 {
        width: 98%
    }
}

.allAdsIndex {
    margin: auto
}

.allAdsIndex .adsItems {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(15rem, 1fr));
    grid-gap: 1rem
}

.allAdsIndex .adsItems .adsItem {
    border-radius: 10px;
    overflow: hidden
}

.allAdsIndex .adsItems .adsItem img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media screen and (max-width: 700px) {
    .allAdsIndex .adsItems {
        grid-template-columns:repeat(auto-fit, minmax(9rem, 1fr))
    }
}

.allBigIndex2 .swiperBig2 {
    min-height: 400px;
    box-shadow: 0 10px 10px #00000005;
    display: grid
}

.allBigIndex2 .swiperBig2 button.owl-prev {
    position: absolute;
    right: 1rem;
    top: 0;
    bottom: 0
}

.allBigIndex2 .swiperBig2 button.owl-prev span {
    font-size: 2rem;
    background: white;
    width: 3rem;
    display: grid;
    border-radius: 5rem;
    height: 3rem;
    align-items: center
}

.allBigIndex2 .swiperBig2 button.owl-next {
    position: absolute;
    left: 1rem;
    top: 0;
    bottom: 0
}

.allBigIndex2 .swiperBig2 button.owl-next span {
    font-size: 2rem;
    background: white;
    width: 3rem;
    display: grid;
    border-radius: 5rem;
    height: 3rem;
    align-items: center
}

.allBigIndex2 .swiperBig2 .owl-dots {
    position: absolute
}

.allBigIndex2 .swiperBig2 .adsItem {
    position: relative
}

.allBigIndex2 .swiperBig2 .adsItem img {
    width: 100%;
    min-height: 400px;
    object-fit: cover
}

.allBigIndex2 .swiperBig2 .adsItem:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    animation: fadee2 3s infinite;
    z-index: 1
}

@keyframes fadee2 {
    0% {
        background: none;
        right: -200%
    }
    50% {
        right: 100%;
        background: linear-gradient(70deg, rgba(0, 0, 0, 0) 33%, rgba(255, 255, 255, .1294117647) 50%, rgba(0, 0, 0, 0) 66%)
    }
    51% {
        background: none
    }
    to {
        right: -200%
    }
}

@media screen and (max-width: 700px) {
    .allBigIndex2 {
        margin-top: 0
    }

    .allBigIndex2 .swiperBig2 {
        min-height: auto
    }

    .allBigIndex2 .swiperBig2 button.owl-prev span, .allBigIndex2 .swiperBig2 button.owl-next span {
        font-size: 1.3rem;
        width: 2rem;
        height: 2rem
    }

    .allBigIndex2 .swiperBig2 .adsItem img {
        min-height: auto
    }
}

.allCategoryIndex2 {
    margin: auto;
    position: relative;
    z-index: 1
}

.allCategoryIndex2 .swiper-slide a, .allCategoryIndex2 .swiper-slide .item {
    display: grid;
    border-right: 1px solid white;
    padding: 0 1rem;
    height: 100%
}

.allCategoryIndex2 .swiper-slide a .pic, .allCategoryIndex2 .swiper-slide .item .pic {
    display: grid;
    justify-content: center
}

.allCategoryIndex2 .swiper-slide a .pic img, .allCategoryIndex2 .swiper-slide .item .pic img {
    width: 100%;
    height: 2rem;
    object-fit: contain
}

.allCategoryIndex2 .swiper-slide a .name, .allCategoryIndex2 .swiper-slide .item .name {
    text-align: center;
    font-size: 1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 700;
    color: #000;
    margin-top: 1rem
}

.allCategoryIndex2 .swiper-slide a:hover .name, .allCategoryIndex2 .swiper-slide .item:hover .name {
    color: var(--green-color)
}

@media (max-width: 930px) {
    .allCategoryIndex2 .swiper-slide a .name, .allCategoryIndex2 .swiper-slide .item .name {
        font-size: .8rem;
        margin-top: .5rem
    }
}

.allCategoryIndex2 .swiper-slide .item {
    background: var(--green-color)
}

.allCategoryIndex2 .swiper-slide .item .name {
    color: #fff
}

.allCategoryIndex2 .swiper-slide:first-child a {
    border-right: 0
}

.allCategoryIndex2 .swiper-button-next, .allCategoryIndex2 .swiper-button-prev {
    padding: .5rem;
    background: white;
    width: 2.5rem;
    height: 2.5rem;
    top: 0;
    bottom: 0;
    margin-top: calc(40px - var(--swiper-navigation-size) / 2);
    border-radius: 10px;
    box-shadow: 0 0 10px #0000004d
}

.allCategoryIndex2 .swiper-button-next:before, .allCategoryIndex2 .swiper-button-next:after, .allCategoryIndex2 .swiper-button-prev:before, .allCategoryIndex2 .swiper-button-prev:after {
    font-size: 1rem;
    color: var(--green-color)
}

.allCategoryIndex2 .swiper-button-prev {
    right: .5rem !important
}

.allCategoryIndex2 .swiper-button-next {
    left: .5rem !important
}

@media (max-width: 930px) {
    .allCategoryIndex2 .swiper-slide a, .allCategoryIndex2 .swiper-slide .item {
        padding: 0 .5rem
    }

    .allCategoryIndex2 .swiper-button-next, .allCategoryIndex2 .swiper-button-prev {
        display: none
    }
}

.allStoryIndex2 {
    margin: auto
}

.allStoryIndex2 .title2 {
    margin-bottom: 1rem;
    font-weight: 900;
    color: #000;
    font-size: 1.5rem
}

.allStoryIndex2 .swiper-slide {
    transform: unset !important
}

.allStoryIndex2 .swiper-slide .story {
    position: relative;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    overflow: hidden
}

.allStoryIndex2 .swiper-slide .story img, .allStoryIndex2 .swiper-slide .story video {
    height: 23rem;
    width: 100%;
    object-fit: cover
}

.allStoryIndex2 .swiper-slide .story .video-container {
    display: grid
}

.allStoryIndex2 .swiper-slide .story .videoI {
    position: absolute;
    top: 45%;
    left: 43%
}

.allStoryIndex2 .swiper-slide .story .videoI svg {
    width: 2rem;
    height: 2rem;
    fill: #fff
}

.allStoryIndex2 .swiper-slide .story:before {
    opacity: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 3;
    padding: .5rem 0;
    font-size: .85rem;
    font-weight: 500;
    text-align: center;
    content: "مشاهده استوری";
    background: var(--green-color);
    color: #fff;
    transition: all .3s ease-in-out
}

.allStoryIndex2 .swiper-slide .story:hover:before {
    opacity: 1
}

.allStoryIndex2 .swiper-slide .showStory {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #0009;
    z-index: 4000
}

.allStoryIndex2 .swiper-slide .showStory .show1 {
    width: 30%;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: white;
    overflow: hidden;
    height: 75%;
    border-radius: 10px
}

.allStoryIndex2 .swiper-slide .showStory .show1 .titleS {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5rem;
    height: 4rem
}

.allStoryIndex2 .swiper-slide .showStory .show1 .titleS .profile {
    display: flex;
    gap: .5rem;
    align-items: center
}

.allStoryIndex2 .swiper-slide .showStory .show1 .titleS .profile .pic {
    overflow: hidden;
    border-radius: 50%
}

.allStoryIndex2 .swiper-slide .showStory .show1 .titleS .profile .pic img {
    max-width: 5rem;
    height: 3rem;
    object-fit: contain
}

.allStoryIndex2 .swiper-slide .showStory .show1 .titleS .profile .detail .name {
    font-size: .9rem;
    font-weight: 300;
    color: #000
}

.allStoryIndex2 .swiper-slide .showStory .show1 .titleS .profile .detail .city {
    font-size: .8rem;
    font-weight: 300;
    color: #444
}

.allStoryIndex2 .swiper-slide .showStory .show1 .titleS i {
    display: grid;
    align-items: center;
    cursor: pointer
}

.allStoryIndex2 .swiper-slide .showStory .show1 .titleS i svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: #000
}

.allStoryIndex2 .swiper-slide .showStory .show1 .body {
    height: calc(100% - 6.5rem)
}

.allStoryIndex2 .swiper-slide .showStory .show1 .body .video-container, .allStoryIndex2 .swiper-slide .showStory .show1 .body .pic {
    height: 100%
}

.allStoryIndex2 .swiper-slide .showStory .show1 .body img, .allStoryIndex2 .swiper-slide .showStory .show1 .body video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.allStoryIndex2 .swiper-slide .showStory .show1 .send {
    display: grid;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: .3rem .5rem;
    text-align: center;
    background: var(--green-color);
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    height: 2.5rem
}

.allStoryIndex2 .swiper {
    z-index: unset !important
}

.allStoryIndex2 .swiper-button-next, .allStoryIndex2 .swiper-button-prev {
    padding: .5rem;
    background: white;
    width: 2.5rem;
    height: 2.5rem;
    top: 0;
    bottom: 0;
    margin-top: calc(200px - var(--swiper-navigation-size) / 2);
    border-radius: 10px;
    box-shadow: 0 0 10px #0000004d
}

.allStoryIndex2 .swiper-button-next:before, .allStoryIndex2 .swiper-button-next:after, .allStoryIndex2 .swiper-button-prev:before, .allStoryIndex2 .swiper-button-prev:after {
    font-size: 1rem;
    color: var(--green-color)
}

.allStoryIndex2 .swiper-button-prev {
    right: .5rem !important
}

.allStoryIndex2 .swiper-button-next {
    left: .5rem !important
}

@media (max-width: 930px) {
    .allStoryIndex2 .title2 {
        font-size: 1.1rem
    }

    .allStoryIndex2 .swiper-slide .story img, .allStoryIndex2 .swiper-slide .story video {
        height: 15rem
    }

    .allStoryIndex2 .swiper-button-next, .allStoryIndex2 .swiper-button-prev {
        display: none
    }

    .allStoryIndex2 .swiper-slide .showStory .show1 {
        width: 98%
    }
}

.allBlogIndex2 {
    margin: auto
}

.allBlogIndex2 .title .name {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 900;
    color: #000
}

.allBlogIndex2 .blogSwiper2 {
    padding-right: 1px
}

.allBlogIndex2 .blogSwiper2 a {
    display: grid;
    background: white;
    border-radius: 10px;
    overflow: hidden
}

.allBlogIndex2 .blogSwiper2 a .pic {
    position: relative
}

.allBlogIndex2 .blogSwiper2 a .pic img {
    width: 100%;
    height: 12rem;
    object-fit: cover
}

.allBlogIndex2 .blogSwiper2 a .pic span {
    position: absolute;
    top: .5rem;
    right: .5rem;
    background: var(--green-color);
    font-size: .8rem;
    font-weight: 300;
    color: #fff;
    border-radius: 5px;
    padding: .5rem
}

.allBlogIndex2 .blogSwiper2 a .name {
    margin: .5rem;
    font-size: .9rem;
    font-weight: 500;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 3rem
}

.allBlogIndex2 .blogSwiper2 a .user {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: .5rem;
    margin: .5rem;
    font-size: .8rem;
    font-weight: 300;
    color: #444;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.allBlogIndex2 .blogSwiper2 a .user i {
    display: grid;
    align-items: center
}

.allBlogIndex2 .blogSwiper2 a .user i svg {
    width: 1rem;
    height: 1rem;
    fill: #444
}

.allBlogIndex2 .blogSwiper2 .blogTitle {
    background: var(--green-color);
    height: 17.5rem;
    text-align: center;
    display: grid;
    justify-content: center;
    align-items: center;
    align-content: center
}

.allBlogIndex2 .blogSwiper2 .blogTitle .title {
    color: #fff;
    font-size: 1.7rem;
    font-weight: 900
}

.allBlogIndex2 .blogSwiper2 .blogTitle .name {
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: underline
}

.allBlogIndex2 .blogSwiper2 .swiper-button-next, .allBlogIndex2 .blogSwiper2 .swiper-button-prev {
    padding: .5rem;
    background: var(--back4-color);
    width: 3rem;
    height: 3rem;
    border-radius: 10px;
    box-shadow: 0 0 10px #0000004d
}

.allBlogIndex2 .blogSwiper2 .swiper-button-next:before, .allBlogIndex2 .blogSwiper2 .swiper-button-next:after, .allBlogIndex2 .blogSwiper2 .swiper-button-prev:before, .allBlogIndex2 .blogSwiper2 .swiper-button-prev:after {
    font-size: 1.5rem;
    color: var(--green-color)
}

@media (max-width: 930px) {
    .allBlogIndex2 .blogSwiper2 a .pic img {
        height: 10rem
    }

    .allBlogIndex2 .blogSwiper2 a .name {
        font-size: .75rem
    }

    .allBlogIndex2 .blogSwiper2 .blogTitle {
        height: 12.5rem
    }

    .allBlogIndex2 .blogSwiper2 .blogTitle .title {
        font-size: 1.3rem
    }

    .allBlogIndex2 .blogSwiper2 .blogTitle .name {
        font-size: .8rem
    }
}

@media (max-width: 930px) {
    .allBlogIndex2 .title .name {
        font-size: 1.3rem
    }
}

.allBigIndex3 {
    position: relative;
    margin: auto;
    z-index: 2;
    margin-top: 1rem
}

.allBigIndex3 .swiperBig3 {
    min-height: 400px;
    border-radius: 20px;
    overflow: hidden;
    display: grid
}

.allBigIndex3 .swiperBig3 button.owl-prev {
    position: absolute;
    right: 1rem;
    top: 0;
    bottom: 0
}

.allBigIndex3 .swiperBig3 button.owl-prev span {
    font-size: 2rem;
    background: white;
    width: 3rem;
    display: grid;
    border-radius: 5rem;
    height: 3rem;
    align-items: center
}

.allBigIndex3 .swiperBig3 button.owl-next {
    position: absolute;
    left: 1rem;
    top: 0;
    bottom: 0
}

.allBigIndex3 .swiperBig3 button.owl-next span {
    font-size: 2rem;
    background: white;
    width: 3rem;
    display: grid;
    border-radius: 5rem;
    height: 3rem;
    align-items: center
}

.allBigIndex3 .swiperBig3 .owl-dots {
    position: absolute
}

.allBigIndex3 .swiperBig3 .adsItem {
    position: relative
}

.allBigIndex3 .swiperBig3 .adsItem img {
    width: 100%;
    min-height: 400px;
    object-fit: cover
}

.allBigIndex3 .iconL, .allBigIndex3 .iconR {
    position: absolute;
    left: -1px;
    pointer-events: none;
    top: 0;
    bottom: 0;
    z-index: 5;
    display: grid;
    align-items: center
}

.allBigIndex3 .iconL path, .allBigIndex3 .iconR path {
    fill: var(--back4-color)
}

.allBigIndex3 .iconR {
    left: auto;
    right: -1px;
    transform: rotate(180deg)
}

.allBigIndex3 .swiper-button-prev, .allBigIndex3 .swiper-button-next {
    top: 0;
    bottom: 0;
    height: 100%;
    width: 3rem;
    color: transparent
}

.allBigIndex3 .swiper-button-next {
    left: 0
}

.allBigIndex3 .swiper-button-prev {
    right: 0
}

@media screen and (max-width: 700px) {
    .allBigIndex3 .swiperBig3 {
        border-radius: 10px;
        min-height: auto
    }

    .allBigIndex3 .swiperBig3 .adsItem img {
        min-height: auto
    }

    .allBigIndex3 .swiperBig3 .iconL, .allBigIndex3 .swiperBig3 .iconR {
        display: none
    }
}

.momentProduct {
    display: grid;
    grid-template-columns:1fr 17rem;
    grid-gap: 1rem;
    margin: auto
}

.momentProduct .rightMoment {
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    background: white;
    padding: 1rem
}

.momentProduct .rightMoment .rightMomentTitle {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000
}

.momentProduct .rightMoment .momentSwiper {
    margin-top: 1rem
}

.momentProduct .rightMoment .momentSwiper a {
    display: grid;
    border: 2px solid #eee;
    border-radius: 10px;
    padding: 1rem
}

.momentProduct .rightMoment .momentSwiper a .timer {
    margin-bottom: 1rem;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    height: 5px
}

.momentProduct .rightMoment .momentSwiper a .timer:before {
    height: 5px;
    background: #f5f5f5;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    box-sizing: inherit
}

.momentProduct .rightMoment .momentSwiper a .timer:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 5px;
    background: linear-gradient(90deg, #f5f5f5, var(--green-color));
    content: "";
    transition: all 11s ease-in-out;
    box-shadow: 0 0 5px #ff00001a
}

.momentProduct .rightMoment .momentSwiper a .momentPic {
    transition: all .5s ease-in-out
}

.momentProduct .rightMoment .momentSwiper a .momentPic img {
    width: 100%;
    height: 14rem;
    object-fit: contain
}

.momentProduct .rightMoment .momentSwiper a .title2 {
    font-size: .9rem;
    font-weight: 500;
    color: #000;
    margin: 1rem 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.momentProduct .rightMoment .momentSwiper a .price1 {
    display: flex;
    justify-content: left;
    align-items: center;
    grid-gap: .2rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: #000;
    transition: all .3s ease-in-out
}

.momentProduct .rightMoment .momentSwiper a .price1:after {
    content: "︎";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: normal;
    font-family: digikala;
    font-size: 1.1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    line-height: 1;
    box-sizing: inherit
}

.momentProduct .rightMoment .momentSwiper a .addCart {
    display: grid;
    grid-template-columns:auto 1fr;
    align-items: center;
    grid-gap: .5rem;
    font-size: .9rem;
    font-weight: 700;
    color: #000;
    background: #f5f5f5;
    border-radius: 5px;
    margin-top: 1rem
}

.momentProduct .rightMoment .momentSwiper a .addCart i {
    padding: .8rem;
    border-radius: 5px;
    background: var(--green-color);
    display: grid;
    align-items: center;
    justify-content: center
}

.momentProduct .rightMoment .momentSwiper a .addCart i svg {
    width: 1rem;
    height: 1rem;
    fill: #fff
}

.momentProduct .rightMoment .momentSwiper a:hover {
    border: 2px solid var(--green-color)
}

.momentProduct .rightMoment .momentSwiper a:hover .price1 {
    color: var(--green-color)
}

.momentProduct .rightMoment .momentSwiper .swiper-button-next, .momentProduct .rightMoment .momentSwiper .swiper-button-prev {
    padding: .5rem;
    background: white;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 10px;
    box-shadow: 0 0 10px #0000004d
}

.momentProduct .rightMoment .momentSwiper .swiper-button-next:before, .momentProduct .rightMoment .momentSwiper .swiper-button-next:after, .momentProduct .rightMoment .momentSwiper .swiper-button-prev:before, .momentProduct .rightMoment .momentSwiper .swiper-button-prev:after {
    font-size: 1.2rem;
    color: var(--green-color)
}

.momentProduct .leftMoment {
    padding: 1rem;
    border-radius: 10px;
    background: white
}

.momentProduct .leftMoment .title1 {
    display: grid;
    grid-template-columns:auto auto;
    justify-content: center;
    align-items: center;
    grid-gap: .5rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 1rem
}

.momentProduct .leftMoment .title1 svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: #000;
    animation: timeAnim 2.5s linear infinite
}

@-webkit-keyframes timeAnim {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes timeAnim {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

.momentProduct .leftMoment .slider-moment2 .owl-carousel.owl-loaded {
    display: grid !important
}

.momentProduct .leftMoment .slider-moment2 button.owl-prev {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden
}

.momentProduct .leftMoment .slider-moment2 button.owl-next {
    position: absolute;
    left: 1rem;
    top: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden
}

.momentProduct .leftMoment .slider-moment2 .owl-dots {
    position: absolute;
    opacity: 0;
    visibility: hidden
}

.momentProduct .leftMoment .slider-moment2 a .timer {
    margin-bottom: 1rem;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    height: 5px
}

.momentProduct .leftMoment .slider-moment2 a .timer:before {
    height: 5px;
    background: #f5f5f5;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    box-sizing: inherit
}

.momentProduct .leftMoment .slider-moment2 a .timer:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 5px;
    background: linear-gradient(90deg, #f5f5f5, var(--green-color));
    content: "";
    transition: all 11s ease-in-out;
    box-shadow: 0 0 5px #ff00001a
}

.momentProduct .leftMoment .slider-moment2 a .momentPic {
    transition: all .5s ease-in-out
}

.momentProduct .leftMoment .slider-moment2 a .momentPic img {
    width: 100%;
    height: 16rem;
    object-fit: contain
}

.momentProduct .leftMoment .slider-moment2 a .title2 {
    font-size: .9rem;
    font-weight: 500;
    color: #000;
    margin-top: 1rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 3rem
}

.momentProduct .leftMoment .slider-moment2 a .price1 {
    display: flex;
    justify-content: left;
    align-items: center;
    grid-gap: .2rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: #000
}

.momentProduct .leftMoment .slider-moment2 a .price1:after {
    content: "︎";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: normal;
    font-family: digikala;
    font-size: 1.1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    line-height: 1;
    box-sizing: inherit
}

.momentProduct .leftMoment .slider-moment2 a .addCart {
    display: grid;
    grid-template-columns:auto 1fr;
    align-items: center;
    grid-gap: .5rem;
    font-size: .9rem;
    font-weight: 700;
    color: #000;
    background: #f5f5f5;
    border-radius: 5px;
    margin-top: 1rem
}

.momentProduct .leftMoment .slider-moment2 a .addCart i {
    padding: .8rem;
    border-radius: 5px;
    background: var(--green-color);
    display: grid;
    align-items: center;
    justify-content: center
}

.momentProduct .leftMoment .slider-moment2 a .addCart i svg {
    width: 1rem;
    height: 1rem;
    fill: #fff
}

.momentProduct .leftMoment .slider-moment2 .owl-item.active .timer:after {
    width: 100%
}

@media screen and (max-width: 800px) {
    .momentProduct {
        display: block
    }

    .momentProduct .rightMoment {
        padding: .5rem
    }

    .momentProduct .rightMoment .rightMomentTitle {
        font-size: 1rem
    }

    .momentProduct .rightMoment .momentSwiper {
        margin-top: .5rem
    }

    .momentProduct .rightMoment .momentSwiper a {
        padding: .5rem
    }

    .momentProduct .rightMoment .momentSwiper a .timer {
        margin-bottom: .5rem
    }

    .momentProduct .rightMoment .momentSwiper a .momentPic img {
        height: 10rem
    }

    .momentProduct .rightMoment .momentSwiper a .title2 {
        font-size: .8rem;
        margin: .5rem 0
    }

    .momentProduct .rightMoment .momentSwiper a .price1 {
        font-size: 1rem
    }

    .momentProduct .rightMoment .momentSwiper a .addCart {
        font-size: .75rem;
        margin-top: .5rem
    }

    .momentProduct .rightMoment .momentSwiper a .addCart i {
        padding: .5rem
    }

    .momentProduct .rightMoment .momentSwiper .swiper-button-next, .momentProduct .rightMoment .momentSwiper .swiper-button-prev {
        padding: .5rem;
        background: white;
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 10px;
        box-shadow: 0 0 10px #0000004d
    }

    .momentProduct .rightMoment .momentSwiper .swiper-button-next:before, .momentProduct .rightMoment .momentSwiper .swiper-button-next:after, .momentProduct .rightMoment .momentSwiper .swiper-button-prev:before, .momentProduct .rightMoment .momentSwiper .swiper-button-prev:after {
        font-size: 1.2rem;
        color: var(--green-color)
    }

    .momentProduct .leftMoment {
        padding: .5rem;
        margin-bottom: 0;
        margin-top: 1rem
    }

    .momentProduct .leftMoment .title1 {
        font-size: 1rem
    }

    .momentProduct .leftMoment .slider-moment2 a .timer {
        margin-bottom: .5rem
    }

    .momentProduct .leftMoment .slider-moment2 a .momentPic img {
        height: 10rem
    }

    .momentProduct .leftMoment .slider-moment2 a .title2 {
        font-size: .75rem;
        height: 2rem
    }

    .momentProduct .leftMoment .slider-moment2 a .price1 {
        font-size: 1rem
    }

    .momentProduct .leftMoment .slider-moment2 a .price1:after {
        font-size: .8rem
    }

    .momentProduct .leftMoment .slider-moment2 a .addCart {
        font-size: .75rem;
        margin-top: .8rem
    }

    .momentProduct .leftMoment .slider-moment2 a .addCart i {
        padding: .5rem
    }

    .momentProduct .leftMoment .slider-moment2 .owl-item.active .timer:after {
        width: 100%
    }
}

.allProductList {
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
    background: white;
    padding: 1rem
}

.allProductList .title1 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000
}

.allProductList .swiper {
    margin-top: 1rem
}

.allProductList .swiper a {
    display: grid;
    border: 2px solid #eee;
    border-radius: 10px;
    padding: 1rem
}

.allProductList .swiper a .timer {
    margin-bottom: 1rem;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    height: 5px
}

.allProductList .swiper a .timer:before {
    height: 5px;
    background: #f5f5f5;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    box-sizing: inherit
}

.allProductList .swiper a .timer:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 5px;
    background: linear-gradient(90deg, #f5f5f5, var(--green-color));
    content: "";
    transition: all 11s ease-in-out;
    box-shadow: 0 0 5px #ff00001a
}

.allProductList .swiper a .momentPic {
    transition: all .5s ease-in-out
}

.allProductList .swiper a .momentPic img {
    width: 100%;
    height: 14rem;
    object-fit: contain
}

.allProductList .swiper a .title2 {
    font-size: .9rem;
    font-weight: 500;
    color: #000;
    margin: 1rem 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 3rem
}

.allProductList .swiper a .price1 {
    display: flex;
    justify-content: left;
    align-items: center;
    grid-gap: .2rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: #000;
    transition: all .3s ease-in-out
}

.allProductList .swiper a .price1:after {
    content: "︎";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: normal;
    font-family: digikala;
    font-size: 1.1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    line-height: 1;
    box-sizing: inherit
}

.allProductList .swiper a .addCart {
    display: grid;
    grid-template-columns:auto 1fr;
    align-items: center;
    grid-gap: .5rem;
    font-size: .9rem;
    font-weight: 700;
    color: #000;
    background: #f5f5f5;
    border-radius: 5px;
    margin-top: 1rem
}

.allProductList .swiper a .addCart i {
    padding: .8rem;
    border-radius: 5px;
    background: var(--green-color);
    display: grid;
    align-items: center;
    justify-content: center
}

.allProductList .swiper a .addCart i svg {
    width: 1rem;
    height: 1rem;
    fill: #fff
}

.allProductList .swiper a:hover {
    border: 2px solid var(--green-color)
}

.allProductList .swiper a:hover .price1 {
    color: var(--green-color)
}

.allProductList .swiper .swiper-button-next, .allProductList .swiper .swiper-button-prev {
    padding: .5rem;
    background: white;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 10px;
    box-shadow: 0 0 10px #0000004d
}

.allProductList .swiper .swiper-button-next:before, .allProductList .swiper .swiper-button-next:after, .allProductList .swiper .swiper-button-prev:before, .allProductList .swiper .swiper-button-prev:after {
    font-size: 1.2rem;
    color: var(--green-color)
}

@media screen and (max-width: 800px) {
    .allProductList .title1 {
        font-size: 1rem
    }

    .allProductList .swiper {
        margin-top: .5rem
    }

    .allProductList .swiper a {
        padding: .5rem
    }

    .allProductList .swiper a .timer {
        margin-bottom: .5rem
    }

    .allProductList .swiper a .momentPic img {
        height: 10rem
    }

    .allProductList .swiper a .title2 {
        font-size: .8rem;
        margin: .5rem 0;
        height: 2.5rem
    }

    .allProductList .swiper a .price1 {
        font-size: 1rem
    }

    .allProductList .swiper a .addCart {
        font-size: .75rem;
        margin-top: .5rem
    }

    .allProductList .swiper a .addCart i {
        padding: .5rem
    }

    .allProductList .swiper .swiper-button-next, .allProductList .swiper .swiper-button-prev {
        padding: .5rem;
        background: white;
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 10px;
        box-shadow: 0 0 10px #0000004d
    }

    .allProductList .swiper .swiper-button-next:before, .allProductList .swiper .swiper-button-next:after, .allProductList .swiper .swiper-button-prev:before, .allProductList .swiper .swiper-button-prev:after {
        font-size: 1.2rem;
        color: var(--green-color)
    }
}

.allProductList2 {
    margin: auto;
    overflow: hidden
}

.allProductList2 .title1 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
    display: grid;
    grid-template-columns:auto 1fr;
    grid-gap: 1rem;
    align-items: center
}

.allProductList2 .title1:after {
    content: "";
    height: 1px;
    border-top: 1px dashed #ccc
}

.allProductList2 .swiper {
    margin-top: 1rem
}

.allProductList2 .swiper a {
    display: grid
}

.allProductList2 .swiper a .pic {
    padding: 1rem;
    position: relative;
    overflow: hidden;
    background: white;
    border-radius: 20px
}

.allProductList2 .swiper a .pic img {
    width: 100%;
    height: 14rem;
    object-fit: contain
}

.allProductList2 .swiper a .pic .title2 {
    font-size: .9rem;
    font-weight: 500;
    color: #000;
    margin: 1rem 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 3rem
}

.allProductList2 .swiper a .pic .box {
    transition: all .5s ease-in-out;
    position: absolute;
    width: 8rem;
    height: 5rem;
    background: var(--back4-color);
    border-radius: 100%;
    right: 0;
    left: 0;
    bottom: -3.5rem;
    margin: auto;
    border-top: 2px solid transparent
}

.allProductList2 .swiper a .pic .tag {
    position: absolute;
    top: .5rem;
    right: .5rem;
    color: #fff;
    font-size: .9rem;
    font-weight: 700;
    -webkit-mask-image: url(/img/instant-discount.svg);
    mask-image: url(/img/instant-discount.svg);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: red;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 50px;
    height: 30px;
    display: grid;
    align-items: center;
    justify-content: center
}

.allProductList2 .swiper a .price1 {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: .2rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: #000;
    margin-top: -1rem;
    position: relative;
    z-index: 2;
    transition: all .3s ease-in-out
}

.allProductList2 .swiper a .price1:after {
    content: "︎";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: normal;
    font-family: digikala;
    font-size: 1.1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    line-height: 1;
    box-sizing: inherit
}

.allProductList2 .swiper a:hover .pic .box {
    border-top: 2px solid var(--green-color)
}

.allProductList2 .swiper .iconL, .allProductList2 .swiper .iconR {
    position: absolute;
    left: -1px;
    pointer-events: none;
    top: 0;
    bottom: 0;
    z-index: 5;
    display: grid;
    align-items: center
}

.allProductList2 .swiper .iconL svg, .allProductList2 .swiper .iconR svg {
    width: 2.5rem
}

.allProductList2 .swiper .iconL path, .allProductList2 .swiper .iconR path {
    fill: var(--back4-color)
}

.allProductList2 .swiper .iconR {
    left: auto;
    right: -1px;
    transform: rotate(180deg)
}

.allProductList2 .swiper .swiper-button-prev, .allProductList2 .swiper .swiper-button-next {
    top: 0;
    bottom: 0;
    height: 100%;
    width: 2.5rem;
    color: transparent
}

.allProductList2 .swiper .swiper-button-next {
    left: 0;
    right: auto
}

.allProductList2 .swiper .swiper-button-prev {
    right: 0;
    left: auto
}

@media screen and (max-width: 800px) {
    .allProductList2 .title1 {
        font-size: 1rem;
        grid-gap: .5rem
    }

    .allProductList2 .swiper {
        margin-top: .5rem
    }

    .allProductList2 .swiper a .pic {
        padding: .5rem .5rem 2rem;
        border-radius: 10px
    }

    .allProductList2 .swiper a .pic img {
        height: 10rem;
        object-fit: contain
    }

    .allProductList2 .swiper a .pic .title2 {
        font-size: .8rem;
        margin: .5rem 0;
        opacity: .7
    }

    .allProductList2 .swiper a .pic .box {
        display: none
    }

    .allProductList2 .swiper a .price1 {
        font-size: 1rem;
        margin-top: -2rem
    }

    .allProductList2 .swiper .iconL svg, .allProductList2 .swiper .iconR svg {
        width: 1.5rem
    }

    .allProductList2 .swiper .swiper-button-prev, .allProductList2 .swiper .swiper-button-next {
        width: 2rem
    }
}

.allHorizontal1 {
    margin: auto;
    margin-top: 3rem
}

.allHorizontal1 .title1 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #444;
    margin-bottom: 1rem
}

.allHorizontal1 .items {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(22rem, 1fr));
    grid-gap: 1rem
}

.allHorizontal1 .items .product {
    background: white;
    padding: 1rem;
    display: grid;
    grid-template-columns:auto 7rem 1fr auto;
    grid-gap: .5rem;
    border-radius: 20px;
    align-items: center;
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent
}

.allHorizontal1 .items .product .pic {
    position: relative;
    overflow: hidden
}

.allHorizontal1 .items .product .pic .off {
    position: absolute;
    top: 0;
    right: 0;
    background: red;
    border-radius: 5px;
    color: #fff;
    font-size: .7rem;
    font-weight: 300;
    padding: 2px 5px
}

.allHorizontal1 .items .product .pic img {
    height: 7rem;
    width: 7rem;
    transition: all .3s ease-in-out
}

.allHorizontal1 .items .product .des .t1 {
    font-size: 1rem;
    font-weight: 300;
    color: #000;
    margin-bottom: 1rem;
    height: 3rem;
    overflow: hidden
}

.allHorizontal1 .items .product .des .options {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.allHorizontal1 .items .product .des .options .price {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 1rem;
    font-weight: 700;
    color: var(--green-color)
}

.allHorizontal1 .items .product .des .options .price:after {
    content: "︎";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: normal;
    font-family: digikala;
    font-size: 1.1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    line-height: 1;
    box-sizing: inherit
}

.allHorizontal1 .items .product .des .options .carrier {
    padding: 5px;
    border: 1px solid #eee;
    border-radius: 5px;
    color: #000;
    font-weight: 300;
    font-size: .8rem
}

.allHorizontal1 .items .product .icon10 {
    height: 50%;
    background: var(--back4-color);
    transform: rotate(180deg);
    margin-right: -1.1rem
}

.allHorizontal1 .items .product .icon10 svg {
    height: 100%
}

.allHorizontal1 .items .product .icon10 path {
    fill: #fff
}

.allHorizontal1 .items .product .icon11 {
    height: 50%;
    background: var(--back4-color);
    margin-left: -1.1rem
}

.allHorizontal1 .items .product .icon11 svg {
    height: 100%
}

.allHorizontal1 .items .product .icon11 path {
    fill: #fff
}

.allHorizontal1 .items .product:hover {
    border-bottom: 2px solid var(--green-color);
    border-top: 2px solid var(--green-color)
}

.allHorizontal1 .items .product:hover .pic img {
    transform: scale(1.1)
}

@media screen and (max-width: 800px) {
    .allHorizontal1 {
        margin-top: 1rem
    }

    .allHorizontal1 .items {
        grid-template-columns:1fr
    }

    .allHorizontal1 .items .product {
        padding: .5rem;
        grid-template-columns:5rem 1fr;
        border-radius: 10px
    }

    .allHorizontal1 .items .product .pic .off {
        font-size: .6rem;
        padding: 1px 5px
    }

    .allHorizontal1 .items .product .pic img {
        height: 5rem;
        width: 5rem
    }

    .allHorizontal1 .items .product .des .t1 {
        font-size: .75rem;
        margin-bottom: .5rem;
        height: auto
    }

    .allHorizontal1 .items .product .des .options .price {
        font-size: .8rem
    }

    .allHorizontal1 .items .product .des .options .price:after {
        font-size: .7rem
    }

    .allHorizontal1 .items .product .des .options .carrier {
        font-size: .6rem
    }

    .allHorizontal1 .items .product .des .options .buttons .optionItem {
        padding: .2rem
    }

    .allHorizontal1 .items .product .des .options .buttons .optionItem svg {
        width: 1rem;
        height: 1rem
    }

    .allHorizontal1 .items .product .icon10, .allHorizontal1 .items .product .icon11 {
        display: none
    }
}

.allSellerDetail2 {
    margin: auto;
    display: grid;
    overflow: hidden;
    grid-template-columns:1fr 2fr
}

.allSellerDetail2 .right {
    background: var(--green-color);
    border-radius: 10px;
    padding: 1rem;
    position: relative;
    z-index: 2
}

.allSellerDetail2 .right .top {
    display: flex;
    justify-content: right;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1rem
}

.allSellerDetail2 .right .top .pic {
    border-radius: 50%;
    overflow: hidden
}

.allSellerDetail2 .right .top .pic img {
    height: 5rem;
    width: 5rem;
    object-fit: cover
}

.allSellerDetail2 .right .top .names .name {
    font-size: 1.5rem;
    font-weight: 900;
    color: #fff
}

.allSellerDetail2 .right .top .names .count {
    font-size: 1rem;
    font-weight: 500;
    color: #fff
}

.allSellerDetail2 .right p {
    font-size: 1rem;
    font-weight: 300;
    color: #fff;
    opacity: .7;
    line-height: 2.5rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.allSellerDetail2 .right .options {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1rem
}

.allSellerDetail2 .right .options .option, .allSellerDetail2 .right .options a {
    background: white;
    border-radius: 5px;
    padding: .5rem;
    width: 8rem;
    text-align: center
}

.allSellerDetail2 .right .options .option i, .allSellerDetail2 .right .options a i {
    display: grid;
    justify-content: center;
    margin-bottom: .5rem
}

.allSellerDetail2 .right .options .option i svg, .allSellerDetail2 .right .options a i svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: #000
}

.allSellerDetail2 .right .options .option .title2, .allSellerDetail2 .right .options a .title2 {
    font-size: 1rem;
    font-weight: 900;
    color: #444;
    margin-bottom: .5rem
}

.allSellerDetail2 .right .options .option .count, .allSellerDetail2 .right .options a .count {
    font-size: 1rem;
    font-weight: 900;
    color: var(--green-color)
}

.allSellerDetail2 .left {
    background: #f3f3f3;
    padding: 1rem;
    display: grid;
    position: relative;
    z-index: 1;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px
}

.allSellerDetail2 .left .swiper {
    display: grid;
    width: 100%
}

.allSellerDetail2 .left .swiper a {
    display: grid
}

.allSellerDetail2 .left .swiper a .pic {
    transition: all .5s ease-in-out;
    padding: 1rem;
    background: white;
    border-radius: 20px;
    border: 2px solid transparent
}

.allSellerDetail2 .left .swiper a .pic img {
    width: 100%;
    height: 10rem;
    object-fit: contain
}

.allSellerDetail2 .left .swiper a .pic .tag {
    position: absolute;
    top: .5rem;
    right: .5rem;
    color: #fff;
    font-size: .9rem;
    font-weight: 700;
    -webkit-mask-image: url(/img/instant-discount.svg);
    mask-image: url(/img/instant-discount.svg);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: red;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 50px;
    height: 30px;
    display: grid;
    align-items: center;
    justify-content: center
}

.allSellerDetail2 .left .swiper a .title3 {
    font-size: .9rem;
    font-weight: 500;
    color: #444;
    margin: .5rem 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 3rem
}

.allSellerDetail2 .left .swiper a .price {
    display: flex;
    justify-content: left;
    align-items: center;
    grid-gap: .2rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: #000;
    transition: all .3s ease-in-out
}

.allSellerDetail2 .left .swiper a .price:after {
    content: "︎";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: normal;
    font-family: digikala;
    font-size: 1.1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    line-height: 1;
    box-sizing: inherit
}

.allSellerDetail2 .left .swiper a:hover .pic {
    border: 2px solid var(--green-color)
}

.allSellerDetail2 .left .iconL, .allSellerDetail2 .left .iconR {
    position: absolute;
    left: -1px;
    pointer-events: none;
    top: 0;
    bottom: 0;
    z-index: 5;
    display: grid;
    align-items: center
}

.allSellerDetail2 .left .iconL svg, .allSellerDetail2 .left .iconR svg {
    height: 8rem
}

.allSellerDetail2 .left .iconL path, .allSellerDetail2 .left .iconR path {
    fill: var(--back4-color)
}

.allSellerDetail2 .left .iconR {
    left: auto;
    right: -1px;
    transform: rotate(180deg)
}

.allSellerDetail2 .left .iconR path {
    fill: var(--green-color)
}

.allSellerDetail2 .left .swiper-button-prev, .allSellerDetail2 .left .swiper-button-next {
    top: 0;
    bottom: 0;
    height: 100%;
    width: 2.5rem;
    color: transparent
}

.allSellerDetail2 .left .swiper-button-next {
    left: 0;
    right: auto
}

.allSellerDetail2 .left .swiper-button-prev {
    right: 0;
    left: auto
}

@media screen and (max-width: 700px) {
    .allSellerDetail2 {
        display: block
    }

    .allSellerDetail2 .right {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .allSellerDetail2 .right .top {
        gap: .5rem;
        margin-bottom: .5rem
    }

    .allSellerDetail2 .right .top .pic img {
        height: 3rem;
        width: 3rem
    }

    .allSellerDetail2 .right .top .names .name {
        font-size: 1rem
    }

    .allSellerDetail2 .right .top .names .count {
        font-size: .6rem
    }

    .allSellerDetail2 .right p {
        font-size: .8rem;
        line-height: 2rem
    }

    .allSellerDetail2 .right .options {
        gap: .5rem;
        margin-top: .5rem
    }

    .allSellerDetail2 .right .options .option, .allSellerDetail2 .right .options a {
        width: 5.6rem;
        text-align: center
    }

    .allSellerDetail2 .right .options .option i svg, .allSellerDetail2 .right .options a i svg {
        width: 1rem;
        height: 1rem
    }

    .allSellerDetail2 .right .options .option .title2, .allSellerDetail2 .right .options a .title2 {
        font-size: .8rem
    }

    .allSellerDetail2 .right .options .option .count, .allSellerDetail2 .right .options a .count {
        font-size: .7rem
    }

    .allSellerDetail2 .left {
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }

    .allSellerDetail2 .left .pic img {
        height: 6rem !important
    }

    .allSellerDetail2 .left .title3 {
        font-size: .7rem !important;
        height: auto !important
    }

    .allSellerDetail2 .left .price {
        font-size: .9rem !important
    }

    .allSellerDetail2 .left .iconL svg, .allSellerDetail2 .left .iconR svg {
        height: 5rem
    }

    .allSellerDetail2 .left .iconL path, .allSellerDetail2 .left .iconR path {
        fill: var(--back4-color)
    }

    .allSellerDetail2 .left .iconL line, .allSellerDetail2 .left .iconR line {
        stroke: #000
    }
}

.allSuggestIndex {
    margin: auto
}

.allSuggestIndex .icons {
    display: grid;
    justify-content: center
}

.allSuggestIndex .icons .pic {
    background: var(--green-color);
    border-radius: 50%;
    height: 320px;
    width: 320px;
    margin-bottom: -200px;
    display: grid;
    justify-content: center;
    align-items: start;
    padding-top: 3rem
}

.allSuggestIndex .icons .pic img {
    height: 4rem
}

.allSuggestIndex .titles {
    padding: 1rem;
    background: var(--green-color);
    border-top-right-radius: 20px;
    border-top-left-radius: 20px
}

.allSuggestIndex .titles .name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff
}

.allSuggestIndex .products {
    background: var(--green-color);
    padding: 1rem;
    padding-top: 0;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px
}

.allSuggestIndex .products .swiper a {
    display: grid;
    background: white;
    border-radius: 10px;
    padding: 1rem
}

.allSuggestIndex .products .swiper a .timer {
    margin-bottom: 1rem;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    height: 5px
}

.allSuggestIndex .products .swiper a .timer:before {
    height: 5px;
    background: #f5f5f5;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    box-sizing: inherit
}

.allSuggestIndex .products .swiper a .timer:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 5px;
    background: linear-gradient(90deg, #f5f5f5, var(--green-color));
    content: "";
    transition: all 11s ease-in-out;
    box-shadow: 0 0 5px #ff00001a
}

.allSuggestIndex .products .swiper a .momentPic {
    transition: all .5s ease-in-out
}

.allSuggestIndex .products .swiper a .momentPic img {
    width: 100%;
    height: 14rem;
    object-fit: contain
}

.allSuggestIndex .products .swiper a .title2 {
    font-size: .9rem;
    font-weight: 500;
    color: #000;
    margin: 1rem 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 3rem
}

.allSuggestIndex .products .swiper a .price1 {
    display: flex;
    justify-content: left;
    align-items: center;
    grid-gap: .2rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: #000;
    transition: all .3s ease-in-out
}

.allSuggestIndex .products .swiper a .price1:after {
    content: "︎";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: normal;
    font-family: digikala;
    font-size: 1.1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    line-height: 1;
    box-sizing: inherit
}

.allSuggestIndex .products .swiper a .addCart {
    display: grid;
    grid-template-columns:auto 1fr;
    align-items: center;
    grid-gap: .5rem;
    font-size: .9rem;
    font-weight: 700;
    color: #000;
    background: #f5f5f5;
    border-radius: 5px;
    margin-top: 1rem
}

.allSuggestIndex .products .swiper a .addCart i {
    padding: .8rem;
    border-radius: 5px;
    background: var(--green-color);
    display: grid;
    align-items: center;
    justify-content: center
}

.allSuggestIndex .products .swiper a .addCart i svg {
    width: 1rem;
    height: 1rem;
    fill: #fff
}

.allSuggestIndex .products .swiper .swiper-button-next, .allSuggestIndex .products .swiper .swiper-button-prev {
    padding: .5rem;
    background: white;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 10px;
    box-shadow: 0 0 10px #0000004d
}

.allSuggestIndex .products .swiper .swiper-button-next:before, .allSuggestIndex .products .swiper .swiper-button-next:after, .allSuggestIndex .products .swiper .swiper-button-prev:before, .allSuggestIndex .products .swiper .swiper-button-prev:after {
    font-size: 1.2rem;
    color: var(--green-color)
}

@media (max-width: 930px) {
    .allSuggestIndex .icons .pic {
        height: 150px;
        width: 150px;
        margin-bottom: -100px;
        padding-top: 1rem
    }

    .allSuggestIndex .icons .pic img {
        height: 2rem
    }

    .allSuggestIndex .titles {
        padding: .5rem;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px
    }

    .allSuggestIndex .titles .name {
        font-size: 1.3rem
    }

    .allSuggestIndex .products {
        background: var(--green-color);
        padding: .5rem;
        padding-top: 0;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px
    }

    .allSuggestIndex .products .swiper a {
        padding: .5rem
    }

    .allSuggestIndex .products .swiper a .timer {
        margin-bottom: .5rem
    }

    .allSuggestIndex .products .swiper a .momentPic img {
        height: 10rem
    }

    .allSuggestIndex .products .swiper a .title2 {
        font-size: .8rem;
        margin: .5rem 0;
        height: 2.5rem
    }

    .allSuggestIndex .products .swiper a .price1 {
        font-size: 1rem
    }

    .allSuggestIndex .products .swiper a .addCart {
        font-size: .75rem;
        margin-top: .5rem
    }

    .allSuggestIndex .products .swiper a .addCart i {
        padding: .5rem
    }

    .allSuggestIndex .products .swiper .swiper-button-next, .allSuggestIndex .products .swiper .swiper-button-prev {
        padding: .5rem;
        background: white;
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 10px;
        box-shadow: 0 0 10px #0000004d
    }

    .allSuggestIndex .products .swiper .swiper-button-next:before, .allSuggestIndex .products .swiper .swiper-button-next:after, .allSuggestIndex .products .swiper .swiper-button-prev:before, .allSuggestIndex .products .swiper .swiper-button-prev:after {
        font-size: 1.2rem;
        color: var(--green-color)
    }
}

.allStoryIndex3 {
    margin: auto;
    display: grid;
    grid-template-columns:1fr auto;
    align-items: center;
    grid-gap: 2rem;
    margin-top: 1rem;
    margin-bottom: -2rem
}

.allStoryIndex3 .left1 .title2 {
    margin-bottom: .5rem;
    font-weight: 300;
    color: #000;
    font-size: 1rem
}

.allStoryIndex3 .left1 a {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: .5rem;
    font-size: 1rem;
    font-weight: 900;
    color: var(--green-color)
}

.allStoryIndex3 .left1 a i {
    display: grid;
    align-items: center
}

.allStoryIndex3 .left1 a i svg {
    width: 1rem;
    height: 1rem;
    fill: var(--green-color)
}

.allStoryIndex3 .swiper-slide {
    transform: unset !important
}

.allStoryIndex3 .swiper-slide .story {
    position: relative;
    border-radius: 50%;
    width: 100%;
    height: 7rem;
    text-align: center;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    overflow: hidden;
    border: 2px solid var(--green-color);
    padding: 5px
}

.allStoryIndex3 .swiper-slide .story img, .allStoryIndex3 .swiper-slide .story video {
    height: 7rem;
    width: 7rem;
    object-fit: cover
}

.allStoryIndex3 .swiper-slide .story .video-container {
    display: grid
}

.allStoryIndex3 .swiper-slide .showStory {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #0009;
    z-index: 4000
}

.allStoryIndex3 .swiper-slide .showStory .show1 {
    width: 30%;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: white;
    overflow: hidden;
    height: 75%;
    border-radius: 10px
}

.allStoryIndex3 .swiper-slide .showStory .show1 .titleS {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5rem;
    height: 4rem
}

.allStoryIndex3 .swiper-slide .showStory .show1 .titleS .profile {
    display: flex;
    gap: .5rem;
    align-items: center
}

.allStoryIndex3 .swiper-slide .showStory .show1 .titleS .profile .pic {
    overflow: hidden;
    border-radius: 50%
}

.allStoryIndex3 .swiper-slide .showStory .show1 .titleS .profile .pic img {
    max-width: 5rem;
    height: 3rem;
    object-fit: contain
}

.allStoryIndex3 .swiper-slide .showStory .show1 .titleS .profile .detail .name {
    font-size: .9rem;
    font-weight: 300;
    color: #000
}

.allStoryIndex3 .swiper-slide .showStory .show1 .titleS .profile .detail .city {
    font-size: .8rem;
    font-weight: 300;
    color: #444
}

.allStoryIndex3 .swiper-slide .showStory .show1 .titleS i {
    display: grid;
    align-items: center;
    cursor: pointer
}

.allStoryIndex3 .swiper-slide .showStory .show1 .titleS i svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: #000
}

.allStoryIndex3 .swiper-slide .showStory .show1 .body {
    height: calc(100% - 6.5rem)
}

.allStoryIndex3 .swiper-slide .showStory .show1 .body .video-container, .allStoryIndex3 .swiper-slide .showStory .show1 .body .pic {
    height: 100%
}

.allStoryIndex3 .swiper-slide .showStory .show1 .body img, .allStoryIndex3 .swiper-slide .showStory .show1 .body video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.allStoryIndex3 .swiper-slide .showStory .show1 .send {
    display: grid;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: .3rem .5rem;
    text-align: center;
    background: var(--green-color);
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    height: 2.5rem
}

.allStoryIndex3 .swiper {
    z-index: unset !important;
    width: 100%
}

.allStoryIndex3 .swiper-button-next, .allStoryIndex3 .swiper-button-prev {
    padding: .5rem;
    background: white;
    width: 2.5rem;
    height: 2.5rem;
    top: 0;
    bottom: 0;
    margin-top: calc(200px - var(--swiper-navigation-size) / 2);
    border-radius: 10px;
    box-shadow: 0 0 10px #0000004d
}

.allStoryIndex3 .swiper-button-next:before, .allStoryIndex3 .swiper-button-next:after, .allStoryIndex3 .swiper-button-prev:before, .allStoryIndex3 .swiper-button-prev:after {
    font-size: 1rem;
    color: var(--green-color)
}

.allStoryIndex3 .swiper-button-prev {
    right: .5rem !important
}

.allStoryIndex3 .swiper-button-next {
    left: .5rem !important
}

@media (max-width: 930px) {
    .allStoryIndex3 {
        display: block;
        margin-bottom: 1rem
    }

    .allStoryIndex3 .left1 {
        display: none
    }

    .allStoryIndex3 .swiper-slide .story {
        height: 5rem
    }

    .allStoryIndex3 .swiper-slide .story img, .allStoryIndex3 .swiper-slide .story video {
        height: 5rem
    }

    .allStoryIndex3 .swiper-button-next, .allStoryIndex3 .swiper-button-prev {
        display: none
    }

    .allStoryIndex3 .swiper-slide .showStory .show1 {
        width: 98%
    }
}

.allStoryIndex4 {
    margin: auto;
    align-items: center;
    grid-gap: 2rem;
    margin-top: 1rem
}

.allStoryIndex4 .swiper-slide {
    transform: unset !important;
    width: 7rem
}

.allStoryIndex4 .swiper-slide .story {
    position: relative;
    width: 100%;
    text-align: center;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    overflow: hidden
}

.allStoryIndex4 .swiper-slide .story img, .allStoryIndex4 .swiper-slide .story video {
    height: 4.5rem;
    width: 4.5rem;
    border-radius: 50%;
    object-fit: cover
}

.allStoryIndex4 .swiper-slide .story .video-container {
    display: grid
}

.allStoryIndex4 .swiper-slide .story .box {
    padding: .5rem;
    border-radius: 50%;
    border: 2px solid white;
    position: relative
}

.allStoryIndex4 .swiper-slide .story .box .video-container, .allStoryIndex4 .swiper-slide .story .box .pic {
    padding: .5rem;
    border-radius: 50%;
    border: 2px solid var(--green-color);
    box-shadow: 0 0 5px #0006
}

.allStoryIndex4 .swiper-slide .story .box .name1 {
    position: absolute;
    right: 0;
    left: 0;
    display: grid;
    justify-content: center;
    bottom: 0
}

.allStoryIndex4 .swiper-slide .story .box .name1 span {
    color: #fff;
    background: var(--green-color);
    font-size: .6rem;
    box-shadow: 0 5px 5px #0003;
    font-weight: 700;
    padding: 1px 4px;
    border-radius: 5px
}

.allStoryIndex4 .swiper-slide .story .content {
    text-align: center
}

.allStoryIndex4 .swiper-slide .story .content .name2 {
    font-size: .7rem;
    font-weight: 500;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: .5rem
}

.allStoryIndex4 .swiper-slide .showStory {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #0009;
    z-index: 4000
}

.allStoryIndex4 .swiper-slide .showStory .show1 {
    width: 30%;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: white;
    overflow: hidden;
    height: 75%;
    border-radius: 10px
}

.allStoryIndex4 .swiper-slide .showStory .show1 .titleS {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5rem;
    height: 4rem
}

.allStoryIndex4 .swiper-slide .showStory .show1 .titleS .profile {
    display: flex;
    gap: .5rem;
    align-items: center
}

.allStoryIndex4 .swiper-slide .showStory .show1 .titleS .profile .pic {
    overflow: hidden;
    border-radius: 50%
}

.allStoryIndex4 .swiper-slide .showStory .show1 .titleS .profile .pic img {
    max-width: 5rem;
    height: 3rem;
    object-fit: contain
}

.allStoryIndex4 .swiper-slide .showStory .show1 .titleS .profile .detail .name {
    font-size: .9rem;
    font-weight: 300;
    color: #000
}

.allStoryIndex4 .swiper-slide .showStory .show1 .titleS .profile .detail .city {
    font-size: .8rem;
    font-weight: 300;
    color: #444
}

.allStoryIndex4 .swiper-slide .showStory .show1 .titleS i {
    display: grid;
    align-items: center;
    cursor: pointer
}

.allStoryIndex4 .swiper-slide .showStory .show1 .titleS i svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: #000
}

.allStoryIndex4 .swiper-slide .showStory .show1 .body {
    height: calc(100% - 6.5rem)
}

.allStoryIndex4 .swiper-slide .showStory .show1 .body .video-container, .allStoryIndex4 .swiper-slide .showStory .show1 .body .pic {
    height: 100%
}

.allStoryIndex4 .swiper-slide .showStory .show1 .body img, .allStoryIndex4 .swiper-slide .showStory .show1 .body video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.allStoryIndex4 .swiper-slide .showStory .show1 .send {
    display: grid;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: .3rem .5rem;
    text-align: center;
    background: var(--green-color);
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    height: 2.5rem
}

.allStoryIndex4 .swiper {
    z-index: unset !important;
    width: 100%
}

.allStoryIndex4 .swiper-button-next, .allStoryIndex4 .swiper-button-prev {
    padding: .5rem;
    background: white;
    width: 2.5rem;
    height: 2.5rem;
    top: 0;
    bottom: 0;
    margin-top: calc(200px - var(--swiper-navigation-size) / 2);
    border-radius: 10px;
    box-shadow: 0 0 10px #0000004d
}

.allStoryIndex4 .swiper-button-next:before, .allStoryIndex4 .swiper-button-next:after, .allStoryIndex4 .swiper-button-prev:before, .allStoryIndex4 .swiper-button-prev:after {
    font-size: 1rem;
    color: var(--green-color)
}

.allStoryIndex4 .swiper-button-prev {
    right: .5rem !important
}

.allStoryIndex4 .swiper-button-next {
    left: .5rem !important
}

@media (max-width: 930px) {
    .allStoryIndex4 {
        display: block;
        margin-bottom: 1rem
    }

    .allStoryIndex4 .left1, .allStoryIndex4 .swiper-button-next, .allStoryIndex4 .swiper-button-prev {
        display: none
    }

    .allStoryIndex4 .swiper-slide .showStory .show1 {
        width: 98%
    }
}

.allPageIndex {
    margin: auto;
    background: var(--back1-color);
    margin-top: 1rem;
    border-radius: 10px;
    padding: 1rem;
    box-shadow: 0 0 10px #0000000d
}

.allPageIndex h1 {
    padding-bottom: 1rem;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--green-color);
    border-bottom: 4px dashed #eee;
    margin-bottom: 1rem;
    text-align: center
}

.allPageIndex .description p {
    font-size: 1rem;
    font-weight: 300;
    color: #000;
    line-height: 2.25;
    border-radius: 10px
}

.allPageIndex .description .image {
    display: grid;
    justify-content: center
}

.allPageIndex .pageContainer {
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-gap: 1rem
}

.allPageIndex .pageContainer #map4 {
    z-index: 1
}

.allPageIndex .pageContainer .mapp-container {
    height: 20rem !important
}

.allFaqIndex {
    background: var(--back1-color);
    box-shadow: 0 0 10px #0000001a;
    border-radius: 10px;
    padding: 1rem;
    margin: auto;
    margin-top: 1rem
}

.allFaqIndex h1 {
    font-size: 2rem;
    font-weight: 500;
    color: #000;
    text-align: center;
    margin-bottom: 1rem
}

.allFaqIndex .alert {
    background: rgba(255, 0, 0, .15);
    color: #790000;
    padding: 1rem;
    border-radius: .3rem;
    font-size: .9rem;
    font-weight: 300;
    letter-spacing: .3px;
    margin: 1rem 0
}

.allFaqIndex .success {
    background: rgba(0, 255, 0, .1);
    color: green;
    padding: 1rem;
    border-radius: .3rem;
    font-size: .9rem;
    font-weight: 300;
    letter-spacing: .3px;
    margin: 1rem 0
}

.allFaqIndex .questions .questionIndex {
    margin-bottom: 1rem
}

.allFaqIndex .questions .questionIndex .title {
    background: var(--back2-color);
    padding: 1rem;
    display: grid;
    grid-template-columns:1fr auto;
    align-items: center;
    grid-gap: .5rem;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 5px #00000005
}

.allFaqIndex .questions .questionIndex .title h3 {
    font-size: 1rem;
    font-weight: 500;
    color: #000
}

.allFaqIndex .questions .questionIndex .title i {
    display: grid;
    align-items: center
}

.allFaqIndex .questions .questionIndex .title i svg {
    width: 1rem;
    height: 1rem;
    fill: #000
}

.allFaqIndex .questions .questionIndex .description {
    background: var(--back2-color);
    padding: 1rem;
    border-radius: 5px;
    margin-top: -5px;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 1;
    display: none
}

.allFaqIndex .questions .questionIndex .description p {
    font-size: .85rem;
    font-weight: 300;
    color: #000
}

.allFaqIndex .questions .questionIndex .slide-fade-enter-active, .allFaqIndex .questions .questionIndex .slide-fade-leave-active {
    transition: all .3s ease-in-out
}

.allFaqIndex .questions .questionIndex .slide-fade-enter, .allFaqIndex .questions .questionIndex .slide-fade-leave-to {
    transform: translateY(-30px)
}

.allFaqIndex .questions h5 {
    text-align: center;
    font-size: .8rem;
    font-weight: 300;
    color: #000;
    opacity: .7;
    padding-top: 1rem
}

.allFaqIndex .ticketButtons {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(1px, auto));
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    grid-gap: 1rem
}

.allFaqIndex .ticketButtons button, .allFaqIndex .ticketButtons h4 {
    cursor: pointer;
    padding: .3rem 1rem;
    background: var(--green-color);
    font-size: .85rem;
    font-weight: 300;
    color: #fff;
    border-radius: 5px
}

.allFaqIndex .ticketButtons h4 {
    background: red
}

.allFaqIndex .tickets {
    display: none
}

.allFaqIndex .tickets h3 {
    font-size: 2rem;
    font-weight: 500;
    color: #000;
    text-align: center;
    margin-bottom: 1rem
}

.allFaqIndex .tickets .items {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(30rem, 1fr));
    grid-gap: 1rem;
    margin-bottom: 1rem
}

.allFaqIndex .tickets .item label {
    color: #000;
    font-weight: 500;
    font-size: .9rem;
    margin-bottom: .5rem;
    display: grid
}

.allFaqIndex .tickets .item select, .allFaqIndex .tickets .item input {
    background: var(--back1-color);
    border: 1px solid #eee;
    padding: .5rem;
    color: #000;
    border-radius: .3rem;
    font-size: .9rem;
    width: 100%;
    font-weight: 300;
    transition: all .3s ease-in-out
}

.allFaqIndex .tickets .item select:focus, .allFaqIndex .tickets .item input:focus {
    box-shadow: 0 3px 8px #0000001a;
    border: 1px solid #19bfd3
}

.allFaqIndex .tickets .item textarea {
    border: 1px solid #eee;
    padding: .4rem .5rem;
    color: #000;
    border-radius: .3rem;
    font-size: .7rem;
    width: 100%;
    height: 15rem;
    transition: all .3s ease-in-out;
    background: var(--back1-color);
    resize: vertical;
    outline: transparent
}

.allFaqIndex .tickets .item textarea:focus {
    box-shadow: 0 3px 8px #0000001a;
    border: 1px solid #19bfd3
}

@media screen and (max-width: 800px) {
    .allFaqIndex .tickets .items {
        display: block
    }
}

.allAuthIndex2 {
    display: grid;
    justify-items: center;
    margin-top: 2rem
}

.allAuthIndex2 h1 {
    margin-bottom: 1rem
}

.allAuthIndex2 p {
    font-size: 14px;
    font-weight: 100;
    line-height: 20px;
    letter-spacing: .5px;
    margin: 20px 0 30px
}

.allAuthIndex2 span {
    font-size: 12px
}

.allAuthIndex2 a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    margin: 15px 0
}

.allAuthIndex2 button {
    border-radius: 20px;
    background-color: var(--green-color);
    color: #fff;
    font-size: .9rem;
    font-weight: 300;
    padding: .3rem 1rem;
    margin-top: 1rem
}

.allAuthIndex2 button:last-child {
    background: orange
}

.allAuthIndex2 .form {
    background-color: var(--back1-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    text-align: center
}

.allAuthIndex2 .form .authItems {
    width: 80%
}

.allAuthIndex2 input {
    background-color: var(--back3-color);
    border-radius: 5px;
    padding: .5rem 1rem;
    width: 100%;
    font-size: .9rem;
    font-weight: 300;
    color: #000;
    margin-bottom: 1rem
}

.allAuthIndex2 .container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #0000001a;
    position: relative;
    overflow: hidden;
    width: 900px;
    max-width: 100%;
    min-height: 480px;
    display: grid;
    grid-template-columns:1fr 1fr
}

.allAuthIndex2 .container .captchaQuick {
    display: grid;
    justify-items: center
}

.allAuthIndex2 .container .buttons {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem
}

.allAuthIndex2 .form-container {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all .6s ease-in-out
}

.allAuthIndex2 .sign-in-container {
    left: 0;
    width: 50%;
    z-index: 2
}

.allAuthIndex2 .container.right-panel-active .sign-in-container {
    transform: translate(100%)
}

.allAuthIndex2 .container.right-panel-active .sign-up-container {
    transform: translate(100%);
    opacity: 1;
    z-index: 5;
    animation: show .6s
}

@keyframes show {
    0%, 49.99% {
        opacity: 0;
        z-index: 1
    }
    50%, to {
        opacity: 1;
        z-index: 5
    }
}

.allAuthIndex2 .container.right-panel-active .overlay-container {
    transform: translate(-100%)
}

.allAuthIndex2 .overlay {
    color: #fff;
    height: 100%;
    width: 100%;
    display: grid;
    align-items: center;
    text-align: center;
    background-image: url(/img/backStore.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.allAuthIndex2 .overlay h5 {
    font-size: 2rem;
    font-weight: 700;
    color: #fff
}

.allAuthIndex2 .overlay img {
    width: 100%;
    height: 5rem;
    object-fit: contain
}

.allAuthIndex2 .container.right-panel-active .overlay {
    transform: translate(50%)
}

.allAuthIndex2 .overlay-right {
    right: 0;
    transform: translate(0)
}

.allAuthIndex2 .container.right-panel-active .overlay-right {
    transform: translate(20%)
}

.allAuthIndex2 .social-container {
    margin: 20px 0
}

.allAuthIndex2 .social-container a {
    border: 1px solid red;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    height: 40px;
    width: 40px
}

.allAuthIndex2 .social-container a i {
    display: grid;
    align-items: center
}

.allAuthIndex2 .social-container a i svg {
    width: 1rem;
    height: 1rem;
    fill: red
}

.allAuthIndex2 .social-container a:nth-child(2) {
    border: 1px solid black
}

.allAuthIndex2 .social-container a:nth-child(2) i svg {
    fill: #000
}

@media screen and (max-width: 800px) {
    .allAuthIndex2 {
        margin-top: 2rem
    }

    .allAuthIndex2 .container {
        width: 95%;
        display: block
    }

    .allAuthIndex2 .container .sign-in-container {
        width: 100%
    }
}

.allProductSingle {
    display: grid;
    grid-template-columns:1fr 2fr 1fr;
    grid-gap: 1rem;
    margin: auto;
    margin-top: 1rem
}

.allProductSingle .right {
    position: sticky;
    top: 1rem
}

.allProductSingle .right .gallery {
    background: white;
    border-radius: 10px;
    padding: 1rem;
    border: 2px solid #eee;
    position: relative
}

.allProductSingle .right .gallery .imageSlider figure {
    padding: .5rem;
    border-radius: 5px;
    border: 2px solid #eee
}

.allProductSingle .right .gallery .options {
    position: absolute;
    right: .5rem;
    top: .5rem
}

.allProductSingle .right .gallery .options .option {
    border-radius: 5px;
    border: 1px solid #ddd;
    cursor: pointer;
    background: white;
    position: relative;
    height: 2.5rem;
    width: 2.5rem;
    margin-bottom: 1rem;
    transition: all .3s ease-in-out
}

.allProductSingle .right .gallery .options .option i {
    display: grid;
    align-items: center;
    justify-content: center
}

.allProductSingle .right .gallery .options .option i svg {
    width: 1.2rem;
    height: 1.2rem;
    fill: #000;
    transition: all .3s ease-in-out
}

.allProductSingle .right .gallery .options .option .num {
    position: absolute;
    right: 0;
    top: 0;
    background: var(--green-color);
    border-radius: 5px;
    padding: 0 5px;
    font-size: .6rem;
    font-weight: 300;
    color: #fff;
    transition: all .3s ease-in-out
}

.allProductSingle .right .gallery .options .option:hover {
    background: var(--green-color)
}

.allProductSingle .right .gallery .options .option:hover i svg {
    fill: #fff
}

.allProductSingle .right .gallery .options .option:hover .num {
    background: white;
    color: var(--green-color)
}

.allProductSingle .right .priceBox {
    background: white;
    border-radius: 10px;
    padding: 1rem;
    border: 2px solid #eee;
    margin-top: .5rem;
    display: grid;
    grid-template-columns:1fr 1fr
}

.allProductSingle .right .priceBox .item {
    text-align: center;
    border-left: 1px solid #bbb
}

.allProductSingle .right .priceBox .item .title {
    font-size: .8rem;
    font-weight: 700;
    color: #000
}

.allProductSingle .right .priceBox .item .number {
    font-size: 1.3rem;
    font-weight: 700;
    color: green;
    margin-top: .5rem
}

.allProductSingle .right .priceBox .item .number span {
    font-size: .7rem
}

.allProductSingle .right .priceBox .item:last-child {
    border-left: 0
}

.allProductSingle .right .priceBox .item:last-child .number {
    color: red
}

.allProductSingle .right .comment {
    background: white;
    border-radius: 10px;
    border: 2px solid #eee;
    margin-top: .5rem;
    padding: 1rem
}

.allProductSingle .right .comment .top {
    display: grid;
    grid-template-columns:auto 1fr auto;
    grid-gap: .5rem;
    align-items: center
}

.allProductSingle .right .comment .top i {
    display: grid;
    align-items: center
}

.allProductSingle .right .comment .top i svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: #ff4500
}

.allProductSingle .right .comment .top i:first-child {
    background: orangered;
    padding: .5rem;
    border-radius: 50%
}

.allProductSingle .right .comment .top i:first-child svg {
    width: 2rem;
    height: 2rem;
    fill: #fff
}

.allProductSingle .right .comment .top .detail .num {
    font-size: .9rem;
    font-weight: 700;
    color: #ff4500
}

.allProductSingle .right .comment .top .detail .count {
    font-size: .8rem;
    font-weight: 700;
    color: #444
}

.allProductSingle .right .comment .bot {
    border: 1px solid #bbb;
    text-align: center;
    font-size: 1rem;
    font-weight: 300;
    color: #444;
    padding: .5rem;
    cursor: pointer;
    margin-top: 1rem;
    border-radius: 5px
}

.allProductSingle .center .top {
    background: white;
    border-radius: 10px;
    padding: 1rem;
    border: 2px solid #eee
}

.allProductSingle .center .top .address {
    display: flex;
    justify-content: right;
    align-items: center;
    position: relative;
    margin-bottom: 1rem
}

.allProductSingle .center .top .address i {
    display: grid;
    align-items: center;
    margin-left: .3rem
}

.allProductSingle .center .top .address i svg {
    width: 1.1rem;
    height: 1.1rem;
    fill: #444
}

.allProductSingle .center .top .address a {
    font-size: .9rem;
    font-weight: 500;
    color: #444;
    white-space: pre-line;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis
}

.allProductSingle .center .top .address a:after {
    content: "/";
    padding: 0 .4rem
}

.allProductSingle .center .top .address a:last-child {
    opacity: 1;
    color: var(--green-color)
}

.allProductSingle .center .top .address a:last-child:after {
    content: "";
    padding: 0
}

.allProductSingle .center .top .title h1 {
    font-size: 1.5rem;
    font-weight: 900;
    color: #000;
    text-align: justify
}

.allProductSingle .center .top .choice {
    padding: .5rem 0;
    border-top: 1px solid #eee;
    margin-top: 1rem
}

.allProductSingle .center .top .choice .title1 {
    font-size: 1rem;
    font-weight: 700;
    color: #444;
    margin-bottom: .5rem
}

.allProductSingle .center .top .choice ul {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: .5rem
}

.allProductSingle .center .top .choice ul li {
    position: relative;
    border: 2px solid #eee;
    font-size: 1rem;
    font-weight: 700;
    color: #000;
    padding: .3rem 1rem;
    cursor: pointer;
    border-radius: 5px
}

.allProductSingle .center .top .choice ul li[data-empty=empty] {
    background: #ffbebe;
    opacity: .7;
    color: #555
}

.allProductSingle .center .top .choice ul li[data-empty=empty]:before {
    content: "ناموجود";
    position: absolute;
    left: .5rem;
    top: -.5rem;
    font-size: .7rem;
    font-weight: 700;
    color: red
}

.allProductSingle .center .top .choice ul .active {
    border: 2px solid var(--green-color)
}

.allProductSingle .center .top .choice:nth-child(2) {
    border-bottom: 0;
    padding-bottom: 0
}

.allProductSingle .center .top .choice:nth-child(3) {
    border-bottom: 0;
    padding-bottom: 0
}

.allProductSingle .center .top .boxPrice {
    padding: 1rem;
    border-radius: 10px;
    margin-top: 1rem;
    border: 1px solid #ddd
}

.allProductSingle .center .top .boxPrice ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .5rem;
    padding: .5rem 0;
    border-top: 1px solid #eee
}

.allProductSingle .center .top .boxPrice ul li .name {
    font-size: .85rem;
    font-weight: 700;
    color: #444
}

.allProductSingle .center .top .boxPrice ul li .price {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: left;
    font-size: 1rem;
    font-weight: 900;
    color: red
}

.allProductSingle .center .top .boxPrice ul li .price span {
    font-size: .8rem;
    color: #000
}

.allProductSingle .center .top .boxPrice ul li:first-child {
    border-top: 0;
    padding-top: 0
}

.allProductSingle .center .top .boxPrice ul .final .name {
    font-size: 1rem
}

.allProductSingle .center .top .boxPrice ul .final .price {
    font-size: 1.3rem
}

.allProductSingle .center .top .boxPrice .addCart {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 1rem;
    background: var(--green-color);
    padding: .8rem 1rem;
    border-radius: 5px;
    margin-top: 1rem;
    cursor: pointer
}

.allProductSingle .center .top .boxPrice .addCart i {
    display: grid;
    align-items: center
}

.allProductSingle .center .top .boxPrice .addCart i svg {
    width: 1.3rem;
    height: 1.3rem;
    fill: #fff
}

.allProductSingle .center .top .boxPrice .addCart .name {
    font-size: 1rem;
    font-weight: 700;
    color: #fff
}

.allProductSingle .center .top .boxPrice .addCart .price {
    font-size: .8rem;
    font-weight: 500;
    background: white;
    padding: .2rem .5rem;
    border-radius: 5px
}

.allProductSingle .center .top .boxPrice .empty {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 1rem;
    background: red;
    padding: .8rem 1rem;
    border-radius: 5px;
    margin-top: 1rem;
    cursor: pointer
}

.allProductSingle .center .top .boxPrice .empty i {
    display: grid;
    align-items: center
}

.allProductSingle .center .top .boxPrice .empty i svg {
    width: 1.3rem;
    height: 1.3rem;
    fill: #fff
}

.allProductSingle .center .top .boxPrice .empty .name {
    font-size: 1rem;
    font-weight: 700;
    color: #fff
}

.allProductSingle .center .top .boxPrice .empty .price {
    font-size: .8rem;
    font-weight: 500;
    background: white;
    padding: .2rem .5rem;
    border-radius: 5px
}

.allProductSingle .center .top .boxes {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    align-items: center;
    margin-top: 1rem;
    padding: 1rem 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.allProductSingle .center .top .boxes .box {
    border-left: 1px solid #eee
}

.allProductSingle .center .top .boxes .box i {
    display: grid;
    align-items: center;
    justify-content: center
}

.allProductSingle .center .top .boxes .box i svg {
    width: 1.3rem;
    height: 1.3rem;
    fill: #444
}

.allProductSingle .center .top .boxes .box .name {
    text-align: center;
    font-size: .8rem;
    font-weight: 700;
    color: #444;
    margin-top: .5rem
}

.allProductSingle .center .top .boxes .box:last-child {
    border-left: 0
}

.allProductSingle .center .top .detail2 {
    display: grid;
    grid-template-columns:1fr auto auto;
    grid-gap: 1rem;
    margin-top: 1rem
}

.allProductSingle .center .top .detail2 .related {
    display: flex;
    justify-content: right;
    gap: 1rem;
    align-items: center;
    padding: .5rem 1rem;
    border-radius: 5px;
    background: rgba(0, 40, 125, .1);
    font-size: 1rem;
    font-weight: 700;
    color: #444
}

.allProductSingle .center .top .detail2 .related i {
    display: grid;
    align-items: center;
    justify-content: center
}

.allProductSingle .center .top .detail2 .related i svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: #444
}

.allProductSingle .center .top .detail2 .share, .allProductSingle .center .top .detail2 .chart {
    padding: 1rem;
    border: 1px solid #eee;
    border-radius: 5px;
    cursor: pointer
}

.allProductSingle .center .top .detail2 .share i, .allProductSingle .center .top .detail2 .chart i {
    display: grid;
    align-items: center;
    justify-content: center
}

.allProductSingle .center .top .detail2 .share i svg, .allProductSingle .center .top .detail2 .chart i svg {
    width: 1.3rem;
    height: 1.3rem;
    fill: #444
}

.allProductSingle .center .details {
    background: white;
    border-radius: 10px;
    padding: 1rem;
    border: 2px solid #eee;
    margin-top: 1rem
}

.allProductSingle .center .details .tabs {
    display: grid;
    grid-template-columns:repeat(5, 1fr);
    grid-gap: 1rem;
    position: sticky;
    border-radius: 10px;
    top: 0;
    border: 1px solid #eee;
    background: white;
    z-index: 10
}

.allProductSingle .center .details .tabs .tab {
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    color: #444;
    padding: 1rem;
    border-left: 1px solid #eee
}

.allProductSingle .center .details .tabs .tab:last-child {
    border-left: 0
}

.allProductSingle .center .details .body {
    margin-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee
}

.allProductSingle .center .details .body .title {
    font-size: 1.1rem;
    font-weight: 900;
    color: #444
}

.allProductSingle .center .details .body p {
    position: relative;
    font-size: 1rem;
    font-weight: 300;
    margin-top: .5rem;
    color: #444;
    white-space: pre-wrap;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

.allProductSingle .center .details .body p:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(transparent, rgba(255, 255, 255, .5))
}

.allProductSingle .center .details .body button {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    background: white;
    color: #444;
    font-weight: 700;
    text-align: right
}

.allProductSingle .center .details .body button i {
    display: grid;
    align-items: center
}

.allProductSingle .center .details .body button i svg {
    width: 1rem;
    height: 1rem;
    fill: #444
}

.allProductSingle .center .details .videos {
    margin-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee
}

.allProductSingle .center .details .videos .title {
    font-size: 1.1rem;
    font-weight: 900;
    color: #444
}

.allProductSingle .center .details .videos ul {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(15rem, 1fr));
    grid-gap: 1rem
}

.allProductSingle .center .details .videos ul li video {
    height: 15rem;
    width: 100%
}

.allProductSingle .center .details .ability {
    margin-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee
}

.allProductSingle .center .details .ability .title {
    font-size: 1.1rem;
    font-weight: 900;
    color: #444;
    margin-bottom: 1rem
}

.allProductSingle .center .details .ability ul li {
    display: flex;
    justify-content: right;
    align-items: center;
    padding: .5rem;
    gap: .5rem;
    background: white;
    margin-top: .5rem;
    border-radius: 5px
}

.allProductSingle .center .details .ability ul li .title2, .allProductSingle .center .details .ability ul li .body2 {
    font-size: .9rem;
    font-weight: 700;
    color: #444
}

.allProductSingle .center .details .ability ul li .body2 {
    opacity: .7
}

.allProductSingle .center .details .ability ul li:nth-child(odd) {
    background: #f5f5f5
}

.allProductSingle .center .details .comment1 {
    padding: 1rem 0
}

.allProductSingle .center .details .related {
    margin-top: 1rem
}

.allProductSingle .center .details .related .title {
    font-size: 1.1rem;
    font-weight: 900;
    color: #444;
    margin-bottom: 1rem
}

.allProductSingle .center .details .related .slider-related {
    display: grid
}

.allProductSingle .center .details .related .slider-related a {
    display: grid;
    padding: .5rem;
    background: white;
    border: 2px solid #eee;
    border-radius: 5px
}

.allProductSingle .center .details .related .slider-related a .pic {
    display: grid;
    justify-content: center
}

.allProductSingle .center .details .related .slider-related a .pic img {
    height: 5rem;
    object-fit: contain
}

.allProductSingle .center .details .related .slider-related a .title3 {
    text-align: center;
    font-size: .8rem;
    font-weight: 500;
    color: #444;
    margin: .5rem 0;
    white-space: pre-line;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

.allProductSingle .center .details .related .slider-related a .price {
    text-align: center;
    font-size: .85rem;
    font-weight: 700;
    color: #000
}

.allProductSingle .center .details .related .slider-related button.owl-prev {
    position: absolute;
    right: 1rem;
    top: 0;
    bottom: 0
}

.allProductSingle .center .details .related .slider-related button.owl-prev span {
    font-size: 2.5rem
}

.allProductSingle .center .details .related .slider-related button.owl-next {
    position: absolute;
    left: 1rem;
    top: 0;
    bottom: 0
}

.allProductSingle .center .details .related .slider-related button.owl-next span {
    font-size: 2.5rem
}

.allProductSingle .left .seller {
    background: white;
    border-radius: 10px;
    padding: 1rem;
    border: 2px solid #eee
}

.allProductSingle .left .seller .title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--green-color);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--green-color)
}

.allProductSingle .left .seller .title i {
    display: grid;
    align-items: center
}

.allProductSingle .left .seller .title i svg {
    width: 1.2rem;
    height: 1.2rem;
    fill: var(--green-color)
}

.allProductSingle .left .seller .profile {
    display: flex;
    gap: .5rem;
    align-items: center
}

.allProductSingle .left .seller .profile .pic {
    overflow: hidden
}

.allProductSingle .left .seller .profile .pic img {
    max-width: 6rem;
    height: 4rem;
    object-fit: contain
}

.allProductSingle .left .seller .profile .detail .name {
    font-size: 1rem;
    font-weight: 700;
    color: #000
}

.allProductSingle .left .seller .profile .detail .city {
    font-size: .9rem;
    font-weight: 300;
    color: #444
}

.allProductSingle .left .seller .showAll a {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    width: 100%;
    padding: .5rem;
    border-radius: 5px;
    text-align: center;
    border: 1px solid green;
    font-size: .9rem;
    font-weight: 300;
    color: green
}

.allProductSingle .left .seller .showAll a i {
    display: grid;
    align-items: center
}

.allProductSingle .left .seller .showAll a i svg {
    width: 1.1rem;
    height: 1.1rem;
    fill: green
}

.allProductSingle .left .seller .showAll .page {
    background: green;
    color: #fff
}

.allProductSingle .left .seller .showAll .page i svg {
    fill: #fff
}

.allProductSingle .left .seller .social {
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-gap: .5rem;
    margin-top: 1rem
}

.allProductSingle .left .seller .social .chat, .allProductSingle .left .seller .social .info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    padding: .3rem .5rem;
    border-radius: 5px;
    border: 1px solid var(--green-color);
    text-align: center;
    font-size: .9rem;
    font-weight: 300;
    color: var(--green-color);
    cursor: pointer
}

.allProductSingle .left .seller .social .chat i, .allProductSingle .left .seller .social .info i {
    display: grid;
    align-items: center
}

.allProductSingle .left .seller .social .chat i svg, .allProductSingle .left .seller .social .info i svg {
    width: 1.1rem;
    height: 1.1rem;
    fill: var(--green-color)
}

.allProductSingle .left .coo {
    background: white;
    border-radius: 5px;
    margin-bottom: 1rem;
    border: 1px double green
}

.allProductSingle .left .coo .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    padding: .5rem 1rem;
    color: green;
    font-size: 1rem;
    text-align: center;
    cursor: pointer
}

.allProductSingle .left .coo .btn i {
    display: grid;
    align-items: center
}

.allProductSingle .left .coo .btn i svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: green
}

.allProductSingle .left .coo #copy-btn {
    display: none
}

.allProductSingle .left .relateSeller {
    background: white;
    border-radius: 10px;
    padding: 1rem;
    border: 2px solid #eee;
    margin-top: 1rem
}

.allProductSingle .left .relateSeller .title {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--green-color);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--green-color)
}

.allProductSingle .left .relateSeller ul li a {
    display: grid;
    grid-template-columns:auto 1fr;
    align-items: center;
    grid-gap: .5rem;
    padding: .5rem 0;
    border-top: 1px solid #eee
}

.allProductSingle .left .relateSeller ul li a .pic {
    display: grid;
    align-items: center
}

.allProductSingle .left .relateSeller ul li a .pic img {
    width: 4rem;
    height: 4rem;
    object-fit: cover
}

.allProductSingle .left .relateSeller ul li a .name {
    font-size: .85rem;
    font-weight: 300;
    color: #000
}

.allProductSingle .left .relateSeller ul li:first-child a {
    padding-top: 0;
    border-top: 0
}

.allProductSingle .sellerInfo {
    background: rgba(0, 0, 0, .5);
    z-index: 4000;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns:1fr;
    justify-content: center
}

.allProductSingle .sellerInfo .data {
    width: 30%;
    margin: auto;
    background: white;
    display: grid;
    grid-template-columns:1fr;
    border-radius: 5px;
    overflow: hidden
}

.allProductSingle .sellerInfo .data .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 2px solid #eee
}

.allProductSingle .sellerInfo .data .title .name {
    font-size: 1.5rem;
    font-weight: 900;
    color: #444
}

.allProductSingle .sellerInfo .data .title .location {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: .3rem;
    font-size: 1rem;
    font-weight: 500;
    color: var(--green-color)
}

.allProductSingle .sellerInfo .data .title .location i {
    display: grid;
    align-items: center
}

.allProductSingle .sellerInfo .data .title .location i svg {
    width: 1.2rem;
    height: 1.2rem;
    fill: var(--green-color)
}

.allProductSingle .sellerInfo .data .profile {
    margin: 1rem 0;
    padding: 0 1rem
}

.allProductSingle .sellerInfo .data .profile .pic {
    display: grid;
    justify-content: center
}

.allProductSingle .sellerInfo .data .profile .pic img {
    width: auto;
    height: 5rem;
    object-fit: cover
}

.allProductSingle .sellerInfo .data .profile .name {
    font-size: 1rem;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-top: .5rem
}

.allProductSingle .sellerInfo .data .profile p {
    font-size: .9rem;
    font-weight: 300;
    text-align: center;
    margin-top: .5rem;
    color: #444;
    white-space: pre-line;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

.allProductSingle .sellerInfo .data .options {
    display: grid;
    grid-template-columns:repeat(3, 1fr)
}

.allProductSingle .sellerInfo .data .options .option {
    border-left: 2px solid #eee;
    padding: .5rem 1rem;
    text-align: center
}

.allProductSingle .sellerInfo .data .options .option .body2 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #000
}

.allProductSingle .sellerInfo .data .options .option .title2 {
    font-size: 1rem;
    font-weight: 500;
    color: #444;
    opacity: .7
}

.allProductSingle .sellerInfo .data label {
    border: 2px solid #eee;
    border-radius: 5px;
    display: grid;
    grid-template-columns:1fr auto;
    padding: .7rem 1rem;
    margin: 1rem
}

.allProductSingle .sellerInfo .data label input {
    font-size: 1rem;
    font-weight: 700;
    opacity: .7
}

.allProductSingle .sellerInfo .data label i {
    display: grid;
    align-items: center;
    transform: rotate(-135deg)
}

.allProductSingle .sellerInfo .data label i svg {
    width: 1.2rem;
    height: 1.2rem;
    fill: var(--green-color)
}

.allProductSingle .sellerInfo .data .time {
    font-size: 1rem;
    font-weight: 300;
    color: #444;
    margin-right: 1rem
}

.allProductSingle .sellerInfo .data .time span {
    color: red;
    font-weight: 700
}

.allProductSingle .sellerInfo .data .time .active {
    color: green
}

.allProductSingle .sellerInfo .data .buttons {
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-gap: 1rem;
    padding: 1rem
}

.allProductSingle .sellerInfo .data .buttons a, .allProductSingle .sellerInfo .data .buttons button {
    padding: .5rem 1rem;
    border-radius: 5px;
    font-size: 1rem;
    text-align: center;
    background: white;
    font-weight: 700;
    color: var(--green-color);
    border: 2px solid var(--green-color)
}

.allProductSingle .sellerInfo .data .buttons a {
    color: #fff;
    border: 2px solid var(--green-color);
    background: var(--green-color)
}

.allProductSingle .allTicket {
    background: rgba(0, 0, 0, .5);
    z-index: 4000;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns:1fr;
    justify-content: center
}

.allProductSingle .allTicket .chatContent {
    width: 40%;
    margin: auto;
    background: white;
    display: grid;
    grid-template-columns:1fr;
    border-radius: 5px;
    overflow: hidden
}

.allProductSingle .allTicket .chatContent .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .5rem;
    padding: .5rem;
    background: white
}

.allProductSingle .allTicket .chatContent .header .profile {
    display: flex;
    justify-content: right;
    gap: .5rem;
    align-items: center
}

.allProductSingle .allTicket .chatContent .header .profile .pic {
    overflow: hidden;
    border-radius: 50%
}

.allProductSingle .allTicket .chatContent .header .profile .pic img {
    width: 3rem;
    height: 3rem;
    object-fit: cover
}

.allProductSingle .allTicket .chatContent .header .profile .name {
    font-size: 1.2rem;
    font-weight: 300;
    color: #000
}

.allProductSingle .allTicket .chatContent .header .leftHeader {
    display: flex;
    justify-content: left;
    gap: .5rem
}

.allProductSingle .allTicket .chatContent .header i {
    display: grid;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.allProductSingle .allTicket .chatContent .header i svg {
    width: 1.3rem;
    height: 1.3rem;
    fill: #444
}

.allProductSingle .allTicket .chatContent .body {
    padding: .5rem;
    overflow-y: scroll;
    height: 30rem
}

.allProductSingle .allTicket .chatContent .body p {
    display: none;
    font-size: .8rem;
    font-weight: 300;
    color: #000;
    opacity: .7
}

.allProductSingle .allTicket .chatContent .body p .closeChats {
    padding: .2rem .4rem;
    background: red;
    color: #fff;
    border-radius: 5px;
    font-size: .7rem;
    cursor: pointer
}

.allProductSingle .allTicket .chatContent .body .choice {
    display: grid;
    padding: .8rem;
    border: 1px solid #bbb;
    font-size: .9rem;
    font-weight: 300;
    color: #000;
    margin-top: .5rem;
    border-radius: 5px;
    cursor: pointer;
    transition: all .3s ease-in-out
}

.allProductSingle .allTicket .chatContent .body .choice:hover {
    color: var(--green-color);
    border: 1px solid var(--green-color)
}

.allProductSingle .allTicket .chatContent .body .login {
    display: grid
}

.allProductSingle .allTicket .chatContent .body .bodyLabel {
    display: grid;
    grid-template-columns:1fr;
    grid-gap: .5rem;
    font-size: .9rem;
    font-weight: 300;
    color: #000;
    margin-top: 1rem
}

.allProductSingle .allTicket .chatContent .body .bodyLabel input, .allProductSingle .allTicket .chatContent .body .bodyLabel select, .allProductSingle .allTicket .chatContent .body .bodyLabel textarea {
    background: var(--back1-color);
    border: 1px solid #eee;
    padding: .3rem .5rem;
    color: #000;
    border-radius: 5px;
    font-size: .9rem;
    font-weight: 300;
    width: 100%;
    transition: all .3s ease-in-out
}

.allProductSingle .allTicket .chatContent .body .messages {
    padding: .5rem;
    border: 2px solid var(--green-color);
    border-radius: 5px;
    margin-top: 1rem;
    font-size: .9rem;
    font-weight: 300;
    background: white;
    color: #000;
    opacity: .7
}

.allProductSingle .allTicket .chatContent .body .messages .time {
    text-align: left;
    font-size: .7rem
}

.allProductSingle .allTicket .chatContent .body .me {
    border: 2px solid #bbb
}

.allProductSingle .allTicket .chatContent .body .submit {
    font-size: .9rem;
    font-weight: 500;
    color: var(--green-color);
    text-align: center;
    background: transparent;
    width: 100%;
    border: 1px solid var(--green-color);
    padding: .5rem 1rem;
    border-radius: 5px;
    margin-top: 1rem;
    transition: all .3s ease-in-out
}

.allProductSingle .allTicket .chatContent .body .submit:hover {
    background: var(--green-color);
    color: #fff
}

.allProductSingle .allTicket .chatContent .body .sendImage {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    display: grid;
    grid-template-columns:1fr;
    justify-content: center;
    box-shadow: 0 0 10px #0000000d;
    margin-top: 1rem
}

.allProductSingle .allTicket .chatContent .body .sendImage .dropify-wrapper {
    height: 100px;
    border: 1px solid #eee !important
}

.allProductSingle .allTicket .chatContent .body .sendImage .dropify-wrapper .file-icon:before {
    opacity: 0 !important;
    position: absolute !important;
    top: 0 !important;
    visibility: hidden !important
}

.allProductSingle .allTicket .chatContent .body .sendImage .dropify-wrapper .dropify-message {
    position: relative !important;
    top: auto !important;
    margin-top: 2rem
}

.allProductSingle .allTicket .chatContent .body .sendImage .dropify-wrapper .dropify-message p {
    margin: 0;
    font-size: 1rem;
    color: #00800082
}

.allProductSingle .allTicket .chatContent .send {
    display: grid;
    grid-template-columns:1fr auto
}

.allProductSingle .allTicket .chatContent .send input {
    background: white;
    border-top: 1px solid #eee;
    padding: 1rem;
    color: #000;
    font-size: 1rem;
    font-weight: 300;
    width: 100%;
    transition: all .3s ease-in-out
}

.allProductSingle .allTicket .chatContent .send button {
    font-size: .9rem;
    font-weight: 300;
    color: #fff;
    background: var(--green-color);
    padding: 0 1rem
}

.allProductSingle .allTicket .chatContent .loginChat {
    background: red;
    border-top: 1px solid #eee;
    padding: .5rem;
    text-align: center;
    font-size: .8rem;
    font-weight: 300;
    color: #fff;
    display: grid;
    width: 100%
}

.allProductSingle .allTicket .chatContent .typeLogin1 {
    margin-top: 1rem;
    border-radius: 5px
}

@media screen and (max-width: 700px) {
    .allProductSingle .allTicket .chatContent .body {
        height: 20rem
    }
}

.allProductSingle .allChangeList {
    background: rgba(0, 0, 0, .5);
    z-index: 4000;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns:1fr;
    justify-content: center
}

.allProductSingle .allChangeList .changeList {
    width: 40%;
    margin: auto;
    background: white;
    display: grid;
    grid-template-columns:1fr;
    border-radius: 5px;
    overflow: hidden;
    padding: 2rem
}

.allProductSingle .allChangeList .changeList .title2 {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 1rem
}

@media screen and (min-width: 1700px) {
    .allProductSingle {
        grid-template-columns:1.3fr 2fr 1.3fr
    }
}

@media screen and (max-width: 800px) {
    .allProductSingle {
        display: flex;
        flex-direction: column;
        grid-gap: 0
    }

    .allProductSingle .container1 {
        order: 1
    }

    .allProductSingle .container3 {
        order: 2
    }

    .allProductSingle .right .comment, .allProductSingle .right .priceBox {
        display: none
    }

    .allProductSingle .center {
        order: 3
    }

    .allProductSingle .center .top .address {
        display: none
    }

    .allProductSingle .center .top .title {
        gap: .5rem
    }

    .allProductSingle .center .top .title h1 {
        font-size: 1.2rem;
        font-weight: 900
    }

    .allProductSingle .center .top .boxPrice {
        padding: .5rem;
        margin-top: .5rem
    }

    .allProductSingle .center .top .boxPrice ul li .name {
        font-size: .7rem
    }

    .allProductSingle .center .top .boxPrice ul li .price {
        font-size: .8rem
    }

    .allProductSingle .center .top .boxPrice ul li .price span {
        font-size: .7rem;
        color: #000
    }

    .allProductSingle .center .top .boxPrice ul .final .name {
        font-size: .85rem
    }

    .allProductSingle .center .top .boxPrice ul .final .price {
        font-size: 1.1rem
    }

    .allProductSingle .center .top .boxPrice .addCart {
        grid-gap: .5rem;
        padding: .5rem;
        margin-top: .5rem
    }

    .allProductSingle .center .top .boxPrice .addCart i svg {
        width: 1.1rem;
        height: 1.1rem
    }

    .allProductSingle .center .top .boxPrice .addCart .name {
        font-size: .8rem
    }

    .allProductSingle .center .top .boxPrice .addCart .price {
        font-size: .7rem
    }

    .allProductSingle .center .top .boxPrice .empty {
        grid-gap: .5rem;
        padding: .5rem;
        margin-top: .5rem
    }

    .allProductSingle .center .top .boxPrice .empty i svg {
        width: 1.1rem;
        height: 1.1rem
    }

    .allProductSingle .center .top .boxPrice .empty .name {
        font-size: .8rem
    }

    .allProductSingle .center .top .boxPrice .empty .price {
        font-size: .7rem
    }

    .allProductSingle .center .top .boxes {
        margin-top: .5rem;
        padding: .5rem 0
    }

    .allProductSingle .center .top .boxes .box i svg {
        width: 1.1rem;
        height: 1.1rem
    }

    .allProductSingle .center .top .boxes .box .name {
        font-size: .6rem
    }

    .allProductSingle .center .top .detail2 {
        grid-gap: .5rem;
        margin-top: .5rem
    }

    .allProductSingle .center .top .detail2 .related {
        gap: .5rem;
        padding: .5rem;
        font-size: .7rem
    }

    .allProductSingle .center .top .detail2 .related i svg {
        width: 1.2rem;
        height: 1.2rem
    }

    .allProductSingle .center .top .detail2 .share, .allProductSingle .center .top .detail2 .chart {
        padding: .5rem
    }

    .allProductSingle .center .top .detail2 .share i svg, .allProductSingle .center .top .detail2 .chart i svg {
        width: 1.1rem;
        height: 1.1rem;
        fill: #444
    }

    .allProductSingle .center .details {
        padding: .5rem
    }

    .allProductSingle .center .details .tabs {
        grid-gap: .5rem;
        border-radius: 5px
    }

    .allProductSingle .center .details .tabs .tab {
        font-size: .8rem;
        padding: .5rem 0
    }

    .allProductSingle .center .details .body {
        margin-top: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid #eee
    }

    .allProductSingle .center .details .body .title {
        font-size: 1.1rem;
        font-weight: 900;
        color: #444
    }

    .allProductSingle .center .details .body p {
        position: relative;
        font-size: 1rem;
        font-weight: 300;
        margin-top: .5rem;
        color: #444;
        white-space: pre-line;
        display: -webkit-box;
        box-orient: vertical;
        -webkit-box-orient: vertical;
        line-clamp: 2;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .allProductSingle .center .details .body p:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: linear-gradient(transparent, rgba(255, 255, 255, .5))
    }

    .allProductSingle .center .details .body button {
        display: flex;
        justify-content: left;
        align-items: center;
        width: 100%;
        background: white;
        color: #444;
        font-weight: 700;
        text-align: right
    }

    .allProductSingle .center .details .body button i {
        display: grid;
        align-items: center
    }

    .allProductSingle .center .details .body button i svg {
        width: 1rem;
        height: 1rem;
        fill: #444
    }

    .allProductSingle .center .details .ability {
        margin-top: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid #eee
    }

    .allProductSingle .center .details .ability .title {
        font-size: 1.1rem;
        font-weight: 900;
        color: #444;
        margin-bottom: 1rem
    }

    .allProductSingle .center .details .ability ul li {
        display: flex;
        justify-content: right;
        align-items: center;
        padding: .5rem;
        gap: .5rem;
        background: white;
        margin-top: .5rem;
        border-radius: 5px
    }

    .allProductSingle .center .details .ability ul li .title2, .allProductSingle .center .details .ability ul li .body2 {
        font-size: .9rem;
        font-weight: 700;
        color: #444
    }

    .allProductSingle .center .details .ability ul li .body2 {
        opacity: .7
    }

    .allProductSingle .center .details .ability ul li:nth-child(odd) {
        background: #f5f5f5
    }

    .allProductSingle .center .details .comment1 {
        padding: 1rem 0
    }

    .allProductSingle .center .details .related {
        margin-top: 1rem
    }

    .allProductSingle .center .details .related .title {
        font-size: 1.1rem;
        font-weight: 900;
        color: #444;
        margin-bottom: 1rem
    }

    .allProductSingle .center .details .related .slider-related {
        display: grid
    }

    .allProductSingle .center .details .related .slider-related a {
        display: grid;
        padding: .5rem;
        background: white;
        border: 2px solid #eee;
        border-radius: 5px
    }

    .allProductSingle .center .details .related .slider-related a .pic {
        display: grid;
        justify-content: center
    }

    .allProductSingle .center .details .related .slider-related a .pic img {
        height: 5rem;
        object-fit: contain
    }

    .allProductSingle .center .details .related .slider-related a .title3 {
        text-align: center;
        font-size: .8rem;
        font-weight: 500;
        color: #444;
        margin: .5rem 0;
        white-space: pre-line;
        display: -webkit-box;
        box-orient: vertical;
        -webkit-box-orient: vertical;
        line-clamp: 2;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .allProductSingle .center .details .related .slider-related a .price {
        text-align: center;
        font-size: .85rem;
        font-weight: 700;
        color: #000
    }

    .allProductSingle .center .details .related .slider-related button.owl-prev {
        position: absolute;
        right: 1rem;
        top: 0;
        bottom: 0
    }

    .allProductSingle .center .details .related .slider-related button.owl-prev span {
        font-size: 2.5rem
    }

    .allProductSingle .center .details .related .slider-related button.owl-next {
        position: absolute;
        left: 1rem;
        top: 0;
        bottom: 0
    }

    .allProductSingle .center .details .related .slider-related button.owl-next span {
        font-size: 2.5rem
    }

    .allProductSingle .left {
        margin: .5rem 0
    }

    .allProductSingle .left .relateSeller {
        display: none
    }

    .allProductSingle .sellerInfo .data, .allProductSingle .allTicket .chatContent, .allProductSingle .allChangeList .changeList {
        width: 95%
    }
}

.allProductSingle2 {
    margin: auto;
    margin-top: 1rem
}

.allProductSingle2 .address {
    display: flex;
    justify-content: right;
    align-items: center;
    position: relative;
    margin-bottom: 1rem;
    opacity: .5
}

.allProductSingle2 .address i {
    display: grid;
    align-items: center;
    margin-left: .3rem
}

.allProductSingle2 .address i svg {
    width: 1.1rem;
    height: 1.1rem;
    fill: #444
}

.allProductSingle2 .address a {
    font-size: .9rem;
    font-weight: 500;
    color: #444;
    white-space: pre-line;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis
}

.allProductSingle2 .address a:after {
    content: "/";
    padding: 0 .4rem
}

.allProductSingle2 .address a:last-child {
    opacity: 1
}

.allProductSingle2 .address a:last-child:after {
    content: "";
    padding: 0
}

.allProductSingle2 .containers {
    display: grid;
    grid-template-columns:2fr 1fr;
    grid-gap: 1rem
}

.allProductSingle2 .containers .container1 .top {
    background: white;
    display: grid;
    grid-template-columns:1fr 1.3fr;
    padding: 1rem;
    grid-gap: 1rem;
    border-radius: 10px
}

.allProductSingle2 .containers .container1 .top .right .gallery {
    position: relative
}

.allProductSingle2 .containers .container1 .top .right .gallery .options {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    gap: 1rem
}

.allProductSingle2 .containers .container1 .top .right .gallery .options .option {
    border-radius: 10px;
    border: 1px solid #ddd;
    cursor: pointer;
    background: white;
    position: relative;
    height: 2.5rem;
    width: 2.5rem;
    transition: all .3s ease-in-out
}

.allProductSingle2 .containers .container1 .top .right .gallery .options .option i {
    display: grid;
    align-items: center;
    justify-content: center
}

.allProductSingle2 .containers .container1 .top .right .gallery .options .option i svg {
    width: 1.2rem;
    height: 1.2rem;
    fill: #000;
    transition: all .3s ease-in-out
}

.allProductSingle2 .containers .container1 .top .right .gallery .options .option .num {
    position: absolute;
    right: 0;
    top: 0;
    background: var(--green-color);
    border-radius: 5px;
    padding: 0 5px;
    font-size: .6rem;
    font-weight: 300;
    color: #fff;
    transition: all .3s ease-in-out
}

.allProductSingle2 .containers .container1 .top .right .gallery .options .option:hover {
    background: var(--green-color)
}

.allProductSingle2 .containers .container1 .top .right .gallery .options .option:hover i svg {
    fill: #fff
}

.allProductSingle2 .containers .container1 .top .right .gallery .options .option:hover .num {
    background: white;
    color: var(--green-color)
}

.allProductSingle2 .containers .container1 .top .right .gallery .showImage {
    padding: 1rem;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 1rem
}

.allProductSingle2 .containers .container1 .top .right .gallery .imageSlider figure {
    padding: .5rem;
    border-radius: 10px;
    border: 1px solid #eee
}

.allProductSingle2 .containers .container1 .top .right .gallery button.owl-prev {
    position: absolute;
    right: 1rem;
    top: 0;
    bottom: 0
}

.allProductSingle2 .containers .container1 .top .right .gallery button.owl-prev span {
    font-size: 2.5rem
}

.allProductSingle2 .containers .container1 .top .right .gallery button.owl-next {
    position: absolute;
    left: 1rem;
    top: 0;
    bottom: 0
}

.allProductSingle2 .containers .container1 .top .right .gallery button.owl-next span {
    font-size: 2.5rem
}

.allProductSingle2 .containers .container1 .top .left {
    display: grid
}

.allProductSingle2 .containers .container1 .top .left .title h1 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #000
}

.allProductSingle2 .containers .container1 .top .left .boxes .box {
    display: flex;
    align-items: center;
    gap: .5rem;
    justify-content: right;
    margin-top: 1rem
}

.allProductSingle2 .containers .container1 .top .left .boxes .box i {
    display: grid;
    align-items: center;
    justify-content: center
}

.allProductSingle2 .containers .container1 .top .left .boxes .box i svg {
    width: 1.1rem;
    height: 1.1rem;
    fill: #444
}

.allProductSingle2 .containers .container1 .top .left .boxes .box .name {
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    color: #444
}

.allProductSingle2 .containers .container1 .top .left .choice {
    padding: .5rem 0;
    border-top: 1px solid #eee;
    margin-top: 1rem
}

.allProductSingle2 .containers .container1 .top .left .choice .title1 {
    font-size: .9rem;
    font-weight: 500;
    color: #444;
    margin-bottom: .5rem
}

.allProductSingle2 .containers .container1 .top .left .choice ul {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: .5rem
}

.allProductSingle2 .containers .container1 .top .left .choice ul li {
    position: relative;
    border: 2px solid #eee;
    font-size: .8rem;
    font-weight: 300;
    color: #000;
    padding: .3rem 1rem;
    cursor: pointer;
    border-radius: 5px
}

.allProductSingle2 .containers .container1 .top .left .choice ul li[data-empty=empty] {
    background: #ffbebe;
    opacity: .7;
    color: #555
}

.allProductSingle2 .containers .container1 .top .left .choice ul li[data-empty=empty]:before {
    content: "ناموجود";
    position: absolute;
    left: 0;
    top: -.5rem;
    font-size: .6rem;
    font-weight: 700;
    color: red
}

.allProductSingle2 .containers .container1 .top .left .choice ul .active {
    border: 2px solid var(--green-color)
}

.allProductSingle2 .containers .container1 .top .left .choice:nth-child(2) {
    border-bottom: 0;
    padding-bottom: 0
}

.allProductSingle2 .containers .container1 .top .left .choice:nth-child(3) {
    border-bottom: 0;
    padding-bottom: 0
}

.allProductSingle2 .containers .container1 .top .left .options {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    justify-content: center;
    align-items: end;
    gap: 1rem;
    margin-top: 1rem
}

.allProductSingle2 .containers .container1 .top .left .options .option {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: .85rem;
    font-weight: 500;
    color: #444
}

.allProductSingle2 .containers .container1 .top .left .options .option .pic {
    display: grid;
    align-items: center
}

.allProductSingle2 .containers .container1 .top .left .options .option .pic img {
    width: 2.5rem;
    height: 2.5rem
}

.allProductSingle2 .containers .container1 .details .body {
    background: white;
    border-radius: 10px;
    padding: 1rem;
    border: 2px solid #eee;
    margin-top: 1rem
}

.allProductSingle2 .containers .container1 .details .body .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 900;
    color: #000
}

.allProductSingle2 .containers .container1 .details .body .title i {
    display: grid;
    align-items: center
}

.allProductSingle2 .containers .container1 .details .body .title i svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: #444
}

.allProductSingle2 .containers .container1 .details .body p {
    position: relative;
    font-size: 1rem;
    font-weight: 300;
    margin-top: .5rem;
    color: #444;
    white-space: pre-line;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis
}

.allProductSingle2 .containers .container1 .details .body .showM {
    font-size: 1rem;
    font-weight: 300;
    margin-top: 1rem;
    display: grid;
    justify-content: left
}

.allProductSingle2 .containers .container1 .details .body .showM span {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: .5rem;
    cursor: pointer;
    padding: .3rem;
    border-bottom: 1px dashed var(--green-color);
    color: var(--green-color)
}

.allProductSingle2 .containers .container1 .details .body .showM span i {
    display: grid;
    align-items: center
}

.allProductSingle2 .containers .container1 .details .body .showM span i svg {
    width: .8rem;
    height: .8rem;
    fill: var(--green-color)
}

.allProductSingle2 .containers .container1 .details .ability {
    background: white;
    border-radius: 10px;
    padding: 1rem;
    border: 2px solid #eee;
    margin-top: 1rem
}

.allProductSingle2 .containers .container1 .details .ability .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    font-size: 1.1rem;
    font-weight: 900;
    color: #000;
    cursor: pointer
}

.allProductSingle2 .containers .container1 .details .ability .title i {
    display: grid;
    align-items: center
}

.allProductSingle2 .containers .container1 .details .ability .title i svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: #444
}

.allProductSingle2 .containers .container1 .details .ability ul li {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: .5rem;
    margin-top: 1rem;
    border-radius: 5px
}

.allProductSingle2 .containers .container1 .details .ability ul li .title2, .allProductSingle2 .containers .container1 .details .ability ul li .body2 {
    font-size: .9rem;
    font-weight: 700;
    color: #444
}

.allProductSingle2 .containers .container1 .details .ability ul li .body2 {
    opacity: .7
}

.allProductSingle2 .containers .container1 .details .comment1 {
    background: white;
    border-radius: 10px;
    padding: 1rem;
    border: 2px solid #eee;
    margin-top: 1rem
}

.allProductSingle2 .containers .container2 {
    position: sticky;
    top: 1rem
}

.allProductSingle2 .containers .container2 .coo {
    background: white;
    border-radius: 5px;
    margin-top: 1rem;
    border: 1px double green
}

.allProductSingle2 .containers .container2 .coo .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    padding: .5rem 1rem;
    color: green;
    font-size: 1rem;
    text-align: center;
    cursor: pointer
}

.allProductSingle2 .containers .container2 .coo .btn i {
    display: grid;
    align-items: center
}

.allProductSingle2 .containers .container2 .coo .btn i svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: green
}

.allProductSingle2 .containers .container2 .coo #copy-btn {
    display: none
}

.allProductSingle2 .containers .container2 .seller {
    background: white;
    border-radius: 10px;
    padding: 1rem
}

.allProductSingle2 .containers .container2 .seller .title {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: .5rem;
    font-size: 1rem;
    font-weight: 900;
    color: #000
}

.allProductSingle2 .containers .container2 .seller .title i {
    display: grid;
    align-items: center
}

.allProductSingle2 .containers .container2 .seller .title i svg {
    width: 1.2rem;
    height: 1.2rem;
    fill: #000
}

.allProductSingle2 .containers .container2 .seller .profile {
    display: flex;
    gap: .5rem;
    align-items: center;
    margin: 2rem 0
}

.allProductSingle2 .containers .container2 .seller .profile .pic {
    overflow: hidden
}

.allProductSingle2 .containers .container2 .seller .profile .pic img {
    max-width: 6rem;
    height: 4rem;
    object-fit: contain
}

.allProductSingle2 .containers .container2 .seller .profile .detail .name {
    font-size: 1rem;
    font-weight: 300;
    color: #000
}

.allProductSingle2 .containers .container2 .seller .profile .detail .city {
    font-size: .9rem;
    font-weight: 300;
    color: #444
}

.allProductSingle2 .containers .container2 .seller .showAll {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: .5rem;
    margin-top: 1rem;
    font-size: 1rem;
    font-weight: 700;
    color: #444;
    opacity: .7
}

.allProductSingle2 .containers .container2 .seller .showAll span {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: .3rem;
    color: red
}

.allProductSingle2 .containers .container2 .seller .showAll span:before {
    content: "";
    width: 6px;
    height: 6px;
    background: red;
    border-radius: 50%
}

.allProductSingle2 .containers .container2 .seller .showAll .active {
    color: green
}

.allProductSingle2 .containers .container2 .seller .showAll .active:before {
    background: green
}

.allProductSingle2 .containers .container2 .seller .social {
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-gap: .5rem;
    margin-top: 1rem
}

.allProductSingle2 .containers .container2 .seller .social .chat, .allProductSingle2 .containers .container2 .seller .social .info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    padding: .5rem;
    border-radius: 5px;
    border: 2px solid var(--green-color);
    text-align: center;
    font-size: 1rem;
    font-weight: 900;
    color: var(--green-color);
    cursor: pointer
}

.allProductSingle2 .containers .container2 .seller .social .chat i, .allProductSingle2 .containers .container2 .seller .social .info i {
    display: grid;
    align-items: center
}

.allProductSingle2 .containers .container2 .seller .social .chat i svg, .allProductSingle2 .containers .container2 .seller .social .info i svg {
    width: 1.2rem;
    height: 1.2rem;
    fill: var(--green-color)
}

.allProductSingle2 .containers .container2 .seller .social .info {
    border: 2px solid #ccc;
    color: #444
}

.allProductSingle2 .containers .container2 .seller .social .info i svg {
    fill: #444
}

.allProductSingle2 .containers .container2 .boxPrice {
    padding: 1rem;
    border-radius: 10px;
    margin-top: 1rem;
    background: white
}

.allProductSingle2 .containers .container2 .boxPrice ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .5rem;
    padding: .5rem 0;
    border-top: 1px solid #eee
}

.allProductSingle2 .containers .container2 .boxPrice ul li .name {
    font-size: .85rem;
    font-weight: 700;
    color: #444
}

.allProductSingle2 .containers .container2 .boxPrice ul li .price {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: left;
    font-size: 1rem;
    font-weight: 900;
    color: red
}

.allProductSingle2 .containers .container2 .boxPrice ul li .price span {
    font-size: .8rem;
    color: #000
}

.allProductSingle2 .containers .container2 .boxPrice ul li:first-child {
    border-top: 0;
    padding-top: 0
}

.allProductSingle2 .containers .container2 .boxPrice ul .final .name {
    font-size: 1rem
}

.allProductSingle2 .containers .container2 .boxPrice ul .final .price {
    font-size: 1.3rem
}

.allProductSingle2 .containers .container2 .boxPrice .addCart {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 1rem;
    background: var(--green-color);
    padding: .8rem 1rem;
    border-radius: 5px;
    margin-top: 1rem;
    cursor: pointer
}

.allProductSingle2 .containers .container2 .boxPrice .addCart i {
    display: grid;
    align-items: center
}

.allProductSingle2 .containers .container2 .boxPrice .addCart i svg {
    width: 1.3rem;
    height: 1.3rem;
    fill: #fff
}

.allProductSingle2 .containers .container2 .boxPrice .addCart .name {
    font-size: 1rem;
    font-weight: 700;
    color: #fff
}

.allProductSingle2 .containers .container2 .boxPrice .addCart .price {
    font-size: .8rem;
    font-weight: 500;
    background: white;
    padding: .2rem .5rem;
    border-radius: 5px
}

.allProductSingle2 .containers .container2 .boxPrice .empty {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 1rem;
    background: red;
    padding: .8rem 1rem;
    border-radius: 5px;
    margin-top: 1rem;
    cursor: pointer
}

.allProductSingle2 .containers .container2 .boxPrice .empty i {
    display: grid;
    align-items: center
}

.allProductSingle2 .containers .container2 .boxPrice .empty i svg {
    width: 1.3rem;
    height: 1.3rem;
    fill: #fff
}

.allProductSingle2 .containers .container2 .boxPrice .empty .name {
    font-size: 1rem;
    font-weight: 700;
    color: #fff
}

.allProductSingle2 .containers .container2 .boxPrice .empty .price {
    font-size: .8rem;
    font-weight: 500;
    background: white;
    padding: .2rem .5rem;
    border-radius: 5px
}

.allProductSingle2 .addRes {
    display: none
}

.allProductSingle2 .searches {
    margin-top: 2rem
}

.allProductSingle2 .searches .title {
    font-size: 1.1rem;
    font-weight: 900;
    color: #000;
    margin-bottom: 1rem
}

.allProductSingle2 .searches ul {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 1rem;
    flex-wrap: wrap
}

.allProductSingle2 .searches ul li a {
    font-size: .9rem;
    font-weight: 300;
    color: #444;
    display: grid;
    background: white;
    padding: .3rem 1rem;
    border-radius: 5px
}

.allProductSingle2 .related {
    background: white;
    border-radius: 10px;
    padding: 1rem;
    border: 2px solid #eee;
    margin-top: 2rem
}

.allProductSingle2 .related .title {
    font-size: 1.1rem;
    font-weight: 900;
    color: #000;
    margin-bottom: 1rem
}

.allProductSingle2 .related .items {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(14rem, 1fr));
    grid-gap: 1rem
}

.allProductSingle2 .related .items .item a {
    transition: all .3s ease-in-out;
    display: grid;
    position: relative;
    overflow: hidden;
    border: 2px solid #eee;
    border-radius: 10px
}

.allProductSingle2 .related .items .item a .pic {
    display: grid;
    justify-content: center;
    padding: 1rem 0
}

.allProductSingle2 .related .items .item a .pic img {
    width: 100%;
    height: 15rem;
    object-fit: contain
}

.allProductSingle2 .related .items .item a .title2 {
    font-size: .85rem;
    font-weight: 300;
    color: #000;
    line-height: 1.7rem;
    text-align: right;
    margin: .8rem .5rem;
    height: 3.2rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.allProductSingle2 .related .items .item a .seller {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 5px 10px;
    border-radius: 5rem;
    font-size: .8rem;
    font-weight: 300;
    color: #444;
    background: white;
    box-shadow: 0 0 5px #0003;
    transition: all .3s ease-in-out
}

.allProductSingle2 .related .items .item a .price {
    display: grid;
    grid-template-columns:1fr;
    text-align: left;
    height: 3rem;
    padding: 0 1rem
}

.allProductSingle2 .related .items .item a .price s {
    font-size: .8rem;
    font-weight: 500;
    color: #000;
    opacity: .6
}

.allProductSingle2 .related .items .item a .price .price1 {
    display: grid;
    grid-template-columns:auto auto;
    justify-content: left;
    align-items: center;
    grid-gap: .5rem;
    font-size: 16px;
    font-weight: 900;
    color: #000
}

.allProductSingle2 .related .items .item a .price .price1:after {
    content: "︎";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: normal;
    font-family: digikala;
    font-size: 1.1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    line-height: 1;
    box-sizing: inherit
}

.allProductSingle2 .related .items .item a .price .offProduct {
    position: absolute;
    top: .5rem;
    z-index: 1;
    right: .5rem
}

.allProductSingle2 .related .items .item a .price .offProduct .offProductItem {
    position: relative
}

.allProductSingle2 .related .items .item a .price .offProduct .offProductItem svg {
    width: 2.5rem;
    height: 2.5rem;
    fill: red;
    animation: off-anim 1s ease-in-out infinite
}

.allProductSingle2 .related .items .item a .price .offProduct .offProductItem div {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: grid;
    justify-content: center;
    align-items: center
}

.allProductSingle2 .related .items .item a .price .offProduct .offProductItem div span {
    font-size: .9rem;
    font-weight: 300;
    color: #fff;
    display: grid;
    margin-bottom: 2px
}

.allProductSingle2 .related .items .item a:hover {
    border: 2px solid var(--green-color)
}

.allProductSingle2 .related .items .item a:hover .seller {
    background: var(--green-color);
    color: #fff
}

.allProductSingle2 .sellerInfo {
    background: rgba(0, 0, 0, .5);
    z-index: 4000;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns:1fr;
    justify-content: center
}

.allProductSingle2 .sellerInfo .data {
    width: 30%;
    margin: auto;
    background: white;
    display: grid;
    grid-template-columns:1fr;
    border-radius: 5px;
    overflow: hidden
}

.allProductSingle2 .sellerInfo .data .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 2px solid #eee
}

.allProductSingle2 .sellerInfo .data .title .name {
    font-size: 1.5rem;
    font-weight: 900;
    color: #444
}

.allProductSingle2 .sellerInfo .data .title .location {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: .3rem;
    font-size: 1rem;
    font-weight: 500;
    color: var(--green-color)
}

.allProductSingle2 .sellerInfo .data .title .location i {
    display: grid;
    align-items: center
}

.allProductSingle2 .sellerInfo .data .title .location i svg {
    width: 1.2rem;
    height: 1.2rem;
    fill: var(--green-color)
}

.allProductSingle2 .sellerInfo .data .profile {
    margin: 1rem 0;
    padding: 0 1rem
}

.allProductSingle2 .sellerInfo .data .profile .pic {
    display: grid;
    justify-content: center
}

.allProductSingle2 .sellerInfo .data .profile .pic img {
    width: auto;
    height: 5rem;
    object-fit: cover
}

.allProductSingle2 .sellerInfo .data .profile .name {
    font-size: 1rem;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-top: .5rem
}

.allProductSingle2 .sellerInfo .data .profile p {
    font-size: .9rem;
    font-weight: 300;
    text-align: center;
    margin-top: .5rem;
    color: #444;
    white-space: pre-line;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

.allProductSingle2 .sellerInfo .data .options {
    display: grid;
    grid-template-columns:repeat(3, 1fr)
}

.allProductSingle2 .sellerInfo .data .options .option {
    border-left: 2px solid #eee;
    padding: .5rem 1rem;
    text-align: center
}

.allProductSingle2 .sellerInfo .data .options .option .body2 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #000
}

.allProductSingle2 .sellerInfo .data .options .option .title2 {
    font-size: 1rem;
    font-weight: 500;
    color: #444;
    opacity: .7
}

.allProductSingle2 .sellerInfo .data label {
    border: 2px solid #eee;
    border-radius: 5px;
    display: grid;
    grid-template-columns:1fr auto;
    padding: .7rem 1rem;
    margin: 1rem
}

.allProductSingle2 .sellerInfo .data label input {
    font-size: 1rem;
    font-weight: 700;
    opacity: .7
}

.allProductSingle2 .sellerInfo .data label i {
    display: grid;
    align-items: center;
    transform: rotate(-135deg)
}

.allProductSingle2 .sellerInfo .data label i svg {
    width: 1.2rem;
    height: 1.2rem;
    fill: var(--green-color)
}

.allProductSingle2 .sellerInfo .data .time {
    font-size: 1rem;
    font-weight: 300;
    color: #444;
    margin-right: 1rem
}

.allProductSingle2 .sellerInfo .data .time span {
    color: red;
    font-weight: 700
}

.allProductSingle2 .sellerInfo .data .time .active {
    color: green
}

.allProductSingle2 .sellerInfo .data .buttons {
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-gap: 1rem;
    padding: 1rem
}

.allProductSingle2 .sellerInfo .data .buttons a, .allProductSingle2 .sellerInfo .data .buttons button {
    padding: .5rem 1rem;
    border-radius: 5px;
    font-size: 1rem;
    text-align: center;
    background: white;
    font-weight: 700;
    color: var(--green-color);
    border: 2px solid var(--green-color)
}

.allProductSingle2 .sellerInfo .data .buttons a {
    color: #fff;
    border: 2px solid var(--green-color);
    background: var(--green-color)
}

.allProductSingle2 .allTicket {
    background: rgba(0, 0, 0, .5);
    z-index: 4000;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns:1fr;
    justify-content: center
}

.allProductSingle2 .allTicket .chatContent {
    width: 40%;
    margin: auto;
    background: white;
    display: grid;
    grid-template-columns:1fr;
    border-radius: 5px;
    overflow: hidden
}

.allProductSingle2 .allTicket .chatContent .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .5rem;
    padding: .5rem;
    background: white
}

.allProductSingle2 .allTicket .chatContent .header .profile {
    display: flex;
    justify-content: right;
    gap: .5rem;
    align-items: center
}

.allProductSingle2 .allTicket .chatContent .header .profile .pic {
    overflow: hidden
}

.allProductSingle2 .allTicket .chatContent .header .profile .pic img {
    max-width: 5rem;
    height: 3rem;
    object-fit: contain
}

.allProductSingle2 .allTicket .chatContent .header .profile .name {
    font-size: 1.2rem;
    font-weight: 300;
    color: #000
}

.allProductSingle2 .allTicket .chatContent .header .leftHeader {
    display: flex;
    justify-content: left;
    gap: .5rem
}

.allProductSingle2 .allTicket .chatContent .header i {
    display: grid;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.allProductSingle2 .allTicket .chatContent .header i svg {
    width: 1.3rem;
    height: 1.3rem;
    fill: #444
}

.allProductSingle2 .allTicket .chatContent .body {
    padding: .5rem;
    overflow-y: scroll;
    height: 30rem
}

.allProductSingle2 .allTicket .chatContent .body p {
    display: none;
    font-size: .8rem;
    font-weight: 300;
    color: #000;
    opacity: .7
}

.allProductSingle2 .allTicket .chatContent .body p .closeChats {
    padding: .2rem .4rem;
    background: red;
    color: #fff;
    border-radius: 5px;
    font-size: .7rem;
    cursor: pointer
}

.allProductSingle2 .allTicket .chatContent .body .choice {
    display: grid;
    padding: .8rem;
    border: 1px solid #bbb;
    font-size: .9rem;
    font-weight: 300;
    color: #000;
    margin-top: .5rem;
    border-radius: 5px;
    cursor: pointer;
    transition: all .3s ease-in-out
}

.allProductSingle2 .allTicket .chatContent .body .choice:hover {
    color: var(--green-color);
    border: 1px solid var(--green-color)
}

.allProductSingle2 .allTicket .chatContent .body .login {
    display: grid
}

.allProductSingle2 .allTicket .chatContent .body .bodyLabel {
    display: grid;
    grid-template-columns:1fr;
    grid-gap: .5rem;
    font-size: .9rem;
    font-weight: 300;
    color: #000;
    margin-top: 1rem
}

.allProductSingle2 .allTicket .chatContent .body .bodyLabel input, .allProductSingle2 .allTicket .chatContent .body .bodyLabel select, .allProductSingle2 .allTicket .chatContent .body .bodyLabel textarea {
    background: var(--back1-color);
    border: 1px solid #eee;
    padding: .3rem .5rem;
    color: #000;
    border-radius: 5px;
    font-size: .9rem;
    font-weight: 300;
    width: 100%;
    transition: all .3s ease-in-out
}

.allProductSingle2 .allTicket .chatContent .body .messages {
    padding: .5rem;
    border: 2px solid var(--green-color);
    border-radius: 5px;
    margin-top: 1rem;
    font-size: .9rem;
    font-weight: 300;
    background: white;
    color: #000;
    opacity: .7
}

.allProductSingle2 .allTicket .chatContent .body .messages .time {
    text-align: left;
    font-size: .7rem
}

.allProductSingle2 .allTicket .chatContent .body .me {
    border: 2px solid #bbb
}

.allProductSingle2 .allTicket .chatContent .body .submit {
    font-size: .9rem;
    font-weight: 500;
    color: var(--green-color);
    text-align: center;
    background: transparent;
    width: 100%;
    border: 1px solid var(--green-color);
    padding: .5rem 1rem;
    border-radius: 5px;
    margin-top: 1rem;
    transition: all .3s ease-in-out
}

.allProductSingle2 .allTicket .chatContent .body .submit:hover {
    background: var(--green-color);
    color: #fff
}

.allProductSingle2 .allTicket .chatContent .body .sendImage {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    display: grid;
    grid-template-columns:1fr;
    justify-content: center;
    box-shadow: 0 0 10px #0000000d;
    margin-top: 1rem
}

.allProductSingle2 .allTicket .chatContent .body .sendImage .dropify-wrapper {
    height: 100px;
    border: 1px solid #eee !important
}

.allProductSingle2 .allTicket .chatContent .body .sendImage .dropify-wrapper .file-icon:before {
    opacity: 0 !important;
    position: absolute !important;
    top: 0 !important;
    visibility: hidden !important
}

.allProductSingle2 .allTicket .chatContent .body .sendImage .dropify-wrapper .dropify-message {
    position: relative !important;
    top: auto !important;
    margin-top: 2rem
}

.allProductSingle2 .allTicket .chatContent .body .sendImage .dropify-wrapper .dropify-message p {
    margin: 0;
    font-size: 1rem;
    color: #00800082
}

.allProductSingle2 .allTicket .chatContent .send {
    display: grid;
    grid-template-columns:1fr auto
}

.allProductSingle2 .allTicket .chatContent .send input {
    background: white;
    border-top: 1px solid #eee;
    padding: 1rem;
    color: #000;
    font-size: 1rem;
    font-weight: 300;
    width: 100%;
    transition: all .3s ease-in-out
}

.allProductSingle2 .allTicket .chatContent .send button {
    font-size: .9rem;
    font-weight: 300;
    color: #fff;
    background: var(--green-color);
    padding: 0 1rem
}

.allProductSingle2 .allTicket .chatContent .loginChat {
    background: red;
    border-top: 1px solid #eee;
    padding: .5rem;
    text-align: center;
    font-size: .8rem;
    font-weight: 300;
    color: #fff;
    display: grid;
    width: 100%
}

.allProductSingle2 .allTicket .chatContent .typeLogin1 {
    margin-top: 1rem;
    border-radius: 5px
}

@media screen and (max-width: 700px) {
    .allProductSingle2 .allTicket .chatContent .body {
        height: 20rem
    }
}

.allProductSingle2 .allChangeList {
    background: rgba(0, 0, 0, .5);
    z-index: 4000;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns:1fr;
    justify-content: center
}

.allProductSingle2 .allChangeList .changeList {
    width: 40%;
    margin: auto;
    background: white;
    display: grid;
    grid-template-columns:1fr;
    border-radius: 5px;
    overflow: hidden;
    padding: 2rem
}

.allProductSingle2 .allChangeList .changeList .title2 {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 1rem
}

@media screen and (max-width: 800px) {
    .allProductSingle2 {
        width: 100% !important
    }

    .allProductSingle2 .containers {
        display: block
    }

    .allProductSingle2 .containers .container1 .top {
        display: block;
        border-radius: 0;
        padding: .5rem
    }

    .allProductSingle2 .containers .container1 .top .right .gallery {
        margin-bottom: 1rem
    }

    .allProductSingle2 .containers .container1 .top .right .gallery .showImage {
        display: none
    }

    .allProductSingle2 .containers .container1 .top .right .gallery .imageSlider {
        border: 1px solid #eee;
        padding: .5rem;
        border-radius: 10px
    }

    .allProductSingle2 .containers .container1 .top .right .gallery .imageSlider figure {
        padding: 0;
        border-radius: 0;
        border: 0
    }

    .allProductSingle2 .containers .container1 .top .left .title h1 {
        font-size: 1.3rem;
        font-weight: 700
    }

    .allProductSingle2 .containers .container1 .top .left .options {
        display: none
    }

    .allProductSingle2 .containers .container1 .details .body, .allProductSingle2 .containers .container1 .details .comment1, .allProductSingle2 .containers .container1 .details .ability {
        border-radius: 0;
        padding: .5rem
    }

    .allProductSingle2 .containers .container2 {
        position: relative;
        top: auto;
        margin-top: 1rem
    }

    .allProductSingle2 .containers .container2 .seller, .allProductSingle2 .containers .container2 .boxPrice {
        display: none
    }

    .allProductSingle2 .searches {
        margin-top: 1rem;
        padding: 0 .5rem
    }

    .allProductSingle2 .searches .title {
        font-size: 1rem
    }

    .allProductSingle2 .related {
        border-radius: 0;
        padding: .5rem;
        margin-top: 1rem
    }

    .allProductSingle2 .related .title {
        font-size: 1rem
    }

    .allProductSingle2 .related .items {
        display: grid;
        grid-template-columns:repeat(2, 1fr);
        grid-gap: .5rem
    }

    .allProductSingle2 .related .items .item a {
        border-radius: 5px
    }

    .allProductSingle2 .related .items .item a .pic {
        padding: .5rem 0
    }

    .allProductSingle2 .related .items .item a .pic img {
        height: 8rem
    }

    .allProductSingle2 .related .items .item a .title2 {
        font-size: .75rem;
        margin: .5rem;
        height: auto
    }

    .allProductSingle2 .related .items .item a .seller {
        top: .5rem;
        right: .5rem;
        padding: 5px;
        font-size: .7rem
    }

    .allProductSingle2 .addRes {
        display: block;
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 120;
        padding: .5rem;
        background: white;
        box-shadow: 0 -10px 10px #0000001a
    }

    .allProductSingle2 .addRes .top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: .5rem
    }

    .allProductSingle2 .addRes .top .prices .name {
        font-size: .7rem;
        font-weight: 500;
        color: #000
    }

    .allProductSingle2 .addRes .top .prices .price {
        display: flex;
        gap: .2rem;
        align-items: center;
        font-size: .85rem;
        font-weight: 500;
        color: #000
    }

    .allProductSingle2 .addRes .top .prices .price span {
        font-size: .6rem
    }

    .allProductSingle2 .addRes .top .final .price {
        font-size: 1.3rem
    }

    .allProductSingle2 .addRes .top .final .price span {
        opacity: .7;
        font-size: .7rem
    }

    .allProductSingle2 .addRes .bot {
        display: grid;
        grid-template-columns:1fr auto auto;
        grid-gap: .5rem
    }

    .allProductSingle2 .addRes .bot .addCart {
        background: var(--green-color);
        display: flex;
        justify-content: center;
        align-items: center;
        gap: .5rem;
        font-size: 1rem;
        font-weight: 500;
        color: #fff;
        border-radius: 5px;
        padding: .5rem
    }

    .allProductSingle2 .addRes .bot .addCart i {
        display: grid;
        align-items: center
    }

    .allProductSingle2 .addRes .bot .addCart i svg {
        width: 1.1rem;
        height: 1.1rem;
        fill: #fff
    }

    .allProductSingle2 .addRes .bot .info, .allProductSingle2 .addRes .bot .chat {
        display: grid;
        padding: .5rem;
        border-radius: 5px;
        border: 1px solid var(--green-color)
    }

    .allProductSingle2 .addRes .bot .info i, .allProductSingle2 .addRes .bot .chat i {
        display: grid;
        align-items: center
    }

    .allProductSingle2 .addRes .bot .info i svg, .allProductSingle2 .addRes .bot .chat i svg {
        width: 1.3rem;
        height: 1.3rem;
        fill: var(--green-color)
    }

    .allProductSingle2 .sellerInfo .data, .allProductSingle2 .allTicket .chatContent, .allProductSingle2 .allChangeList .changeList {
        width: 95%
    }
}

.allProductSingle3 {
    margin: auto;
    margin-top: 1rem
}

.allProductSingle3 .address {
    display: flex;
    justify-content: right;
    align-items: center;
    position: relative;
    margin-bottom: 1rem;
    opacity: .5
}

.allProductSingle3 .address i {
    display: grid;
    align-items: center;
    margin-left: .3rem
}

.allProductSingle3 .address i svg {
    width: 1.1rem;
    height: 1.1rem;
    fill: #444
}

.allProductSingle3 .address a {
    font-size: .9rem;
    font-weight: 500;
    color: #444;
    white-space: pre-line;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis
}

.allProductSingle3 .address a:after {
    content: "/";
    padding: 0 .4rem
}

.allProductSingle3 .address a:last-child {
    opacity: 1
}

.allProductSingle3 .address a:last-child:after {
    content: "";
    padding: 0
}

.allProductSingle3 .containers {
    display: grid;
    grid-template-columns:1.5fr 1fr;
    grid-gap: 1rem
}

.allProductSingle3 .containers .container1 .gallery {
    display: grid;
    grid-template-columns:auto 1fr;
    grid-gap: 1rem;
    position: relative
}

.allProductSingle3 .containers .container1 .gallery .showImage {
    border-radius: 10px;
    position: relative;
    background: white
}

.allProductSingle3 .containers .container1 .gallery .showImage img {
    height: 40rem;
    object-fit: contain;
    width: 100%
}

.allProductSingle3 .containers .container1 .gallery .showImage .options {
    position: absolute;
    left: .5rem;
    top: .5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem
}

.allProductSingle3 .containers .container1 .gallery .showImage .options .option {
    border-radius: 5px;
    cursor: pointer;
    background: rgba(255, 255, 255, .5);
    box-shadow: 0 0 5px #0003;
    position: relative;
    height: 2.5rem;
    width: 2.5rem;
    transition: all .3s ease-in-out
}

.allProductSingle3 .containers .container1 .gallery .showImage .options .option i {
    display: grid;
    align-items: center;
    justify-content: center
}

.allProductSingle3 .containers .container1 .gallery .showImage .options .option i svg {
    width: 1.2rem;
    height: 1.2rem;
    fill: #000;
    transition: all .3s ease-in-out
}

.allProductSingle3 .containers .container1 .gallery .showImage .options .option .num {
    position: absolute;
    right: 0;
    top: 0;
    background: var(--green-color);
    border-radius: 5px;
    padding: 0 5px;
    font-size: .6rem;
    font-weight: 300;
    color: #fff;
    transition: all .3s ease-in-out
}

.allProductSingle3 .containers .container1 .gallery .showImage .options .option:hover {
    background: var(--green-color)
}

.allProductSingle3 .containers .container1 .gallery .showImage .options .option:hover i svg {
    fill: #fff
}

.allProductSingle3 .containers .container1 .gallery .showImage .options .option:hover .num {
    background: white;
    color: var(--green-color)
}

.allProductSingle3 .containers .container1 .gallery .imageSlider figure {
    border-radius: 10px;
    border: 1px solid #eee;
    background: white
}

.allProductSingle3 .containers .container1 .gallery .imageSlider figure img {
    width: 4rem;
    height: 4rem;
    border-radius: 10px
}

.allProductSingle3 .containers .container1 .gallery button.owl-prev {
    position: absolute;
    right: 1rem;
    top: 0;
    bottom: 0
}

.allProductSingle3 .containers .container1 .gallery button.owl-prev span {
    font-size: 2.5rem
}

.allProductSingle3 .containers .container1 .gallery button.owl-next {
    position: absolute;
    left: 1rem;
    top: 0;
    bottom: 0
}

.allProductSingle3 .containers .container1 .gallery button.owl-next span {
    font-size: 2.5rem
}

.allProductSingle3 .containers .container1 .options3 {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    border: 1px solid #eee;
    margin-top: 2rem;
    border-radius: 10px;
    filter: grayscale(10)
}

.allProductSingle3 .containers .container1 .options3 .option {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: .5rem;
    border-left: 2px solid #eee;
    padding: .5rem 1rem;
    text-align: center
}

.allProductSingle3 .containers .container1 .options3 .option .body2 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #000
}

.allProductSingle3 .containers .container1 .options3 .option .title2 {
    font-size: 1rem;
    font-weight: 500;
    color: #444;
    opacity: .7
}

.allProductSingle3 .containers .container1 .options3 .option img {
    width: 2.5rem;
    height: 2.5rem
}

.allProductSingle3 .containers .container1 .options3 .option:last-child {
    border-left: 0
}

.allProductSingle3 .containers .container1 .description1 {
    border-radius: 10px;
    padding: 1rem;
    background: white;
    margin-top: 1rem
}

.allProductSingle3 .containers .container1 .description1 .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 900;
    color: #000
}

.allProductSingle3 .containers .container1 .description1 .title i {
    display: grid;
    align-items: center
}

.allProductSingle3 .containers .container1 .description1 .title i svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: #444
}

.allProductSingle3 .containers .container1 .description1 ul li {
    margin-top: 1rem
}

.allProductSingle3 .containers .container1 .description1 ul li .body2 {
    display: flex;
    align-items: center;
    gap: .2rem;
    font-size: 1rem;
    font-weight: 300;
    color: #000
}

.allProductSingle3 .containers .container1 .description1 ul li .body2:before {
    content: "🔴"
}

.allProductSingle3 .containers .container1 .description1 p {
    position: relative;
    font-size: 1rem;
    font-weight: 300;
    margin-top: .5rem;
    color: #444;
    white-space: pre-line;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis
}

.allProductSingle3 .containers .container1 .description1 .showM {
    font-size: 1rem;
    font-weight: 300;
    margin-top: 1rem;
    display: grid;
    justify-content: left
}

.allProductSingle3 .containers .container1 .description1 .showM span {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: .5rem;
    cursor: pointer;
    padding: .3rem;
    border-bottom: 1px dashed var(--green-color);
    color: var(--green-color)
}

.allProductSingle3 .containers .container1 .description1 .showM span i {
    display: grid;
    align-items: center
}

.allProductSingle3 .containers .container1 .description1 .showM span i svg {
    width: .8rem;
    height: .8rem;
    fill: var(--green-color)
}

.allProductSingle3 .containers .container1 .comment1 {
    margin-top: 1rem;
    border: 2px solid #eee;
    padding: 1rem;
    border-radius: 10px
}

.allProductSingle3 .containers .container1 .comment1 .allComment .showComments {
    margin-top: 0;
    padding-top: 0;
    border-top: 0
}

.allProductSingle3 .containers .container1 .comment1 .allComment .showComments .getCommentItem {
    background: white;
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 10px
}

.allProductSingle3 .containers .container2 h1 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #000
}

.allProductSingle3 .containers .container2 .resSlider {
    display: none
}

.allProductSingle3 .containers .container2 .top1 {
    padding: 1rem;
    background: white;
    border-radius: 10px
}

.allProductSingle3 .containers .container2 .rate {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: .5rem
}

.allProductSingle3 .containers .container2 .rate i {
    display: grid;
    align-items: center
}

.allProductSingle3 .containers .container2 .rate i svg {
    width: 1.2rem;
    height: 1.2rem;
    fill: orange
}

.allProductSingle3 .containers .container2 .rate .rate1 {
    font-size: .9rem;
    font-weight: 700;
    color: #000
}

.allProductSingle3 .containers .container2 .rate .rate2 {
    font-size: .9rem;
    font-weight: 300;
    color: #000
}

.allProductSingle3 .containers .container2 .choice {
    padding: .5rem 0;
    border-top: 1px solid #ddd;
    margin-top: 1rem
}

.allProductSingle3 .containers .container2 .choice .title1 {
    font-size: .9rem;
    font-weight: 500;
    color: #444;
    margin-bottom: .5rem
}

.allProductSingle3 .containers .container2 .choice ul {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: .5rem
}

.allProductSingle3 .containers .container2 .choice ul li {
    position: relative;
    border: 2px solid #eee;
    font-size: .8rem;
    font-weight: 300;
    background: white;
    color: #000;
    padding: .3rem 1rem;
    cursor: pointer;
    border-radius: 5px
}

.allProductSingle3 .containers .container2 .choice ul li[data-empty=empty] {
    background: #ffbebe;
    opacity: .7;
    color: #555
}

.allProductSingle3 .containers .container2 .choice ul li[data-empty=empty]:before {
    content: "ناموجود";
    position: absolute;
    left: 0;
    top: -.5rem;
    font-size: .6rem;
    font-weight: 700;
    color: red
}

.allProductSingle3 .containers .container2 .choice ul .active {
    border: 2px solid var(--green-color)
}

.allProductSingle3 .containers .container2 .choice:nth-child(2) {
    border-bottom: 0;
    padding-bottom: 0
}

.allProductSingle3 .containers .container2 .choice:nth-child(3) {
    border-bottom: 0;
    padding-bottom: 0
}

.allProductSingle3 .containers .container2 .prices {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: .5rem
}

.allProductSingle3 .containers .container2 .prices .price {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: .2rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #000
}

.allProductSingle3 .containers .container2 .prices .price:after {
    content: "︎";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: normal;
    font-family: digikala;
    font-size: 1.1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    line-height: 1;
    box-sizing: inherit
}

.allProductSingle3 .containers .container2 .prices .off {
    background: red;
    padding: 1px 5px;
    color: #fff;
    font-size: .8rem;
    font-weight: 300;
    border-radius: 5px
}

.allProductSingle3 .containers .container2 .addCarts {
    display: grid;
    grid-template-columns:auto 1fr;
    align-items: center;
    grid-gap: .5rem;
    margin: 2rem 0
}

.allProductSingle3 .containers .container2 .addCarts .option {
    height: 3rem;
    width: 3rem;
    border-radius: 5px;
    background: white;
    border: 1px solid #eee;
    display: grid;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer
}

.allProductSingle3 .containers .container2 .addCarts .option i {
    display: grid;
    align-items: center
}

.allProductSingle3 .containers .container2 .addCarts .option i svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: #000
}

.allProductSingle3 .containers .container2 .addCarts .option .num {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--green-color);
    width: 1.1rem;
    font-size: .6rem;
    height: 1.1rem;
    display: grid;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #fff
}

.allProductSingle3 .containers .container2 .addCarts .addCart {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 1rem;
    background: var(--green-color);
    height: 3rem;
    border-radius: 5px;
    cursor: pointer
}

.allProductSingle3 .containers .container2 .addCarts .addCart i {
    display: grid;
    align-items: center
}

.allProductSingle3 .containers .container2 .addCarts .addCart i svg {
    width: 1.3rem;
    height: 1.3rem;
    fill: #fff
}

.allProductSingle3 .containers .container2 .addCarts .addCart .name {
    font-size: 1.1rem;
    font-weight: 900;
    color: #fff
}

.allProductSingle3 .containers .container2 .addCarts .empty {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 1rem;
    background: red;
    height: 3rem;
    border-radius: 5px;
    cursor: pointer
}

.allProductSingle3 .containers .container2 .addCarts .empty i {
    display: grid;
    align-items: center
}

.allProductSingle3 .containers .container2 .addCarts .empty i svg {
    width: 1.3rem;
    height: 1.3rem;
    fill: #fff
}

.allProductSingle3 .containers .container2 .addCarts .empty .name {
    font-size: 1rem;
    font-weight: 700;
    color: #fff
}

.allProductSingle3 .containers .container2 .addCarts .empty .price {
    font-size: .8rem;
    font-weight: 500;
    background: white;
    padding: .2rem .5rem;
    border-radius: 5px
}

.allProductSingle3 .containers .container2 .box {
    display: flex;
    align-items: center;
    gap: .5rem;
    justify-content: right;
    margin-top: 1rem
}

.allProductSingle3 .containers .container2 .box i {
    display: grid;
    align-items: center;
    justify-content: center
}

.allProductSingle3 .containers .container2 .box i svg {
    width: 1rem;
    height: 1rem;
    fill: #444
}

.allProductSingle3 .containers .container2 .box .name {
    text-align: center;
    font-size: .9rem;
    font-weight: 500;
    color: #444
}

.allProductSingle3 .containers .container2 .seller {
    background: white;
    border-radius: 10px;
    padding: 1rem;
    margin-top: 1rem
}

.allProductSingle3 .containers .container2 .seller .profile {
    display: flex;
    gap: .5rem;
    align-items: center;
    margin-bottom: 2rem
}

.allProductSingle3 .containers .container2 .seller .profile .pic {
    overflow: hidden
}

.allProductSingle3 .containers .container2 .seller .profile .pic img {
    max-width: 6rem;
    height: 4rem;
    object-fit: contain
}

.allProductSingle3 .containers .container2 .seller .profile .detail .name {
    font-size: 1rem;
    font-weight: 300;
    color: #000
}

.allProductSingle3 .containers .container2 .seller .profile .detail .city {
    font-size: .9rem;
    font-weight: 300;
    color: #444
}

.allProductSingle3 .containers .container2 .seller .showAll {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: .5rem;
    margin-top: 1rem;
    font-size: 1rem;
    font-weight: 700;
    color: #444;
    opacity: .7
}

.allProductSingle3 .containers .container2 .seller .showAll span {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: .3rem;
    color: red
}

.allProductSingle3 .containers .container2 .seller .showAll span:before {
    content: "";
    width: 6px;
    height: 6px;
    background: red;
    border-radius: 50%
}

.allProductSingle3 .containers .container2 .seller .showAll .active {
    color: green
}

.allProductSingle3 .containers .container2 .seller .showAll .active:before {
    background: green
}

.allProductSingle3 .containers .container2 .seller .social {
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-gap: .5rem;
    margin-top: 1rem
}

.allProductSingle3 .containers .container2 .seller .social .chat, .allProductSingle3 .containers .container2 .seller .social .info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    padding: .5rem;
    border-radius: 5px;
    text-align: center;
    font-size: 1rem;
    font-weight: 900;
    border: 2px solid #ccc;
    color: #444;
    cursor: pointer
}

.allProductSingle3 .containers .container2 .seller .social .chat i, .allProductSingle3 .containers .container2 .seller .social .info i {
    display: grid;
    align-items: center
}

.allProductSingle3 .containers .container2 .seller .social .chat i svg, .allProductSingle3 .containers .container2 .seller .social .info i svg {
    width: 1.2rem;
    height: 1.2rem;
    fill: #444
}

.allProductSingle3 .containers .container2 .seller .become {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem
}

.allProductSingle3 .containers .container2 .seller .become .name {
    font-size: 1rem;
    font-weight: 300;
    color: #000
}

.allProductSingle3 .containers .container2 .seller .become a {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: var(--green-color);
    font-size: 1rem;
    font-weight: 300
}

.allProductSingle3 .containers .container2 .seller .become a i {
    display: grid;
    align-items: center
}

.allProductSingle3 .containers .container2 .seller .become a i svg {
    width: 1rem;
    height: 1rem;
    fill: var(--green-color)
}

.allProductSingle3 .containers .container2 .coo {
    border-radius: 10px;
    margin-top: 1rem;
    padding: 1rem;
    border: 2px double #eee
}

.allProductSingle3 .containers .container2 .coo .titleC {
    font-size: 1rem;
    font-weight: 700;
    color: #000;
    margin-bottom: .5rem
}

.allProductSingle3 .containers .container2 .coo p {
    font-size: .8rem;
    font-weight: 300;
    color: #000;
    margin-bottom: 1rem
}

.allProductSingle3 .containers .container2 .coo .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    padding: .5rem 1rem;
    color: #000;
    font-size: 1rem;
    text-align: center;
    background: white;
    border-radius: 5px;
    cursor: pointer
}

.allProductSingle3 .containers .container2 .coo .btn i {
    display: grid;
    align-items: center
}

.allProductSingle3 .containers .container2 .coo .btn i svg {
    width: 1.2rem;
    height: 1.2rem;
    fill: #000
}

.allProductSingle3 .containers .container2 .coo #copy-btn {
    display: none
}

.allProductSingle3 .containers .container2 .cartBox {
    position: sticky;
    top: 1rem;
    background: white;
    border-radius: 10px;
    padding: 1rem;
    margin-top: 1rem
}

.allProductSingle3 .containers .container2 .cartBox .top {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: .5rem
}

.allProductSingle3 .containers .container2 .cartBox .top .pic {
    border-radius: 10px;
    overflow: hidden
}

.allProductSingle3 .containers .container2 .cartBox .top .pic img {
    height: 4rem;
    width: 4rem;
    object-fit: cover
}

.allProductSingle3 .containers .container2 .cartBox .top .title2 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #000
}

.allProductSingle3 .containers .container2 .cartBox .addCarts {
    display: block;
    margin: 1rem 0
}

.allProductSingle3 .containers .container2 .cartBox .seller {
    border: 2px solid #eee
}

.allProductSingle3 .addRes {
    display: none
}

.allProductSingle3 .searches {
    margin-top: 2rem
}

.allProductSingle3 .searches .title {
    font-size: 1.1rem;
    font-weight: 900;
    color: #000;
    margin-bottom: 1rem
}

.allProductSingle3 .searches ul {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 1rem;
    flex-wrap: wrap
}

.allProductSingle3 .searches ul li a {
    font-size: .9rem;
    font-weight: 300;
    color: #444;
    display: grid;
    background: white;
    padding: .3rem 1rem;
    border-radius: 5px
}

.allProductSingle3 .related {
    background: white;
    border-radius: 10px;
    padding: 1rem;
    border: 2px solid #eee;
    margin-top: 2rem
}

.allProductSingle3 .related .title {
    font-size: 1.1rem;
    font-weight: 900;
    color: #000;
    margin-bottom: 1rem
}

.allProductSingle3 .related .items {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(14rem, 1fr));
    grid-gap: 1rem
}

.allProductSingle3 .related .items .item a {
    transition: all .3s ease-in-out;
    display: grid;
    position: relative;
    overflow: hidden;
    border: 2px solid #eee;
    border-radius: 10px
}

.allProductSingle3 .related .items .item a .pic {
    display: grid;
    justify-content: center;
    padding: 1rem 0
}

.allProductSingle3 .related .items .item a .pic img {
    width: 100%;
    height: 15rem;
    object-fit: contain
}

.allProductSingle3 .related .items .item a .title2 {
    font-size: .85rem;
    font-weight: 300;
    color: #000;
    line-height: 1.7rem;
    text-align: right;
    margin: .8rem .5rem;
    height: 3.2rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.allProductSingle3 .related .items .item a .seller {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 5px 10px;
    border-radius: 5rem;
    font-size: .8rem;
    font-weight: 300;
    color: #444;
    background: white;
    box-shadow: 0 0 5px #0003;
    transition: all .3s ease-in-out
}

.allProductSingle3 .related .items .item a .price {
    display: grid;
    grid-template-columns:1fr;
    text-align: left;
    height: 3rem;
    padding: 0 1rem
}

.allProductSingle3 .related .items .item a .price s {
    font-size: .8rem;
    font-weight: 500;
    color: #000;
    opacity: .6
}

.allProductSingle3 .related .items .item a .price .price1 {
    display: grid;
    grid-template-columns:auto auto;
    justify-content: left;
    align-items: center;
    grid-gap: .5rem;
    font-size: 16px;
    font-weight: 900;
    color: #000
}

.allProductSingle3 .related .items .item a .price .price1:after {
    content: "︎";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: normal;
    font-family: digikala;
    font-size: 1.1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    line-height: 1;
    box-sizing: inherit
}

.allProductSingle3 .related .items .item a .price .offProduct {
    position: absolute;
    top: .5rem;
    z-index: 1;
    right: .5rem
}

.allProductSingle3 .related .items .item a .price .offProduct .offProductItem {
    position: relative
}

.allProductSingle3 .related .items .item a .price .offProduct .offProductItem svg {
    width: 2.5rem;
    height: 2.5rem;
    fill: red;
    animation: off-anim 1s ease-in-out infinite
}

.allProductSingle3 .related .items .item a .price .offProduct .offProductItem div {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: grid;
    justify-content: center;
    align-items: center
}

.allProductSingle3 .related .items .item a .price .offProduct .offProductItem div span {
    font-size: .9rem;
    font-weight: 300;
    color: #fff;
    display: grid;
    margin-bottom: 2px
}

.allProductSingle3 .related .items .item a:hover {
    border: 2px solid var(--green-color)
}

.allProductSingle3 .related .items .item a:hover .seller {
    background: var(--green-color);
    color: #fff
}

.allProductSingle3 .sellerInfo {
    background: rgba(0, 0, 0, .5);
    z-index: 4000;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns:1fr;
    justify-content: center
}

.allProductSingle3 .sellerInfo .data {
    width: 30%;
    margin: auto;
    background: white;
    display: grid;
    grid-template-columns:1fr;
    border-radius: 5px;
    overflow: hidden
}

.allProductSingle3 .sellerInfo .data .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 2px solid #eee
}

.allProductSingle3 .sellerInfo .data .title .name {
    font-size: 1.5rem;
    font-weight: 900;
    color: #444
}

.allProductSingle3 .sellerInfo .data .title .location {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: .3rem;
    font-size: 1rem;
    font-weight: 500;
    color: var(--green-color)
}

.allProductSingle3 .sellerInfo .data .title .location i {
    display: grid;
    align-items: center
}

.allProductSingle3 .sellerInfo .data .title .location i svg {
    width: 1.2rem;
    height: 1.2rem;
    fill: var(--green-color)
}

.allProductSingle3 .sellerInfo .data .profile {
    margin: 1rem 0;
    padding: 0 1rem
}

.allProductSingle3 .sellerInfo .data .profile .pic {
    display: grid;
    justify-content: center
}

.allProductSingle3 .sellerInfo .data .profile .pic img {
    width: auto;
    height: 5rem;
    object-fit: cover
}

.allProductSingle3 .sellerInfo .data .profile .name {
    font-size: 1rem;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-top: .5rem
}

.allProductSingle3 .sellerInfo .data .profile p {
    font-size: .9rem;
    font-weight: 300;
    text-align: center;
    margin-top: .5rem;
    color: #444;
    white-space: pre-line;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

.allProductSingle3 .sellerInfo .data .options {
    display: grid;
    grid-template-columns:repeat(3, 1fr)
}

.allProductSingle3 .sellerInfo .data .options .option {
    border-left: 2px solid #eee;
    padding: .5rem 1rem;
    text-align: center
}

.allProductSingle3 .sellerInfo .data .options .option .body2 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #000
}

.allProductSingle3 .sellerInfo .data .options .option .title2 {
    font-size: 1rem;
    font-weight: 500;
    color: #444;
    opacity: .7
}

.allProductSingle3 .sellerInfo .data label {
    border: 2px solid #eee;
    border-radius: 5px;
    display: grid;
    grid-template-columns:1fr auto;
    padding: .7rem 1rem;
    margin: 1rem
}

.allProductSingle3 .sellerInfo .data label input {
    font-size: 1rem;
    font-weight: 700;
    opacity: .7
}

.allProductSingle3 .sellerInfo .data label i {
    display: grid;
    align-items: center;
    transform: rotate(-135deg)
}

.allProductSingle3 .sellerInfo .data label i svg {
    width: 1.2rem;
    height: 1.2rem;
    fill: var(--green-color)
}

.allProductSingle3 .sellerInfo .data .time {
    font-size: 1rem;
    font-weight: 300;
    color: #444;
    margin-right: 1rem
}

.allProductSingle3 .sellerInfo .data .time span {
    color: red;
    font-weight: 700
}

.allProductSingle3 .sellerInfo .data .time .active {
    color: green
}

.allProductSingle3 .sellerInfo .data .buttons {
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-gap: 1rem;
    padding: 1rem
}

.allProductSingle3 .sellerInfo .data .buttons a, .allProductSingle3 .sellerInfo .data .buttons button {
    padding: .5rem 1rem;
    border-radius: 5px;
    font-size: 1rem;
    text-align: center;
    background: white;
    font-weight: 700;
    color: var(--green-color);
    border: 2px solid var(--green-color)
}

.allProductSingle3 .sellerInfo .data .buttons a {
    color: #fff;
    border: 2px solid var(--green-color);
    background: var(--green-color)
}

.allProductSingle3 .allTicket {
    background: rgba(0, 0, 0, .5);
    z-index: 4000;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns:1fr;
    justify-content: center
}

.allProductSingle3 .allTicket .chatContent {
    width: 40%;
    margin: auto;
    background: white;
    display: grid;
    grid-template-columns:1fr;
    border-radius: 5px;
    overflow: hidden
}

.allProductSingle3 .allTicket .chatContent .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .5rem;
    padding: .5rem;
    background: white
}

.allProductSingle3 .allTicket .chatContent .header .profile {
    display: flex;
    justify-content: right;
    gap: .5rem;
    align-items: center
}

.allProductSingle3 .allTicket .chatContent .header .profile .pic {
    overflow: hidden
}

.allProductSingle3 .allTicket .chatContent .header .profile .pic img {
    max-width: 5rem;
    height: 3rem;
    object-fit: contain
}

.allProductSingle3 .allTicket .chatContent .header .profile .name {
    font-size: 1.2rem;
    font-weight: 300;
    color: #000
}

.allProductSingle3 .allTicket .chatContent .header .leftHeader {
    display: flex;
    justify-content: left;
    gap: .5rem
}

.allProductSingle3 .allTicket .chatContent .header i {
    display: grid;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.allProductSingle3 .allTicket .chatContent .header i svg {
    width: 1.3rem;
    height: 1.3rem;
    fill: #444
}

.allProductSingle3 .allTicket .chatContent .body {
    padding: .5rem;
    overflow-y: scroll;
    height: 30rem
}

.allProductSingle3 .allTicket .chatContent .body p {
    display: none;
    font-size: .8rem;
    font-weight: 300;
    color: #000;
    opacity: .7
}

.allProductSingle3 .allTicket .chatContent .body p .closeChats {
    padding: .2rem .4rem;
    background: red;
    color: #fff;
    border-radius: 5px;
    font-size: .7rem;
    cursor: pointer
}

.allProductSingle3 .allTicket .chatContent .body .choice {
    display: grid;
    padding: .8rem;
    border: 1px solid #bbb;
    font-size: .9rem;
    font-weight: 300;
    color: #000;
    margin-top: .5rem;
    border-radius: 5px;
    cursor: pointer;
    transition: all .3s ease-in-out
}

.allProductSingle3 .allTicket .chatContent .body .choice:hover {
    color: var(--green-color);
    border: 1px solid var(--green-color)
}

.allProductSingle3 .allTicket .chatContent .body .login {
    display: grid
}

.allProductSingle3 .allTicket .chatContent .body .bodyLabel {
    display: grid;
    grid-template-columns:1fr;
    grid-gap: .5rem;
    font-size: .9rem;
    font-weight: 300;
    color: #000;
    margin-top: 1rem
}

.allProductSingle3 .allTicket .chatContent .body .bodyLabel input, .allProductSingle3 .allTicket .chatContent .body .bodyLabel select, .allProductSingle3 .allTicket .chatContent .body .bodyLabel textarea {
    background: var(--back1-color);
    border: 1px solid #eee;
    padding: .3rem .5rem;
    color: #000;
    border-radius: 5px;
    font-size: .9rem;
    font-weight: 300;
    width: 100%;
    transition: all .3s ease-in-out
}

.allProductSingle3 .allTicket .chatContent .body .messages {
    padding: .5rem;
    border: 2px solid var(--green-color);
    border-radius: 5px;
    margin-top: 1rem;
    font-size: .9rem;
    font-weight: 300;
    background: white;
    color: #000;
    opacity: .7
}

.allProductSingle3 .allTicket .chatContent .body .messages .time {
    text-align: left;
    font-size: .7rem
}

.allProductSingle3 .allTicket .chatContent .body .me {
    border: 2px solid #bbb
}

.allProductSingle3 .allTicket .chatContent .body .submit {
    font-size: .9rem;
    font-weight: 500;
    color: var(--green-color);
    text-align: center;
    background: transparent;
    width: 100%;
    border: 1px solid var(--green-color);
    padding: .5rem 1rem;
    border-radius: 5px;
    margin-top: 1rem;
    transition: all .3s ease-in-out
}

.allProductSingle3 .allTicket .chatContent .body .submit:hover {
    background: var(--green-color);
    color: #fff
}

.allProductSingle3 .allTicket .chatContent .body .sendImage {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    display: grid;
    grid-template-columns:1fr;
    justify-content: center;
    box-shadow: 0 0 10px #0000000d;
    margin-top: 1rem
}

.allProductSingle3 .allTicket .chatContent .body .sendImage .dropify-wrapper {
    height: 100px;
    border: 1px solid #eee !important
}

.allProductSingle3 .allTicket .chatContent .body .sendImage .dropify-wrapper .file-icon:before {
    opacity: 0 !important;
    position: absolute !important;
    top: 0 !important;
    visibility: hidden !important
}

.allProductSingle3 .allTicket .chatContent .body .sendImage .dropify-wrapper .dropify-message {
    position: relative !important;
    top: auto !important;
    margin-top: 2rem
}

.allProductSingle3 .allTicket .chatContent .body .sendImage .dropify-wrapper .dropify-message p {
    margin: 0;
    font-size: 1rem;
    color: #00800082
}

.allProductSingle3 .allTicket .chatContent .send {
    display: grid;
    grid-template-columns:1fr auto
}

.allProductSingle3 .allTicket .chatContent .send input {
    background: white;
    border-top: 1px solid #eee;
    padding: 1rem;
    color: #000;
    font-size: 1rem;
    font-weight: 300;
    width: 100%;
    transition: all .3s ease-in-out
}

.allProductSingle3 .allTicket .chatContent .send button {
    font-size: .9rem;
    font-weight: 300;
    color: #fff;
    background: var(--green-color);
    padding: 0 1rem
}

.allProductSingle3 .allTicket .chatContent .loginChat {
    background: red;
    border-top: 1px solid #eee;
    padding: .5rem;
    text-align: center;
    font-size: .8rem;
    font-weight: 300;
    color: #fff;
    display: grid;
    width: 100%
}

.allProductSingle3 .allTicket .chatContent .typeLogin1 {
    margin-top: 1rem;
    border-radius: 5px
}

@media screen and (max-width: 700px) {
    .allProductSingle3 .allTicket .chatContent .body {
        height: 20rem
    }
}

.allProductSingle3 .allChangeList {
    background: rgba(0, 0, 0, .5);
    z-index: 4000;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns:1fr;
    justify-content: center
}

.allProductSingle3 .allChangeList .changeList {
    width: 40%;
    margin: auto;
    background: white;
    display: grid;
    grid-template-columns:1fr;
    border-radius: 5px;
    overflow: hidden;
    padding: 2rem
}

.allProductSingle3 .allChangeList .changeList .title2 {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 1rem
}

@media screen and (max-width: 800px) {
    .allProductSingle3 {
        width: 100% !important
    }

    .allProductSingle3 .containers {
        display: flex;
        flex-direction: column-reverse;
        grid-gap: 0
    }

    .allProductSingle3 .containers .container1 .gallery, .allProductSingle3 .containers .container1 .options3 {
        display: none
    }

    .allProductSingle3 .containers .container1 .description1 {
        padding: .5rem;
        margin-top: 0
    }

    .allProductSingle3 .containers .container1 .description1 .title {
        font-size: .9rem
    }

    .allProductSingle3 .containers .container1 .description1 .title i svg {
        width: 1rem;
        height: 1rem
    }

    .allProductSingle3 .containers .container1 .description1 ul li {
        margin-top: .5rem
    }

    .allProductSingle3 .containers .container1 .description1 ul li .body2, .allProductSingle3 .containers .container1 .description1 p {
        font-size: .8rem
    }

    .allProductSingle3 .containers .container1 .description1 .showM {
        font-size: .7rem;
        margin-top: .5rem
    }

    .allProductSingle3 .containers .container1 .comment1 {
        margin-top: 0;
        border: 0;
        padding: 0;
        border-radius: 0;
        background: white
    }

    .allProductSingle3 .containers .container1 .comment1 .allComment .showComments .getCommentItem {
        border: 1px solid #eee;
        margin-top: .5rem;
        padding: .5rem;
        border-radius: 5px
    }

    .allProductSingle3 .containers .container2 .top1, .allProductSingle3 .containers .container2 .seller, .allProductSingle3 .containers .container2 .coo {
        display: none
    }

    .allProductSingle3 .containers .container2 .resSlider {
        display: block
    }

    .allProductSingle3 .containers .container2 .resSlider img {
        width: 100%;
        max-height: 30rem
    }

    .allProductSingle3 .containers .container2 .cartBox {
        position: relative;
        top: auto;
        border-radius: 0;
        padding: .5rem;
        margin-top: 0
    }

    .allProductSingle3 .containers .container2 .cartBox .top {
        display: block
    }

    .allProductSingle3 .containers .container2 .cartBox .top .pic {
        display: none
    }

    .allProductSingle3 .containers .container2 .cartBox .top .title2 {
        font-size: 1.1rem;
        font-weight: 700;
        color: #000
    }

    .allProductSingle3 .containers .container2 .cartBox .addCarts {
        margin: 1rem 0
    }

    .allProductSingle3 .containers .container2 .cartBox .seller, .allProductSingle3 .containers .container2 .cartBox .coo {
        display: block
    }

    .allProductSingle3 .containers .container2 .cartBox .prices {
        display: flex
    }

    .allProductSingle3 .containers .container2 .cartBox .seller {
        border: 2px solid #eee
    }

    .allProductSingle3 .searches {
        margin-top: 0;
        padding: .5rem
    }

    .allProductSingle3 .searches ul {
        gap: .5rem
    }

    .allProductSingle3 .related {
        border-radius: 0;
        padding: .5rem;
        margin-top: 1rem
    }

    .allProductSingle3 .related .title {
        font-size: 1rem
    }

    .allProductSingle3 .related .items {
        display: grid;
        grid-template-columns:repeat(2, 1fr);
        grid-gap: .5rem
    }

    .allProductSingle3 .related .items .item a {
        border-radius: 5px
    }

    .allProductSingle3 .related .items .item a .pic {
        padding: .5rem 0
    }

    .allProductSingle3 .related .items .item a .pic img {
        height: 8rem
    }

    .allProductSingle3 .related .items .item a .title2 {
        font-size: .75rem;
        margin: .5rem;
        height: auto
    }

    .allProductSingle3 .related .items .item a .seller {
        top: .5rem;
        right: .5rem;
        padding: 5px;
        font-size: .7rem
    }

    .allProductSingle3 .addRes {
        display: block;
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 120;
        padding: .5rem;
        background: white;
        box-shadow: 0 -10px 10px #0000001a
    }

    .allProductSingle3 .addRes .top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: .5rem
    }

    .allProductSingle3 .addRes .top .prices .name {
        font-size: .7rem;
        font-weight: 500;
        color: #000
    }

    .allProductSingle3 .addRes .top .prices .price {
        display: flex;
        gap: .2rem;
        align-items: center;
        font-size: .85rem;
        font-weight: 500;
        color: #000
    }

    .allProductSingle3 .addRes .top .prices .price span {
        font-size: .6rem
    }

    .allProductSingle3 .addRes .top .final .price {
        font-size: 1.3rem
    }

    .allProductSingle3 .addRes .top .final .price span {
        opacity: .7;
        font-size: .7rem
    }

    .allProductSingle3 .addRes .bot {
        display: grid;
        grid-template-columns:1fr auto auto;
        grid-gap: .5rem
    }

    .allProductSingle3 .addRes .bot .addCart {
        background: var(--green-color);
        display: flex;
        justify-content: center;
        align-items: center;
        gap: .5rem;
        font-size: 1rem;
        font-weight: 500;
        color: #fff;
        border-radius: 5px;
        padding: .5rem
    }

    .allProductSingle3 .addRes .bot .addCart i {
        display: grid;
        align-items: center
    }

    .allProductSingle3 .addRes .bot .addCart i svg {
        width: 1.1rem;
        height: 1.1rem;
        fill: #fff
    }

    .allProductSingle3 .addRes .bot .info, .allProductSingle3 .addRes .bot .chat {
        display: grid;
        padding: .5rem;
        border-radius: 5px;
        border: 1px solid var(--green-color)
    }

    .allProductSingle3 .addRes .bot .info i, .allProductSingle3 .addRes .bot .chat i {
        display: grid;
        align-items: center
    }

    .allProductSingle3 .addRes .bot .info i svg, .allProductSingle3 .addRes .bot .chat i svg {
        width: 1.3rem;
        height: 1.3rem;
        fill: var(--green-color)
    }

    .allProductSingle3 .sellerInfo .data, .allProductSingle3 .allTicket .chatContent, .allProductSingle3 .allChangeList .changeList {
        width: 95%
    }
}

.allCounseling {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: hsla(0, 0%, 52.9%, .5);
    z-index: 999;
    display: none;
    overflow-y: scroll
}

.allCounseling .counselingFast {
    background: white;
    padding: .5rem 1rem 1rem;
    width: 50%;
    margin: auto;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

.allCounseling .counselingFast .title {
    display: grid;
    grid-template-columns:auto auto;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px dashed #eee;
    padding-bottom: .5rem;
    margin-bottom: .5rem
}

.allCounseling .counselingFast .title .title2 {
    font-size: 1.1rem;
    font-weight: 500;
    color: #000
}

.allCounseling .counselingFast .title i {
    display: grid;
    align-items: center;
    cursor: pointer
}

.allCounseling .counselingFast .title i svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: #000
}

.allCounseling .counselingFast .counselingTitleProduct {
    font-size: .9rem;
    font-weight: 300;
    color: #000;
    background: #eee;
    border-radius: 5px;
    padding: .5rem;
    text-align: right
}

.allCounseling .counselingFast .counselingFastData {
    margin: 1rem 0
}

.allCounseling .counselingFast .counselingFastData label {
    font-size: .9rem;
    font-weight: 500;
    color: #000;
    margin-bottom: .5rem;
    display: grid;
    text-align: right
}

.allCounseling .counselingFast .counselingFastData input, .allCounseling .counselingFast .counselingFastData textarea {
    background: white;
    border: 1px solid #eee;
    padding: .4rem .5rem;
    color: #000;
    border-radius: 5px;
    font-size: .8rem;
    width: 100%;
    transition: all .3s ease-in-out;
    resize: vertical;
    outline: transparent
}

.allCounseling .counselingFast .captchaQuick {
    display: grid;
    margin-top: 1rem;
    justify-content: center
}

.allCounseling .counselingFast button, .allCounseling .counselingFast a {
    background: var(--green-color);
    color: #fff;
    font-size: .8rem;
    font-weight: 300;
    padding: .3rem 1rem;
    border-radius: 5px;
    margin-top: 1rem
}

@media screen and (max-width: 800px) {
    .allCounseling .counselingFast {
        width: 98%
    }
}

.allSellerSingle {
    margin: 1rem auto
}

.allSellerSingle .top {
    background: white;
    box-shadow: 0 0 20px #00000026;
    padding: 1rem;
    padding-bottom: 0;
    border-radius: 10px
}

.allSellerSingle .top .detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem
}

.allSellerSingle .top .detail .profile {
    display: flex;
    gap: .5rem;
    align-content: center
}

.allSellerSingle .top .detail .profile .pic {
    overflow: hidden;
    border-radius: 50%
}

.allSellerSingle .top .detail .profile .pic img {
    width: 4rem;
    height: 4rem;
    object-fit: cover
}

.allSellerSingle .top .detail .profile .detail2 {
    display: grid;
    align-content: center
}

.allSellerSingle .top .detail .profile .detail2 .name {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 1rem;
    font-size: 1.2rem;
    font-weight: 900;
    color: #000
}

.allSellerSingle .top .detail .profile .detail2 .name span {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: .3rem;
    font-size: .9rem;
    font-weight: 500;
    color: red;
    border: 1px solid red;
    border-radius: 30px;
    padding: .1rem .5rem
}

.allSellerSingle .top .detail .profile .detail2 .name span:before {
    content: "";
    width: 6px;
    height: 6px;
    background: red;
    border-radius: 50%
}

.allSellerSingle .top .detail .profile .detail2 .name .active {
    color: green;
    border: 1px solid green
}

.allSellerSingle .top .detail .profile .detail2 .name .active:before {
    background: green
}

.allSellerSingle .top .detail .profile .detail2 .city {
    font-size: 1rem;
    font-weight: 300;
    color: #444
}

.allSellerSingle .top .detail .options {
    display: flex;
    justify-content: left;
    gap: 1rem;
    align-items: center
}

.allSellerSingle .top .detail .options .share, .allSellerSingle .top .detail .options .report, .allSellerSingle .top .detail .options .chat, .allSellerSingle .top .detail .options a {
    padding: .7rem;
    border: 1px solid var(--green-color);
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: .85rem;
    font-weight: 700;
    color: var(--green-color)
}

.allSellerSingle .top .detail .options .share i, .allSellerSingle .top .detail .options .report i, .allSellerSingle .top .detail .options .chat i, .allSellerSingle .top .detail .options a i {
    display: grid;
    align-items: center;
    justify-content: center
}

.allSellerSingle .top .detail .options .share i svg, .allSellerSingle .top .detail .options .report i svg, .allSellerSingle .top .detail .options .chat i svg, .allSellerSingle .top .detail .options a i svg {
    width: 1.2rem;
    height: 1.2rem;
    fill: var(--green-color)
}

.allSellerSingle .top .more {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1rem;
    margin-top: 2rem
}

.allSellerSingle .top .more .tabs {
    display: flex;
    justify-content: right;
    gap: 1rem;
    z-index: 10
}

.allSellerSingle .top .more .tabs .tab {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: #444;
    padding: 1rem;
    border-bottom: 2px solid white;
    cursor: pointer
}

.allSellerSingle .top .more .tabs .tab .num {
    background: #444;
    border-radius: 5px;
    color: #fff;
    font-size: .8rem;
    min-width: 1.3rem;
    height: 1.3rem;
    display: grid;
    align-items: center;
    justify-content: center
}

.allSellerSingle .top .more .tabs .tab i {
    display: grid;
    align-items: center;
    justify-content: center
}

.allSellerSingle .top .more .tabs .tab i svg {
    width: 1.6rem;
    height: 1.6rem;
    fill: #444
}

.allSellerSingle .top .more .tabs .active {
    color: var(--green-color);
    border-bottom: 2px solid var(--green-color)
}

.allSellerSingle .top .more .tabs .active .num {
    background: var(--green-color)
}

.allSellerSingle .top .more .tabs .active i svg {
    fill: var(--green-color)
}

.allSellerSingle .top .more .options {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 1rem;
    padding-bottom: 1rem
}

.allSellerSingle .top .more .options .option {
    padding: .5rem 1rem;
    text-align: center;
    border: 1px solid #bbb;
    border-radius: 5px;
    width: 6rem
}

.allSellerSingle .top .more .options .option .body2 {
    font-size: 1rem;
    font-weight: 500;
    color: #000
}

.allSellerSingle .top .more .options .option .title2 {
    font-size: .8rem;
    font-weight: 300;
    color: #000
}

.allSellerSingle .homes {
    background: white;
    box-shadow: 0 0 10px #0000000d;
    padding: 1rem;
    border-radius: 10px;
    margin-top: 1rem
}

.allSellerSingle .homes .about .title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #444
}

.allSellerSingle .homes .about p {
    font-size: 1rem;
    font-weight: 300;
    color: #444;
    line-height: 2.5rem;
    margin-top: 1rem
}

.allSellerSingle .homes .myCategory {
    margin-top: 2rem
}

.allSellerSingle .homes .myCategory .title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #444
}

.allSellerSingle .homes .myCategory ul {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(10rem, 1fr));
    grid-gap: 1rem;
    margin-top: 1rem
}

.allSellerSingle .homes .myCategory ul li a {
    display: grid;
    padding: .5rem;
    border-radius: 10px;
    background: white;
    border: 3px solid #eee
}

.allSellerSingle .homes .myCategory ul li a .pic {
    display: grid;
    justify-content: center
}

.allSellerSingle .homes .myCategory ul li a .pic img {
    width: 100%;
    height: 4rem;
    object-fit: contain
}

.allSellerSingle .homes .myCategory ul li a .name {
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    color: #000;
    margin-top: 1rem
}

.allSellerSingle .comment1 {
    background: white;
    box-shadow: 0 0 10px #0000000d;
    padding: 1rem;
    border-radius: 10px;
    margin-top: 1rem
}

.allSellerSingle .allTicket {
    background: rgba(0, 0, 0, .5);
    z-index: 4000;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns:1fr;
    justify-content: center
}

.allSellerSingle .allTicket .chatContent {
    width: 40%;
    margin: auto;
    background: white;
    display: grid;
    grid-template-columns:1fr;
    border-radius: 5px;
    overflow: hidden
}

.allSellerSingle .allTicket .chatContent .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .5rem;
    padding: .5rem;
    background: white
}

.allSellerSingle .allTicket .chatContent .header .profile {
    display: flex;
    justify-content: right;
    gap: .5rem;
    align-items: center
}

.allSellerSingle .allTicket .chatContent .header .profile .pic {
    overflow: hidden;
    border-radius: 50%
}

.allSellerSingle .allTicket .chatContent .header .profile .pic img {
    width: 3rem;
    height: 3rem;
    object-fit: cover
}

.allSellerSingle .allTicket .chatContent .header .profile .name {
    font-size: 1.2rem;
    font-weight: 300;
    color: #000
}

.allSellerSingle .allTicket .chatContent .header .leftHeader {
    display: flex;
    justify-content: left;
    gap: .5rem
}

.allSellerSingle .allTicket .chatContent .header i {
    display: grid;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.allSellerSingle .allTicket .chatContent .header i svg {
    width: 1.3rem;
    height: 1.3rem;
    fill: #444
}

.allSellerSingle .allTicket .chatContent .body {
    padding: .5rem;
    overflow-y: scroll;
    height: 30rem
}

.allSellerSingle .allTicket .chatContent .body p {
    display: none;
    font-size: .8rem;
    font-weight: 300;
    color: #000;
    opacity: .7
}

.allSellerSingle .allTicket .chatContent .body p .closeChats {
    padding: .2rem .4rem;
    background: red;
    color: #fff;
    border-radius: 5px;
    font-size: .7rem;
    cursor: pointer
}

.allSellerSingle .allTicket .chatContent .body .choice {
    display: grid;
    padding: .8rem;
    border: 1px solid #bbb;
    font-size: .9rem;
    font-weight: 300;
    color: #000;
    margin-top: .5rem;
    border-radius: 5px;
    cursor: pointer;
    transition: all .3s ease-in-out
}

.allSellerSingle .allTicket .chatContent .body .choice:hover {
    color: var(--green-color);
    border: 1px solid var(--green-color)
}

.allSellerSingle .allTicket .chatContent .body .login {
    display: grid
}

.allSellerSingle .allTicket .chatContent .body .bodyLabel {
    display: grid;
    grid-template-columns:1fr;
    grid-gap: .5rem;
    font-size: .9rem;
    font-weight: 300;
    color: #000;
    margin-top: 1rem
}

.allSellerSingle .allTicket .chatContent .body .bodyLabel input, .allSellerSingle .allTicket .chatContent .body .bodyLabel select, .allSellerSingle .allTicket .chatContent .body .bodyLabel textarea {
    background: var(--back1-color);
    border: 1px solid #eee;
    padding: .3rem .5rem;
    color: #000;
    border-radius: 5px;
    font-size: .9rem;
    font-weight: 300;
    width: 100%;
    transition: all .3s ease-in-out
}

.allSellerSingle .allTicket .chatContent .body .messages {
    padding: .5rem;
    border: 2px solid var(--green-color);
    border-radius: 5px;
    margin-top: 1rem;
    font-size: .9rem;
    font-weight: 300;
    background: white;
    color: #000;
    opacity: .7
}

.allSellerSingle .allTicket .chatContent .body .messages .time {
    text-align: left;
    font-size: .7rem
}

.allSellerSingle .allTicket .chatContent .body .me {
    border: 2px solid #bbb
}

.allSellerSingle .allTicket .chatContent .body .submit {
    font-size: .9rem;
    font-weight: 500;
    color: var(--green-color);
    text-align: center;
    background: transparent;
    width: 100%;
    border: 1px solid var(--green-color);
    padding: .5rem 1rem;
    border-radius: 5px;
    margin-top: 1rem;
    transition: all .3s ease-in-out
}

.allSellerSingle .allTicket .chatContent .body .submit:hover {
    background: var(--green-color);
    color: #fff
}

.allSellerSingle .allTicket .chatContent .body .sendImage {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    display: grid;
    grid-template-columns:1fr;
    justify-content: center;
    box-shadow: 0 0 10px #0000000d;
    margin-top: 1rem
}

.allSellerSingle .allTicket .chatContent .body .sendImage .dropify-wrapper {
    height: 100px;
    border: 1px solid #eee !important
}

.allSellerSingle .allTicket .chatContent .body .sendImage .dropify-wrapper .file-icon:before {
    opacity: 0 !important;
    position: absolute !important;
    top: 0 !important;
    visibility: hidden !important
}

.allSellerSingle .allTicket .chatContent .body .sendImage .dropify-wrapper .dropify-message {
    position: relative !important;
    top: auto !important;
    margin-top: 2rem
}

.allSellerSingle .allTicket .chatContent .body .sendImage .dropify-wrapper .dropify-message p {
    margin: 0;
    font-size: 1rem;
    color: #00800082
}

.allSellerSingle .allTicket .chatContent .send {
    display: grid;
    grid-template-columns:1fr auto
}

.allSellerSingle .allTicket .chatContent .send input {
    background: white;
    border-top: 1px solid #eee;
    padding: 1rem;
    color: #000;
    font-size: 1rem;
    font-weight: 300;
    width: 100%;
    transition: all .3s ease-in-out
}

.allSellerSingle .allTicket .chatContent .send button {
    font-size: .9rem;
    font-weight: 300;
    color: #fff;
    background: var(--green-color);
    padding: 0 1rem
}

.allSellerSingle .allTicket .chatContent .loginChat {
    background: red;
    border-top: 1px solid #eee;
    padding: .5rem;
    text-align: center;
    font-size: .8rem;
    font-weight: 300;
    color: #fff;
    display: grid;
    width: 100%
}

.allSellerSingle .allTicket .chatContent .typeLogin1 {
    margin-top: 1rem;
    border-radius: 5px
}

@media screen and (max-width: 700px) {
    .allSellerSingle .top {
        padding: .5rem;
        padding-bottom: 0
    }

    .allSellerSingle .top .detail {
        display: block
    }

    .allSellerSingle .top .detail .options {
        display: grid;
        grid-template-columns:auto auto 1fr;
        margin-top: 1rem
    }

    .allSellerSingle .top .detail .options .chat {
        text-align: center
    }

    .allSellerSingle .top .more {
        flex-direction: column-reverse;
        margin-top: 1rem
    }

    .allSellerSingle .top .more .tabs {
        width: 100%;
        display: grid;
        grid-template-columns:repeat(3, 1fr);
        grid-gap: 0
    }

    .allSellerSingle .top .more .tabs .tab {
        font-size: .8rem;
        padding: .5rem;
        text-align: center
    }

    .allSellerSingle .top .more .tabs .tab .num {
        font-size: .65rem;
        width: 1rem;
        height: 1rem
    }

    .allSellerSingle .top .more .tabs .active {
        color: var(--green-color);
        border-bottom: 2px solid var(--green-color)
    }

    .allSellerSingle .top .more .options {
        display: grid;
        grid-template-columns:repeat(4, 1fr);
        padding-bottom: 0;
        grid-gap: .5rem;
        width: 100%
    }

    .allSellerSingle .top .more .options .option {
        padding: .5rem;
        width: auto
    }

    .allSellerSingle .top .more .options .option .body2 {
        font-size: .8rem
    }

    .allSellerSingle .top .more .options .option .title2 {
        font-size: .7rem
    }

    .allSellerSingle .allTicket .chatContent {
        width: 95%
    }

    .allSellerSingle .allTicket .chatContent .body {
        height: 20rem
    }
}

.showAllShare {
    background: rgba(0, 0, 0, .5);
    z-index: 4000;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns:1fr;
    justify-content: center
}

.showAllShare .showAllShareHome {
    width: 30%;
    margin: auto;
    background: white;
    display: grid;
    grid-template-columns:1fr;
    border-radius: .4rem;
    overflow: hidden
}

.showAllShare .showAllShareHome .showAllShareTop {
    display: grid;
    grid-template-columns:1fr auto;
    background: #f5f5f5;
    border-bottom: 2px solid #eee
}

.showAllShare .showAllShareHome .showAllShareTop i {
    display: grid;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    cursor: pointer
}

.showAllShare .showAllShareHome .showAllShareTop i svg {
    fill: #000;
    width: 1.3rem;
    height: 1.3rem
}

.showAllShare .showAllShareHome .showAllShareTop .title2 {
    font-size: 1rem;
    font-weight: 300;
    padding: 1rem;
    color: #000
}

.showAllShare .showAllShareHome .showAllShareItems {
    display: grid;
    grid-template-columns:1fr;
    justify-content: center;
    align-items: center;
    grid-gap: 1rem;
    background: white;
    padding: 1rem;
    padding-bottom: 0
}

.showAllShare .showAllShareHome .showAllShareItems .showAllShareItem {
    display: grid;
    grid-template-columns:1fr auto;
    align-items: center;
    justify-content: space-between;
    grid-gap: .4rem;
    text-align: center;
    border: 1px solid #eee;
    padding: .5rem;
    border-radius: 5px
}

.showAllShare .showAllShareHome .showAllShareItems .showAllShareItem .showAllShareItemName .title2 {
    font-size: 1rem;
    text-align: right;
    color: #000;
    font-weight: 300
}

.showAllShare .showAllShareHome .showAllShareItems .showAllShareItem .showAllShareItemName a {
    text-align: left;
    direction: ltr;
    width: 100%;
    display: block;
    color: #000;
    opacity: .5;
    font-size: .7rem;
    font-weight: 300;
    margin-top: .3rem;
    height: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.showAllShare .showAllShareHome .showAllShareItems .showAllShareItem a {
    display: grid;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem
}

.showAllShare .showAllShareHome .showAllShareItems .showAllShareItem a i svg {
    width: 2.5rem;
    height: 2.5rem
}

.showAllShare .showAllShareHome .showAllShareTag {
    display: grid;
    grid-template-columns:auto 1fr auto;
    align-items: center;
    justify-content: left;
    direction: ltr;
    grid-gap: .5rem;
    margin: 1rem;
    padding: .5rem;
    border-radius: .5rem;
    border: 1px solid #eee
}

.showAllShare .showAllShareHome .showAllShareTag i {
    display: grid;
    justify-content: center;
    align-items: center
}

.showAllShare .showAllShareHome .showAllShareTag i svg {
    fill: #000;
    width: 1.3rem;
    height: 1.3rem
}

.showAllShare .showAllShareHome .showAllShareTag i .copy {
    fill: var(--green-color)
}

.showAllShare .showAllShareHome .showAllShareTag .title2 {
    color: #000;
    text-align: left;
    font-weight: 300
}

.showAllShare .showAllShareHome .showAllShareTag input {
    visibility: hidden;
    position: absolute;
    opacity: 0
}

@media screen and (max-width: 1200px) {
    .showAllShare .showAllShareHome {
        width: 50%
    }
}

@media screen and (max-width: 1000px) {
    .showAllShare .showAllShareHome {
        width: 55%
    }
}

@media screen and (max-width: 800px) {
    .showAllShare .showAllShareHome {
        width: 98%;
        display: block
    }
}

.allSingleNews {
    display: grid;
    grid-template-columns:1fr 3fr;
    grid-gap: 1rem;
    margin: 1rem auto;
    min-height: calc(100vh - 12rem)
}

.allSingleNews .right .pic {
    border-radius: 10px;
    box-shadow: 0 0 10px #0000001a;
    padding: 1rem;
    background: white
}

.allSingleNews .right .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.allSingleNews .right .postsList {
    border-radius: 10px;
    box-shadow: 0 0 10px #0000001a;
    padding: 1rem;
    margin-top: 1rem;
    background: white
}

.allSingleNews .right .postsList .titleList {
    font-size: 1rem;
    font-weight: 500;
    color: #000
}

.allSingleNews .right .postsList ul li {
    margin-top: 1rem;
    overflow: hidden;
    transition: all .3s ease-in-out
}

.allSingleNews .right .postsList ul li a {
    display: grid;
    grid-template-columns:auto 1fr;
    grid-gap: .5rem;
    align-items: center
}

.allSingleNews .right .postsList ul li a img {
    width: 5rem;
    height: 100%;
    object-fit: cover;
    border-radius: 3px
}

.allSingleNews .right .postsList ul li a .showInfo {
    display: grid;
    justify-content: right;
    text-align: right;
    align-items: center;
    grid-gap: .5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.allSingleNews .right .postsList ul li a .showInfo h4 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 500;
    color: #000;
    font-size: .8rem
}

.allSingleNews .right .postsList ul li a .showInfo span {
    font-size: .7rem;
    color: #000;
    font-weight: 300
}

.allSingleNews .right .postsList ul li a:hover .showInfo h4 {
    color: var(--green-color)
}

.allSingleNews .left {
    border-radius: 10px;
    box-shadow: 0 0 10px #0000001a;
    padding: 1rem;
    background: white
}

.allSingleNews .left .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .5rem
}

.allSingleNews .left .top h1 {
    font-size: 1.7rem;
    font-weight: 500;
    color: #000;
    line-height: 3rem
}

.allSingleNews .left .top i {
    display: grid;
    align-items: center;
    cursor: pointer
}

.allSingleNews .left .top i svg {
    width: 2rem;
    height: 2rem;
    fill: #000
}

.allSingleNews .left .leftItem {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    align-items: center;
    padding: 1rem 0;
    margin: 1rem 0;
    border-top: 2px dashed #eee;
    border-bottom: 2px dashed #eee;
    gap: 2rem
}

.allSingleNews .left .leftItem .option {
    position: relative;
    padding-left: 2rem
}

.allSingleNews .left .leftItem .option h3 {
    font-size: 1.1rem;
    font-weight: 300;
    color: #000;
    margin-bottom: .5rem
}

.allSingleNews .left .leftItem .option h4 {
    font-size: .9rem;
    font-weight: 300;
    color: #000;
    background: #f5f5f5;
    border-radius: 5rem;
    padding: .2rem .5rem
}

.allSingleNews .left .leftItem .option a {
    font-size: .9rem;
    font-weight: 300;
    color: #000;
    margin-top: .5rem
}

.allSingleNews .left .leftItem .option:after {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    background: #eee
}

.allSingleNews .left .leftItem .option:last-child:after {
    content: none
}

.allSingleNews .left .leftP p {
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    margin-bottom: 1rem;
    line-height: 3rem
}

.allSingleNews .left .leftP .image {
    display: grid;
    justify-content: center;
    margin: 1rem 0
}

.allSingleNews .left .leftP ul {
    margin: 2rem
}

.allSingleNews .left .leftP ul li {
    list-style: decimal;
    margin-bottom: 1rem
}

.allSingleNews .left .leftP ul ul {
    margin: 0;
    margin-top: 1rem;
    margin-right: 1rem
}

.allSingleNews .left .leftP figure {
    display: grid
}

.allSingleNews .left .leftP table {
    background: white;
    border-radius: .3rem;
    box-shadow: 0 0 10px #eee;
    width: 100%;
    margin-bottom: 1rem
}

.allSingleNews .left .leftP table tr {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(1px, 1fr));
    align-items: center;
    grid-gap: 1rem;
    padding: 1rem
}

.allSingleNews .left .leftP table tr th {
    font-weight: 700;
    color: #000;
    font-size: .75rem;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: grid;
    align-items: center;
    justify-content: center
}

.allSingleNews .left .leftP table tr td {
    font-weight: 300;
    font-size: .75rem;
    text-align: center;
    color: #000
}

.allSingleNews .left .leftP table tr td svg {
    fill: #000;
    width: 1rem;
    height: 1rem;
    cursor: pointer
}

.allSingleNews .left .leftP table tr td img {
    width: 2.5rem;
    height: 2.5rem;
    object-fit: cover;
    border-radius: 5rem;
    box-shadow: 0 0 10px #0000001a
}

.allSingleNews .left .leftP table tr td a {
    display: grid;
    align-items: center
}

.allSingleNews .left .leftP table tr td a svg {
    margin-left: .5rem
}

.allSingleNews .left .leftP table tr .buttons a {
    font-size: .8rem;
    padding: .3rem;
    border-radius: 5px;
    color: #fff;
    background: green
}

.allSingleNews .left .leftP table tr .buttons button {
    font-size: .8rem;
    padding: .3rem;
    border-radius: 5px;
    color: #fff;
    background: orange
}

.allSingleNews .left .leftP table tr:nth-child(2n) {
    background: #f5f5f5
}

@media screen and (max-width: 700px) {
    .allSingleNews {
        display: block
    }

    .allSingleNews .right {
        margin-bottom: 1rem
    }

    .allSingleNews .right .postsList {
        position: absolute;
        opacity: 0;
        visibility: hidden
    }

    .allSingleNews .left {
        padding: .5rem
    }

    .allSingleNews .left .top h1 {
        font-size: 1.2rem
    }

    .allSingleNews .left .top i svg {
        width: 1.5rem;
        height: 1.5rem
    }

    .allSingleNews .left .leftP {
        display: block
    }

    .allSingleNews .left .leftItem {
        gap: 1rem
    }

    .allSingleNews .left .leftItem .option {
        padding-left: 1rem
    }

    .allSingleNews .left .leftItem .option h3, .allSingleNews .left .leftItem .option h4, .allSingleNews .left .leftItem .option a {
        font-size: .7rem
    }

    .allSingleNews .left .leftItem .option a span {
        font-size: .9rem
    }
}

.allComment .title2 {
    font-size: 1.1rem;
    font-weight: 900;
    color: #000
}

.allComment .btnComment {
    margin-top: 1rem
}

.allComment .btnComment .body1 {
    font-size: 1rem;
    font-weight: 700;
    color: #000;
    opacity: .7
}

.allComment .btnComment .showAdd {
    display: grid;
    grid-template-columns:auto auto;
    justify-content: right;
    align-items: center;
    grid-gap: 1rem;
    border-radius: 5px;
    margin-top: 1rem;
    overflow: hidden;
    background: #23bf53;
    box-shadow: -46px 0 #0000001f inset;
    padding: 0 .8rem;
    transition: all .3s ease-in-out;
    cursor: pointer;
    width: 12rem
}

.allComment .btnComment .showAdd i {
    display: grid;
    justify-content: center;
    align-items: center
}

.allComment .btnComment .showAdd i svg {
    width: 1.3rem;
    height: 1.3rem;
    fill: #fff
}

.allComment .btnComment .showAdd button {
    font-size: 1rem;
    color: #fff;
    font-weight: 300;
    overflow: hidden;
    text-align: center;
    padding: .5rem;
    background: transparent
}

.allComment .btnComment .showAdd:hover {
    box-shadow: -200px 0 #0000001f inset
}

.allComment .addComments {
    display: none;
    margin-top: 1rem
}

.allComment .addComments .addComment .alert {
    color: red;
    font-size: .8rem;
    font-weight: 300
}

.allComment .addComments .addComment .sendCommentItem {
    display: grid;
    grid-template-columns:1fr;
    grid-gap: .5rem;
    margin-top: 1rem
}

.allComment .addComments .addComment .sendCommentItem input {
    padding: .5rem;
    border: 1px solid #eee;
    border-radius: .2rem;
    width: 100%;
    transition: all .3s ease-in-out;
    font-size: .75rem;
    font-weight: 300
}

.allComment .addComments .addComment .sendCommentItem textarea {
    padding: .5rem;
    border: 1px solid #eee;
    border-radius: 5px;
    width: 100%;
    outline-style: unset;
    transition: all .3s ease-in-out;
    font-size: .75rem;
    font-weight: 300;
    height: 10rem;
    resize: vertical
}

.allComment .addComments .addComment .sendCommentItem .sendCommentItemTitle {
    display: grid;
    grid-template-columns:auto auto;
    justify-content: right;
    grid-gap: .5rem;
    align-items: center
}

.allComment .addComments .addComment .sendCommentItem .sendCommentItemTitle i {
    display: grid;
    justify-content: center;
    align-items: center
}

.allComment .addComments .addComment .sendCommentItem .sendCommentItemTitle i svg {
    fill: orange;
    width: .6rem;
    height: .6rem
}

.allComment .addComments .addComment .sendCommentItem label {
    font-size: .95rem;
    line-height: 1.692;
    color: #000;
    position: relative
}

.allComment .addComments .addComment .sendCommentItem label i {
    position: absolute;
    left: 1rem;
    top: 0;
    bottom: 0;
    display: grid;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.allComment .addComments .addComment .sendCommentItem label i svg {
    width: 1.2rem;
    height: 1.2rem
}

.allComment .addComments .addComment .sendCommentItem span {
    margin-top: .5rem;
    width: 100%;
    border: 1px solid var(--green-color);
    background: #EDF6F7;
    position: relative;
    padding: .5rem;
    color: var(--green-color);
    border-radius: 5px
}

.allComment .addComments .addComment .sendCommentItem span i {
    position: absolute;
    left: 1rem;
    top: 0;
    bottom: 0;
    display: grid;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.allComment .addComments .addComment .sendCommentItem span i svg {
    width: 1rem;
    height: 1rem
}

.allComment .addComments .addComment #badContainer span {
    border: 1px solid red;
    background: #F7EDED;
    color: red
}

.allComment .addComments .addComment .rates {
    display: grid;
    grid-template-columns:auto 1fr;
    align-items: center;
    grid-gap: 1rem
}

.allComment .addComments .addComment .rates h4 {
    font-size: .95rem;
    color: #000;
    font-weight: 500
}

.allComment .addComments .addComment .rates .rateItem {
    direction: ltr
}

.allComment .addComments .addComment .allCommentButtons {
    display: grid;
    grid-template-columns:1fr 1fr;
    align-items: center;
    grid-gap: 1rem;
    margin-top: 1rem
}

.allComment .addComments .addComment .allCommentButtons button {
    display: grid;
    grid-template-columns:auto auto;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: green;
    padding: .5rem 1rem;
    border-radius: .2rem
}

.allComment .addComments .addComment .allCommentButtons button i {
    display: grid;
    justify-content: center;
    align-items: center
}

.allComment .addComments .addComment .allCommentButtons button i svg {
    fill: #fff;
    width: 1rem;
    height: 1rem
}

.allComment .addComments .addComment .allCommentButtons button img {
    width: 4rem;
    height: 1rem;
    object-fit: cover
}

.allComment .addComments .addComment .allCommentButtons button:last-child {
    display: block;
    background: red
}

.allComment .showComments {
    border-top: 1px solid #eee;
    margin-top: 1rem;
    padding-top: 1rem
}

.allComment .showComments .getCommentItem {
    border-bottom: 1px solid #eee;
    margin-bottom: 1rem;
    padding-bottom: 1rem
}

.allComment .showComments .getCommentItem .rightComment {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem
}

.allComment .showComments .getCommentItem .rightComment .topRight {
    display: flex;
    justify-content: right;
    align-items: center;
    grid-gap: .5rem
}

.allComment .showComments .getCommentItem .rightComment .topRight h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #000
}

.allComment .showComments .getCommentItem .rightComment .topRight .rates {
    display: flex;
    justify-content: right;
    align-items: center
}

.allComment .showComments .getCommentItem .rightComment .topRight .rates .rateItem {
    display: grid;
    align-items: center;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.allComment .showComments .getCommentItem .rightComment .topRight .rates .rateItem img {
    width: 1.2rem;
    height: 1.2rem
}

.allComment .showComments .getCommentItem .rightComment .time {
    font-size: .75rem;
    font-weight: 300;
    color: #000;
    background: #F1F4F9;
    border-radius: 5px;
    padding: .1rem .5rem;
    opacity: .6
}

.allComment .showComments .getCommentItem .leftComment .allCommentTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: .5rem;
    font-size: 1rem;
    font-weight: 300;
    color: #000;
    padding: .5rem;
    border-radius: 5px;
    background: #f9f9f9;
    margin-bottom: 1rem
}

.allComment .showComments .getCommentItem .leftComment .allCommentTitle span {
    background: green;
    color: #fff;
    font-size: .7rem;
    font-weight: 300;
    padding: 2px 5px;
    border-radius: 5px
}

.allComment .showComments .getCommentItem .leftComment .allCommentTitle .unActive {
    background: red
}

.allComment .showComments .getCommentItem .leftComment .allCommentBody p {
    font-size: .85rem;
    font-weight: 500;
    color: #000;
    line-height: 1.7rem;
    opacity: .6
}

.allComment .showComments .getCommentItem .leftComment .getCommentDatas {
    display: grid;
    grid-template-columns:auto auto;
    grid-gap: 1rem
}

.allComment .showComments .getCommentItem .leftComment .getCommentData {
    margin-top: 1rem
}

.allComment .showComments .getCommentItem .leftComment .getCommentData h5 {
    font-size: .9rem;
    font-weight: 500;
    color: #000;
    margin-bottom: .5rem
}

.allComment .showComments .getCommentItem .leftComment .getCommentData .items {
    display: grid;
    grid-gap: .5rem
}

.allComment .showComments .getCommentItem .leftComment .getCommentData .items .item {
    display: grid;
    grid-template-columns:auto 1fr;
    justify-content: right;
    align-items: center;
    grid-gap: .5rem;
    color: #000;
    font-weight: 300;
    font-size: .8rem;
    opacity: .7
}

.allComment .showComments .getCommentItem .leftComment .getCommentData .items .item i {
    display: grid;
    justify-content: center;
    align-items: center
}

.allComment .showComments .getCommentItem .leftComment .getCommentData .items .item i svg {
    fill: var(--green-color);
    width: .5rem;
    height: .5rem
}

.allComment .showComments .getCommentItem .leftComment .bad .items .item i svg {
    fill: red
}

.allComment .showComments .getCommentItem:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.allComment .showComments .emptyComment {
    font-size: 1rem;
    font-weight: 500;
    color: red;
    opacity: .7
}

@media screen and (max-width: 920px) {
    .allComment {
        padding: .5rem
    }

    .allComment h3 {
        font-size: 1.2rem
    }

    .allComment h3 i svg {
        width: 1.2rem;
        height: 1.2rem
    }

    .allComment .btnComment {
        margin-top: .5rem
    }

    .allComment .btnComment h4 {
        font-size: 1rem
    }

    .allComment .btnComment p {
        font-size: .8rem
    }

    .allComment .btnComment .showAdd {
        grid-gap: .5rem;
        margin-top: .5rem;
        width: 100%
    }

    .allComment .btnComment .showAdd button {
        font-size: 1rem
    }

    .allComment .addComments {
        margin-top: .5rem
    }

    .allComment .addComments .addComment {
        display: block
    }

    .allComment .addComments .addComment .right .sendCommentItem {
        margin-top: .5rem
    }

    .allComment .addComments .addComment .right .sendCommentItem .sendCommentItemTitle {
        display: flex
    }

    .allComment .addComments .addComment .right .sendCommentItem label {
        font-size: .8rem
    }

    .allComment .addComments .addComment .right .sendCommentItem label i svg {
        width: 1rem;
        height: 1rem
    }

    .allComment .addComments .addComment .right .rates {
        grid-gap: .5rem
    }

    .allComment .addComments .addComment .right .rates h4 {
        font-size: .8rem
    }

    .allComment .addComments .addComment .left {
        padding: .5rem;
        top: .5rem
    }

    .allComment .addComments .addComment .left .titlePost, .allComment .addComments .addComment .left h5 {
        font-size: .8rem
    }

    .allComment .addComments .addComment .left ul li {
        font-size: .8rem;
        margin-top: .5rem
    }

    .allComment .showComments {
        margin-top: 1rem;
        padding-top: 1rem
    }

    .allComment .showComments h5 {
        font-size: 1rem;
        margin-bottom: 1rem
    }

    .allComment .showComments .getCommentItem {
        margin-bottom: .5rem;
        padding-bottom: .5rem;
        display: block
    }

    .allComment .showComments .getCommentItem .rightComment .topRight {
        display: flex;
        margin-bottom: .5rem
    }

    .allComment .showComments .getCommentItem .rightComment .topRight h4 {
        font-size: .9rem
    }

    .allComment .showComments .getCommentItem .rightComment .topRight span, .allComment .showComments .getCommentItem .rightComment .botRight h5 {
        font-size: .7rem
    }

    .allComment .showComments .getCommentItem .leftComment {
        margin-top: 1rem
    }

    .allComment .showComments .getCommentItem .leftComment .allCommentTitle {
        font-size: .8rem;
        margin-bottom: .5rem
    }

    .allComment .showComments .getCommentItem .leftComment .allCommentBody p {
        font-size: .8rem
    }

    .allComment .showComments .getCommentItem .leftComment .getCommentDatas {
        display: block
    }

    .allComment .showComments .getCommentItem .leftComment .getCommentData {
        margin-top: .5rem
    }

    .allComment .showComments .getCommentItem .leftComment .getCommentData h5 {
        font-size: .8rem
    }

    .allComment .showComments .getCommentItem .leftComment .getCommentData .items {
        display: grid;
        grid-gap: .5rem
    }

    .allComment .showComments .emptyComment {
        font-size: .8rem
    }
}

.allMotherArchive {
    margin: 1rem 0
}

.allMotherArchive .titleM {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    justify-content: space-between;
    background: var(--green-color);
    margin: auto;
    padding: 1rem;
    border-radius: 10px
}

.allMotherArchive .titleM .name {
    font-size: 2rem;
    font-weight: 900;
    color: #fff
}

.allMotherArchive .titleM .address {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.allMotherArchive .titleM .address a {
    font-size: .9rem;
    font-weight: 500;
    color: #f5f5f5
}

.allMotherArchive .titleM .address a:after {
    content: "/";
    padding: 0 .8rem
}

.allMotherArchive .titleM .address a:last-child {
    opacity: 1;
    color: #fff
}

.allMotherArchive .titleM .address a:last-child:after {
    content: "";
    padding: 0
}

.allMotherArchive .allSellerIndex, .allMotherArchive .allCategoryIndex {
    margin-top: 2rem
}

.allMotherArchive .allSellerIndex {
    background: white;
    margin: auto;
    margin-top: 2rem;
    padding: 1rem;
    border-radius: 10px
}

.allMotherArchive .allSellerIndex .width {
    width: 100%
}

.allMotherArchive .allSellerIndex .width .sellerSwiper1 .sellerItem {
    background: #f5f5f5
}

.allMotherArchive .allSellerIndex .width .sellerSwiper1 .sellerItem .title2 {
    padding-bottom: .5rem;
    margin-bottom: .5rem;
    border-bottom: 0
}

.allMotherArchive .allSellerIndex .width .sellerSwiper1 .sellerItem .title2 .profile .pic img {
    height: 2.5rem;
    max-width: 4rem
}

.allMotherArchive .allSellerIndex .width .sellerSwiper1 .sellerItem .title2 .profile .detail .name {
    font-size: 1rem
}

.allMotherArchive .allSellerIndex .width .sellerSwiper1 .sellerItem .sellerSwiper2 a {
    border: 1px solid #eee
}

.allMotherArchive .allSellerIndex .width .sellerSwiper1 .sellerItem .sellerSwiper2 a .pic {
    padding: .5rem;
    height: auto
}

.allMotherArchive .allSellerIndex .width .sellerSwiper1 .sellerItem .sellerSwiper2 a .pic img {
    height: 6rem
}

.allMotherArchive .allCategoryIndex {
    box-shadow: 0 0
}

.allMotherArchive .allProductList {
    margin-top: 2rem
}

.allMotherArchive .allProductList .title {
    font-size: 1.5rem;
    font-weight: 900;
    color: #000;
    margin-bottom: 1rem
}

.allMotherArchive .box {
    margin: auto;
    overflow: hidden;
    padding: 1rem;
    background: white;
    box-shadow: 0 0 10px #0000000d;
    border-radius: 5px;
    margin-top: 2rem
}

.allMotherArchive .box .title2 {
    font-size: 1.2rem;
    font-weight: 900;
    color: #444
}

.allMotherArchive .box .body, .allMotherArchive .box p {
    font-size: .9rem;
    opacity: .7;
    font-weight: 500;
    color: #000;
    line-height: 2.2rem
}

@media (max-width: 930px) {
    .allMotherArchive {
        margin: .5rem 0
    }

    .allMotherArchive .titleM .name {
        font-size: 1.5rem
    }

    .allMotherArchive .titleM .address a {
        font-size: .8rem
    }

    .allMotherArchive .allSellerIndex, .allMotherArchive .allCategoryIndex {
        margin-top: 2rem
    }

    .allMotherArchive .allSellerIndex .title, .allMotherArchive .allCategoryIndex .title {
        margin-bottom: .5rem
    }

    .allMotherArchive .allSellerIndex .title .name, .allMotherArchive .allCategoryIndex .title .name {
        font-size: 1.2rem
    }

    .allMotherArchive .allProductList {
        margin-top: 2rem
    }

    .allMotherArchive .allProductList .title {
        font-size: 1.2rem;
        margin-bottom: .5rem
    }

    .allMotherArchive .box {
        padding: .5rem;
        margin-top: 1rem
    }

    .allMotherArchive .box .title2 {
        font-size: 1rem
    }

    .allMotherArchive .box .body, .allMotherArchive .box p {
        font-size: .8rem;
        line-height: 2rem
    }
}

.allProductArchive {
    margin: auto;
    margin-top: 1rem
}

.allProductArchive .address {
    display: flex;
    justify-content: right;
    align-items: center;
    position: relative;
    margin-bottom: 1rem
}

.allProductArchive .address i {
    display: grid;
    align-items: center;
    margin-left: .5rem
}

.allProductArchive .address i svg {
    width: 1.1rem;
    height: 1.1rem;
    fill: #444
}

.allProductArchive .address a {
    font-size: .9rem;
    font-weight: 500;
    color: #444
}

.allProductArchive .address a:after {
    content: "/";
    padding: 0 .8rem
}

.allProductArchive .address a:last-child {
    opacity: 1;
    color: var(--green-color)
}

.allProductArchive .address a:last-child:after {
    content: "";
    padding: 0
}

.allProductArchive .titleBox {
    display: grid;
    grid-template-columns:3fr 1fr;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    padding: 1rem;
    background: var(--green-color);
    margin-bottom: 1rem;
    border-radius: 10px
}

.allProductArchive .titleBox .name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff
}

.allProductArchive .titleBox ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: left;
    gap: .5rem
}

.allProductArchive .titleBox ul li a {
    background: white;
    display: grid;
    padding: .3rem 1rem;
    color: var(--green-color);
    font-weight: 300;
    font-size: .9rem;
    border-radius: 5rem
}

.allProductArchive .productArchive {
    display: grid;
    grid-template-columns:18rem 1fr;
    grid-gap: 1rem
}

.allProductArchive .productArchive .showFilterContent {
    padding: .5rem;
    background: white;
    border-radius: 5px;
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 700;
    color: #000;
    cursor: pointer;
    display: grid;
    grid-template-columns:auto auto;
    justify-content: space-between;
    align-items: center;
    grid-gap: .5rem
}

.allProductArchive .productArchive .showFilterContent i {
    display: grid;
    align-items: center
}

.allProductArchive .productArchive .showFilterContent i svg {
    width: 1rem;
    height: 1rem;
    fill: #000
}

.allProductArchive .productArchive .filterArchive {
    padding: .5rem;
    background: white;
    border-radius: 10px
}

.allProductArchive .productArchive .filterArchive .filterItems {
    margin-bottom: 1rem;
    overflow: hidden;
    padding: .5rem;
    border: 1px solid #bbb;
    border-radius: 10px
}

.allProductArchive .productArchive .filterArchive .filterItems .filterTitle {
    padding: .8rem;
    background: #f1f1f1;
    border-radius: 5px;
    display: grid;
    grid-template-columns:auto 1fr;
    align-items: center;
    grid-gap: .5rem
}

.allProductArchive .productArchive .filterArchive .filterItems .filterTitle i {
    display: grid;
    align-items: center
}

.allProductArchive .productArchive .filterArchive .filterItems .filterTitle i svg {
    width: 1.3rem;
    height: 1.3rem;
    fill: #000
}

.allProductArchive .productArchive .filterArchive .filterItems .filterTitle span {
    font-size: 1rem;
    font-weight: 300;
    color: #000
}

.allProductArchive .productArchive .filterArchive .filterItems .priceItems {
    margin-top: 1rem
}

.allProductArchive .productArchive .filterArchive .filterItems .priceItem {
    display: grid;
    grid-template-columns:auto 1fr;
    grid-gap: .5rem;
    align-items: center;
    margin-top: 1rem
}

.allProductArchive .productArchive .filterArchive .filterItems .priceItem label {
    font-size: .9rem;
    font-weight: 500;
    color: #000
}

.allProductArchive .productArchive .filterArchive .filterItems .priceItem input {
    padding: .5rem;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 300;
    color: #000;
    text-align: left;
    letter-spacing: .1px;
    border: 1px solid #eee;
    height: 35px !important
}

.allProductArchive .productArchive .filterArchive .filterItems .priceFilter {
    background: var(--green-color);
    border-radius: 5px;
    width: 100%;
    padding: .5rem;
    font-size: .8rem;
    font-weight: 300;
    color: #fff;
    transition: all .3s ease-in-out;
    margin-top: 1rem;
    opacity: .7
}

.allProductArchive .productArchive .filterArchive .filterItems .priceFilter:hover {
    opacity: 1
}

.allProductArchive .productArchive .filterArchive .filterItems .filterCategories {
    display: grid;
    grid-template-columns:1fr;
    margin-top: 1rem;
    max-height: 15rem;
    overflow-y: scroll
}

.allProductArchive .productArchive .filterArchive .filterItems .filterCategories a {
    direction: rtl;
    font-size: .9rem;
    font-weight: 500;
    color: #000;
    margin-top: 1rem
}

.allProductArchive .productArchive .filterArchive .filterItems .filterCategories a a {
    font-size: .85rem;
    color: #000;
    margin-right: 1rem
}

.allProductArchive .productArchive .filterArchive .filterItems .filterCategories a a span {
    display: grid;
    grid-template-columns:auto auto;
    justify-content: right;
    align-items: center;
    grid-gap: .5rem;
    margin-top: 1rem;
    margin-right: 1rem
}

.allProductArchive .productArchive .filterArchive .filterItems .filterCategories a a span:before {
    content: "";
    width: 17px;
    border-radius: 100%;
    height: 17px;
    background: #b3b3b3;
    border: 2px solid white;
    box-shadow: 0 0 5px #0000001a
}

.allProductArchive .productArchive .filterArchive .filterItems .filterCategories a a a {
    color: #000;
    font-weight: 300
}

.allProductArchive .productArchive .filterArchive .filterItems .filterCategories a a a span {
    margin-right: 2rem
}

.allProductArchive .productArchive .filterArchive .filterItems .filterCategories a a a span:before {
    content: "";
    width: 1rem;
    border-radius: 100%;
    height: 1rem;
    background: white;
    border: 2px solid #E7EBEE;
    box-shadow: 0 0 5px #0000001a
}

.allProductArchive .productArchive .filterArchive .filterItems .filterCategories a:first-child {
    margin-top: 0
}

.allProductArchive .productArchive .filterArchive .filterItems .filterCategories li {
    font-size: .9rem;
    font-weight: 300;
    color: #000;
    cursor: pointer;
    margin-top: 1rem
}

.allProductArchive .productArchive .filterArchive .filterItems .filterCategories li span {
    display: grid;
    grid-template-columns:auto auto;
    justify-content: right;
    align-items: center;
    grid-gap: .5rem
}

.allProductArchive .productArchive .filterArchive .filterItems .filterCategories li span:before {
    content: "";
    width: 1rem;
    height: 1rem;
    border-radius: 5rem;
    display: grid;
    border: 1px solid #eee
}

.allProductArchive .productArchive .filterArchive .filterItems .filterCategories li .active {
    color: var(--green-color)
}

.allProductArchive .productArchive .filterArchive .filterItems .filterCategories li .active:before {
    background: var(--green-color);
    border: 1px solid var(--green-color)
}

.allProductArchive .productArchive .filterArchive .filterItems .filterCategories li:first-child {
    margin-top: 0
}

.allProductArchive .productArchive .filterArchive .filterItems .filterSearch {
    margin-top: 1rem
}

.allProductArchive .productArchive .filterArchive .filterItems .filterSearch label {
    display: grid;
    align-items: center;
    padding: .5rem;
    border-radius: 5px;
    border: 1px solid #eee;
    cursor: text;
    transition: all .3s ease-in-out
}

.allProductArchive .productArchive .filterArchive .filterItems .filterSearch label i {
    display: grid;
    align-items: center
}

.allProductArchive .productArchive .filterArchive .filterItems .filterSearch label svg {
    width: 1rem;
    height: 1rem
}

.allProductArchive .productArchive .filterArchive .filterItems .filterSearch label input {
    font-size: .85rem;
    font-weight: 300;
    color: #000;
    background: transparent
}

.allProductArchive .productArchive .filterArchive .filterItems .filterContainer {
    padding-top: .5rem;
    max-height: 15rem
}

.allProductArchive .productArchive .filterArchive .filterItems .filterContainer .allProductArchiveFiltersItem {
    direction: rtl
}

.allProductArchive .productArchive .filterArchive .filterItems .filterContainer .allProductArchiveFiltersItem label {
    display: grid;
    padding: .5rem;
    grid-gap: .5rem;
    grid-template-columns:auto auto;
    justify-content: right;
    align-items: center;
    cursor: pointer;
    color: #000;
    letter-spacing: .1px;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.571;
    max-width: 15rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .allProductArchive .productArchive .filterArchive .filterItems .filterContainer .allProductArchiveFiltersItem input[type=checkbox], .allProductArchive .productArchive .filterArchive .filterItems .filterContainer .allProductArchiveFiltersItem input[type=radio] {
        --active: #F9AB3B;
        --active-inner: #fff;
        --focus: 2px rgba(255, 159, 0, .5);
        --border: #EEEEEE;
        --border-hover: #EEEEEE;
        --background: #EEEEEE;
        --disabled: #F6F8FF;
        --disabled-inner: #E1E6F9;
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 17px;
        border-radius: 5rem;
        outline: none;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0;
        cursor: pointer;
        border: 1px solid var(--bc, var(--border));
        background: var(--b, var(--background));
        transition: background .3s, border-color .3s, box-shadow .2s
    }

    .allProductArchive .productArchive .filterArchive .filterItems .filterContainer .allProductArchiveFiltersItem input[type=checkbox]:after, .allProductArchive .productArchive .filterArchive .filterItems .filterContainer .allProductArchiveFiltersItem input[type=radio]:after {
        content: "";
        display: block;
        left: 0;
        top: 0;
        position: absolute;
        transition: all .3s ease-in-out
    }

    .allProductArchive .productArchive .filterArchive .filterItems .filterContainer .allProductArchiveFiltersItem input[type=checkbox]:checked, .allProductArchive .productArchive .filterArchive .filterItems .filterContainer .allProductArchiveFiltersItem input[type=radio]:checked {
        --b: var(--active);
        --bc: var(--active);
        --d-o: .3s;
        --d-t: .6s;
        --d-t-e: cubic-bezier(.2, .85, .32, 1.2)
    }

    .allProductArchive .productArchive .filterArchive .filterItems .filterContainer .allProductArchiveFiltersItem input[type=checkbox]:disabled, .allProductArchive .productArchive .filterArchive .filterItems .filterContainer .allProductArchiveFiltersItem input[type=radio]:disabled {
        --b: var(--disabled);
        cursor: not-allowed;
        opacity: .9
    }

    .allProductArchive .productArchive .filterArchive .filterItems .filterContainer .allProductArchiveFiltersItem input[type=checkbox]:disabled:checked, .allProductArchive .productArchive .filterArchive .filterItems .filterContainer .allProductArchiveFiltersItem input[type=radio]:disabled:checked {
        --b: var(--disabled-inner);
        --bc: var(--border)
    }

    .allProductArchive .productArchive .filterArchive .filterItems .filterContainer .allProductArchiveFiltersItem input[type=checkbox]:disabled + label, .allProductArchive .productArchive .filterArchive .filterItems .filterContainer .allProductArchiveFiltersItem input[type=radio]:disabled + label {
        cursor: not-allowed
    }

    .allProductArchive .productArchive .filterArchive .filterItems .filterContainer .allProductArchiveFiltersItem input[type=checkbox]:hover:not(:checked):not(:disabled), .allProductArchive .productArchive .filterArchive .filterItems .filterContainer .allProductArchiveFiltersItem input[type=radio]:hover:not(:checked):not(:disabled) {
        --bc: var(--border-hover)
    }

    .allProductArchive .productArchive .filterArchive .filterItems .filterContainer .allProductArchiveFiltersItem input[type=checkbox]:focus, .allProductArchive .productArchive .filterArchive .filterItems .filterContainer .allProductArchiveFiltersItem input[type=radio]:focus {
        box-shadow: 0 0 0 var(--focus)
    }

    .allProductArchive .productArchive .filterArchive .filterItems .filterContainer .allProductArchiveFiltersItem input[type=checkbox]:not(.switch), .allProductArchive .productArchive .filterArchive .filterItems .filterContainer .allProductArchiveFiltersItem input[type=radio]:not(.switch) {
        width: 17px
    }

    .allProductArchive .productArchive .filterArchive .filterItems .filterContainer .allProductArchiveFiltersItem input[type=checkbox]:not(.switch):after, .allProductArchive .productArchive .filterArchive .filterItems .filterContainer .allProductArchiveFiltersItem input[type=radio]:not(.switch):after {
        opacity: var(--o, 0)
    }

    .allProductArchive .productArchive .filterArchive .filterItems .filterContainer .allProductArchiveFiltersItem input[type=checkbox]:not(.switch):checked, .allProductArchive .productArchive .filterArchive .filterItems .filterContainer .allProductArchiveFiltersItem input[type=radio]:not(.switch):checked {
        --o: 1
    }

    .allProductArchive .productArchive .filterArchive .filterItems .filterContainer .allProductArchiveFiltersItem input[type=checkbox] + label, .allProductArchive .productArchive .filterArchive .filterItems .filterContainer .allProductArchiveFiltersItem input[type=radio] + label {
        font-size: 14px;
        line-height: 21px;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        margin-left: 4px
    }

    .allProductArchive .productArchive .filterArchive .filterItems .filterContainer .allProductArchiveFiltersItem input[type=checkbox]:not(.switch):after {
        width: 5px;
        height: 9px;
        border: 2px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 5px;
        top: 2px;
        transform: rotate(var(--r, 20deg))
    }

    .allProductArchive .productArchive .filterArchive .filterItems .filterContainer .allProductArchiveFiltersItem input[type=checkbox]:not(.switch):checked {
        --r: 43deg
    }

    .allProductArchive .productArchive .filterArchive .filterItems .filterContainer .allProductArchiveFiltersItem input[type=checkbox].switch {
        width: 10px
    }

    .allProductArchive .productArchive .filterArchive .filterItems .filterContainer .allProductArchiveFiltersItem input[type=checkbox].switch:after {
        left: 2px;
        top: 2px;
        width: 10px;
        height: 10px;
        background: var(--ab, var(--border));
        transform: translate(var(--x, 0))
    }

    .allProductArchive .productArchive .filterArchive .filterItems .filterContainer .allProductArchiveFiltersItem input[type=checkbox].switch:checked {
        --ab: var(--active-inner);
        --x: 10px
    }

    .allProductArchive .productArchive .filterArchive .filterItems .filterContainer .allProductArchiveFiltersItem input[type=checkbox].switch:disabled:not(:checked):after {
        opacity: .6
    }

    .allProductArchive .productArchive .filterArchive .filterItems .filterContainer .allProductArchiveFiltersItem input[type=radio]:after {
        width: 10px;
        height: 10px;
        background: var(--active-inner);
        opacity: 0;
        transform: scale(var(--s, .7))
    }

    .allProductArchive .productArchive .filterArchive .filterItems .filterContainer .allProductArchiveFiltersItem input[type=radio]:checked {
        --s: .5
    }
}

.allProductArchive .productArchive .filterArchive .filterItems:last-child {
    margin-bottom: 0
}

.allProductArchive .productArchive .productContainer .productLists {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(14rem, 1fr));
    background: white;
    border-radius: 10px;
    overflow: hidden
}

.allProductArchive .productArchive .productContainer .productLists .productList a {
    transition: all .3s ease-in-out;
    display: grid;
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
    padding: 1rem
}

.allProductArchive .productArchive .productContainer .productLists .productList a .pic {
    display: grid;
    justify-content: center
}

.allProductArchive .productArchive .productContainer .productLists .productList a .pic img {
    width: 100%;
    height: 15rem;
    object-fit: contain
}

.allProductArchive .productArchive .productContainer .productLists .productList a .title2 {
    font-size: .85rem;
    font-weight: 300;
    color: #000;
    line-height: 1.7rem;
    text-align: right;
    margin: .8rem 0;
    height: 3.2rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.allProductArchive .productArchive .productContainer .productLists .productList a .seller {
    position: absolute;
    top: .5rem;
    right: .5rem;
    padding: 5px 10px;
    border-radius: 5rem;
    font-size: .8rem;
    font-weight: 300;
    color: #444;
    background: white;
    box-shadow: 0 0 5px #0003;
    transition: all .3s ease-in-out
}

.allProductArchive .productArchive .productContainer .productLists .productList a .price {
    display: grid;
    grid-template-columns:1fr;
    text-align: left;
    height: 3rem
}

.allProductArchive .productArchive .productContainer .productLists .productList a .price s {
    font-size: .8rem;
    font-weight: 500;
    color: #000;
    opacity: .6
}

.allProductArchive .productArchive .productContainer .productLists .productList a .price .price1 {
    display: grid;
    grid-template-columns:auto auto;
    justify-content: left;
    align-items: center;
    grid-gap: .5rem;
    font-size: 16px;
    font-weight: 900;
    color: #000
}

.allProductArchive .productArchive .productContainer .productLists .productList a .price .price1:after {
    content: "︎";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: normal;
    font-family: digikala;
    font-size: 1.1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    line-height: 1;
    box-sizing: inherit
}

.allProductArchive .productArchive .productContainer .productLists .productList a .price .offProduct {
    position: absolute;
    top: .5rem;
    z-index: 1;
    right: .5rem
}

.allProductArchive .productArchive .productContainer .productLists .productList a .price .offProduct .offProductItem {
    position: relative
}

.allProductArchive .productArchive .productContainer .productLists .productList a .price .offProduct .offProductItem svg {
    width: 2.5rem;
    height: 2.5rem;
    fill: red;
    animation: off-anim 1s ease-in-out infinite
}

@keyframes off-anim {
    0% {
        width: 2.5rem;
        height: 2.5rem
    }
    50% {
        width: 2.8rem;
        height: 2.8rem
    }
    to {
        width: 2.5rem;
        height: 2.5rem
    }
}

.allProductArchive .productArchive .productContainer .productLists .productList a .price .offProduct .offProductItem div {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: grid;
    justify-content: center;
    align-items: center
}

.allProductArchive .productArchive .productContainer .productLists .productList a .price .offProduct .offProductItem div span {
    font-size: .9rem;
    font-weight: 300;
    color: #fff;
    display: grid;
    margin-bottom: 2px
}

.allProductArchive .productArchive .productContainer .productLists .productList a .addCart {
    display: grid;
    grid-template-columns:auto 1fr;
    align-items: center;
    grid-gap: .5rem;
    font-size: .9rem;
    font-weight: 700;
    color: #000;
    background: #f5f5f5;
    border-radius: 5px;
    margin-top: 1rem
}

.allProductArchive .productArchive .productContainer .productLists .productList a .addCart i {
    padding: .8rem;
    border-radius: 5px;
    background: var(--green-color);
    display: grid;
    align-items: center;
    justify-content: center
}

.allProductArchive .productArchive .productContainer .productLists .productList a .addCart i svg {
    width: 1rem;
    height: 1rem;
    fill: #fff
}

.allProductArchive .productArchive .productContainer .productLists .productList a .empty {
    background: red
}

.allProductArchive .productArchive .productContainer .productLists .productList a:hover {
    border: 1px solid var(--green-color)
}

.allProductArchive .productArchive .productContainer .productLists .productList a:hover .seller {
    background: var(--green-color);
    color: #fff
}

.allProductArchive .description {
    overflow: hidden;
    padding: 1rem;
    background: white;
    box-shadow: 0 0 10px #0000001a;
    border-radius: 10px;
    margin-top: 1rem
}

.allProductArchive .description .title1 {
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--green-color)
}

.allProductArchive .description p {
    font-size: .9rem;
    opacity: .7;
    font-weight: 500;
    color: #000;
    line-height: 2.2rem
}

@media screen and (max-width: 800px) {
    .allProductArchive .titleBox {
        grid-template-columns:1fr;
        padding: .5rem;
        margin-bottom: .5rem
    }

    .allProductArchive .titleBox .name {
        font-size: 1rem;
        text-align: center
    }

    .allProductArchive .titleBox ul {
        justify-content: center
    }

    .allProductArchive .titleBox ul li a {
        padding: .3rem .5rem;
        font-size: .8rem
    }

    .allProductArchive .productArchive {
        display: block
    }

    .allProductArchive .productArchive .filterArchive {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 100;
        padding: 1rem;
        background: #eee;
        overflow-y: scroll
    }

    .allProductArchive .productArchive .productContainer .productLists {
        grid-template-columns:1fr 1fr;
        grid-gap: .5rem;
        padding: .3rem
    }

    .allProductArchive .productArchive .productContainer .productLists .productList a .pic img {
        height: 10rem
    }

    .allProductArchive .productArchive .productContainer .productLists .productList a .title2 {
        font-size: .75rem;
        margin: .5rem;
        height: auto
    }

    .allProductArchive .productArchive .productContainer .productLists .productList a .seller {
        top: .5rem;
        right: .5rem;
        font-size: .7rem
    }
}

.allBazarArchive {
    margin: auto;
    margin-top: 1rem
}

.allBazarArchive .title {
    margin-bottom: 1rem;
    text-align: center
}

.allBazarArchive .title .title2 {
    font-size: 2rem;
    text-align: center;
    font-weight: 900;
    color: #000
}

.allBazarArchive .title .body {
    font-size: 1rem;
    text-align: center;
    font-weight: 500;
    color: var(--green-color);
    text-decoration: underline;
    margin-top: 1rem;
    display: grid
}

.allBazarArchive .discover {
    margin-top: 3rem
}

.allBazarArchive .discover .items {
    display: grid;
    grid-template-columns:repeat(6, 1fr);
    gap: 10px
}

.allBazarArchive .discover .items .catName {
    display: grid;
    margin: .5rem 0
}

.allBazarArchive .discover .items .item {
    display: grid;
    position: relative;
    margin: var(--adjust-size);
    padding: .5rem;
    border-radius: 10px;
    width: 100%;
    height: auto;
    background: white;
    text-align: center;
    cursor: pointer;
    justify-content: center;
    overflow: hidden
}

.allBazarArchive .discover .items .item .pic {
    position: relative
}

.allBazarArchive .discover .items .item .pic .price {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: var(--green-color);
    color: #fff;
    text-align: left;
    padding: 2px 5px;
    font-size: .9rem;
    border-radius: 5px;
    font-weight: 500
}

.allBazarArchive .discover .items .item .pic .price:after {
    content: "︎";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 300;
    letter-spacing: normal;
    font-family: digikala;
    font-size: .9rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: none;
    line-height: 1;
    box-sizing: inherit
}

.allBazarArchive .discover .showStory {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #0009;
    z-index: 4000
}

.allBazarArchive .discover .showStory .show1 {
    width: 30%;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: white;
    overflow: hidden;
    height: 90%
}

.allBazarArchive .discover .showStory .show1 .titleS {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5rem;
    height: 4rem
}

.allBazarArchive .discover .showStory .show1 .titleS .profile {
    display: flex;
    gap: .5rem;
    align-items: center
}

.allBazarArchive .discover .showStory .show1 .titleS .profile .pic {
    overflow: hidden;
    border-radius: 50%
}

.allBazarArchive .discover .showStory .show1 .titleS .profile .pic img {
    width: 3rem;
    height: 3rem;
    object-fit: cover
}

.allBazarArchive .discover .showStory .show1 .titleS .profile .detail .name {
    font-size: .9rem;
    font-weight: 300;
    color: #000
}

.allBazarArchive .discover .showStory .show1 .titleS .profile .detail .city {
    font-size: .8rem;
    font-weight: 300;
    color: #444
}

.allBazarArchive .discover .showStory .show1 .titleS i {
    display: grid;
    align-items: center;
    cursor: pointer
}

.allBazarArchive .discover .showStory .show1 .titleS i svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: #000
}

.allBazarArchive .discover .showStory .show1 .body {
    height: calc(100% - 6.5rem)
}

.allBazarArchive .discover .showStory .show1 .body .video-container {
    height: 100%
}

.allBazarArchive .discover .showStory .show1 .body img, .allBazarArchive .discover .showStory .show1 .body video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.allBazarArchive .discover .showStory .show1 .send {
    display: grid;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: .3rem .5rem;
    text-align: center;
    background: var(--green-color);
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    height: 2.5rem
}

.allBazarArchive .discover .item img, .allBazarArchive .discover video {
    aspect-ratio: 1/1;
    width: 100%;
    height: 15rem;
    object-fit: cover;
    display: block;
    border-radius: 5px;
    z-index: 1
}

.allBazarArchive .discover .item .title2 {
    font-size: 1rem;
    font-weight: 400;
    display: grid;
    color: #444;
    justify-content: right;
    white-space: pre-line;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 1
}

.allBazarArchive .discover .item .title3 {
    color: #dc143c;
    font-size: 22px
}

.allBazarArchive .discover .item p, .allBazarArchive .discover .catName {
    font-size: 17px
}

.allBazarArchive .discover .item small {
    font-size: 12px
}

.allBazarArchive .discover .item > div {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.allBazarArchive .discover #info {
    position: relative;
    text-align: center;
    z-index: 1
}

.allBazarArchive .discover #info a {
    font-size: 1.1rem
}

@media (max-width: 800px) {
    .allBazarArchive .discover .items {
        grid-template-columns:repeat(2, 1fr);
        gap: 5px
    }

    .allBazarArchive .discover .items .item img, .allBazarArchive .discover .items video {
        height: 10rem
    }

    .allBazarArchive .discover .items .item {
        transform: translateY(0) !important
    }

    .allBazarArchive .discover .items .item .title2 {
        font-size: .7rem
    }

    .allBazarArchive .discover .items .item:nth-child(4n+1) {
        transform: translateY(0)
    }

    .allBazarArchive .discover .showStory .show1 {
        width: 98%
    }

    .allBazarArchive .discover .showStory .show1 .body img {
        height: calc(100% - 14rem)
    }
}

.allBazarArchive .load1 {
    text-align: center;
    padding: .5rem 1rem;
    font-size: 1.3rem;
    font-weight: 300;
    color: #000
}

.allNews {
    margin: auto;
    margin-top: 2rem;
    min-height: calc(100vh - 12rem)
}

.allNews h1 {
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--green-color);
    margin-bottom: 2rem
}

.allNews .allNewsRightItems {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(25rem, 1fr));
    grid-gap: 1rem;
    margin-bottom: 2rem
}

.allNews .allNewsRightItems .allNewsRightItem {
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.allNews .allNewsRightItems .allNewsRightItem img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.allNews .allNewsRightItems .allNewsRightItem .allNewsRightItemOver {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    box-shadow: inset 0 -50px 50px #0006;
    border-radius: 10px;
    padding: 1rem;
    display: grid;
    align-items: end
}

.allNews .allNewsRightItems .allNewsRightItem .allNewsRightItemOver span {
    border-radius: 5px;
    padding: .3rem 1rem;
    font-weight: 500;
    font-size: .9rem;
    background: #DD4B39;
    color: #fff;
    position: absolute;
    top: 1rem;
    left: 1rem
}

.allNews .allNewsRightItems .allNewsRightItem .allNewsRightItemOver .active {
    background: rgba(60, 217, 1, .9);
    color: #fff
}

.allNews .allNewsRightItems .allNewsRightItem .allNewsRightItemOver h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-top: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.allNews .description {
    margin-top: 2rem
}

.allNews .description p {
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    line-height: 2rem
}

@media screen and (max-width: 1000px) {
    .allNews {
        margin-top: 1rem
    }

    .allNews h1 {
        margin-bottom: 0
    }

    .allNews .allNewsRightItems {
        display: block
    }

    .allNews .allNewsRightItems .allNewsRightItem {
        display: grid;
        margin-top: 1rem
    }
}

.allShopsArchive {
    margin: auto;
    margin-top: 2rem;
    min-height: 100vh
}

.allShopsArchive .tops {
    display: grid;
    grid-template-columns:1fr auto;
    align-items: center;
    grid-gap: 1rem;
    padding: 1rem;
    border-radius: 10px;
    background: white
}

.allShopsArchive .tops h1 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #444
}

.allShopsArchive .tops h1 span {
    color: var(--green-color)
}

.allShopsArchive .tops label input {
    background: #f2f3f7;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 300;
    color: #444;
    width: 25rem;
    padding: .5rem 1rem
}

.allShopsArchive ul {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(20rem, 1fr));
    grid-gap: 1rem;
    margin: 1rem 0
}

.allShopsArchive ul li a {
    display: grid;
    background: white;
    padding: 1rem;
    border-radius: 10px
}

.allShopsArchive ul li a .pic {
    display: grid;
    justify-content: center;
    align-items: center
}

.allShopsArchive ul li a .pic img {
    width: 100%;
    height: 6rem;
    object-fit: contain
}

.allShopsArchive ul li a .titles {
    display: grid;
    grid-template-columns:1fr auto;
    grid-gap: 1rem;
    padding: .5rem 0;
    margin: 1rem 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.allShopsArchive ul li a .titles h3 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1rem;
    font-weight: 500;
    color: #444
}

.allShopsArchive ul li a .titles .stars {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: .2rem;
    font-size: 1rem;
    font-weight: 500;
    color: #444
}

.allShopsArchive ul li a .titles .stars .rateItem {
    display: grid;
    align-items: center
}

.allShopsArchive ul li a .titles .stars img {
    width: 1rem;
    height: 1rem
}

.allShopsArchive ul li a .options {
    display: grid;
    grid-template-columns:1fr 1fr
}

.allShopsArchive ul li a .options .name {
    font-size: .85rem;
    font-weight: 700;
    color: #000;
    opacity: .6
}

.allShopsArchive ul li a .options .body {
    font-size: .85rem;
    font-weight: 500;
    color: #444
}

.allShopsArchive ul li a .options .type {
    border-left: 1px solid #ddd;
    padding-left: 1rem
}

.allShopsArchive ul li a .options .time {
    padding-right: 1rem
}

@media screen and (max-width: 1000px) {
    .allShopsArchive {
        margin-top: 1rem
    }

    .allShopsArchive .tops {
        grid-template-columns:1fr
    }

    .allShopsArchive .tops label input {
        width: 100%
    }

    .allShopsArchive ul {
        grid-template-columns:1fr
    }
}

.allProfileIndex {
    margin: auto;
    margin-top: 1rem;
    display: grid;
    grid-template-columns:auto 1fr;
    grid-gap: 1rem
}

.allProfileIndex .profileIndex .notes {
    padding: 1rem;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 1rem;
    box-shadow: 0 0 20px #00000026;
    background: var(--back1-color)
}

.allProfileIndex .profileIndex .notes .noteTitle {
    font-size: 1.1rem;
    font-weight: 700;
    color: #000
}

.allProfileIndex .profileIndex .notes .items .item {
    margin-top: 1rem;
    border-radius: 10px;
    overflow: hidden;
    background: var(--back3-color);
    padding: 1rem
}

.allProfileIndex .profileIndex .notes .items .item h4 {
    font-weight: 700;
    font-size: .9rem;
    color: #000;
    margin-bottom: .5rem
}

.allProfileIndex .profileIndex .notes .items .item p {
    font-weight: 300;
    font-size: .85rem;
    color: #000
}

.allProfileIndex .profileIndex .about {
    border-radius: 10px;
    padding: 1rem;
    background: white;
    box-shadow: 0 0 20px #00000026
}

.allProfileIndex .profileIndex .about .title {
    font-size: 1rem;
    font-weight: 500;
    color: #444;
    margin-bottom: 1rem
}

.allProfileIndex .profileIndex .about .items {
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-gap: 1rem;
    align-items: center
}

.allProfileIndex .profileIndex .about .items .item .name {
    font-size: .9rem;
    font-weight: 500;
    color: #000;
    margin-bottom: .5rem
}

.allProfileIndex .profileIndex .about .items .item .body {
    font-size: 1rem;
    font-weight: 500;
    color: #444;
    background: #eee;
    padding: .5rem;
    border-radius: 5px
}

@media screen and (max-width: 1000px) {
    .allProfileIndex .profileIndex .profileIndexTop, .allProfileIndex .profileIndex .about .items {
        grid-template-columns:1fr
    }
}

.allProfileIndex .profileIndex label {
    color: #000;
    font-size: 1rem;
    font-weight: 500;
    padding-right: 1rem
}

.allProfileIndex .profileIndexPay {
    margin-top: 1rem;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 20px #00000026;
    background: var(--back1-color)
}

.allProfileIndex .profileIndexPay label {
    padding: 1rem;
    display: grid
}

.allProfileIndex .profileIndexPay table {
    display: grid;
    grid-template-columns:1fr
}

.allProfileIndex .profileIndexPay table tr {
    display: grid;
    background: var(--back1-color);
    grid-template-columns:repeat(auto-fit, minmax(1rem, 1fr));
    overflow: hidden;
    border: 1px solid #f5f5f5
}

.allProfileIndex .profileIndexPay table tr:nth-child(2n) {
    background: var(--back2-color)
}

.allProfileIndex .profileIndexPay table tr th {
    padding: 1rem;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: .7rem;
    font-weight: 500;
    color: #000
}

.allProfileIndex .profileIndexPay table tr th svg {
    width: 1rem;
    height: 1rem
}

.allProfileIndex .profileIndexPay table tr th:first-child {
    border-right: 0
}

.allProfileIndex .profileIndexPay table tr td {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(1rem, auto));
    justify-content: center;
    align-items: center;
    grid-gap: .5rem;
    text-align: center;
    padding: 1rem
}

.allProfileIndex .profileIndexPay table tr td a {
    cursor: pointer
}

.allProfileIndex .profileIndexPay table tr td a svg {
    width: 1rem;
    height: 1rem
}

.allProfileIndex .profileIndexPay table tr td span {
    color: #000;
    font-size: .75rem;
    font-weight: 300
}

.allProfileIndex .profileIndexPay table tr .active {
    display: grid;
    grid-template-columns:auto auto;
    justify-content: right;
    align-items: center;
    font-weight: 500;
    background: transparent;
    color: #000;
    font-size: .7rem
}

.allProfileIndex .profileIndexPay table tr .active:before {
    border-radius: 10px;
    width: 10px;
    height: 10px;
    background-color: #00c58d;
    content: "";
    display: inline-block;
    margin-left: 10px
}

.allProfileIndex .profileIndexPay table tr .unActive {
    display: grid;
    grid-template-columns:auto auto;
    justify-content: right;
    align-items: center;
    font-weight: 300;
    background: transparent;
    color: #000;
    font-size: .7rem
}

.allProfileIndex .profileIndexPay table tr .unActive:before {
    border-radius: 10px;
    width: 10px;
    height: 10px;
    background-color: #fc5c63;
    content: "";
    display: inline-block;
    margin-left: 10px
}

@media screen and (max-width: 1200px) {
    .allProfileIndex .profileIndexPay table tr th, .allProfileIndex .profileIndexPay table tr td {
        padding: 2rem 0
    }
}

@media screen and (max-width: 700px) {
    .allProfileIndex .profileIndexPay table tr th {
        padding: 1rem 0;
        font-size: .55rem
    }

    .allProfileIndex .profileIndexPay table tr td {
        padding: 1rem 0
    }

    .allProfileIndex .profileIndexPay table tr td span {
        font-size: .55rem;
        color: #313131
    }

    .allProfileIndex .profileIndexPay table tr td i svg {
        width: .5rem;
        height: .5rem
    }

    .allProfileIndex .profileIndexPay table tr td .active, .allProfileIndex .profileIndexPay table tr td .unActive {
        font-size: .5rem
    }

    .allProfileIndex .profileIndexPay table tr td .active:before, .allProfileIndex .profileIndexPay table tr td .unActive:before {
        visibility: hidden;
        position: absolute;
        top: 0
    }
}

.allProfileIndex .allUserIndexInfo #upload-image-form .sendImage {
    background: var(--back1-color);
    border-radius: 10px;
    overflow: hidden;
    display: grid;
    grid-template-columns:1fr;
    justify-content: center;
    box-shadow: 0 0 20px #00000026;
    margin-bottom: 1rem
}

.allProfileIndex .allUserIndexInfo #upload-image-form .sendImage .dropify-wrapper {
    border: 1px solid var(--back2-color) !important
}

.allProfileIndex .allUserIndexInfo #upload-image-form .sendImage .dropify-wrapper .file-icon:before {
    opacity: 0 !important;
    position: absolute !important;
    top: 0 !important;
    visibility: hidden !important
}

.allProfileIndex .allUserIndexInfo #upload-image-form .sendImage .dropify-wrapper .dropify-message p {
    margin: 0;
    font-size: 1.3rem;
    font-family: irsans;
    color: #00800082
}

.allProfileIndex .allUserIndexInfo #upload-image-form #upload-image {
    padding: .3rem 1.5rem;
    font-weight: 500;
    font-size: .9rem;
    color: #fff;
    background: var(--green-color);
    margin-right: 1rem;
    border-radius: 5px;
    box-shadow: 0 0 20px #00000026
}

.allProfileIndex .allUserIndexInfo .allUserIndexInfoPersonal {
    background: var(--back1-color);
    margin-top: 1rem;
    border-radius: 10px;
    overflow: hidden
}

.allProfileIndex .allUserIndexInfo .allUserIndexInfoPersonal .allUserIndexInfoPersonalItems {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(1px, 1fr));
    border-top: 1px solid #eee
}

.allProfileIndex .allUserIndexInfo .allUserIndexInfoPersonal .allUserIndexInfoPersonalItems .allUserIndexInfoPersonalItem {
    padding: 1rem;
    display: grid;
    grid-template-columns:1fr;
    grid-gap: .5rem
}

.allProfileIndex .allUserIndexInfo .allUserIndexInfoPersonal .allUserIndexInfoPersonalItems .allUserIndexInfoPersonalItem input, .allProfileIndex .allUserIndexInfo .allUserIndexInfoPersonal .allUserIndexInfoPersonalItems .allUserIndexInfoPersonalItem textarea {
    padding: .5rem;
    background: var(--back2-color);
    border-radius: .2rem;
    width: 100%;
    transition: all .3s ease-in-out;
    font-size: .9rem;
    line-height: 1.571;
    color: #81858b;
    height: 2.5rem
}

.allProfileIndex .allUserIndexInfo .allUserIndexInfoPersonal .allUserIndexInfoPersonalItems .allUserIndexInfoPersonalItem textarea {
    height: 10rem
}

.allProfileIndex .allUserIndexInfo .allUserIndexInfoPersonal .allUserIndexInfoPersonalItems .allUserIndexInfoPersonalItem label {
    font-size: .9rem;
    line-height: 1.692;
    color: #000
}

.allProfileIndex .allUserIndexInfo .allUserIndexInfoPersonal .allUserIndexInfoPersonalItems .allUserIndexInfoPersonalItem h4 {
    height: 2.5rem;
    width: 100%;
    cursor: pointer;
    background: var(--back2-color);
    border-radius: .2rem;
    color: #000;
    display: grid;
    align-items: center;
    padding-right: .5rem;
    font-weight: 300
}

.allProfileIndex .allUserIndexInfo .allUserIndexInfoPersonal .allUserIndexInfoPersonalItems .allUserIndexInfoPersonalItem:first-child {
    border-left: 1px solid #eee
}

.allProfileIndex .allUserIndexInfo .allUserIndexInfoPersonal .allUserIndexInfoPersonalItems:first-child {
    border-top: 0
}

.allProfileIndex .allUserIndexInfo .infoButton {
    font-size: .9rem;
    font-weight: 300;
    color: #fff;
    background: var(--green-color);
    border-radius: 5px;
    padding: .3rem .5rem;
    display: grid;
    margin-top: 1rem
}

@media screen and (max-width: 800px) {
    .allProfileIndex {
        display: block
    }

    .allProfileIndex .allProfileList {
        display: none
    }
}

.allShowPay {
    background: white;
    box-shadow: 0 0 5px #0000000d;
    border-radius: 10px;
    padding: 1rem
}

.allShowPay .topShowPay .title {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 1rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem
}

.allShowPay .topShowPay .title h2 {
    font-size: 1.2rem;
    color: #000;
    font-weight: 700
}

.allShowPay .topShowPay .title span {
    font-size: .8rem;
    font-weight: 300;
    color: #000;
    opacity: .7;
    background: #f5f5f5;
    padding: .2rem 1rem;
    border-radius: 5px
}

.allShowPay .topShowPay .title button {
    display: flex;
    justify-content: right;
    align-items: center;
    grid-gap: .5rem;
    font-size: .8rem;
    color: #fff;
    background: var(--green-color);
    font-weight: 500;
    padding: .3rem 1rem;
    border-radius: 5px
}

.allShowPay .topShowPay .title button a {
    color: #fff
}

.allShowPay .topShowPay .title button svg {
    fill: #fff;
    width: 1rem;
    height: 1rem
}

.allShowPay .topShowPay .title a {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: .5rem;
    font-size: .8rem;
    color: #fff;
    background: var(--green-color);
    font-weight: 500;
    padding: .3rem 1rem;
    border-radius: 5px
}

.allShowPay .topShowPay .title a svg {
    fill: #fff;
    width: 1rem;
    height: 1rem
}

@media screen and (max-width: 500px) {
    .allShowPay .topShowPay .title h2 {
        font-size: 1rem
    }

    .allShowPay .topShowPay .title span {
        font-size: .7rem
    }
}

.allShowPay .topShowPay .detail .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    align-items: center;
    grid-gap: 1.5rem;
    margin-top: 1rem
}

.allShowPay .topShowPay .detail .items .item {
    display: grid;
    grid-template-columns:auto auto;
    justify-content: right;
    align-items: center;
    grid-gap: .5rem
}

.allShowPay .topShowPay .detail .items .item h5 {
    font-size: .9rem;
    font-weight: 500;
    color: #000;
    opacity: .7
}

.allShowPay .topShowPay .detail .items .item div {
    font-size: .8rem;
    font-weight: 500;
    color: #000
}

.allShowPay .topShowPay .detail .items .item .active {
    display: grid;
    grid-template-columns:auto auto;
    justify-content: right;
    align-items: center;
    grid-gap: .5rem
}

.allShowPay .topShowPay .detail .items .item .active:before {
    width: 10px;
    height: 10px;
    content: "";
    background: var(--green-color);
    border-radius: 5rem
}

.allShowPay .topShowPay .detail .items .item .unActive {
    display: grid;
    grid-template-columns:auto auto;
    justify-content: right;
    align-items: center;
    grid-gap: .5rem
}

.allShowPay .topShowPay .detail .items .item .unActive:before {
    width: 10px;
    height: 10px;
    content: "";
    background: red;
    border-radius: 5rem
}

@media screen and (max-width: 700px) {
    .allShowPay .topShowPay .detail .items {
        grid-template-columns:1fr
    }
}

.allShowPay .topShowPay .detail .topDetail {
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
    margin-bottom: 1rem
}

.allShowPay .topShowPay .detail .botDetail {
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem
}

.allShowPay .allShowPayContainer .items {
    background: #f5f5f5;
    padding: 1rem;
    border-radius: 10px
}

.allShowPay .allShowPayContainer .items .titleProducts {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.allShowPay .allShowPayContainer .items .titleProducts .title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 1rem
}

.allShowPay .allShowPayContainer .items .titleProducts button {
    padding: .3rem 1rem;
    font-size: .8rem;
    font-weight: 300;
    background: green;
    color: #fff;
    border-radius: 5px
}

.allShowPay .allShowPayContainer .items .item {
    padding: 1rem;
    display: grid;
    grid-template-columns:auto 1fr;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 0 5px #0000000d;
    background: white;
    margin-bottom: 1rem;
    grid-gap: 1rem;
    position: relative
}

.allShowPay .allShowPayContainer .items .item .cartDetailPic img {
    width: 100%;
    max-width: 10rem;
    height: 8rem;
    object-fit: cover
}

.allShowPay .allShowPayContainer .items .item .cartDetailPic i {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

.allShowPay .allShowPayContainer .items .item .cartDetailPic i svg {
    width: 1rem;
    height: 1rem;
    fill: red
}

.allShowPay .allShowPayContainer .items .item .cartDetailInfo .cartDetailInfoItem {
    margin-top: .5rem;
    display: grid;
    grid-template-columns:auto 1fr;
    grid-gap: .5rem;
    align-items: center
}

.allShowPay .allShowPayContainer .items .item .cartDetailInfo .cartDetailInfoItem span {
    color: #000;
    opacity: .7;
    font-size: .85rem;
    font-weight: 300
}

.allShowPay .allShowPayContainer .items .item .cartDetailInfo .cartDetailInfoItem .cancel {
    opacity: 1;
    color: red
}

.allShowPay .allShowPayContainer .items .item .cartDetailInfo .cartDetailInfoItem h3 {
    font-size: 1rem;
    line-height: 1.375;
    color: #000;
    font-weight: 500
}

.allShowPay .allShowPayContainer .items .item .cartDetailInfo .cartDetailInfoItem select, .allShowPay .allShowPayContainer .items .item .cartDetailInfo .cartDetailInfoItem input {
    padding: 5px 10px;
    background: white;
    border: 1px solid #eee;
    border-radius: 5px;
    font-size: .9rem;
    font-weight: 300;
    color: #000
}

.allShowPay .allShowPayContainer .items .item:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 500px) {
    .allShowPay .allShowPayContainer .items .item {
        grid-template-columns:1fr
    }

    .allShowPay .allShowPayContainer .items .item .cartDetailPic {
        display: grid;
        justify-content: center
    }
}

.allCheckoutIndex {
    width: 100%
}

.allCheckoutIndex .chargeWidgets {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(15rem, 1fr));
    grid-gap: 1rem
}

.allCheckoutIndex .chargeWidgets .WidgetItem {
    display: grid;
    grid-template-columns:auto 1fr;
    align-items: center;
    grid-gap: 1rem;
    padding: 1rem;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background: white;
    margin-bottom: 1rem;
    box-shadow: 0 0 10px #eee
}

.allCheckoutIndex .chargeWidgets .WidgetItem .WidgetIcon {
    position: relative;
    display: grid;
    justify-content: center;
    align-items: center
}

.allCheckoutIndex .chargeWidgets .WidgetItem .WidgetIcon svg {
    width: 4rem;
    height: 4rem
}

.allCheckoutIndex .chargeWidgets .WidgetItem .WidgetSubject {
    position: relative;
    z-index: 5
}

.allCheckoutIndex .chargeWidgets .WidgetItem .WidgetSubject h4 {
    font-size: .9rem;
    color: #000;
    font-weight: 500
}

.allCheckoutIndex .chargeWidgets .WidgetItem .WidgetSubject h5 {
    font-size: .85rem;
    color: #000;
    opacity: .7;
    font-weight: 300;
    margin-top: .5rem
}

.allCheckoutIndex .chargeWidgets .WidgetItem .WidgetSubject h5 span {
    letter-spacing: .2px
}

.allCheckoutIndex .allChargeIndex .success {
    background: rgba(0, 128, 0, .26);
    color: #006200;
    padding: 1rem;
    border-radius: .3rem;
    font-size: .85rem;
    font-weight: 300;
    margin-bottom: 1rem
}

.allCheckoutIndex .allChargeIndex .error {
    color: red;
    background: rgba(255, 0, 0, .1);
    padding: 1rem;
    border-radius: .3rem;
    font-size: .85rem;
    font-weight: 300;
    margin-bottom: 1rem
}

.allCheckoutIndex .allChargeIndex .chargePrice form .chargeField {
    background: white;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 1rem;
    overflow: hidden
}

.allCheckoutIndex .allChargeIndex .chargePrice form .chargeField .suggest {
    display: grid;
    grid-template-columns:1fr;
    grid-gap: .5rem;
    margin-bottom: 2rem
}

.allCheckoutIndex .allChargeIndex .chargePrice form .chargeField .suggest .title1 {
    font-size: .9rem;
    font-weight: 700;
    color: #000
}

.allCheckoutIndex .allChargeIndex .chargePrice form .chargeField .suggest .boxes {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: .5rem
}

.allCheckoutIndex .allChargeIndex .chargePrice form .chargeField .suggest .boxes .box {
    background: #eee;
    border-radius: 5rem;
    font-size: .9rem;
    font-weight: 700;
    color: #000;
    padding: .5rem 1rem;
    cursor: pointer;
    transition: all .3s ease-in-out
}

.allCheckoutIndex .allChargeIndex .chargePrice form .chargeField .suggest .boxes .box:hover {
    background: black;
    color: #fff
}

.allCheckoutIndex .allChargeIndex .chargePrice form .chargeField .top {
    display: grid;
    grid-template-columns:1fr;
    grid-gap: .5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee
}

.allCheckoutIndex .allChargeIndex .chargePrice form .chargeField .top .right1 {
    font-size: .9rem;
    font-weight: 700;
    color: #000
}

.allCheckoutIndex .allChargeIndex .chargePrice form .chargeField .top input {
    direction: ltr;
    text-align: left;
    border: 1px solid #000;
    padding: .3rem .5rem;
    color: #000;
    border-radius: 5px;
    font-size: 1rem
}

.allCheckoutIndex .allChargeIndex .chargePrice form .chargeField .top p {
    font-size: .75rem;
    font-weight: 300;
    color: #000
}

.allCheckoutIndex .allChargeIndex .chargePrice form .chargeField .finalPrice {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem
}

.allCheckoutIndex .allChargeIndex .chargePrice form .chargeField .finalPrice .title2, .allCheckoutIndex .allChargeIndex .chargePrice form .chargeField .finalPrice .price {
    font-size: 1.1rem;
    font-weight: 900;
    color: #000
}

.allCheckoutIndex .allChargeIndex .chargePrice form .chargeField .finalPrice button {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    background: var(--green-color);
    padding: .5rem 2rem;
    border-radius: 5px;
    cursor: pointer
}

.allCheckoutIndex .allChargeIndex .chargePrice form .bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem
}

.allCheckoutIndex .allChargeIndex .chargePrice form .bot .gateItems {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .5rem;
    margin: 2rem 0
}

.allCheckoutIndex .allChargeIndex .chargePrice form .bot .gateItems .gateItem {
    display: grid;
    justify-content: center;
    padding: .5rem;
    box-shadow: 0 0 10px #0000001a;
    border-radius: 10px;
    background: white;
    cursor: pointer;
    border: 2px solid white;
    filter: grayscale(1);
    transition: all .3s ease-in-out
}

.allCheckoutIndex .allChargeIndex .chargePrice form .bot .gateItems .gateItem img {
    height: 3.5rem;
    width: 3.5rem;
    object-fit: contain
}

.allCheckoutIndex .allChargeIndex .chargePrice form .bot .gateItems .gateItem:hover {
    filter: grayscale(0)
}

.allCheckoutIndex .allChargeIndex .chargePrice form .bot .gateItems .active {
    border: 2px solid var(--green-color);
    filter: grayscale(0)
}

.allCheckoutIndex .allChargeIndex .chargePrice form .bot button {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    background: var(--green-color);
    padding: .5rem 2rem;
    border-radius: 5px;
    cursor: pointer
}

.allCheckoutIndex .allChargeIndex .chargeWidgets {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(15rem, 1fr));
    grid-gap: 1rem
}

.allCheckoutIndex .allChargeIndex .chargeWidgets .WidgetItem {
    display: grid;
    grid-template-columns:auto 1fr;
    align-items: center;
    grid-gap: 1rem;
    padding: 1rem;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background: white;
    z-index: 1;
    border: 1px solid #eee
}

.allCheckoutIndex .allChargeIndex .chargeWidgets .WidgetItem .WidgetIcon {
    position: relative;
    display: grid;
    justify-content: center;
    align-items: center
}

.allCheckoutIndex .allChargeIndex .chargeWidgets .WidgetItem .WidgetIcon svg {
    width: 4rem;
    height: 4rem
}

.allCheckoutIndex .allChargeIndex .chargeWidgets .WidgetItem .WidgetSubject {
    position: relative;
    z-index: 5
}

.allCheckoutIndex .allChargeIndex .chargeWidgets .WidgetItem .WidgetSubject h4 {
    font-size: .8rem;
    color: #000;
    font-weight: 300
}

.allCheckoutIndex .allChargeIndex .chargeWidgets .WidgetItem .WidgetSubject h5 {
    font-size: .85rem;
    color: #000;
    font-weight: 700;
    margin-top: .5rem
}

.allCheckoutIndex .allChargeIndex .chargeWidgets .WidgetItem .WidgetSubject h5 span {
    letter-spacing: .2px
}

.allCheckoutIndex .allChargeIndex .packs {
    background: white;
    padding: 1rem;
    margin: 1rem 0;
    box-shadow: 0 0 10px #0000001a;
    border-radius: 10px
}

.allCheckoutIndex .allChargeIndex .packs .title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #000;
    margin-bottom: .5rem
}

.allCheckoutIndex .allChargeIndex .packs .body {
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    margin-bottom: 1rem
}

.allCheckoutIndex .allChargeIndex .packs .items {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(15rem, 1fr));
    grid-gap: 1rem
}

.allCheckoutIndex .allChargeIndex .packs .items .item {
    display: grid;
    padding: 1rem;
    border-radius: 10px;
    border: 1px solid #ddd
}

.allCheckoutIndex .allChargeIndex .packs .items .item h4 {
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    color: #000;
    margin-bottom: .5rem
}

.allCheckoutIndex .allChargeIndex .packs .items .item p {
    text-align: center;
    font-size: .9rem;
    font-weight: 300;
    color: #000;
    margin-bottom: 1rem
}

.allCheckoutIndex .allChargeIndex .packs .items .item .option {
    margin-bottom: 1rem;
    font-size: .9rem;
    font-weight: 700;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem
}

.allCheckoutIndex .allChargeIndex .packs .items .item .option span:first-child {
    font-weight: 300;
    font-size: .8rem;
    opacity: .7
}

.allCheckoutIndex .allChargeIndex .packs .items .item .button {
    display: grid;
    width: 100%;
    background: green;
    border-radius: 5px;
    padding: .3rem 1rem;
    font-size: 1rem;
    font-weight: 300;
    color: #fff;
    text-align: center
}

.allCheckoutIndex .allChargeIndex table {
    margin-top: 1rem;
    background: white;
    border-radius: 10px;
    width: 100%;
    border: 1px solid #eee
}

.allCheckoutIndex .allChargeIndex table tr {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(1px, 1fr));
    align-items: center;
    grid-gap: 1rem;
    padding: 1rem
}

.allCheckoutIndex .allChargeIndex table tr th {
    font-weight: 700;
    color: #000;
    font-size: .85rem;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: grid;
    align-items: center;
    justify-content: center
}

.allCheckoutIndex .allChargeIndex table tr td {
    font-weight: 300;
    font-size: .85rem;
    text-align: center;
    color: #000
}

.allCheckoutIndex .allChargeIndex table tr td .active {
    background: green;
    padding: .3rem .5rem;
    font-size: .8rem;
    font-weight: 300;
    color: #fff !important;
    border-radius: 5px
}

.allCheckoutIndex .allChargeIndex table tr td .unActive {
    background: red;
    padding: .3rem .5rem;
    font-size: .8rem;
    font-weight: 300;
    color: #fff !important;
    border-radius: 5px
}

.allCheckoutIndex .allChargeIndex table tr:nth-child(2n) {
    background: #eeeeee
}

@media screen and (max-width: 1000px) {
    .allCheckoutIndex .allChargeIndex {
        margin: 0
    }

    .allCheckoutIndex .allChargeIndex .chargePrice form .chargeField {
        border-radius: 5px;
        padding: .5rem
    }

    .allCheckoutIndex .allChargeIndex .chargePrice form .chargeField .suggest {
        margin-bottom: 1rem
    }

    .allCheckoutIndex .allChargeIndex .chargePrice form .chargeField .suggest .title1 {
        text-align: center;
        margin-bottom: .5rem
    }

    .allCheckoutIndex .allChargeIndex .chargePrice form .chargeField .suggest .boxes {
        flex-wrap: wrap;
        justify-content: center
    }

    .allCheckoutIndex .allChargeIndex .chargePrice form .chargeField .suggest .boxes .box {
        font-size: .7rem;
        padding: .5rem
    }

    .allCheckoutIndex .allChargeIndex .chargePrice form .chargeField .top {
        padding-bottom: .5rem
    }

    .allCheckoutIndex .allChargeIndex .chargePrice form .chargeField .top .right1 {
        font-size: .8rem
    }

    .allCheckoutIndex .allChargeIndex .chargePrice form .chargeField .top input {
        font-size: .85rem
    }

    .allCheckoutIndex .allChargeIndex .chargePrice form .chargeField .finalPrice {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: .5rem;
        margin-top: .5rem
    }

    .allCheckoutIndex .allChargeIndex .chargePrice form .chargeField .finalPrice .title2, .allCheckoutIndex .allChargeIndex .chargePrice form .chargeField .finalPrice .price {
        font-size: .9rem
    }

    .allCheckoutIndex .allChargeIndex .chargePrice form .chargeField .finalPrice button {
        font-size: .8rem;
        padding: .5rem 1rem
    }

    .allCheckoutIndex .allChargeIndex .chargePrice form .bot {
        display: block
    }

    .allCheckoutIndex .allChargeIndex .chargePrice form .bot .gateItems {
        margin: 1rem 0
    }

    .allCheckoutIndex .allChargeIndex .chargePrice form .bot .gateItems .gateItem img {
        height: 3rem;
        width: 3rem
    }

    .allCheckoutIndex .allChargeIndex .chargePrice form .bot button {
        width: 100%;
        padding: .5rem 1rem
    }

    .allCheckoutIndex .allChargeIndex .chargePrice form .top .right1 {
        font-size: .8rem
    }

    .allCheckoutIndex .allChargeIndex .chargePrice form .top input {
        font-size: .8rem;
        width: 100%
    }

    .allCheckoutIndex .allChargeIndex .chargeWidgets {
        grid-template-columns:1fr 1fr;
        grid-gap: .5rem
    }

    .allCheckoutIndex .allChargeIndex .chargeWidgets .WidgetItem {
        display: block;
        padding: .5rem
    }

    .allCheckoutIndex .allChargeIndex .chargeWidgets .WidgetItem .WidgetIcon {
        display: none
    }

    .allCheckoutIndex .allChargeIndex .chargeWidgets .WidgetItem .WidgetSubject h4 {
        font-size: .75rem
    }

    .allCheckoutIndex .allChargeIndex .chargeWidgets .WidgetItem .WidgetSubject h5 {
        font-size: .8rem
    }

    .allCheckoutIndex .allChargeIndex .allTables {
        overflow-x: scroll
    }

    .allCheckoutIndex .allChargeIndex .allTables table {
        clear: both;
        margin-top: 6px !important;
        margin-bottom: 6px !important;
        max-width: none !important;
        border-collapse: separate !important;
        width: 100%
    }

    .allCheckoutIndex .allChargeIndex .allTables table tbody {
        background: white
    }

    .allCheckoutIndex .allChargeIndex .allTables table tr {
        display: flex
    }

    .allCheckoutIndex .allChargeIndex .allTables table tr td, .allCheckoutIndex .allChargeIndex .allTables table tr th, .allCheckoutIndex .allChargeIndex .allTables table tr .buttons {
        min-width: 6rem
    }
}

.allCheckoutIndex .table {
    background: white;
    border-radius: 5px;
    border: 1px solid #bbb
}

.allCheckoutIndex .table .filters {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border-bottom: 1px solid #bbb
}

.allCheckoutIndex .table .filters .right {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 1rem
}

.allCheckoutIndex .table .filters .right .title1 {
    font-weight: 700;
    color: #000;
    font-size: 1rem
}

.allCheckoutIndex .table .filters .right select, .allCheckoutIndex .table .filters .right input {
    background: transparent;
    border: 1px solid #bbb;
    padding: .5rem;
    border-radius: 5px;
    font-weight: 300;
    color: #000;
    font-size: .85rem
}

.allCheckoutIndex .table .filters .right button {
    background: green;
    padding: .3rem 1rem;
    border-radius: 5px;
    color: #fff;
    font-size: 1rem;
    font-weight: 300
}

.allCheckoutIndex .table .filters .left a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    background: var(--green-color);
    padding: .3rem 1rem;
    border-radius: 5px;
    color: #fff;
    font-size: 1rem;
    font-weight: 300
}

.allCheckoutIndex .table .filters .left a i {
    display: grid;
    align-items: center
}

.allCheckoutIndex .table .filters .left a i svg {
    width: 1rem;
    height: 1rem;
    fill: #fff
}

.allCheckoutIndex .table table {
    background: white;
    border-radius: .3rem;
    width: 100%
}

.allCheckoutIndex .table table tr {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(1px, 1fr));
    align-items: center;
    border-top: 1px solid #eee
}

.allCheckoutIndex .table table tr th {
    font-weight: 700;
    color: #000;
    font-size: .85rem;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 100%;
    overflow: hidden;
    border-left: 1px solid #eee;
    padding: .8rem
}

.allCheckoutIndex .table table tr th:last-child {
    border-left: 0
}

.allCheckoutIndex .table table tr td {
    display: grid;
    align-items: center;
    font-weight: 700;
    font-size: .85rem;
    text-align: center;
    color: #000;
    height: 100%;
    border-left: 1px solid #eee;
    padding: .8rem
}

.allCheckoutIndex .table table tr td .unActive {
    background: red;
    color: #fff;
    padding: .2rem .5rem;
    border-radius: 5px
}

.allCheckoutIndex .table table tr td .active {
    background: green;
    color: #fff;
    padding: .2rem .5rem;
    border-radius: 5px
}

.allCheckoutIndex .table table tr td .buttons {
    position: relative
}

.allCheckoutIndex .table table tr td .buttons .operate {
    font-size: .8rem;
    padding: .3rem;
    border-radius: 5px;
    color: var(--green-color);
    background: transparent;
    border: 1px solid var(--green-color);
    width: 100%
}

.allCheckoutIndex .table table tr td .buttons .items {
    position: absolute;
    top: calc(100% + 5px);
    z-index: 10;
    width: 100%;
    background: white;
    border-radius: 5px;
    border: 1px solid var(--green-color);
    display: none;
    grid-template-columns:1fr
}

.allCheckoutIndex .table table tr td .buttons .items a {
    display: grid;
    padding: .5rem;
    font-size: .8rem;
    font-weight: 300;
    color: var(--green-color);
    text-align: right;
    border-top: 1px solid var(--green-color);
    transition: all .3s ease-in-out
}

.allCheckoutIndex .table table tr td .buttons .items a:first-child {
    border-top: 0
}

.allCheckoutIndex .table table tr td .buttons .items a:hover {
    background: var(--green-color);
    color: #fff
}

.allCheckoutIndex .table table tr td:last-child {
    border-left: 0
}

.allCheckoutIndex .table table tr:first-child {
    border-top: 0
}

@media screen and (max-width: 1000px) {
    .allCheckoutIndex .table {
        margin-top: .5rem
    }

    .allCheckoutIndex .table table tr td, .allCheckoutIndex .table table tr th {
        font-size: .6rem
    }
}

.profileIndexLike label {
    color: #000;
    font-size: 1rem;
    font-weight: 500;
    padding-right: 1rem
}

.profileIndexLike ul {
    background: var(--back1-color);
    margin-top: 1rem
}

.profileIndexLike ul li {
    display: grid;
    grid-template-columns:1fr auto;
    border-bottom: 1px solid #eee;
    grid-gap: 1rem;
    padding: 1rem;
    height: 6.5rem
}

.profileIndexLike ul li a {
    display: grid;
    grid-template-columns:auto 1fr;
    grid-gap: .5rem
}

.profileIndexLike ul li a .userItemPic img {
    width: 3rem;
    height: 3rem;
    object-fit: cover
}

.profileIndexLike ul li a .userItemSubject .userItemSubjectTitle {
    font-size: .8rem;
    font-weight: 400;
    height: 2.5rem;
    overflow: hidden;
    color: #000
}

.profileIndexLike ul li a .userItemSubject .postPriceItem {
    text-align: left;
    display: grid;
    grid-template-columns:1fr;
    justify-content: left;
    height: 2.5rem;
    overflow: hidden
}

.profileIndexLike ul li a .userItemSubject .postPriceItem .offPrice {
    display: grid;
    justify-content: left
}

.profileIndexLike ul li a .userItemSubject .postPriceItem .offPrice s {
    font-size: .8rem;
    line-height: 1.692;
    font-weight: 300;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.profileIndexLike ul li a .userItemSubject .postPriceItem h3 {
    text-align: left;
    width: 100%;
    color: #000;
    letter-spacing: .1px;
    font-weight: 700;
    font-size: .9rem;
    line-height: 1.5
}

.profileIndexLike ul li i {
    display: grid;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.profileIndexLike ul li i svg {
    transition: all .3s ease-in-out;
    fill: #000;
    width: 1rem;
    height: 1rem
}

.allProduct table {
    background: var(--back1-color);
    border-radius: .3rem;
    box-shadow: 0 0 10px #0000000d;
    margin-top: 1rem;
    width: 100%
}

.allProduct table tr {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(1px, 1fr));
    align-items: center;
    grid-gap: 1rem;
    padding: 1rem
}

.allProduct table tr th {
    font-weight: 700;
    color: #000;
    font-size: .85rem;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: grid;
    align-items: center;
    justify-content: center
}

.allProduct table tr td {
    font-weight: 300;
    font-size: .85rem;
    text-align: center;
    color: #000
}

.allProduct table tr td svg {
    fill: #000;
    width: 1rem;
    height: 1rem;
    cursor: pointer
}

.allProduct table tr td img {
    width: 2.5rem;
    height: 2.5rem;
    object-fit: cover;
    border-radius: 5rem;
    box-shadow: 0 0 10px #0000001a
}

.allProduct table tr td a {
    display: grid;
    justify-content: center;
    align-items: center
}

.allProduct table tr td a svg {
    margin-left: .5rem
}

.allProduct table tr .buttons {
    display: grid;
    grid-template-columns:auto auto auto;
    grid-gap: .5rem
}

.allProduct table tr .buttons button {
    padding: .3rem;
    border-radius: 5px;
    background: red;
    color: #fff;
    font-size: .8rem
}

.allProduct table tr .buttons a {
    font-size: .8rem;
    padding: .3rem;
    border-radius: 5px;
    background: green;
    color: #fff
}

.allProduct table tr .buttons a:nth-child(2) {
    background: orange
}

.allProduct table tr:nth-child(2n) {
    background: var(--back2-color)
}

.allProfileLists .showFilter {
    display: none;
    width: 100%;
    background: white;
    padding: 1rem 0;
    text-align: center;
    margin: 1rem 0;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 5px;
    cursor: pointer
}

.allProfileLists .allProfileList {
    width: 15rem;
    background: var(--back1-color);
    box-shadow: 0 0 20px #00000026;
    padding: .5rem;
    border-radius: 10px;
    overflow: hidden
}

.allProfileLists .allProfileList .allUserIndexList {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ddd
}

.allProfileLists .allProfileList .allUserIndexList .allUserIndexListsUser {
    display: grid;
    grid-template-columns:1fr;
    border-bottom: 1px solid #ddd;
    padding-bottom: .5rem;
    padding-top: .5rem
}

.allProfileLists .allProfileList .allUserIndexList .allUserIndexListsUser .allUserIndexListsUserPic {
    display: grid;
    justify-content: center;
    overflow: hidden;
    padding-top: 1rem
}

.allProfileLists .allProfileList .allUserIndexList .allUserIndexListsUser .allUserIndexListsUserPic .pic {
    position: relative
}

.allProfileLists .allProfileList .allUserIndexList .allUserIndexListsUser .allUserIndexListsUserPic .pic img {
    width: auto;
    height: 3rem;
    object-fit: cover
}

.allProfileLists .allProfileList .allUserIndexList .allUserIndexListsUser .allUserIndexListsUserItem {
    margin-top: .5rem;
    text-align: center
}

.allProfileLists .allProfileList .allUserIndexList .allUserIndexListsUser .allUserIndexListsUserItem .allUserIndexListsUserName {
    font-size: 1.1rem;
    vertical-align: center;
    color: #000;
    opacity: .7;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.allProfileLists .allProfileList .allUserIndexList .allUserIndexListsUser .allUserIndexListsUserItem .allUserIndexListsUserScore {
    display: grid;
    grid-template-columns:auto auto;
    justify-content: center;
    align-items: center;
    grid-gap: .3rem;
    padding: 0 1rem;
    margin-top: .8rem
}

.allProfileLists .allProfileList .allUserIndexList .allUserIndexListsUser .allUserIndexListsUserItem .allUserIndexListsUserScore svg {
    width: 1.3rem;
    height: 1.3rem
}

.allProfileLists .allProfileList .allUserIndexList .allUserIndexListsUser .allUserIndexListsUserItem .allUserIndexListsUserScore span {
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.833;
    color: orange
}

.allProfileLists .allProfileList .allUserIndexList .allUserIndexListsUser h4 {
    font-size: .8rem;
    font-weight: 300;
    color: #000;
    text-align: center;
    margin-top: 1rem
}

.allProfileLists .allProfileList .allUserIndexList .allUserIndexListItems {
    display: grid;
    grid-template-columns:1fr 1fr
}

.allProfileLists .allProfileList .allUserIndexList .allUserIndexListItems a {
    display: grid;
    grid-template-columns:1fr;
    text-align: center;
    padding: 1rem .5rem;
    font-size: .8rem;
    font-weight: 300;
    color: #000
}

.allProfileLists .allProfileList .allUserIndexList .allUserIndexListItems a:first-child {
    border-left: 1px solid #ddd
}

.allProfileLists .allProfileList .walletData {
    border-radius: 10px;
    overflow: hidden;
    margin-top: 1rem;
    padding: 1rem;
    border: 1px solid #ddd
}

.allProfileLists .allProfileList .walletData i {
    display: grid;
    justify-content: center
}

.allProfileLists .allProfileList .walletData i svg {
    width: 5rem;
    height: 5rem
}

.allProfileLists .allProfileList .walletData h3 {
    font-size: 1.2rem;
    font-weight: 300;
    color: #444;
    text-align: center
}

.allProfileLists .allProfileList .walletData h3 span {
    font-size: 1rem;
    letter-spacing: .1px
}

.allProfileLists .allProfileList .walletData a {
    display: grid;
    width: 100%;
    text-align: center;
    font-size: .9rem;
    font-weight: 300;
    color: var(--green-color);
    margin-top: .5rem
}

.allProfileLists .allProfileList .allUserIndexListsItems {
    margin-top: 1rem;
    border-radius: 10px;
    overflow: hidden;
    position: sticky;
    top: 1rem;
    padding: 1rem .5rem;
    border: 1px solid #ddd
}

.allProfileLists .allProfileList .allUserIndexListsItems .allUserIndexListsItem {
    display: grid;
    grid-template-columns:1fr auto;
    justify-content: right;
    align-items: center;
    grid-gap: .5rem;
    margin-top: 1.5rem;
    cursor: pointer
}

.allProfileLists .allProfileList .allUserIndexListsItems .allUserIndexListsItem i {
    display: grid;
    justify-content: center;
    align-items: center
}

.allProfileLists .allProfileList .allUserIndexListsItems .allUserIndexListsItem i svg {
    width: .8rem;
    height: .8rem;
    fill: var(--green-color)
}

.allProfileLists .allProfileList .allUserIndexListsItems .allUserIndexListsItem a, .allProfileLists .allProfileList .allUserIndexListsItems .allUserIndexListsItem h3 {
    transition: all .3s ease-in-out;
    font-size: .9rem;
    font-weight: 700;
    color: #000;
    letter-spacing: .2px;
    opacity: .6
}

.allProfileLists .allProfileList .allUserIndexListsItems .allUserIndexListsItem:first-child {
    margin-top: 0
}

.allProfileLists .allProfileList .allUserIndexListsItems .userProducts {
    margin-top: 1.5rem
}

.allProfileLists .allProfileList .allUserIndexListsItems .userProducts .slide-fade-enter-active, .allProfileLists .allProfileList .allUserIndexListsItems .userProducts .slide-fade-leave-active {
    transition: all .3s ease-in-out
}

.allProfileLists .allProfileList .allUserIndexListsItems .userProducts .slide-fade-enter, .allProfileLists .allProfileList .allUserIndexListsItems .userProducts .slide-fade-leave-to {
    transform: translateY(-10px)
}

.allProfileLists .allProfileList .allUserIndexListsItems .userProducts ul li {
    margin-top: .8rem
}

.allProfileLists .allProfileList .allUserIndexListsItems .userProducts ul li a {
    font-size: .8rem;
    font-weight: 300;
    padding-right: .5rem;
    color: #000;
    letter-spacing: .2px;
    display: grid;
    grid-template-columns:1.4rem 1fr;
    justify-content: right;
    align-items: center
}

.allProfileLists .allProfileList .allUserIndexListsItems .userProducts ul li a:before {
    content: "";
    display: grid;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #000;
    transition: all .3s ease-in-out
}

.allProfileLists .allProfileList .allUserIndexListsItems .userProducts ul li a:hover:before {
    width: 1rem
}

.allProfileLists .allProfileList .becomeList {
    margin-top: 1rem;
    border-radius: 10px;
    position: relative;
    display: grid;
    overflow: hidden;
    background: var(--green-color)
}

.allProfileLists .allProfileList .becomeList h4 {
    display: grid;
    grid-template-columns:auto auto;
    align-items: center;
    justify-content: right;
    grid-gap: .5rem;
    margin: 1rem;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    z-index: 20
}

.allProfileLists .allProfileList .becomeList h4 i {
    display: grid;
    align-items: center
}

.allProfileLists .allProfileList .becomeList h4 i svg {
    width: 1.3rem;
    height: 1.3rem;
    fill: #fff
}

@media screen and (max-width: 800px) {
    .allProfileLists .showFilter {
        display: block
    }

    .allProfileLists .allProfileList {
        width: 100%;
        overflow-y: scroll;
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 1000;
        padding: 1rem
    }

    .allProfileLists .allProfileList .showFilter {
        margin-top: 0;
        background: #eee
    }
}

.allChatIndex .success {
    background: rgba(0, 128, 0, .26);
    color: #006200;
    padding: 1rem;
    border-radius: .3rem;
    font-size: .85rem;
    font-weight: 300;
    margin: 1rem 0
}

.allChatIndex .allTickets {
    box-shadow: 0 0 10px #0000001a;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 1rem
}

.allChatIndex .allTickets .container {
    border-radius: 5px;
    display: grid;
    grid-template-columns:auto 1fr
}

.allChatIndex .allTickets .container .people-list {
    width: 20rem;
    border-left: 1px solid #eee;
    background: white
}

.allChatIndex .allTickets .container .people-list .search {
    padding: 10px
}

.allChatIndex .allTickets .container .people-list .search input {
    border-radius: 5px;
    padding: .5rem 1rem;
    color: #000;
    background: white;
    width: 100%;
    font-size: 14px;
    border: 1px solid #eee
}

.allChatIndex .allTickets .container .people-list .userInfo {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    padding: 1rem;
    background: white;
    border-bottom: 1px solid #eee
}

.allChatIndex .allTickets .container .people-list .userInfo .pic {
    display: flex;
    justify-content: right;
    gap: 10px;
    align-items: center
}

.allChatIndex .allTickets .container .people-list .userInfo .pic img {
    border-radius: 100%;
    overflow: hidden;
    width: 3rem;
    height: 3rem;
    object-fit: cover
}

.allChatIndex .allTickets .container .people-list .userInfo h4 {
    font-size: .85rem;
    font-weight: 300;
    color: #000
}

.allChatIndex .allTickets .container .people-list .userInfo i {
    display: flex;
    align-items: center;
    padding: .3rem;
    border-radius: 100%;
    cursor: pointer;
    box-shadow: 0 0 5px #0006
}

.allChatIndex .allTickets .container .people-list .userInfo i svg {
    width: 1.3rem;
    height: 1.3rem
}

.allChatIndex .allTickets .container .people-list .ticketGroups {
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    align-items: center;
    background: white;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee
}

.allChatIndex .allTickets .container .people-list .ticketGroups .ticketGroup {
    text-align: center;
    border-left: 1px solid #eee;
    padding: .5rem 0;
    font-size: .8rem;
    font-weight: 300;
    color: #000;
    cursor: pointer
}

.allChatIndex .allTickets .container .people-list .ticketGroups .ticketGroup:last-child {
    border-left: 0
}

.allChatIndex .allTickets .container .people-list .ticketGroups .active {
    background: #eee
}

.allChatIndex .allTickets .container .people-list ul {
    height: 560px;
    overflow-y: scroll
}

.allChatIndex .allTickets .container .people-list ul li {
    display: grid;
    grid-template-columns:auto 1fr;
    grid-gap: 1rem;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    transition: all .3s ease-in-out
}

.allChatIndex .allTickets .container .people-list ul li img {
    width: 3rem;
    height: 3rem;
    object-fit: cover;
    border-radius: 100%
}

.allChatIndex .allTickets .container .people-list ul li:nth-child(2n) {
    background: #f9f9f9
}

.allChatIndex .allTickets .container .people-list ul li:hover {
    background: #eee
}

.allChatIndex .allTickets .container .people-list .about {
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.allChatIndex .allTickets .container .people-list .about .name {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 300;
    font-size: .75rem;
    color: #000;
    margin-bottom: .3rem
}

.allChatIndex .allTickets .container .people-list .about .name span {
    font-size: .6rem
}

.allChatIndex .allTickets .container .people-list .about p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 300;
    font-size: .7rem;
    color: #000
}

.allChatIndex .allTickets .container .chat {
    display: grid;
    background: white;
    color: #434651
}

.allChatIndex .allTickets .container .chat .chat-header {
    padding: 10px;
    border-bottom: 1px solid #eee;
    display: grid;
    grid-template-columns:auto 1fr;
    align-items: center;
    grid-gap: 1rem
}

.allChatIndex .allTickets .container .chat .chat-header img {
    width: 3rem;
    height: 3rem;
    object-fit: cover;
    border-radius: 100%
}

.allChatIndex .allTickets .container .chat .chat-header .chat-with {
    font-weight: 700;
    font-size: 16px
}

.allChatIndex .allTickets .container .chat .chat-history {
    padding: 15px;
    border-bottom: 2px solid white;
    overflow-y: scroll;
    height: 400px
}

.allChatIndex .allTickets .container .chat .chat-history .message-data {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.allChatIndex .allTickets .container .chat .chat-history .message-data-time {
    color: #000;
    font-size: .6rem;
    padding-right: 6px
}

.allChatIndex .allTickets .container .chat .chat-history .message-data-name {
    color: #000;
    font-size: .9rem
}

.allChatIndex .allTickets .container .chat .chat-history ul {
    display: grid
}

.allChatIndex .allTickets .container .chat .chat-history .message {
    color: #fff;
    padding: 10px 20px;
    line-height: 26px;
    font-size: 13px;
    border-radius: 5px;
    margin-bottom: 30px;
    max-width: 90%;
    position: relative
}

.allChatIndex .allTickets .container .chat .chat-history .message i {
    display: grid;
    align-items: center;
    justify-content: left;
    margin-top: .3rem
}

.allChatIndex .allTickets .container .chat .chat-history .message i svg {
    width: 1rem;
    height: 1rem;
    fill: #fff
}

.allChatIndex .allTickets .container .chat .chat-history .message:after {
    bottom: 100%;
    right: 7%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: var(--green-color);
    border-width: 10px;
    margin-left: -10px
}

.allChatIndex .allTickets .container .chat .chat-history .my-message {
    float: right;
    background: var(--green-color)
}

.allChatIndex .allTickets .container .chat .chat-history .other-message {
    background: #19bfd3
}

.allChatIndex .allTickets .container .chat .chat-history .other-message:after {
    border-bottom-color: #19bfd3;
    right: auto;
    left: 1rem
}

.allChatIndex .allTickets .container .chat .chat-message {
    background: #eee;
    padding: 10px
}

.allChatIndex .allTickets .container .chat .chat-message .messageData {
    position: relative
}

.allChatIndex .allTickets .container .chat .chat-message .messageData textarea {
    width: 100%;
    border: none;
    font-size: .8rem;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    resize: none
}

.allChatIndex .allTickets .container .chat .chat-message .messageData span {
    position: absolute;
    bottom: 1rem;
    left: .5rem;
    background: #777;
    padding: .3rem .5rem;
    border-radius: 5px;
    font-weight: 300;
    font-size: .7rem;
    color: #fff
}

.allChatIndex .allTickets .container .chat .chat-message .chatButtons {
    display: flex;
    gap: .5rem
}

.allChatIndex .allTickets .container .chat .chat-message .chatButtons button {
    display: flex;
    gap: .5rem;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 300;
    background: var(--green-color);
    padding: .5rem 1rem;
    border-radius: 5px;
    position: relative
}

.allChatIndex .allTickets .container .chat .chat-message .chatButtons button i {
    display: flex;
    justify-content: center;
    align-items: center
}

.allChatIndex .allTickets .container .chat .chat-message .chatButtons button i svg {
    width: 1rem;
    height: 1rem;
    fill: #fff
}

.allChatIndex .allTickets .container .chat .chat-message .chatButtons button:last-child {
    background: red
}

.allChatIndex .allTickets .container .align-left {
    justify-content: left;
    text-align: left
}

.allChatIndex .allTickets .container .float-left {
    float: left;
    text-align: left
}

.allChatIndex .allTickets .createFilled .alert {
    font-size: .8rem;
    font-weight: 500;
    color: red
}

.allChatIndex .allTickets .createFilled .allCreatePostSubject {
    background: white;
    border-radius: .3rem;
    padding: 1rem
}

.allChatIndex .allTickets .createFilled .allCreatePostSubject label {
    color: #000;
    font-weight: 500;
    font-size: .9rem
}

.allChatIndex .allTickets .createFilled .allCreatePostSubject select, .allChatIndex .allTickets .createFilled .allCreatePostSubject input {
    background: white;
    border: 1px solid #DFE3E7;
    padding: .3rem .5rem;
    color: #000;
    border-radius: .3rem;
    font-size: .8rem;
    width: 100%;
    height: 2rem;
    transition: all .3s ease-in-out
}

.allChatIndex .allTickets .createFilled .allCreatePostSubject select:focus, .allChatIndex .allTickets .createFilled .allCreatePostSubject input:focus {
    box-shadow: 0 3px 8px #0000001a;
    border: 1px solid #19bfd3
}

.allChatIndex .allTickets .createFilled .allCreatePostSubject .allCreatePostItems {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(10rem, 1fr));
    grid-gap: 1rem;
    align-items: center
}

.allChatIndex .allTickets .createFilled .allCreatePostSubject .allCreatePostItem {
    display: grid;
    grid-template-columns:1fr;
    grid-gap: .5rem;
    margin-bottom: 1rem
}

.allChatIndex .allTickets .createFilled .allCreatePostSubject .allCreatePostItem textarea {
    border: 1px solid #DFE3E7;
    padding: .4rem .5rem;
    color: #000;
    border-radius: .3rem;
    font-size: .7rem;
    width: 100%;
    height: 15rem;
    transition: all .3s ease-in-out;
    resize: vertical;
    outline: transparent
}

.allChatIndex .allTickets .createFilled .allCreatePostSubject .allCreatePostItem textarea:focus {
    box-shadow: 0 3px 8px #0000001a;
    border: 1px solid #19bfd3
}

.allChatIndex .allTickets .createFilled .allCreatePostSubject .grid2 {
    display: grid;
    grid-template-columns:1fr auto;
    grid-gap: .5rem
}

.allChatIndex .allTickets .createFilled .allCreatePostSubject .sendGallery {
    background: white;
    border-radius: .2rem;
    display: grid;
    grid-template-columns:1fr;
    justify-content: center;
    margin-bottom: 1rem
}

.allChatIndex .allTickets .createFilled .allCreatePostSubject .sendGallery .getImageItem {
    min-height: 12rem;
    border-radius: .4rem;
    border: 2px dashed #DFE3E7;
    display: grid;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    grid-template-columns:repeat(auto-fit, minmax(10rem, auto));
    grid-gap: 1rem;
    padding: 1rem
}

.allChatIndex .allTickets .createFilled .allCreatePostSubject .sendGallery .getImageItem span {
    color: #494f56;
    font-size: .7rem;
    font-weight: 300;
    text-align: center
}

.allChatIndex .allTickets .createFilled .allCreatePostSubject .sendGallery .getImageItem .getImagePic {
    position: relative
}

.allChatIndex .allTickets .createFilled .allCreatePostSubject .sendGallery .getImageItem .getImagePic:hover i {
    visibility: visible;
    opacity: 1
}

.allChatIndex .allTickets .createFilled .allCreatePostSubject .sendGallery .getImageItem .getImagePic i {
    display: grid;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 5rem;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
    background: #cbbdbd;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.allChatIndex .allTickets .createFilled .allCreatePostSubject .sendGallery .getImageItem .getImagePic i svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: #000
}

.allChatIndex .allTickets .createFilled .allCreatePostSubject .sendGallery .getImageItem img {
    height: 10rem;
    width: 10rem;
    object-fit: cover
}

.allChatIndex .allTickets .createFilled .allCreatePostSubject .sendGallery .sendFileItem {
    border-radius: .4rem;
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns:1fr;
    cursor: pointer;
    grid-gap: 1rem;
    border: 2px dashed #eee;
    background: white;
    margin-bottom: 1rem;
    padding: 1rem;
    margin-top: .5rem;
    position: relative
}

.allChatIndex .allTickets .createFilled .allCreatePostSubject .sendGallery .sendFileItem .vue-dropzone {
    border-radius: .3rem;
    color: #000;
    border: 0
}

.allChatIndex .allTickets .createFilled .allCreatePostSubject .sendGallery .sendFileItem .vue-dropzone span {
    margin-right: .5rem;
    font-size: 1rem;
    font-weight: 500;
    color: #000
}

.allChatIndex .allTickets .createFilled .allCreatePostSubject .sendGallery .sendFileItem .vue-dropzone .dropzone-custom-content {
    text-align: center
}

.allChatIndex .allTickets .createFilled .allCreatePostSubject .sendGallery .sendFileItem .vue-dropzone .dropzone-custom-title {
    margin-top: 0;
    color: orange;
    font-family: irsans;
    font-style: normal;
    font-weight: 900;
    font-size: 1rem
}

.allChatIndex .allTickets .createFilled .allCreatePostSubject .sendGallery .sendFileItem .vue-dropzone .subtitle {
    margin-top: 1rem;
    color: #000;
    font-family: irsans;
    font-style: normal;
    font-weight: 500;
    font-size: .8rem
}

.allChatIndex .allTickets .createFilled .allCreatePostSubject .sendGallery .sendFileItem .sendFileItemPic {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1rem;
    margin: auto
}

.allChatIndex .allTickets .createFilled .allCreatePostSubject .sendGallery .sendFileItem .sendFileItemPic img {
    object-fit: contain;
    width: 7rem;
    height: 100%
}

.allChatIndex .allTickets .createFilled .allCreatePostSubject .button, .allChatIndex .allTickets .createFilled .allCreatePostSubject .btnClose {
    padding: .5rem 1rem;
    border-radius: .3rem;
    background-color: #19bfd3;
    color: #fff;
    box-shadow: 0 2px 4px #5a8dee80;
    transition: all .3s ease-in-out
}

.allChatIndex .allTickets .createFilled .allCreatePostSubject .button:hover, .allChatIndex .allTickets .createFilled .allCreatePostSubject .btnClose:hover {
    background-color: #00f
}

.allChatIndex .allTickets .createFilled .allCreatePostSubject .btnClose {
    margin-right: 1rem;
    background: #ff5a5a
}

.allChatIndex .allTickets .createFilled .allCreatePostSubject .btnClose:hover {
    background-color: red
}

.allChatIndex .allTickets .createFilled .allCreatePostDetails {
    width: 25rem
}

.allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail {
    box-shadow: 0 10px 15px -5px #acacac1a;
    margin-bottom: 1rem
}

.allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail .allCreatePostDetailItemsTitle {
    background: white;
    display: grid;
    grid-template-columns:auto auto;
    justify-content: space-between;
    align-items: center;
    color: #000;
    font-weight: 500;
    font-size: .85rem;
    padding: .8rem;
    letter-spacing: .5px;
    border-radius: .3rem;
    z-index: 10
}

.allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail .allCreatePostDetailItemsTitle svg {
    width: .75rem;
    height: .75rem;
    fill: #000
}

.allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail .allCreatePostDetailItems {
    background: white;
    width: 100%;
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem;
    padding: .5rem;
    margin-top: -.3rem;
    z-index: 2
}

.allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail .allCreatePostDetailItems .allCreatePostDetailItem {
    display: grid;
    grid-template-columns:1fr;
    grid-gap: .5rem;
    margin-top: 1rem
}

.allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail .allCreatePostDetailItems .allCreatePostDetailItem .grid2 {
    display: grid;
    grid-template-columns:1fr auto;
    grid-gap: .5rem
}

.allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail .allCreatePostDetailItems .allCreatePostDetailItem label {
    color: #000;
    font-weight: 500;
    font-size: .8rem
}

.allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail .allCreatePostDetailItems .allCreatePostDetailItem input, .allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail .allCreatePostDetailItems .allCreatePostDetailItem select {
    background: white;
    border: 1px solid #DFE3E7;
    padding: .4rem .5rem;
    color: #000;
    border-radius: .3rem;
    font-size: .7rem;
    width: 100%;
    transition: all .3s ease-in-out;
    resize: vertical;
    outline: transparent
}

.allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail .allCreatePostDetailItems .allCreatePostDetailItem input:focus, .allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail .allCreatePostDetailItems .allCreatePostDetailItem select:focus {
    box-shadow: 0 3px 8px #0000001a;
    border: 1px solid #19bfd3
}

.allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail .allCreatePostDetailItems .allCreatePostDetailItem:first-child {
    margin-top: 0
}

.allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail .allCreatePostDetailItems .select2-container {
    width: 100% !important
}

.allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail .allCreatePostDetailItems .costCheck {
    display: grid;
    grid-template-columns:auto auto;
    align-items: center;
    justify-content: space-between;
    grid-gap: .5rem;
    padding: 0 .5rem;
    border-radius: .4rem;
    height: 3rem;
    color: #000;
    cursor: pointer;
    font-size: .85rem;
    font-weight: 300;
    margin-top: 1rem
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail .allCreatePostDetailItems .costCheck input[type=checkbox], .allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail .allCreatePostDetailItems .costCheck input[type=radio] {
        --active: #275EFE;
        --active-inner: #fff;
        --focus: 2px rgba(39, 94, 254, .3);
        --border: #BBC1E1;
        --border-hover: #275EFE;
        --background: #fff;
        --disabled: #F6F8FF;
        --disabled-inner: #E1E6F9;
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 21px;
        outline: none;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0;
        cursor: pointer;
        border: 1px solid var(--bc, var(--border));
        background: var(--b, var(--background));
        transition: background .3s, border-color .3s, box-shadow .2s
    }

    .allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail .allCreatePostDetailItems .costCheck input[type=checkbox]:after, .allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail .allCreatePostDetailItems .costCheck input[type=radio]:after {
        content: "";
        display: block;
        left: 0;
        top: 0;
        position: absolute;
        transition: transform var(--d-t) var(--d-t-e, ease), opacity var(--d-o, .2s)
    }

    .allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail .allCreatePostDetailItems .costCheck input[type=checkbox]:checked, .allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail .allCreatePostDetailItems .costCheck input[type=radio]:checked {
        --b: var(--active);
        --bc: var(--active);
        --d-o: .3s;
        --d-t: .6s;
        --d-t-e: cubic-bezier(.2, .85, .32, 1.2)
    }

    .allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail .allCreatePostDetailItems .costCheck input[type=checkbox]:disabled, .allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail .allCreatePostDetailItems .costCheck input[type=radio]:disabled {
        --b: var(--disabled);
        cursor: not-allowed;
        opacity: .9
    }

    .allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail .allCreatePostDetailItems .costCheck input[type=checkbox]:disabled:checked, .allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail .allCreatePostDetailItems .costCheck input[type=radio]:disabled:checked {
        --b: var(--disabled-inner);
        --bc: var(--border)
    }

    .allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail .allCreatePostDetailItems .costCheck input[type=checkbox]:disabled + label, .allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail .allCreatePostDetailItems .costCheck input[type=radio]:disabled + label {
        cursor: not-allowed
    }

    .allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail .allCreatePostDetailItems .costCheck input[type=checkbox]:hover:not(:checked):not(:disabled), .allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail .allCreatePostDetailItems .costCheck input[type=radio]:hover:not(:checked):not(:disabled) {
        --bc: var(--border-hover)
    }

    .allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail .allCreatePostDetailItems .costCheck input[type=checkbox]:focus, .allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail .allCreatePostDetailItems .costCheck input[type=radio]:focus {
        box-shadow: 0 0 0 var(--focus)
    }

    .allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail .allCreatePostDetailItems .costCheck input[type=checkbox]:not(.switch), .allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail .allCreatePostDetailItems .costCheck input[type=radio]:not(.switch) {
        width: 21px
    }

    .allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail .allCreatePostDetailItems .costCheck input[type=checkbox]:not(.switch):after, .allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail .allCreatePostDetailItems .costCheck input[type=radio]:not(.switch):after {
        opacity: var(--o, 0)
    }

    .allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail .allCreatePostDetailItems .costCheck input[type=checkbox]:not(.switch):checked, .allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail .allCreatePostDetailItems .costCheck input[type=radio]:not(.switch):checked {
        --o: 1
    }

    .allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail .allCreatePostDetailItems .costCheck input[type=checkbox] + label, .allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail .allCreatePostDetailItems .costCheck input[type=radio] + label {
        font-size: 14px;
        line-height: 21px;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        margin-left: 4px
    }

    .allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail .allCreatePostDetailItems .costCheck input[type=checkbox]:not(.switch) {
        border-radius: 7px
    }

    .allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail .allCreatePostDetailItems .costCheck input[type=checkbox]:not(.switch):after {
        width: 5px;
        height: 9px;
        border: 2px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 7px;
        top: 4px;
        transform: rotate(var(--r, 20deg))
    }

    .allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail .allCreatePostDetailItems .costCheck input[type=checkbox]:not(.switch):checked {
        --r: 43deg
    }

    .allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail .allCreatePostDetailItems .costCheck input[type=checkbox].switch {
        width: 38px;
        border-radius: 11px
    }

    .allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail .allCreatePostDetailItems .costCheck input[type=checkbox].switch:after {
        left: 2px;
        top: 2px;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        background: var(--ab, var(--border));
        transform: translate(var(--x, 0))
    }

    .allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail .allCreatePostDetailItems .costCheck input[type=checkbox].switch:checked {
        --ab: var(--active-inner);
        --x: 17px
    }

    .allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail .allCreatePostDetailItems .costCheck input[type=checkbox].switch:disabled:not(:checked):after {
        opacity: .6
    }

    .allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail .allCreatePostDetailItems .costCheck input[type=radio] {
        border-radius: 50%
    }

    .allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail .allCreatePostDetailItems .costCheck input[type=radio]:after {
        width: 19px;
        height: 19px;
        border-radius: 50%;
        background: var(--active-inner);
        opacity: 0;
        transform: scale(var(--s, .7))
    }

    .allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail .allCreatePostDetailItems .costCheck input[type=radio]:checked {
        --s: .5
    }
}

.allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail .allCreatePostDetailItems .costCheck input[type=number] {
    border: 1px solid #DFE3E7;
    width: 3rem;
    padding: .3rem;
    color: #000;
    border-radius: .3rem;
    font-size: .7rem;
    transition: all .3s ease-in-out;
    resize: vertical
}

.allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail .allCreatePostDetailItems .costCheck input[type=number]:focus {
    box-shadow: 0 3px 8px #0000001a;
    border: 1px solid #19bfd3
}

.allChatIndex .allTickets .createFilled .allCreatePostDetails .allCreatePostDetail:nth-child(3) {
    position: sticky;
    top: 5.5rem;
    margin-bottom: 0
}

.allChatIndex .sendFiles {
    background: rgba(0, 0, 0, .5);
    z-index: 4000;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns:1fr;
    justify-content: center
}

.allChatIndex .sendFiles .sendPos {
    width: 40%;
    padding: 1rem;
    margin: auto;
    background: white;
    border-radius: .4rem;
    position: relative
}

.allChatIndex .sendFiles .sendPos .sendGallery {
    background: white;
    border-radius: .2rem;
    display: grid;
    grid-template-columns:1fr;
    justify-content: center
}

.allChatIndex .sendFiles .sendPos .sendGallery .getImageItem {
    min-height: 12rem;
    border-radius: .4rem;
    border: 2px dashed #DFE3E7;
    display: grid;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    grid-template-columns:repeat(auto-fit, minmax(10rem, auto));
    grid-gap: 1rem;
    padding: 1rem
}

.allChatIndex .sendFiles .sendPos .sendGallery .getImageItem span {
    color: #494f56;
    font-size: .7rem;
    font-weight: 300;
    text-align: center
}

.allChatIndex .sendFiles .sendPos .sendGallery .getImageItem .getImagePic {
    position: relative
}

.allChatIndex .sendFiles .sendPos .sendGallery .getImageItem .getImagePic:hover i {
    visibility: visible;
    opacity: 1
}

.allChatIndex .sendFiles .sendPos .sendGallery .getImageItem .getImagePic i {
    display: grid;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 5rem;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
    background: #cbbdbd;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.allChatIndex .sendFiles .sendPos .sendGallery .getImageItem .getImagePic i svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: #000
}

.allChatIndex .sendFiles .sendPos .sendGallery .getImageItem img {
    height: 10rem;
    width: 10rem;
    object-fit: cover
}

.allChatIndex .sendFiles .sendPos .sendGallery .sendFileItem {
    border-radius: .4rem;
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns:1fr;
    cursor: pointer;
    grid-gap: 1rem;
    border: 2px dashed #eee;
    background: white;
    margin-bottom: 1rem;
    padding: 1rem;
    margin-top: .5rem;
    position: relative
}

.allChatIndex .sendFiles .sendPos .sendGallery .sendFileItem .vue-dropzone {
    border-radius: .3rem;
    color: #000;
    border: 0
}

.allChatIndex .sendFiles .sendPos .sendGallery .sendFileItem .vue-dropzone span {
    margin-right: .5rem;
    font-size: 1rem;
    font-weight: 500;
    color: #000
}

.allChatIndex .sendFiles .sendPos .sendGallery .sendFileItem .vue-dropzone .dropzone-custom-content {
    text-align: center
}

.allChatIndex .sendFiles .sendPos .sendGallery .sendFileItem .vue-dropzone .dropzone-custom-title {
    margin-top: 0;
    color: orange;
    font-family: irsans;
    font-style: normal;
    font-weight: 900;
    font-size: 1rem
}

.allChatIndex .sendFiles .sendPos .sendGallery .sendFileItem .vue-dropzone .subtitle {
    margin-top: 1rem;
    color: #000;
    font-family: irsans;
    font-style: normal;
    font-weight: 500;
    font-size: .8rem
}

.allChatIndex .sendFiles .sendPos .sendGallery .sendFileItem .sendFileItemPic {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1rem;
    margin: auto
}

.allChatIndex .sendFiles .sendPos .sendGallery .sendFileItem .sendFileItemPic img {
    object-fit: contain;
    width: 7rem;
    height: 100%
}

@media screen and (max-width: 800px) {
    .allChatIndex .allTickets .container {
        display: block
    }

    .allChatIndex .allTickets .container .people-list {
        width: 100%;
        border-left: 0;
        border-bottom: 1px solid #eee
    }

    .allChatIndex .allTickets .container .chat {
        display: grid;
        background: white;
        color: #434651
    }

    .allChatIndex .allTickets .container .chat .chat-message .chatButtons {
        display: grid;
        grid-template-columns:1fr 1fr 1fr;
        grid-gap: .5rem
    }

    .allChatIndex .allTickets .container .chat .chat-message .chatButtons button {
        font-size: .7rem;
        padding: .5rem
    }

    .allChatIndex .allTickets .container .chat .chat-message .chatButtons button i svg {
        width: .6rem;
        height: .6rem
    }

    .allChatIndex .sendFiles .sendPos {
        width: 90%
    }
}

.profileIndexTicket {
    padding: 1rem
}

.profileIndexTicket .titleTicket {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem
}

.profileIndexTicket .titleTicket h1 {
    font-size: 1.1rem;
    font-weight: 500;
    color: #000
}

.profileIndexTicket .titleTicket button {
    background: green;
    padding: .3rem .5rem;
    border-radius: 5px;
    color: #fff;
    font-size: .9rem;
    font-weight: 300
}

.profileIndexTicket h6 {
    font-size: 1.2rem;
    font-weight: 500;
    color: #000;
    margin-bottom: 1rem
}

.profileIndexTicket .alert {
    background: rgba(0, 128, 0, .26);
    color: #006200;
    padding: 1rem;
    border-radius: .3rem;
    font-size: .85rem;
    font-weight: 300;
    margin: 1rem 0
}

.profileIndexTicket .referralCode {
    background: white;
    border-radius: .3rem;
    box-shadow: 0 0 10px #eee;
    margin-bottom: 1rem;
    padding: 1rem;
    display: grid;
    grid-template-columns:auto 1fr;
    grid-gap: 1rem;
    align-items: center
}

.profileIndexTicket .referralCode span {
    font-size: .9rem;
    font-weight: 300;
    color: #000
}

.profileIndexTicket .referralCode h5 {
    font-size: .9rem;
    font-weight: 300;
    color: #000;
    padding: .5rem;
    border: 1px solid #eee;
    border-radius: 5px
}

.profileIndexTicket .containerSub {
    background: white;
    border-radius: .3rem;
    box-shadow: 0 0 10px #eee;
    margin-bottom: 1rem;
    padding: 1rem;
    overflow: hidden
}

.profileIndexTicket .containerSub table {
    margin-bottom: 0
}

.profileIndexTicket .emptyUser {
    margin: 1rem 0;
    font-size: 1.1rem;
    font-weight: 700;
    color: green;
    text-align: center
}

.profileIndexTicket table {
    background: white;
    border-radius: .3rem;
    box-shadow: 0 0 10px #eee;
    width: 100%;
    margin-bottom: 1rem
}

.profileIndexTicket table tr {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(1px, 1fr));
    align-items: center;
    grid-gap: 1rem;
    padding: 1rem
}

.profileIndexTicket table tr th {
    font-weight: 700;
    color: #000;
    font-size: .85rem;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: grid;
    align-items: center;
    justify-content: center
}

.profileIndexTicket table tr td {
    font-weight: 300;
    font-size: .85rem;
    text-align: center;
    color: #000
}

.profileIndexTicket table tr td svg {
    fill: #000;
    width: 1rem;
    height: 1rem;
    cursor: pointer
}

.profileIndexTicket table tr td img {
    width: 2.5rem;
    height: 2.5rem;
    object-fit: cover;
    border-radius: 5rem;
    box-shadow: 0 0 10px #0000001a
}

.profileIndexTicket table tr td a {
    display: grid;
    align-items: center
}

.profileIndexTicket table tr td a svg {
    margin-left: .5rem
}

.profileIndexTicket table tr .buttons a {
    font-size: .8rem;
    padding: .3rem;
    border-radius: 5px;
    color: #fff;
    background: green
}

.profileIndexTicket table tr .buttons button {
    font-size: .8rem;
    padding: .3rem;
    border-radius: 5px;
    color: #fff;
    background: orange
}

.profileIndexTicket table tr:nth-child(2n) {
    background: #f5f5f5
}

.profileIndexTicket .allTickets .container {
    border-radius: 5px;
    background: white
}

.profileIndexTicket .allTickets .container .chat {
    display: grid;
    color: #434651
}

.profileIndexTicket .allTickets .container .chat .chat-header {
    padding: 10px;
    border-bottom: 1px solid #eee;
    display: grid;
    grid-template-columns:auto 1fr;
    align-items: center;
    grid-gap: 1rem
}

.profileIndexTicket .allTickets .container .chat .chat-header img {
    width: 3rem;
    height: 3rem;
    object-fit: cover;
    border-radius: 100%
}

.profileIndexTicket .allTickets .container .chat .chat-header .chat-with {
    font-weight: 700;
    font-size: 16px
}

.profileIndexTicket .allTickets .container .chat .chat-history {
    padding: 15px;
    border-bottom: 2px solid white;
    overflow-y: scroll;
    height: 400px
}

.profileIndexTicket .allTickets .container .chat .chat-history .message-data {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.profileIndexTicket .allTickets .container .chat .chat-history .message-data-time {
    color: #000;
    font-size: .6rem;
    padding-right: 6px
}

.profileIndexTicket .allTickets .container .chat .chat-history .message-data-name {
    color: #000;
    font-size: .9rem
}

.profileIndexTicket .allTickets .container .chat .chat-history ul {
    display: grid
}

.profileIndexTicket .allTickets .container .chat .chat-history .message {
    color: #fff;
    padding: 10px 20px;
    line-height: 26px;
    font-size: 13px;
    border-radius: 5px;
    margin-bottom: 30px;
    max-width: 90%;
    position: relative
}

.profileIndexTicket .allTickets .container .chat .chat-history .message i {
    display: grid;
    align-items: center;
    justify-content: left;
    margin-top: .3rem
}

.profileIndexTicket .allTickets .container .chat .chat-history .message i svg {
    width: 1rem;
    height: 1rem;
    fill: #fff
}

.profileIndexTicket .allTickets .container .chat .chat-history .message:after {
    bottom: 100%;
    right: 7%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: green;
    border-width: 10px;
    margin-left: -10px
}

.profileIndexTicket .allTickets .container .chat .chat-history .my-message {
    float: right;
    background: green
}

.profileIndexTicket .allTickets .container .chat .chat-history .other-message {
    background: var(--red-color)
}

.profileIndexTicket .allTickets .container .chat .chat-history .other-message:after {
    border-bottom-color: var(--red-color);
    right: auto;
    left: 1rem
}

.profileIndexTicket .allTickets .container .chat .chat-message {
    border-top: 1px solid #eee;
    padding: 10px
}

.profileIndexTicket .allTickets .container .chat .chat-message .messageData {
    position: relative
}

.profileIndexTicket .allTickets .container .chat .chat-message .messageData textarea {
    width: 100%;
    border: none;
    font-size: .8rem;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    resize: vertical;
    background: #eee
}

.profileIndexTicket .allTickets .container .chat .chat-message .messageData span {
    position: absolute;
    bottom: 1rem;
    left: .5rem;
    background: #777;
    padding: .3rem .5rem;
    border-radius: 5px;
    font-weight: 300;
    font-size: .7rem;
    color: #fff
}

.profileIndexTicket .allTickets .container .chat .chat-message .chatButtons {
    display: flex;
    gap: .5rem
}

.profileIndexTicket .allTickets .container .chat .chat-message .chatButtons button {
    display: flex;
    gap: .5rem;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 300;
    background: green;
    padding: .5rem 1rem;
    border-radius: 5px;
    position: relative
}

.profileIndexTicket .allTickets .container .chat .chat-message .chatButtons button i {
    display: flex;
    justify-content: center;
    align-items: center
}

.profileIndexTicket .allTickets .container .chat .chat-message .chatButtons button i svg {
    width: 1rem;
    height: 1rem;
    fill: #fff
}

.profileIndexTicket .allTickets .container .chat .chat-message .chatButtons button:last-child {
    background: red
}

.profileIndexTicket .allTickets .container .align-left {
    justify-content: left;
    text-align: left
}

.profileIndexTicket .allTickets .container .float-left {
    float: left;
    text-align: left
}

.profileIndexTicket .sendFiles {
    background: rgba(0, 0, 0, .5);
    z-index: 4000;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns:1fr;
    justify-content: center
}

.profileIndexTicket .sendFiles .sendPos {
    width: 40%;
    padding: 1rem;
    margin: auto;
    background: white;
    border-radius: .4rem;
    position: relative
}

.profileIndexTicket .sendFiles .sendPos .sendImage {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    display: grid;
    grid-template-columns:1fr;
    justify-content: center;
    box-shadow: 0 0 10px #0000000d;
    margin-top: 1rem
}

.profileIndexTicket .sendFiles .sendPos .sendImage .dropify-wrapper {
    height: 100px;
    border: 1px solid #eee !important
}

.profileIndexTicket .sendFiles .sendPos .sendImage .dropify-wrapper .file-icon:before {
    opacity: 0 !important;
    position: absolute !important;
    top: 0 !important;
    visibility: hidden !important
}

.profileIndexTicket .sendFiles .sendPos .sendImage .dropify-wrapper .dropify-message {
    position: relative !important;
    top: auto !important;
    margin-top: 2rem
}

.profileIndexTicket .sendFiles .sendPos .sendImage .dropify-wrapper .dropify-message p {
    margin: 0;
    font-size: 1rem;
    font-family: irsans;
    color: #00800082
}

.profileIndexTicket .createTicket {
    padding: 1rem;
    background: white;
    border-radius: 5px
}

.profileIndexTicket .createTicket p {
    font-size: .8rem;
    font-weight: 300;
    color: #000;
    opacity: .7
}

.profileIndexTicket .createTicket p .closeChats {
    padding: .2rem .4rem;
    background: red;
    color: #fff;
    border-radius: 5px;
    font-size: .7rem;
    cursor: pointer;
    display: none
}

.profileIndexTicket .createTicket .bodyLabel {
    display: grid;
    grid-template-columns:1fr;
    grid-gap: .5rem;
    font-size: .9rem;
    font-weight: 300;
    color: #000;
    margin-top: 1rem
}

.profileIndexTicket .createTicket .bodyLabel input, .profileIndexTicket .createTicket .bodyLabel select, .profileIndexTicket .createTicket .bodyLabel textarea {
    background: white;
    border: 1px solid #eee;
    padding: .3rem .5rem;
    color: #000;
    border-radius: 5px;
    font-size: .9rem;
    font-weight: 300;
    width: 100%;
    transition: all .3s ease-in-out
}

.profileIndexTicket .createTicket .buttons {
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-gap: 1rem
}

.profileIndexTicket .createTicket .buttons .submit {
    font-size: .9rem;
    font-weight: 500;
    color: green;
    text-align: center;
    background: transparent;
    width: 100%;
    border: 1px solid green;
    padding: .5rem 1rem;
    border-radius: 5px;
    margin-top: 1rem;
    transition: all .3s ease-in-out
}

.profileIndexTicket .createTicket .buttons .submit:hover {
    background: green;
    color: #fff
}

.profileIndexTicket .createTicket .buttons .cancel {
    font-size: .9rem;
    font-weight: 500;
    color: red;
    text-align: center;
    background: transparent;
    width: 100%;
    border: 1px solid red;
    padding: .5rem 1rem;
    border-radius: 5px;
    margin-top: 1rem;
    transition: all .3s ease-in-out
}

.profileIndexTicket .createTicket .buttons .cancel:hover {
    background: red;
    color: #fff
}

.profileIndexTicket .createTicket .sendImage {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    display: grid;
    grid-template-columns:1fr;
    justify-content: center;
    box-shadow: 0 0 10px #0000000d;
    margin-top: 1rem
}

.profileIndexTicket .createTicket .sendImage .dropify-wrapper {
    border: 1px solid #eee !important
}

.profileIndexTicket .createTicket .sendImage .dropify-wrapper .file-icon:before {
    display: none !important
}

.profileIndexTicket .createTicket .sendImage .dropify-wrapper .dropify-message {
    position: relative !important;
    top: auto !important;
    margin-top: 2rem
}

.profileIndexTicket .createTicket .sendImage .dropify-wrapper .dropify-message p {
    margin: 0;
    font-size: 1rem;
    color: #00800082
}

.profileIndexTicket .popUp {
    background: rgba(0, 0, 0, .5);
    z-index: 4000;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns:1fr;
    justify-content: center
}

.profileIndexTicket .popUp .popUpItem {
    width: 40%;
    margin: auto;
    background: white;
    border-radius: .4rem;
    position: relative;
    padding: 1rem
}

.profileIndexTicket .popUp .popUpItem .title {
    font-size: 1.2rem;
    font-weight: 500;
    color: #000;
    text-align: center
}

.profileIndexTicket .popUp .popUpItem p {
    margin-top: .5rem;
    font-size: 1rem;
    font-weight: 300;
    color: #000;
    text-align: center
}

.profileIndexTicket .popUp .popUpItem .buttonsPop {
    display: grid;
    grid-template-columns:auto auto;
    justify-content: center;
    align-items: center;
    grid-gap: 1rem;
    margin-top: 2rem
}

.profileIndexTicket .popUp .popUpItem .buttonsPop button {
    font-size: .9rem;
    padding: .3rem 1rem;
    border-radius: 5px;
    background: green;
    color: #fff
}

.profileIndexTicket .popUp .popUpItem .buttonsPop button:nth-child(2) {
    background: red
}

.profileIndexTicket .showTicket {
    background: rgba(0, 0, 0, .5);
    z-index: 4000;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns:1fr;
    justify-content: center;
    overflow-y: scroll
}

.profileIndexTicket .showTicket .ticketData {
    width: 40%;
    margin: auto;
    background: white;
    border-radius: .4rem;
    position: relative;
    padding: 1rem
}

.profileIndexTicket .showTicket .ticketData .itemsAnswer {
    margin-top: 2rem
}

.profileIndexTicket .showTicket .ticketData h4 {
    font-size: .9rem;
    font-weight: 500;
    color: #000;
    margin-bottom: .5rem
}

.profileIndexTicket .showTicket .ticketData p {
    padding: .5rem;
    background: #f5f5f5;
    border-radius: 5px;
    font-size: .85rem;
    font-weight: 300;
    color: #000
}

.profileIndexTicket .showTicket .ticketData .buttonsPop {
    display: grid;
    grid-template-columns:auto auto;
    justify-content: center;
    align-items: center;
    grid-gap: 1rem;
    margin-top: 2rem
}

.profileIndexTicket .showTicket .ticketData .buttonsPop button {
    font-size: .9rem;
    padding: .3rem 1rem;
    border-radius: 5px;
    background: green;
    color: #fff
}

.profileIndexTicket .showTicket .ticketData .buttonsPop button:nth-child(2) {
    background: red
}

@media screen and (max-width: 700px) {
    .profileIndexTicket {
        padding: 0
    }

    .profileIndexTicket .allTickets .container {
        display: block
    }

    .profileIndexTicket .allTickets .container .people-list {
        border-left: 0;
        width: 100%;
        border-bottom: 1px solid #eee
    }

    .profileIndexTicket .allTickets .container .chat {
        display: grid;
        background: white;
        color: #434651
    }

    .profileIndexTicket .allTickets .container .chat .chat-message .chatButtons {
        display: grid;
        grid-template-columns:1fr 1fr 1fr;
        grid-gap: .5rem
    }

    .profileIndexTicket .allTickets .container .chat .chat-message .chatButtons button {
        font-size: .7rem;
        padding: .5rem
    }

    .profileIndexTicket .allTickets .container .chat .chat-message .chatButtons button i svg {
        width: .6rem;
        height: .6rem
    }

    .profileIndexTicket .sendFiles .sendPos {
        width: 90%
    }

    .profileIndexTicket .titleTicket h1 {
        font-size: .9rem
    }

    .profileIndexTicket .titleTicket button {
        font-size: .8rem
    }
}

.allVipIndex {
    margin-left: 1rem
}

.allVipIndex .success {
    background: rgba(0, 128, 0, .26);
    color: #006200;
    padding: 1rem;
    border-radius: .3rem;
    font-size: .85rem;
    font-weight: 300;
    margin-bottom: 1rem
}

.allVipIndex .error {
    color: red;
    background: rgba(255, 0, 0, .1);
    padding: 1rem;
    border-radius: .3rem;
    font-size: .85rem;
    font-weight: 300;
    margin-bottom: 1rem
}

.allVipIndex .chargePrice {
    background: white;
    margin-top: 1rem;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 1rem;
    overflow: hidden
}

.allVipIndex .chargePrice form {
    text-align: center
}

.allVipIndex .chargePrice form .top .right1 {
    font-size: .9rem;
    font-weight: 500;
    color: #000
}

.allVipIndex .chargePrice form .top input {
    border: 1px solid #eee;
    padding: .3rem .5rem;
    color: #000;
    border-radius: 5px;
    font-size: 1rem;
    width: 15rem;
    transition: all .3s ease-in-out
}

.allVipIndex .chargePrice form .top input:focus {
    box-shadow: 0 3px 8px #0000001a;
    border: 1px solid #19bfd3
}

.allVipIndex .chargePrice form p {
    margin-top: 1rem;
    font-size: 1rem;
    font-weight: 500;
    color: red
}

.allVipIndex .chargePrice form .gateItems {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .5rem;
    margin: 1rem 0
}

.allVipIndex .chargePrice form .gateItems .gateItem {
    display: grid;
    justify-content: center;
    padding: .5rem;
    box-shadow: 0 0 10px #0000001a;
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid #eee;
    filter: grayscale(1);
    transition: all .3s ease-in-out
}

.allVipIndex .chargePrice form .gateItems .gateItem img {
    height: 3.5rem;
    width: 3.5rem;
    object-fit: contain
}

.allVipIndex .chargePrice form .gateItems .gateItem:hover {
    filter: grayscale(0)
}

.allVipIndex .chargePrice form .gateItems .active {
    border: 2px solid var(--green-color);
    filter: grayscale(0)
}

.allVipIndex .chargePrice form button {
    font-size: .9rem;
    font-weight: 300;
    color: #fff;
    background: var(--green-color);
    padding: .3rem 1rem;
    border-radius: 5px;
    cursor: pointer;
    height: 2.2rem
}

.allVipIndex .chargeWidgets {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(15rem, 1fr));
    grid-gap: 1rem
}

.allVipIndex .chargeWidgets .WidgetItem {
    display: grid;
    grid-template-columns:auto 1fr;
    align-items: center;
    grid-gap: 1rem;
    padding: 1rem;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background: white;
    z-index: 1;
    border: 1px solid #eee
}

.allVipIndex .chargeWidgets .WidgetItem .WidgetIcon {
    position: relative;
    display: grid;
    justify-content: center;
    align-items: center
}

.allVipIndex .chargeWidgets .WidgetItem .WidgetIcon svg {
    width: 4rem;
    height: 4rem
}

.allVipIndex .chargeWidgets .WidgetItem .WidgetSubject {
    position: relative;
    z-index: 5
}

.allVipIndex .chargeWidgets .WidgetItem .WidgetSubject h4 {
    font-size: .8rem;
    color: #000;
    font-weight: 300
}

.allVipIndex .chargeWidgets .WidgetItem .WidgetSubject h5 {
    font-size: .85rem;
    color: #444;
    font-weight: 700;
    margin-top: .5rem
}

.allVipIndex .chargeWidgets .WidgetItem .WidgetSubject h5 span {
    letter-spacing: .2px
}

.allVipIndex .packs {
    background: white;
    padding: 1rem;
    margin: 1rem 0;
    box-shadow: 0 0 10px #0000001a;
    border-radius: 10px
}

.allVipIndex .packs .title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #444;
    margin-bottom: .5rem
}

.allVipIndex .packs .body {
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    margin-bottom: 1rem
}

.allVipIndex .packs .items {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(20rem, 1fr));
    grid-gap: 1rem
}

.allVipIndex .packs .items .item {
    display: grid;
    padding: 1rem;
    border-radius: 10px;
    border: 1px solid #ddd
}

.allVipIndex .packs .items .item h4 {
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    color: #444;
    margin-bottom: .5rem
}

.allVipIndex .packs .items .item p {
    text-align: center;
    font-size: .9rem;
    font-weight: 300;
    color: #000;
    margin-bottom: 1rem
}

.allVipIndex .packs .items .item .option {
    margin-bottom: 1rem;
    font-size: .9rem;
    font-weight: 700;
    color: #444;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem
}

.allVipIndex .packs .items .item .option span:first-child {
    font-weight: 300;
    font-size: .8rem;
    opacity: .7
}

.allVipIndex .packs .items .item .button {
    display: grid;
    width: 100%;
    background: green;
    border-radius: 5px;
    padding: .3rem 1rem;
    font-size: 1rem;
    font-weight: 300;
    color: #fff;
    text-align: center
}

.allVipIndex table {
    margin-top: 1rem;
    background: white;
    border-radius: 10px;
    width: 100%;
    border: 1px solid #eee
}

.allVipIndex table tr {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(1px, 1fr));
    align-items: center;
    grid-gap: 1rem;
    padding: 1rem
}

.allVipIndex table tr th {
    font-weight: 700;
    color: #000;
    font-size: .85rem;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: grid;
    align-items: center;
    justify-content: center
}

.allVipIndex table tr td {
    font-weight: 300;
    font-size: .85rem;
    text-align: center;
    color: #000
}

.allVipIndex table tr td .active {
    background: green;
    padding: .3rem .5rem;
    font-size: .8rem;
    font-weight: 300;
    color: #fff !important;
    border-radius: 5px
}

.allVipIndex table tr td .unActive {
    background: red;
    padding: .3rem .5rem;
    font-size: .8rem;
    font-weight: 300;
    color: #fff !important;
    border-radius: 5px
}

.allVipIndex table tr:nth-child(2n) {
    background: #eeeeee
}

@media screen and (max-width: 1000px) {
    .allVipIndex {
        margin: .5rem
    }

    .allVipIndex .chargePrice {
        padding: .5rem
    }

    .allVipIndex .chargePrice form .top .right1 {
        font-size: .8rem
    }

    .allVipIndex .chargePrice form .top input {
        font-size: .8rem;
        width: 100%
    }

    .allVipIndex .chargePrice form .gateItems .gateItem img {
        height: 2rem;
        width: 2rem
    }

    .allVipIndex .chargeWidgets {
        grid-template-columns:1fr 1fr;
        grid-gap: .5rem
    }

    .allVipIndex .chargeWidgets .WidgetItem {
        display: block;
        padding: .5rem
    }

    .allVipIndex .chargeWidgets .WidgetItem .WidgetIcon {
        display: none
    }

    .allVipIndex .chargeWidgets .WidgetItem .WidgetSubject h4 {
        font-size: .75rem
    }

    .allVipIndex .chargeWidgets .WidgetItem .WidgetSubject h5 {
        font-size: .8rem
    }

    .allVipIndex .allTables {
        overflow-x: scroll
    }

    .allVipIndex .allTables table {
        clear: both;
        margin-top: 6px !important;
        margin-bottom: 6px !important;
        max-width: none !important;
        border-collapse: separate !important;
        width: 100%
    }

    .allVipIndex .allTables table tbody {
        background: white
    }

    .allVipIndex .allTables table tr {
        display: flex
    }

    .allVipIndex .allTables table tr td, .allVipIndex .allTables table tr th, .allVipIndex .allTables table tr .buttons {
        min-width: 6rem
    }
}

.allCartIndex {
    margin: auto;
    margin-top: 1rem
}

.allCartIndex .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .5rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 10px #0000000d;
    padding: 1rem
}

.allCartIndex .title .name {
    font-size: 1.2rem;
    font-weight: 900;
    color: #000;
    display: flex;
    justify-content: right;
    gap: .5rem;
    align-items: center
}

.allCartIndex .title .name i {
    display: grid;
    align-items: center
}

.allCartIndex .title .name i svg {
    width: 1.5rem;
    height: 1.5rem
}

.allCartIndex .title .next {
    font-size: .8rem;
    font-weight: 300;
    color: #444;
    display: flex;
    justify-content: left;
    gap: .5rem;
    background: #eee;
    border-radius: 5px;
    padding: 5px 10px;
    align-items: center
}

.allCartIndex .title .next i {
    display: grid;
    align-items: center
}

.allCartIndex .title .next i svg {
    width: 1rem;
    height: 1rem
}

.allCartIndex .container1 {
    display: grid;
    grid-template-columns:1fr auto;
    grid-gap: 2rem;
    margin-top: 1rem
}

.allCartIndex .container1 .right .carts {
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-gap: 1rem
}

.allCartIndex .container1 .right .carts .item {
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 10px #0000000d;
    padding: 1rem
}

.allCartIndex .container1 .right .carts .item .topItem {
    display: grid;
    grid-template-columns:2fr 1fr;
    grid-gap: 1rem
}

.allCartIndex .container1 .right .carts .item .topItem .description .title3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: .5rem;
    color: #000;
    white-space: pre-line;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

.allCartIndex .container1 .right .carts .item .topItem .description .price {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: .5rem;
    font-size: .8rem;
    font-weight: 700;
    margin-bottom: .5rem;
    color: #444
}

.allCartIndex .container1 .right .carts .item .topItem .description .price .name {
    font-size: .8rem;
    font-weight: 300;
    color: #444
}

.allCartIndex .container1 .right .carts .item .topItem .description .options {
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-gap: .5rem
}

.allCartIndex .container1 .right .carts .item .topItem .description .options .option {
    background: #f5f5f5;
    text-align: center;
    padding: .2rem .5rem;
    border-radius: 5rem;
    font-size: .8rem;
    font-weight: 700;
    color: #000;
    border: 1px solid #ccc
}

.allCartIndex .container1 .right .carts .item .topItem .pic {
    display: grid;
    align-items: center;
    border-radius: 10px;
    padding: .5rem;
    box-shadow: 0 0 10px #0000001a
}

.allCartIndex .container1 .right .carts .item .botItem {
    display: grid;
    grid-template-columns:2fr 1fr;
    grid-gap: 1rem;
    margin-top: 1rem
}

.allCartIndex .container1 .right .carts .item .botItem .operations {
    display: grid;
    grid-template-columns:auto 1fr;
    grid-gap: .5rem;
    align-items: center;
    position: relative
}

.allCartIndex .container1 .right .carts .item .botItem .operations .operation {
    border-radius: 50%;
    width: 1.7rem;
    height: 1.7rem;
    display: grid;
    align-items: center;
    justify-content: center;
    background: var(--green-color);
    cursor: pointer
}

.allCartIndex .container1 .right .carts .item .botItem .operations .operation i {
    display: grid;
    align-items: center
}

.allCartIndex .container1 .right .carts .item .botItem .operations .operation svg {
    width: .7rem;
    height: .7rem;
    fill: #fff
}

.allCartIndex .container1 .right .carts .item .botItem .operations .seller {
    padding: .1rem .5rem;
    border-radius: 5rem;
    font-size: .9rem;
    text-align: center;
    color: var(--green-color);
    border: 1px solid var(--green-color)
}

.allCartIndex .container1 .right .carts .item .botItem .operations ul {
    display: none;
    position: absolute;
    top: calc(100% + .5rem);
    right: 0;
    background: white;
    border-radius: 5px;
    border: 1px solid #eee;
    box-shadow: 0 10px 10px #0000001a;
    overflow: hidden
}

.allCartIndex .container1 .right .carts .item .botItem .operations ul li {
    padding: 5px 10px;
    font-size: .85rem;
    font-weight: 300;
    color: #000;
    cursor: pointer
}

.allCartIndex .container1 .right .carts .item .botItem .operations ul li:hover {
    background: var(--green-color);
    color: #fff
}

.allCartIndex .container1 .right .carts .item .botItem .change {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem
}

.allCartIndex .container1 .right .carts .item .botItem .change .button1 {
    border-radius: 50%;
    width: 1.7rem;
    height: 1.7rem;
    display: grid;
    align-items: center;
    justify-content: center;
    background: #eee;
    cursor: pointer
}

.allCartIndex .container1 .right .carts .item .botItem .change .button1 i {
    display: grid;
    align-items: center
}

.allCartIndex .container1 .right .carts .item .botItem .change .button1 svg {
    width: .7rem;
    height: .7rem;
    fill: #000
}

.allCartIndex .container1 .left {
    width: 25rem
}

.allCartIndex .container1 .left .box {
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 10px #0000000d;
    padding: 1rem;
    padding-top: 0;
    margin-bottom: 1rem
}

.allCartIndex .container1 .left .box .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .5rem;
    padding: 1rem 0;
    border-bottom: 1px solid #eee
}

.allCartIndex .container1 .left .box .item .name {
    font-weight: 700;
    color: #444;
    font-size: .8rem
}

.allCartIndex .container1 .left .box .item .body {
    display: flex;
    gap: 5px;
    align-items: center;
    font-weight: 700;
    color: #000;
    font-size: .9rem
}

.allCartIndex .container1 .left .box .item .body:after {
    content: "︎";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    letter-spacing: normal;
    font-family: digikala;
    font-size: 1.1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: none;
    line-height: 1;
    box-sizing: inherit
}

.allCartIndex .container1 .left .box .item .body1 {
    font-weight: 700;
    color: #000;
    font-size: .9rem
}

.allCartIndex .container1 .left .box .item:nth-last-child(2) {
    border-bottom: 0
}

.allCartIndex .container1 .left .box .final .name {
    font-size: 1rem;
    color: var(--green-color)
}

.allCartIndex .container1 .left .box .final .body {
    font-size: 1.2rem;
    color: var(--green-color)
}

.allCartIndex .container1 .left .box .move {
    background: var(--green-color);
    padding: .5rem;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    display: grid;
    width: 100%;
    border-radius: 5px
}

.allCartIndex .container1 .left .allCategoryIndex {
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 10px #0000000d;
    padding: 1rem
}

.allCartIndex .container1 .left .allCategoryIndex .title2 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #444;
    text-align: center;
    margin-bottom: 1rem
}

.allCartIndex .container1 .left .allCategoryIndex .swiper-button-next, .allCartIndex .container1 .left .allCategoryIndex .swiper-button-prev {
    background: white
}

.allCartIndex .allCartIndexEmpty {
    margin-top: 1rem;
    display: grid;
    text-align: center;
    justify-content: center;
    align-items: center
}

.allCartIndex .allCartIndexEmpty i svg {
    fill: var(--green-color);
    width: 7rem;
    height: 7rem
}

.allCartIndex .allCartIndexEmpty p {
    color: #444;
    margin-top: 1rem;
    font-size: 1.2rem
}

@media screen and (max-width: 700px) {
    .allCartIndex .container1 {
        grid-template-columns:1fr;
        grid-gap: 1rem
    }

    .allCartIndex .container1 .right .carts {
        grid-template-columns:1fr;
        grid-gap: .5rem
    }

    .allCartIndex .container1 .right .carts .item {
        padding: .5rem
    }

    .allCartIndex .container1 .right .carts .item .topItem {
        display: flex;
        flex-direction: column-reverse;
        grid-gap: .5rem
    }

    .allCartIndex .container1 .right .carts .item .topItem .description .title3 {
        font-size: 1.1rem;
        font-weight: 700;
        margin-bottom: .5rem;
        color: #000;
        white-space: pre-line;
        display: -webkit-box;
        box-orient: vertical;
        -webkit-box-orient: vertical;
        line-clamp: 2;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .allCartIndex .container1 .right .carts .item .topItem .description .price {
        display: flex;
        justify-content: right;
        align-items: center;
        gap: .5rem;
        font-size: .8rem;
        font-weight: 700;
        margin-bottom: .5rem;
        color: #444
    }

    .allCartIndex .container1 .right .carts .item .topItem .description .price .name {
        font-size: .8rem;
        font-weight: 300;
        color: #444
    }

    .allCartIndex .container1 .right .carts .item .topItem .description .options {
        display: grid;
        grid-template-columns:1fr 1fr;
        grid-gap: .5rem
    }

    .allCartIndex .container1 .right .carts .item .topItem .description .options .option {
        background: #f5f5f5;
        text-align: center;
        padding: .2rem .5rem;
        border-radius: 5rem;
        font-size: .8rem;
        font-weight: 700;
        color: #000;
        border: 1px solid #ccc
    }

    .allCartIndex .container1 .right .carts .item .topItem .pic {
        justify-content: center
    }

    .allCartIndex .container1 .right .carts .item .topItem .pic img {
        height: 10rem
    }

    .allCartIndex .container1 .right .carts .item .botItem {
        display: grid;
        grid-template-columns:2fr 1fr;
        grid-gap: 1rem;
        margin-top: 1rem
    }

    .allCartIndex .container1 .right .carts .item .botItem .operations {
        display: grid;
        grid-template-columns:auto 1fr;
        grid-gap: .5rem;
        align-items: center;
        position: relative
    }

    .allCartIndex .container1 .right .carts .item .botItem .operations .operation {
        border-radius: 50%;
        width: 1.7rem;
        height: 1.7rem;
        display: grid;
        align-items: center;
        justify-content: center;
        background: var(--green-color);
        cursor: pointer
    }

    .allCartIndex .container1 .right .carts .item .botItem .operations .operation i {
        display: grid;
        align-items: center
    }

    .allCartIndex .container1 .right .carts .item .botItem .operations .operation svg {
        width: .7rem;
        height: .7rem;
        fill: #fff
    }

    .allCartIndex .container1 .right .carts .item .botItem .operations .seller {
        padding: .1rem .5rem;
        border-radius: 5rem;
        font-size: .9rem;
        text-align: center;
        color: var(--green-color);
        border: 1px solid var(--green-color)
    }

    .allCartIndex .container1 .right .carts .item .botItem .operations ul {
        display: none;
        position: absolute;
        top: calc(100% + .5rem);
        right: 0;
        background: white;
        border-radius: 5px;
        border: 1px solid #eee;
        box-shadow: 0 10px 10px #0000001a;
        overflow: hidden
    }

    .allCartIndex .container1 .right .carts .item .botItem .operations ul li {
        padding: 5px 10px;
        font-size: .85rem;
        font-weight: 300;
        color: #000;
        cursor: pointer
    }

    .allCartIndex .container1 .right .carts .item .botItem .operations ul li:hover {
        background: var(--green-color);
        color: #fff
    }

    .allCartIndex .container1 .right .carts .item .botItem .change {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1rem
    }

    .allCartIndex .container1 .right .carts .item .botItem .change .button1 {
        border-radius: 50%;
        width: 1.7rem;
        height: 1.7rem;
        display: grid;
        align-items: center;
        justify-content: center;
        background: #eee;
        cursor: pointer
    }

    .allCartIndex .container1 .right .carts .item .botItem .change .button1 i {
        display: grid;
        align-items: center
    }

    .allCartIndex .container1 .right .carts .item .botItem .change .button1 svg {
        width: .7rem;
        height: .7rem;
        fill: #000
    }

    .allCartIndex .container1 .left {
        width: 100%
    }

    .allCartIndex .container1 .left .allCategoryIndex {
        display: none
    }
}

.allCheckoutIndex {
    margin: auto;
    margin-top: 1rem
}

.allCheckoutIndex .alert {
    background: rgba(255, 0, 0, .15);
    color: var(--red-color);
    padding: 1rem;
    border-radius: .3rem;
    font-size: .9rem;
    font-weight: 300;
    letter-spacing: .3px;
    margin: 1rem 0
}

.allCheckoutIndex .success {
    background: rgba(0, 255, 0, .1);
    color: green;
    padding: 1rem;
    border-radius: .3rem;
    font-size: .9rem;
    font-weight: 300;
    letter-spacing: .3px;
    margin: 1rem 0
}

.allCheckoutIndex .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .5rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 10px #0000000d;
    padding: 1rem
}

.allCheckoutIndex .title .name {
    font-size: 1.1rem;
    font-weight: 500;
    color: #000;
    display: flex;
    justify-content: right;
    gap: .5rem;
    align-items: center
}

.allCheckoutIndex .title .name i {
    display: grid;
    align-items: center
}

.allCheckoutIndex .title .name i svg {
    width: 1.3rem;
    height: 1.3rem
}

.allCheckoutIndex .title .next {
    font-size: .8rem;
    font-weight: 300;
    color: #444;
    display: flex;
    justify-content: left;
    gap: .5rem;
    background: #eee;
    border-radius: 5px;
    padding: 5px 10px;
    align-items: center
}

.allCheckoutIndex .title .next i {
    display: grid;
    align-items: center
}

.allCheckoutIndex .title .next i svg {
    width: 1rem;
    height: 1rem
}

.allCheckoutIndex .container1 {
    display: grid;
    grid-template-columns:1fr auto;
    grid-gap: 2rem;
    margin-top: 1rem
}

.allCheckoutIndex .container1 .right .CreateAddress {
    background: white;
    padding: 1rem;
    margin: auto;
    border-radius: 10px
}

.allCheckoutIndex .container1 .right .CreateAddress .titleAddress span {
    font-size: 1.1rem;
    font-weight: 900;
    color: #000
}

.allCheckoutIndex .container1 .right .CreateAddress .form .alert {
    color: red;
    font-size: .8rem;
    font-weight: 300
}

.allCheckoutIndex .container1 .right .CreateAddress .form .items {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns:repeat(auto-fit, minmax(5rem, 1fr))
}

.allCheckoutIndex .container1 .right .CreateAddress .form .item {
    margin-top: 1rem;
    border-radius: 10px
}

.allCheckoutIndex .container1 .right .CreateAddress .form .item label {
    color: #000;
    font-weight: 300;
    font-size: 1rem;
    margin-bottom: .5rem;
    display: grid
}

.allCheckoutIndex .container1 .right .CreateAddress .form .item .alert {
    color: red;
    font-weight: 300;
    font-size: .8rem;
    margin-top: .5rem
}

.allCheckoutIndex .container1 .right .CreateAddress .form .item input, .allCheckoutIndex .container1 .right .CreateAddress .form .item select {
    padding: .5rem;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    color: #000;
    border-radius: 5px;
    font-size: 1rem;
    width: 100%;
    font-weight: 300;
    transition: all .3s ease-in-out
}

.allCheckoutIndex .container1 .right .CreateAddress .form .item input:focus, .allCheckoutIndex .container1 .right .CreateAddress .form .item select:focus {
    border: 1px solid var(--green-color)
}

.allCheckoutIndex .container1 .right .CreateAddress .form .item select[name=city] {
    display: none
}

.allCheckoutIndex .container1 .right .CreateAddress .bottomAddress {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: left;
    align-items: center
}

.allCheckoutIndex .container1 .right .CreateAddress .bottomAddress button {
    padding: .3rem 1rem;
    background: red;
    color: #fff;
    font-size: .9rem;
    font-weight: 300;
    border-radius: 5px
}

.allCheckoutIndex .container1 .right .payMethod {
    margin: auto;
    margin-top: 1rem;
    background: white;
    padding: 1rem;
    border-radius: 10px
}

.allCheckoutIndex .container1 .right .payMethod .checkoutTitle {
    font-size: 1.1rem;
    font-weight: 900;
    color: #000
}

.allCheckoutIndex .container1 .right .payMethod ul {
    margin-top: 1rem
}

.allCheckoutIndex .container1 .right .payMethod ul li {
    padding: 1rem 0
}

.allCheckoutIndex .container1 .right .payMethod ul li button {
    display: flex;
    align-items: center;
    grid-gap: 1rem;
    background: transparent;
    font-size: .85rem;
    font-weight: 500;
    color: #000
}

.allCheckoutIndex .container1 .right .payMethod ul li button i {
    display: grid;
    align-items: center;
    justify-content: center
}

.allCheckoutIndex .container1 .right .payMethod ul li button i svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: #000
}

.allCheckoutIndex .container1 .right .payMethod ul li button:before {
    content: "";
    border: 2px solid #000;
    background: white;
    border-radius: 100%;
    width: .9rem;
    height: .9rem
}

.allCheckoutIndex .container1 .right .payMethod ul li .active {
    color: var(--green-color)
}

.allCheckoutIndex .container1 .right .payMethod ul li .active i svg {
    fill: var(--green-color)
}

.allCheckoutIndex .container1 .right .payMethod ul li .active:before {
    border: 2px solid var(--green-color);
    background: var(--green-color)
}

.allCheckoutIndex .container1 .left {
    width: 25rem
}

.allCheckoutIndex .container1 .left .box {
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 10px #0000000d;
    padding: 1rem
}

.allCheckoutIndex .container1 .left .box .title2 {
    font-size: 1rem;
    padding: .5rem;
    border-radius: 5px;
    text-align: center;
    background: var(--back4-color);
    margin-bottom: 1rem;
    box-shadow: 0 5px 5px #0003
}

.allCheckoutIndex .container1 .left .box .options {
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee;
    margin-bottom: 1rem
}

.allCheckoutIndex .container1 .left .box .options .option {
    margin-top: .5rem;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.allCheckoutIndex .container1 .left .box .options .option .title3 {
    font-size: .9rem;
    font-weight: 500;
    color: #444;
    opacity: .6
}

.allCheckoutIndex .container1 .left .box .title4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem
}

.allCheckoutIndex .container1 .left .box .title4 .name {
    font-size: 1rem;
    color: #000;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.allCheckoutIndex .container1 .left .box .title4 .body {
    font-size: 1rem;
    font-weight: 500;
    color: #444;
    opacity: .6
}

.allCheckoutIndex .container1 .left .box .discount {
    padding: .5rem;
    border-radius: 5px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    border: 1px solid #bbb
}

.allCheckoutIndex .container1 .left .box .discount input {
    background: transparent;
    font-size: .9rem;
    font-weight: 300;
    color: #444
}

.allCheckoutIndex .container1 .left .box .discount button {
    padding: 5px 10px;
    background: var(--green-color);
    font-size: .8rem;
    font-weight: 300;
    color: #fff;
    border-radius: 5px
}

.allCheckoutIndex .container1 .left .box .price {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.allCheckoutIndex .container1 .left .box .price .title3 {
    font-size: .9rem;
    font-weight: 500;
    color: #444
}

.allCheckoutIndex .container1 .left .box .price .body {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 5px;
    font-size: .9rem;
    font-weight: 500;
    color: #444
}

.allCheckoutIndex .container1 .left .box .price .body:after {
    content: "︎";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    letter-spacing: normal;
    font-family: digikala;
    font-size: 1.1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: none;
    line-height: 1;
    box-sizing: inherit
}

.allCheckoutIndex .container1 .left .box .price .body1 {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 5px;
    font-size: .9rem;
    font-weight: 500;
    color: red
}

.allCheckoutIndex .container1 .left .box .price .body1 span {
    font-size: .7rem
}

.allCheckoutIndex .container1 .left .box .priceF {
    padding-top: 1rem;
    border-top: 1px solid #eee;
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.allCheckoutIndex .container1 .left .box .priceF .title3 {
    font-size: 1rem;
    font-weight: 900;
    color: #000
}

.allCheckoutIndex .container1 .left .box .priceF .body {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 5px;
    font-size: 1rem;
    font-weight: 900;
    color: #000
}

.allCheckoutIndex .container1 .left .box .priceF .body:after {
    content: "︎";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    letter-spacing: normal;
    font-family: digikala;
    font-size: 1.1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: none;
    line-height: 1;
    box-sizing: inherit
}

.allCheckoutIndex .container1 .left .box .gatePay {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    margin: 1rem 0;
    grid-gap: 1rem
}

.allCheckoutIndex .container1 .left .box .gatePay .gateItem {
    display: grid;
    justify-content: center;
    padding: .5rem;
    box-shadow: 0 0 10px #0000001a;
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid #eee;
    filter: grayscale(1);
    transition: all .3s ease-in-out
}

.allCheckoutIndex .container1 .left .box .gatePay .gateItem img {
    height: 4rem;
    object-fit: contain
}

.allCheckoutIndex .container1 .left .box .gatePay .gateItem:hover {
    filter: grayscale(0)
}

.allCheckoutIndex .container1 .left .box .gatePay .active {
    border: 2px solid var(--green-color);
    filter: grayscale(0)
}

.allCheckoutIndex .container1 .left .box .move {
    background: var(--green-color);
    padding: .5rem;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    font-weight: 700;
    display: grid;
    width: 100%;
    border-radius: 5px;
    margin-top: 1rem
}

@media screen and (max-width: 700px) {
    .allCheckoutIndex .container1 {
        grid-template-columns:1fr;
        grid-gap: 1rem
    }

    .allCheckoutIndex .container1 .left {
        width: 100%
    }
}

.buyIndex {
    margin-top: 1rem;
    display: grid;
    justify-content: center;
    align-items: center
}

.buyIndex .allBuyItems {
    width: 30rem;
    background: white;
    box-shadow: 0 2px 4px #0000000d;
    border-radius: .2rem;
    overflow: hidden
}

.buyIndex .allBuyItems .allBuySuccessItemTitle {
    padding: 1rem;
    background: #6BC259;
    color: #fff;
    text-align: center
}

.buyIndex .allBuyItems .allBuyFailItemTitle {
    padding: 1rem;
    background: #EE384E;
    color: #fff;
    text-align: center
}

.buyIndex .allBuyItems .allBuyItem {
    padding: .8rem 2rem;
    display: grid;
    grid-template-columns:auto auto;
    justify-content: space-between;
    border-top: 1px solid #eee
}

.buyIndex .allBuyItems .allBuyItem label {
    font-size: 12px;
    font-weight: 300;
    color: #000;
    opacity: .9
}

.buyIndex .allBuyItems .allBuyItem h4 {
    font-size: 12px;
    color: #000;
    font-weight: 400
}

.buyIndex .allBuyItems .allBuyButton {
    margin: 1rem 0;
    text-align: center
}

.buyIndex .allBuyItems .allBuyButton a {
    font-size: .9rem;
    color: #fff;
    padding: .5rem 1.5rem;
    background: #6BC259;
    border-radius: .2rem
}

@media screen and (max-width: 920px) {
    .buyIndex .allBuyItems {
        width: 20rem
    }
}

.allBecomeSeller {
    margin: auto;
    margin-top: 1rem
}

.allBecomeSeller .allBecomeUserInfo {
    border-radius: 10px;
    background: white;
    box-shadow: 0 0 20px #0000000d;
    padding: 1rem;
    margin-top: 1rem
}

.allBecomeSeller .allBecomeUserInfo .allBecomeTip {
    background: rgba(255, 0, 0, .1);
    border: 1px solid red;
    padding: 0 .5rem;
    border-radius: 10px;
    display: grid;
    grid-template-columns:auto auto;
    justify-content: right;
    align-items: center;
    grid-gap: .5rem;
    height: 3rem
}

.allBecomeSeller .allBecomeUserInfo .allBecomeTip i svg {
    fill: red;
    width: 1.2rem;
    height: 1.2rem;
    animation: arrow-anim 1s ease infinite;
    margin-bottom: 0
}

@keyframes arrow-anim {
    0% {
        margin-bottom: 0
    }
    10% {
        margin-bottom: .5rem
    }
    30% {
        transform: rotate(-40deg)
    }
    50% {
        transform: rotate(40deg)
    }
    60% {
        transform: rotate(-40deg)
    }
    70% {
        transform: rotate(-20deg)
    }
    80% {
        transform: rotate(0);
        margin-bottom: 1rem
    }
    to {
        margin-bottom: .5rem
    }
}

.allBecomeSeller .allBecomeUserInfo .allBecomeTip span {
    font-size: .85rem;
    font-weight: 500;
    color: red;
    height: 3rem;
    display: grid;
    align-items: center
}

.allBecomeSeller .allBecomeUserInfo .allBecomeTip p {
    font-size: .85rem;
    font-weight: 500;
    color: #000;
    height: 3rem;
    display: grid;
    align-items: center
}

.allBecomeSeller .allBecomeUserInfo .sellerType {
    margin-top: 3rem
}

.allBecomeSeller .allBecomeUserInfo .sellerType h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #000
}

.allBecomeSeller .allBecomeUserInfo .sellerType select {
    padding: .8rem 1rem;
    border: 1.4px solid #eee;
    border-radius: 10px;
    width: 100%;
    background: white;
    transition: all .3s ease-in-out;
    font-size: 1rem;
    font-weight: 300;
    margin: 1rem 0
}

.allBecomeSeller .allBecomeUserInfo .sellerType select:focus {
    border: 1.4px solid var(--green-color)
}

.allBecomeSeller .allBecomeUserInfo .sellerType p {
    font-size: .75rem;
    font-weight: 300;
    color: #000
}

.allBecomeSeller .allBecomeUserInfo .personInfoItems {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(20rem, 1fr));
    grid-gap: 1rem;
    margin-top: 1rem
}

.allBecomeSeller .allBecomeUserInfo .personInfoItems .personInfoItem h4 {
    font-size: 1rem;
    font-weight: 300;
    color: #000;
    margin-bottom: .5rem
}

.allBecomeSeller .allBecomeUserInfo .personInfoItems .personInfoItem input, .allBecomeSeller .allBecomeUserInfo .personInfoItems .personInfoItem select {
    background: white;
    padding: .8rem 1rem;
    border: 1.4px solid #eee;
    border-radius: 10px;
    width: 100%;
    transition: all .3s ease-in-out;
    font-size: 1rem;
    font-weight: 300
}

.allBecomeSeller .allBecomeUserInfo .personInfoItems .personInfoItem input:focus, .allBecomeSeller .allBecomeUserInfo .personInfoItems .personInfoItem select:focus {
    border: 1.4px solid var(--green-color)
}

.allBecomeSeller .allBecomeUserInfo #city {
    display: none
}

@media screen and (max-width: 700px) {
    .allBecomeSeller .allBecomeUserInfo .personInfoItems {
        grid-template-columns:1fr
    }
}

.allBecomeSeller .allBecomeUserInfo .personInfoSeller, .allBecomeSeller .allBecomeUserInfo .contactSeller {
    margin-top: 3rem
}

.allBecomeSeller .allBecomeUserInfo h3 {
    font-size: 1.3rem;
    font-weight: 900;
    color: #000
}

.allBecomeSeller .roles {
    display: grid;
    margin-top: 1rem
}

.allBecomeSeller .roles ul li {
    margin-top: 1rem
}

.allBecomeSeller .roles ul li label {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 1rem;
    font-size: 1rem;
    font-weight: 700;
    color: #444;
    cursor: pointer
}

.allBecomeSeller .roles ul li label input {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 5rem
}

.allBecomeSeller .buttons {
    margin-top: 2rem
}

.allBecomeSeller .buttons button {
    font-size: 1rem;
    font-weight: 300;
    color: #fff;
    background: var(--green-color);
    padding: .5rem 3rem;
    border-radius: 5px;
    display: grid;
    align-items: center;
    justify-content: center
}

.allBecomeSeller .buttons button[disabled] {
    opacity: .6
}

.allBecomeSeller .success {
    background: rgba(0, 255, 0, .1);
    color: green;
    padding: 1rem;
    border-radius: .3rem;
    font-size: .9rem;
    font-weight: 300;
    letter-spacing: .3px;
    margin: 1rem 0
}

.allBecomeSeller .uploadDocument {
    border-radius: 10px;
    box-shadow: 0 0 10px #0000000d;
    padding: 1rem;
    background: white;
    margin-top: 1rem
}

.allBecomeSeller .uploadDocument h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #000
}

.allBecomeSeller .uploadDocument ul {
    margin-top: 1rem
}

.allBecomeSeller .uploadDocument ul li {
    font-size: .85rem;
    font-weight: 300;
    color: #000;
    position: relative;
    margin-bottom: 1rem;
    display: grid;
    grid-template-columns:auto auto;
    justify-content: right;
    align-items: center;
    grid-gap: .3rem
}

.allBecomeSeller .uploadDocument ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    background: var(--green-color);
    border-radius: 5rem
}

.allBecomeSeller .uploadDocument .sendFileItem {
    background: white;
    margin: 1rem;
    border-radius: 10px;
    overflow: hidden;
    display: grid;
    grid-template-columns:1fr;
    justify-content: center;
    box-shadow: 0 0 10px #0000000d
}

.allBecomeSeller .uploadDocument .sendFileItem .dropify-wrapper {
    border: 1px solid #eee !important
}

.allBecomeSeller .uploadDocument .sendFileItem .dropify-wrapper .file-icon:before {
    opacity: 0 !important;
    position: absolute !important;
    top: 0 !important;
    visibility: hidden !important
}

.allBecomeSeller .uploadDocument .sendFileItem .dropify-wrapper .dropify-message p {
    margin: 0;
    font-size: 1.3rem;
    color: #00800082
}

.allBecomeSeller .checkUploaded {
    margin-top: 1rem
}

.allBecomeSeller .checkUploaded h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #000
}

.allBecomeSeller .welcomeSeller {
    border-radius: 10px;
    box-shadow: 0 0 10px #0000000d;
    padding: 1rem;
    margin-top: 1rem;
    background: white
}

.allBecomeSeller .welcomeSeller i {
    display: grid;
    align-items: center;
    justify-content: center
}

.allBecomeSeller .welcomeSeller i svg {
    width: 8rem;
    height: 8rem
}

.allBecomeSeller .welcomeSeller h2, .allBecomeSeller .welcomeSeller h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-top: 2rem
}

.allBecomeSeller .welcomeSeller h3 {
    font-weight: 500;
    font-size: 1rem;
    margin-top: 1rem
}

.allBecomeSeller .welcomeSeller p {
    color: #000;
    text-align: center;
    font-weight: 300;
    font-size: .85rem;
    margin-top: 1rem
}

.allBecomeSeller .welcomeSeller .nextButton {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(10rem, auto));
    justify-content: center;
    grid-gap: 1rem;
    margin-top: 2rem
}

.allBecomeSeller .welcomeSeller .nextButton a {
    color: var(--green-color);
    text-align: center;
    font-weight: 300;
    font-size: .85rem;
    border-radius: 5px;
    padding: .5rem 1rem;
    border: 1px solid var(--green-color)
}

.allBecomeSeller .welcomeSeller .nextButton a:hover {
    background: var(--green-color);
    color: #fff
}

.allBecomeSeller table {
    background: white;
    border-radius: .3rem;
    box-shadow: 0 0 10px #0000000d;
    width: 100%;
    margin-top: 1rem
}

.allBecomeSeller table tr {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(1px, 1fr));
    align-items: center;
    grid-gap: 1rem;
    padding: 1rem
}

.allBecomeSeller table tr th {
    font-weight: 700;
    color: #000;
    font-size: .85rem;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: grid;
    align-items: center;
    justify-content: center
}

.allBecomeSeller table tr td {
    font-weight: 300;
    font-size: .85rem;
    text-align: center;
    color: #000
}

.allBecomeSeller table tr td svg {
    fill: #000;
    width: 1rem;
    height: 1rem;
    cursor: pointer
}

.allBecomeSeller table tr td img {
    width: 2.5rem;
    height: 2.5rem;
    object-fit: cover;
    border-radius: 5rem;
    box-shadow: 0 0 10px #0000001a
}

.allBecomeSeller table tr td a {
    display: grid;
    align-items: center
}

.allBecomeSeller table tr td a svg {
    margin-left: .5rem
}

.allBecomeSeller table tr .buttons {
    display: grid;
    grid-template-columns:auto auto;
    grid-gap: .5rem
}

.allBecomeSeller table tr .buttons a {
    font-size: .8rem;
    padding: .3rem;
    border-radius: 5px;
    color: #fff;
    background: green
}

.allBecomeSeller table tr .buttons button {
    font-size: .8rem;
    padding: .3rem;
    border-radius: 5px;
    color: #fff;
    background: orange
}

.allBecomeSeller table tr .buttons button:last-child {
    background: red
}

.allBecomeSeller table tr:nth-child(2n) {
    background: #eee
}

.allHeaderIndex {
    background: white;
    box-shadow: 0 10px 10px #0000000d
}

.allHeaderIndex .width {
    display: grid;
    grid-template-columns:1fr auto 1fr;
    align-items: center;
    grid-gap: 1rem;
    position: relative;
    z-index: 30;
    margin: auto
}

.allHeaderIndex .width .nav1 {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem
}

.allHeaderIndex .width .nav1 li .link {
    font-size: .9rem;
    font-weight: 500;
    color: #000;
    display: grid;
    justify-items: center;
    grid-gap: 7px;
    align-items: center;
    padding: .5rem;
    cursor: pointer;
    position: relative
}

.allHeaderIndex .width .nav1 li .link i {
    display: grid;
    align-items: center;
    justify-content: center;
    padding: .5rem;
    border-radius: 4px;
    background: var(--green-color);
    opacity: .7
}

.allHeaderIndex .width .nav1 li .link i svg {
    width: 1rem;
    height: 1rem;
    fill: #fff
}

.allHeaderIndex .width .nav1 li .link span {
    position: absolute;
    left: 1rem;
    top: 0;
    padding: 0 5px;
    font-size: .7rem;
    font-weight: 300;
    color: #fff;
    background: red;
    border-radius: 5px;
    box-shadow: 0 0 10px #0000001a
}

.allHeaderIndex .width .nav1 li .link:hover {
    background: #eee
}

.allHeaderIndex .width .nav1 li .linkCats {
    position: absolute;
    top: 100%;
    right: 0;
    height: 0;
    left: 0;
    background: var(--back1-color);
    box-shadow: 0 10px 10px #00000026;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    visibility: hidden;
    transition: all .3s ease-in-out;
    opacity: 0;
    margin: auto;
    z-index: 100;
    overflow: hidden
}

.allHeaderIndex .width .nav1 li .linkCats .linkCat {
    display: grid;
    grid-template-columns:auto 1fr
}

.allHeaderIndex .width .nav1 li .linkCats .linkCat:hover .linkCatLists {
    visibility: visible
}

.allHeaderIndex .width .nav1 li .linkCats .linkCat:hover .linkCatTitle {
    background: var(--back2-color)
}

.allHeaderIndex .width .nav1 li .linkCats .linkCat:hover .linkCatTitle i {
    opacity: 1;
    visibility: visible
}

.allHeaderIndex .width .nav1 li .linkCats .linkCat:first-child .linkCatLists {
    visibility: visible
}

.allHeaderIndex .width .nav1 li .linkCats .linkCat .linkCatTitle {
    display: grid;
    grid-template-columns:1fr auto;
    padding: .5rem 2rem .5rem .5rem;
    width: 15rem;
    height: 2.5rem;
    color: #000;
    font-weight: 300;
    letter-spacing: .5px;
    font-size: .8rem;
    position: relative;
    border-bottom: 1px solid #eee
}

.allHeaderIndex .width .nav1 li .linkCats .linkCat .linkCatTitle:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: .5rem;
    margin: auto;
    width: 1rem;
    height: 6px;
    background: var(--green-color);
    border-radius: 5rem
}

.allHeaderIndex .width .nav1 li .linkCats .linkCat .linkCatTitle i {
    visibility: hidden;
    opacity: 0;
    display: grid;
    transition: all .3s ease-in-out;
    align-items: center
}

.allHeaderIndex .width .nav1 li .linkCats .linkCat .linkCatTitle i svg {
    width: .8rem;
    height: .8rem;
    fill: var(--green-color)
}

.allHeaderIndex .width .nav1 li .linkCats .linkCat .linkCatLists {
    position: absolute;
    right: 15rem;
    visibility: hidden;
    top: 0;
    width: 80%;
    padding: .5rem;
    background: var(--back1-color);
    transition: all .3s ease-in-out;
    height: 35rem;
    overflow: hidden;
    border-right: 1px solid #eee;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: baseline
}

.allHeaderIndex .width .nav1 li .linkCats .linkCat .linkCatLists .linkCatList {
    margin-bottom: 1rem;
    width: 11rem;
    margin-left: 3rem;
    text-align: right
}

.allHeaderIndex .width .nav1 li .linkCats .linkCat .linkCatLists .linkCatList a {
    color: #000;
    font-weight: 300;
    font-size: .8rem;
    margin-top: .5rem;
    display: grid;
    text-align: right;
    padding: 0
}

.allHeaderIndex .width .nav1 li .linkCats .linkCat .linkCatLists .linkCatList a i svg {
    width: .7rem;
    height: .7rem;
    fill: #000
}

.allHeaderIndex .width .nav1 li .linkCats .linkCat .linkCatLists .linkCatList .active {
    display: flex;
    justify-content: right;
    gap: .5rem;
    align-items: center;
    transition: all .3s ease-in-out;
    color: #000;
    font-weight: 500;
    font-size: .9rem
}

.allHeaderIndex .width .nav1 li .linkCats .linkCat .linkCatLists .linkCatList .active:before {
    width: 2px;
    height: 20px;
    background: var(--green-color);
    content: ""
}

.allHeaderIndex .width .nav1 li .active1 {
    color: red
}

.allHeaderIndex .width .nav1 li:hover .linkCats {
    visibility: visible;
    opacity: 1;
    height: 35rem
}

.allHeaderIndex .width .right .nav1 {
    justify-content: right
}

.allHeaderIndex .width .center img {
    height: 3rem;
    width: 100%;
    object-fit: contain
}

.allHeaderIndex .width .left .nav1 {
    justify-content: left
}

.allHeaderIndex .width .search {
    display: none;
    padding: .5rem
}

.allHeaderIndex .width .search .searchBox {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 1rem;
    padding: .8rem;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 300;
    background: #eee;
    width: 100%;
    color: #444
}

.allHeaderIndex .width .search .searchBox span {
    color: #000;
    font-weight: 700
}

.allHeaderIndex .width .search .searchBox i {
    display: grid;
    align-items: center
}

.allHeaderIndex .width .search .searchBox i svg {
    width: 1.5rem;
    height: 1.5rem
}

.allHeaderIndex .width:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 5px;
    right: 0;
    left: 0;
    z-index: 5;
    background: linear-gradient(to left, white, var(--green-color), white)
}

.allHeaderIndex .allSearchData {
    display: none
}

.allHeaderIndex .allSearchData .searchData {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 102;
    box-shadow: 0 10px 10px #0000001a;
    background: white;
    background-size: 200% auto;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    animation: shine4 1s linear infinite
}

.allHeaderIndex .allSearchData .searchData label {
    display: grid;
    grid-template-columns:1fr auto auto;
    align-items: center
}

.allHeaderIndex .allSearchData .searchData button {
    background: transparent;
    display: grid;
    align-items: center
}

.allHeaderIndex .allSearchData .searchData svg {
    width: 1.4rem;
    height: 1.4rem;
    fill: #000;
    margin-left: 1rem
}

.allHeaderIndex .allSearchData .searchData svg:hover {
    fill: #000
}

.allHeaderIndex .allSearchData .searchData i {
    padding: 1rem;
    display: grid;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #eee;
    background: transparent
}

.allHeaderIndex .allSearchData .searchData i svg {
    margin-left: 0
}

.allHeaderIndex .allSearchData .searchData input {
    width: 100%;
    padding: 1rem;
    font-size: 1rem;
    font-weight: 300;
    color: #000;
    background: transparent
}

@keyframes shine4 {
    to {
        background-position: 200% center
    }
}

.allHeaderIndex .allSearchData ul {
    background: var(--back2-color);
    box-shadow: 0 10px 10px #0000001a;
    z-index: 100;
    max-height: 30rem;
    overflow-y: scroll;
    width: 100%
}

.allHeaderIndex .allSearchData ul li a {
    display: grid;
    grid-template-columns:auto 1fr auto;
    align-items: center;
    grid-gap: .5rem;
    padding: .5rem
}

.allHeaderIndex .allSearchData ul li a .pic {
    display: grid;
    justify-content: center
}

.allHeaderIndex .allSearchData ul li a .pic img {
    width: 3rem;
    height: 3rem
}

.allHeaderIndex .allSearchData ul li a .subject h3 {
    font-size: 1rem;
    font-weight: 300;
    color: #000;
    margin-bottom: .3rem
}

.allHeaderIndex .allSearchData ul li a .subject h5 {
    opacity: .7;
    font-size: .8rem;
    font-weight: 300;
    color: #000
}

.allHeaderIndex .allSearchData ul li a .price {
    font-size: 1rem;
    font-weight: 700;
    color: var(--green-color);
    letter-spacing: .1px
}

.allHeaderIndex .allSearchData ul li:nth-child(2n) {
    background: var(--back1-color)
}

.allHeaderIndex .allSearchData .searchLoad {
    display: grid;
    justify-content: center;
    align-items: center
}

.allHeaderIndex .allSearchData .searchLoad .loading {
    width: 1.4rem;
    height: 1.4rem;
    fill: #000;
    animation: arrow-anim2 .5s ease infinite
}

.allHeaderIndex .allSearchData:before {
    content: "";
    background: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 101
}

.allHeaderIndex .categoryHeaderResponsive {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    transition: all .3s ease-in-out;
    background: white;
    width: 80%;
    z-index: 900;
    box-shadow: 0 1px 7px #00000040;
    overflow: scroll;
    display: none
}

.allHeaderIndex .categoryHeaderResponsive .title {
    display: grid;
    grid-template-columns:1fr auto;
    align-items: center;
    height: 55px;
    border-bottom: 1px solid #eee
}

.allHeaderIndex .categoryHeaderResponsive .title span {
    color: #000;
    font-weight: 700;
    font-size: 1rem;
    padding: 0 1rem
}

.allHeaderIndex .categoryHeaderResponsive .title i {
    border-right: 1px solid #eee;
    display: grid;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 100%
}

.allHeaderIndex .categoryHeaderResponsive .title i svg {
    width: 1.7rem;
    height: 1.7rem;
    fill: #000
}

.allHeaderIndex .categoryHeaderResponsive .allCats li .allCatsTitle {
    display: grid;
    grid-template-columns:1fr auto;
    align-items: center;
    height: 55px;
    border-bottom: 1px solid #eee
}

.allHeaderIndex .categoryHeaderResponsive .allCats li .allCatsTitle a {
    color: #000;
    font-weight: 300;
    font-size: .85rem;
    padding: 0 1rem
}

.allHeaderIndex .categoryHeaderResponsive .allCats li .allCatsTitle i {
    border-right: 1px solid #eee;
    display: grid;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 100%
}

.allHeaderIndex .categoryHeaderResponsive .allCats li .allCatsTitle i svg {
    width: .85rem;
    height: .85rem;
    fill: #000
}

.allHeaderIndex .categoryHeaderResponsive .allCats li .allCatsList {
    background: #f5f5f5;
    display: none
}

.allHeaderIndex .categoryHeaderResponsive .allCats li .allCatsList li ul {
    background: white
}

.allHeaderIndex .categoryHeaderResponsive .allCats li .allCatsList li ul li {
    background: #f5f5f5;
    border-right: 1px solid #eee
}

.allHeaderIndex .alertShow {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 100;
    box-shadow: 10px 0 10px #00000026;
    direction: ltr
}

.allHeaderIndex .alertShow .alertBox {
    direction: rtl;
    width: 30rem;
    background: white
}

.allHeaderIndex .alertShow .alertBox .block {
    position: relative
}

.allHeaderIndex .alertShow .alertBox .block .load {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    display: grid;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    font-weight: 700;
    color: #fff
}

.allHeaderIndex .alertShow .alertBox .titleAll {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .5rem;
    padding: 1rem;
    border-bottom: 1px solid #eee
}

.allHeaderIndex .alertShow .alertBox .titleAll .name {
    font-size: 1rem;
    font-weight: 500;
    color: #000
}

.allHeaderIndex .alertShow .alertBox .titleAll i {
    display: grid;
    align-items: center;
    justify-content: center
}

.allHeaderIndex .alertShow .alertBox .titleAll i svg {
    width: 1.3rem;
    height: 1.3rem;
    fill: #000
}

.allHeaderIndex .alertShow .alertBox .items {
    height: calc(100vh - 3rem);
    overflow-y: scroll
}

.allHeaderIndex .alertShow .alertBox .items .item {
    padding: 1rem;
    border-bottom: 1px solid #ddd
}

.allHeaderIndex .alertShow .alertBox .items .item .detail .title2 {
    display: grid;
    grid-template-columns:1fr auto;
    align-items: center;
    gap: .5rem;
    margin-bottom: .5rem
}

.allHeaderIndex .alertShow .alertBox .items .item .detail .title2 .name {
    line-height: 1.7rem;
    font-size: .8rem;
    font-weight: 900;
    color: #444
}

.allHeaderIndex .alertShow .alertBox .items .item .detail .title2 .time, .allHeaderIndex .alertShow .alertBox .items .item .detail .body {
    font-size: .8rem;
    font-weight: 300;
    color: #000
}

.allHeaderIndex .alertShow .alertBox .items .active1 .name, .allHeaderIndex .alertShow .alertBox .items .active1 .body, .allHeaderIndex .alertShow .alertBox .items .active1 .time {
    color: red !important
}

@media (max-width: 930px) {
    .allHeaderIndex .width {
        display: block
    }

    .allHeaderIndex .width .right, .allHeaderIndex .width .left, .allHeaderIndex .width .center {
        display: none
    }

    .allHeaderIndex .width .search {
        display: block
    }

    .allHeaderIndex .width:before {
        content: unset
    }

    .allHeaderIndex .alertShow .alertBox {
        width: 100%
    }
}

.allHeaderIndex2 {
    background: white;
    box-shadow: 0 10px 10px #0000000d
}

.allHeaderIndex2 .top {
    display: grid;
    grid-template-columns:1fr auto;
    align-items: center;
    grid-gap: 1rem;
    padding-top: 1rem;
    padding-bottom: .5rem;
    margin: auto
}

.allHeaderIndex2 .top .logo img {
    height: 3rem;
    width: 100%;
    object-fit: contain
}

.allHeaderIndex2 .top .right {
    display: flex;
    align-items: center;
    grid-gap: 1rem
}

.allHeaderIndex2 .top .left {
    display: flex;
    align-items: center;
    grid-gap: 2rem
}

.allHeaderIndex2 .top .left .link {
    font-size: .9rem;
    font-weight: 500;
    color: #000;
    align-items: center;
    cursor: pointer;
    position: relative;
    border-radius: 5px
}

.allHeaderIndex2 .top .left .link i {
    display: grid;
    align-items: center;
    margin-bottom: .5rem;
    justify-content: center
}

.allHeaderIndex2 .top .left .link i svg {
    width: 1.3rem;
    height: 1.3rem;
    fill: #444
}

.allHeaderIndex2 .top .left .link span {
    position: absolute;
    right: 10px;
    top: -5px;
    padding: 0 5px;
    font-size: .6rem;
    font-weight: 300;
    color: #fff;
    background: var(--green-color);
    border-radius: 5px;
    box-shadow: 0 0 10px #0000001a
}

.allHeaderIndex2 .top .left .active1 {
    color: red
}

.allHeaderIndex2 .top .left .active1 i svg {
    fill: red
}

.allHeaderIndex2 .top .search {
    position: relative
}

.allHeaderIndex2 .top .search .searchData {
    background: #eee;
    width: 40rem;
    border-radius: 5px
}

.allHeaderIndex2 .top .search .searchData label {
    display: grid;
    grid-template-columns:1fr auto auto;
    align-items: center
}

.allHeaderIndex2 .top .search .searchData button {
    background: transparent;
    display: grid;
    align-items: center
}

.allHeaderIndex2 .top .search .searchData svg {
    width: 1.2rem;
    height: 1.2rem;
    fill: #000;
    margin-left: 1rem
}

.allHeaderIndex2 .top .search .searchData input {
    width: 100%;
    padding: .7rem 1rem;
    font-size: 1rem;
    font-weight: 300;
    color: #000;
    background: transparent
}

.allHeaderIndex2 .top .search ul {
    background: var(--back2-color);
    box-shadow: 0 10px 10px #0000001a;
    z-index: 100;
    max-height: 30rem;
    overflow-y: scroll;
    width: 100%;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0
}

.allHeaderIndex2 .top .search ul li a {
    display: grid;
    grid-template-columns:auto 1fr auto;
    align-items: center;
    grid-gap: .5rem;
    padding: .5rem
}

.allHeaderIndex2 .top .search ul li a .pic {
    display: grid;
    justify-content: center
}

.allHeaderIndex2 .top .search ul li a .pic img {
    width: 3rem;
    height: 3rem
}

.allHeaderIndex2 .top .search ul li a .subject h3 {
    font-size: 1rem;
    font-weight: 300;
    color: #000;
    margin-bottom: .3rem
}

.allHeaderIndex2 .top .search ul li a .subject h5 {
    opacity: .7;
    font-size: .8rem;
    font-weight: 300;
    color: #000
}

.allHeaderIndex2 .top .search ul li a .price {
    font-size: 1rem;
    font-weight: 700;
    color: var(--green-color);
    letter-spacing: .1px
}

.allHeaderIndex2 .top .search ul li:nth-child(2n) {
    background: var(--back1-color)
}

.allHeaderIndex2 .top .search .searchLoad {
    display: grid;
    justify-content: center;
    align-items: center
}

.allHeaderIndex2 .top .search .searchLoad .loading {
    width: 1.4rem;
    height: 1.4rem;
    fill: #000;
    animation: arrow-anim2 .5s ease infinite
}

.allHeaderIndex2 .top .cityChoice {
    display: grid;
    grid-template-columns:auto 1fr;
    align-items: center;
    grid-gap: .5rem;
    cursor: pointer;
    border: 1px solid #eee;
    padding: .8rem 1rem;
    border-radius: 5px
}

.allHeaderIndex2 .top .cityChoice i {
    display: grid;
    align-items: center;
    justify-content: center
}

.allHeaderIndex2 .top .cityChoice i svg {
    width: 1rem;
    height: 1rem;
    fill: #000
}

.allHeaderIndex2 .top .cityChoice .leftCity .title2 {
    font-size: .8rem;
    font-weight: 500;
    color: #000
}

.allHeaderIndex2 .bot {
    margin: auto;
    position: relative
}

.allHeaderIndex2 .bot .nav1 {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem
}

.allHeaderIndex2 .bot .nav1 li .link {
    font-size: 1rem;
    font-weight: 700;
    color: #000;
    display: flex;
    justify-items: center;
    grid-gap: .5rem;
    align-items: center;
    padding: .8rem 0;
    cursor: pointer;
    position: relative
}

.allHeaderIndex2 .bot .nav1 li .link i {
    display: grid;
    align-items: center;
    justify-content: center
}

.allHeaderIndex2 .bot .nav1 li .link i svg {
    transition: all .3s ease-in-out;
    width: 1.1rem;
    height: 1.1rem;
    fill: #444
}

.allHeaderIndex2 .bot .nav1 li .link:hover {
    color: var(--green-color)
}

.allHeaderIndex2 .bot .nav1 li .link:hover i svg {
    fill: var(--green-color)
}

.allHeaderIndex2 .bot .nav1 li .linkCats {
    position: absolute;
    top: 100%;
    right: 0;
    height: 0;
    left: 0;
    background: var(--back1-color);
    box-shadow: 0 10px 10px #00000026;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    visibility: hidden;
    transition: all .3s ease-in-out;
    opacity: 0;
    margin: auto;
    z-index: 100;
    overflow: hidden
}

.allHeaderIndex2 .bot .nav1 li .linkCats .linkCat {
    display: grid;
    grid-template-columns:auto 1fr
}

.allHeaderIndex2 .bot .nav1 li .linkCats .linkCat:hover .linkCatLists {
    visibility: visible
}

.allHeaderIndex2 .bot .nav1 li .linkCats .linkCat:hover .linkCatTitle {
    background: var(--back2-color)
}

.allHeaderIndex2 .bot .nav1 li .linkCats .linkCat:hover .linkCatTitle i {
    opacity: 1;
    visibility: visible
}

.allHeaderIndex2 .bot .nav1 li .linkCats .linkCat:first-child .linkCatLists {
    visibility: visible
}

.allHeaderIndex2 .bot .nav1 li .linkCats .linkCat .linkCatTitle {
    display: grid;
    grid-template-columns:1fr auto;
    padding: 1rem 2rem 1rem 0;
    width: 15rem;
    color: #000;
    font-weight: 900;
    letter-spacing: .5px;
    font-size: .9rem;
    position: relative;
    border-bottom: 1px solid #eee
}

.allHeaderIndex2 .bot .nav1 li .linkCats .linkCat .linkCatTitle:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: .5rem;
    margin: auto;
    width: 1.2rem;
    height: 6px;
    background: var(--green-color);
    border-radius: 5rem
}

.allHeaderIndex2 .bot .nav1 li .linkCats .linkCat .linkCatTitle i {
    visibility: hidden;
    opacity: 0;
    display: grid;
    transition: all .3s ease-in-out;
    align-items: center
}

.allHeaderIndex2 .bot .nav1 li .linkCats .linkCat .linkCatTitle i svg {
    width: .8rem;
    height: .8rem;
    fill: var(--green-color)
}

.allHeaderIndex2 .bot .nav1 li .linkCats .linkCat .linkCatLists {
    position: absolute;
    right: 15rem;
    visibility: hidden;
    top: 0;
    width: 80%;
    padding: .5rem;
    background: var(--back1-color);
    transition: all .3s ease-in-out;
    height: 33rem;
    overflow: hidden;
    border-right: 1px solid #eee;
    align-content: flex-start;
    align-items: baseline;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

.allHeaderIndex2 .bot .nav1 li .linkCats .linkCat .linkCatLists a {
    color: #000;
    font-weight: 300;
    font-size: .8rem;
    margin: .5rem 0;
    display: grid;
    text-align: right;
    width: 11rem;
    padding: 0
}

.allHeaderIndex2 .bot .nav1 li .linkCats .linkCat .linkCatLists a i svg {
    width: .7rem;
    height: .7rem;
    fill: #000
}

.allHeaderIndex2 .bot .nav1 li .linkCats .linkCat .linkCatLists .active {
    display: flex;
    justify-content: right;
    gap: .5rem;
    align-items: center;
    transition: all .3s ease-in-out;
    color: #000;
    font-weight: 500;
    font-size: .9rem
}

.allHeaderIndex2 .bot .nav1 li .linkCats .linkCat .linkCatLists .active:before {
    width: 3px;
    height: 15px;
    background: var(--green-color);
    content: "";
    border-radius: 5px
}

.allHeaderIndex2 .bot .nav1 li:hover .linkCats {
    visibility: visible;
    opacity: 1;
    height: 33rem
}

.allHeaderIndex2 .categoryHeaderResponsive {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    transition: all .3s ease-in-out;
    background: white;
    width: 80%;
    z-index: 900;
    box-shadow: 0 1px 7px #00000040;
    overflow: scroll;
    display: none
}

.allHeaderIndex2 .categoryHeaderResponsive .title {
    display: grid;
    grid-template-columns:1fr auto;
    align-items: center;
    height: 55px;
    border-bottom: 1px solid #eee
}

.allHeaderIndex2 .categoryHeaderResponsive .title span {
    color: #000;
    font-weight: 700;
    font-size: 1rem;
    padding: 0 1rem
}

.allHeaderIndex2 .categoryHeaderResponsive .title i {
    border-right: 1px solid #eee;
    display: grid;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 100%
}

.allHeaderIndex2 .categoryHeaderResponsive .title i svg {
    width: 1.7rem;
    height: 1.7rem;
    fill: #000
}

.allHeaderIndex2 .categoryHeaderResponsive .allCats li .allCatsTitle {
    display: grid;
    grid-template-columns:1fr auto;
    align-items: center;
    height: 55px;
    border-bottom: 1px solid #eee
}

.allHeaderIndex2 .categoryHeaderResponsive .allCats li .allCatsTitle a {
    color: #000;
    font-weight: 300;
    font-size: .85rem;
    padding: 0 1rem
}

.allHeaderIndex2 .categoryHeaderResponsive .allCats li .allCatsTitle i {
    border-right: 1px solid #eee;
    display: grid;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 100%
}

.allHeaderIndex2 .categoryHeaderResponsive .allCats li .allCatsTitle i svg {
    width: .85rem;
    height: .85rem;
    fill: #000
}

.allHeaderIndex2 .categoryHeaderResponsive .allCats li .allCatsList {
    background: #f5f5f5;
    display: none
}

.allHeaderIndex2 .categoryHeaderResponsive .allCats li .allCatsList li ul {
    background: white
}

.allHeaderIndex2 .categoryHeaderResponsive .allCats li .allCatsList li ul li {
    background: #f5f5f5;
    border-right: 1px solid #eee
}

.allHeaderIndex2 .allFilterCity {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: hsla(0, 0%, 52.9%, .5);
    z-index: 999;
    display: none
}

.allHeaderIndex2 .allFilterCity .filterCity {
    background: white;
    padding: 1rem;
    width: 35%;
    margin: auto;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none
}

.allHeaderIndex2 .allFilterCity .filterCity .titleAddress {
    display: grid;
    grid-template-columns:auto auto;
    justify-content: space-between;
    align-items: center
}

.allHeaderIndex2 .allFilterCity .filterCity .titleAddress span {
    font-size: 1.1rem;
    font-weight: 500;
    color: #000
}

.allHeaderIndex2 .allFilterCity .filterCity .titleAddress i {
    cursor: pointer
}

.allHeaderIndex2 .allFilterCity .filterCity .titleAddress i svg {
    width: 2rem;
    height: 2rem;
    fill: #000
}

.allHeaderIndex2 .allFilterCity .filterCity .form .item {
    margin-top: 2rem
}

.allHeaderIndex2 .allFilterCity .filterCity .form .item label {
    color: #000;
    font-weight: 300;
    font-size: .9rem;
    margin-bottom: .5rem
}

.allHeaderIndex2 .allFilterCity .filterCity .form .item select {
    border: 1px solid #eee;
    padding: 0 .5rem;
    background: white;
    color: #000;
    border-radius: 5px;
    font-size: .85rem;
    width: 100%;
    height: 2.5rem;
    font-weight: 300;
    transition: all .3s ease-in-out
}

.allHeaderIndex2 .allFilterCity .filterCity .form .item select:focus {
    box-shadow: 0 3px 8px #0000001a;
    border: 1px solid #19bfd3
}

.allHeaderIndex2 .allFilterCity .filterCity .form .item select[name=city], .allHeaderIndex2 .allFilterCity .filterCity .form #cityContainer {
    display: none
}

@media screen and (max-width: 1600px) {
    .allHeaderIndex2 .allFilterCity .filterCity .form .item {
        margin-top: .5rem
    }
}

.allHeaderIndex2 .allFilterCity .filterCity .bottomAddress {
    margin-top: 1rem;
    display: grid;
    grid-template-columns:auto auto;
    justify-content: right;
    align-items: center;
    grid-gap: 1rem
}

.allHeaderIndex2 .allFilterCity .filterCity .bottomAddress button {
    padding: .3rem 1rem;
    background: var(--green-color);
    color: #fff;
    font-size: .9rem;
    font-weight: 300;
    border-radius: 5px
}

@media screen and (max-width: 700px) {
    .allHeaderIndex2 .allFilterCity .filterCity {
        width: 98%
    }
}

.allHeaderIndex2 .alertShow {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 100;
    box-shadow: 10px 0 10px #00000026;
    direction: ltr
}

.allHeaderIndex2 .alertShow .alertBox {
    direction: rtl;
    width: 30rem;
    background: white
}

.allHeaderIndex2 .alertShow .alertBox .block {
    position: relative
}

.allHeaderIndex2 .alertShow .alertBox .block .load {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    display: grid;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    font-weight: 700;
    color: #fff
}

.allHeaderIndex2 .alertShow .alertBox .titleAll {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .5rem;
    padding: 1rem;
    border-bottom: 1px solid #eee
}

.allHeaderIndex2 .alertShow .alertBox .titleAll .name {
    font-size: 1rem;
    font-weight: 500;
    color: #000
}

.allHeaderIndex2 .alertShow .alertBox .titleAll i {
    display: grid;
    align-items: center;
    justify-content: center
}

.allHeaderIndex2 .alertShow .alertBox .titleAll i svg {
    width: 1.3rem;
    height: 1.3rem;
    fill: #000
}

.allHeaderIndex2 .alertShow .alertBox .items {
    height: calc(100vh - 3rem);
    overflow-y: scroll
}

.allHeaderIndex2 .alertShow .alertBox .items .item {
    padding: 1rem;
    border-bottom: 1px solid #ddd
}

.allHeaderIndex2 .alertShow .alertBox .items .item .detail .title2 {
    display: grid;
    grid-template-columns:1fr auto;
    align-items: center;
    gap: .5rem;
    margin-bottom: .5rem
}

.allHeaderIndex2 .alertShow .alertBox .items .item .detail .title2 .name {
    line-height: 1.7rem;
    font-size: .8rem;
    font-weight: 900;
    color: #444
}

.allHeaderIndex2 .alertShow .alertBox .items .item .detail .title2 .time, .allHeaderIndex2 .alertShow .alertBox .items .item .detail .body {
    font-size: .8rem;
    font-weight: 300;
    color: #000
}

.allHeaderIndex2 .alertShow .alertBox .items .active1 .name, .allHeaderIndex2 .alertShow .alertBox .items .active1 .body, .allHeaderIndex2 .alertShow .alertBox .items .active1 .time {
    color: red !important
}

@media (max-width: 800px) {
    .allHeaderIndex2 .top {
        display: block;
        padding: .5rem 0
    }

    .allHeaderIndex2 .top .right {
        display: grid;
        grid-template-columns:1fr auto
    }

    .allHeaderIndex2 .top .right .cityChoice .title2 {
        font-size: .6rem !important
    }

    .allHeaderIndex2 .top .search .searchData {
        width: 100%
    }

    .allHeaderIndex2 .bot, .allHeaderIndex2 .logo, .allHeaderIndex2 .left {
        display: none !important
    }

    .allHeaderIndex2 .alertShow .alertBox {
        width: 100%
    }
}

.allHeaderIndex3 {
    background: white;
    box-shadow: 0 10px 10px #0000000d
}

.allHeaderIndex3 .top {
    display: grid;
    grid-template-columns:1fr auto;
    align-items: center;
    grid-gap: 3rem;
    margin: auto;
    position: relative
}

.allHeaderIndex3 .top .logo img {
    height: 3rem;
    width: 100%;
    object-fit: contain
}

.allHeaderIndex3 .top .cat1 {
    padding: 1.5rem 0
}

.allHeaderIndex3 .top .cat1 .link {
    font-size: 1rem;
    font-weight: 700;
    color: #000;
    display: flex;
    justify-items: center;
    grid-gap: .5rem;
    align-items: center;
    padding: .8rem 0;
    cursor: pointer;
    position: relative;
    transition: all .3s ease-in-out
}

.allHeaderIndex3 .top .cat1 .link i {
    display: grid;
    align-items: center;
    justify-content: center
}

.allHeaderIndex3 .top .cat1 .link i svg {
    transition: all .3s ease-in-out;
    width: 1.1rem;
    height: 1.1rem;
    fill: #444
}

.allHeaderIndex3 .top .cat1 .link:hover {
    color: var(--green-color)
}

.allHeaderIndex3 .top .cat1 .link:hover i svg {
    fill: var(--green-color)
}

.allHeaderIndex3 .top .cat1 .linkCats {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background: var(--back1-color);
    box-shadow: 0 10px 10px #00000026;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    display: none;
    height: 40rem;
    transition: all .3s ease-in-out;
    margin: auto;
    z-index: 100;
    overflow: hidden
}

.allHeaderIndex3 .top .cat1 .linkCats .linkCat {
    display: grid;
    grid-template-columns:1fr 3fr
}

.allHeaderIndex3 .top .cat1 .linkCats .linkCat:hover .linkCatLists {
    display: block
}

.allHeaderIndex3 .top .cat1 .linkCats .linkCat:hover .linkCatTitle {
    background: var(--back2-color)
}

.allHeaderIndex3 .top .cat1 .linkCats .linkCat:hover .linkCatTitle i {
    fill: var(--green-color)
}

.allHeaderIndex3 .top .cat1 .linkCats .linkCat:first-child .linkCatLists {
    display: block
}

.allHeaderIndex3 .top .cat1 .linkCats .linkCat .linkCatTitle {
    display: grid;
    grid-template-columns:auto 1fr auto;
    padding: 1rem;
    color: #000;
    font-weight: 900;
    letter-spacing: .5px;
    font-size: .9rem;
    position: relative;
    border-bottom: 1px solid #eee
}

.allHeaderIndex3 .top .cat1 .linkCats .linkCat .linkCatTitle:before {
    content: "";
    margin: auto;
    width: 1.2rem;
    height: 6px;
    background: var(--green-color);
    margin-left: 1rem;
    border-radius: 5rem
}

.allHeaderIndex3 .top .cat1 .linkCats .linkCat .linkCatTitle i {
    display: grid;
    transition: all .3s ease-in-out;
    align-items: center
}

.allHeaderIndex3 .top .cat1 .linkCats .linkCat .linkCatTitle i svg {
    width: .8rem;
    height: .8rem;
    fill: #000
}

.allHeaderIndex3 .top .cat1 .linkCats .linkCat .linkCatLists {
    position: absolute;
    right: 25%;
    width: 75%;
    top: 0;
    display: none;
    transition: all .3s ease-in-out;
    height: 40rem;
    overflow: hidden;
    background: white;
    border-right: 1px solid #eee
}

.allHeaderIndex3 .top .cat1 .linkCats .linkCat .linkCatLists .linkCatLists2 {
    display: grid;
    grid-template-columns:1fr 2fr
}

.allHeaderIndex3 .top .cat1 .linkCats .linkCat .linkCatLists .linkCatLists2 .active {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    font-weight: 700;
    font-size: 1rem;
    padding: 1rem;
    text-align: right;
    border-bottom: 1px solid #eee
}

.allHeaderIndex3 .top .cat1 .linkCats .linkCat .linkCatLists .linkCatLists2 .active i svg {
    width: .7rem;
    height: .7rem;
    fill: #000
}

.allHeaderIndex3 .top .cat1 .linkCats .linkCat .linkCatLists .linkCatLists2 .linkCatLists3 {
    position: absolute;
    right: 33.5%;
    width: 67%;
    top: 0;
    background: white;
    display: none;
    border-right: 1px solid #eee;
    height: 40rem;
    padding: 1rem
}

.allHeaderIndex3 .top .cat1 .linkCats .linkCat .linkCatLists .linkCatLists2 .linkCatLists3 .items {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(7rem, 1fr));
    grid-gap: 1rem
}

.allHeaderIndex3 .top .cat1 .linkCats .linkCat .linkCatLists .linkCatLists2 .linkCatLists3 .items .logos .pic {
    display: grid;
    justify-content: center;
    align-items: center
}

.allHeaderIndex3 .top .cat1 .linkCats .linkCat .linkCatLists .linkCatLists2 .linkCatLists3 .items .logos .pic img {
    width: 3rem;
    height: 3rem;
    object-fit: contain
}

.allHeaderIndex3 .top .cat1 .linkCats .linkCat .linkCatLists .linkCatLists2 .linkCatLists3 .items .logos .name {
    font-size: .9rem;
    font-weight: 500;
    color: #000;
    text-align: center;
    margin-top: .5rem
}

.allHeaderIndex3 .top .cat1 .linkCats .linkCat .linkCatLists .linkCatLists2:first-child .linkCatLists3, .allHeaderIndex3 .top .cat1 .linkCats .linkCat .linkCatLists .linkCatLists2:hover .linkCatLists3, .allHeaderIndex3 .top .cat1:hover .linkCats {
    display: block
}

.allHeaderIndex3 .top .right {
    display: grid;
    grid-template-columns:auto auto 1fr;
    align-items: center;
    grid-gap: 1rem
}

.allHeaderIndex3 .top .right .cityChoice {
    display: grid;
    grid-template-columns:auto 1fr;
    align-items: center;
    cursor: pointer;
    border-right: 2px solid white;
    padding: .8rem 1rem
}

.allHeaderIndex3 .top .right .cityChoice i {
    display: grid;
    align-items: center;
    justify-content: center
}

.allHeaderIndex3 .top .right .cityChoice i svg {
    width: 1rem !important;
    height: 1rem !important;
    fill: #000 !important;
    margin-left: .5rem !important
}

.allHeaderIndex3 .top .right .cityChoice .leftCity .title2 {
    font-size: .8rem;
    font-weight: 500;
    color: #000
}

.allHeaderIndex3 .top .right .search {
    position: relative
}

.allHeaderIndex3 .top .right .search .searchData {
    display: grid;
    grid-template-columns:1fr auto;
    background: #eee;
    width: 100%;
    border-radius: 5px
}

.allHeaderIndex3 .top .right .search .searchData label {
    display: grid;
    grid-template-columns:auto 1fr;
    align-items: center;
    padding-right: 1rem
}

.allHeaderIndex3 .top .right .search .searchData button {
    background: transparent;
    display: grid;
    align-items: center
}

.allHeaderIndex3 .top .right .search .searchData svg {
    width: 1.2rem;
    height: 1.2rem;
    fill: #000;
    margin-left: 1rem
}

.allHeaderIndex3 .top .right .search .searchData input {
    width: 100%;
    padding: .7rem 0;
    font-size: 1rem;
    font-weight: 300;
    color: #000;
    background: transparent
}

.allHeaderIndex3 .top .right .search ul {
    background: var(--back2-color);
    box-shadow: 0 10px 10px #0000001a;
    z-index: 100;
    max-height: 30rem;
    overflow-y: scroll;
    width: 100%;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0
}

.allHeaderIndex3 .top .right .search ul li a {
    display: grid;
    grid-template-columns:auto 1fr auto;
    align-items: center;
    grid-gap: .5rem;
    padding: .5rem
}

.allHeaderIndex3 .top .right .search ul li a .pic {
    display: grid;
    justify-content: center
}

.allHeaderIndex3 .top .right .search ul li a .pic img {
    width: 3rem;
    height: 3rem
}

.allHeaderIndex3 .top .right .search ul li a .subject h3 {
    font-size: 1rem;
    font-weight: 300;
    color: #000;
    margin-bottom: .3rem
}

.allHeaderIndex3 .top .right .search ul li a .subject h5 {
    opacity: .7;
    font-size: .8rem;
    font-weight: 300;
    color: #000
}

.allHeaderIndex3 .top .right .search ul li a .price {
    font-size: 1rem;
    font-weight: 700;
    color: var(--green-color);
    letter-spacing: .1px
}

.allHeaderIndex3 .top .right .search ul li:nth-child(2n) {
    background: var(--back1-color)
}

.allHeaderIndex3 .top .right .search .searchLoad {
    display: grid;
    justify-content: center;
    align-items: center
}

.allHeaderIndex3 .top .right .search .searchLoad .loading {
    width: 1.4rem;
    height: 1.4rem;
    fill: #000;
    animation: arrow-anim2 .5s ease infinite
}

@keyframes arrow-anim2 {
    0% {
        transform: rotate(0)
    }
    15% {
        transform: rotate(45deg)
    }
    25% {
        transform: rotate(90deg)
    }
    50% {
        transform: rotate(180deg)
    }
    75% {
        transform: rotate(270deg)
    }
    85% {
        transform: rotate(300deg)
    }
    to {
        transform: rotate(360deg)
    }
}

.allHeaderIndex3 .top .left {
    display: flex;
    align-items: center;
    grid-gap: 2rem
}

.allHeaderIndex3 .top .left .link {
    font-size: .9rem;
    font-weight: 700;
    color: #000;
    align-items: center;
    cursor: pointer;
    position: relative;
    border-radius: 5px
}

.allHeaderIndex3 .top .left .link i {
    display: grid;
    align-items: center;
    margin-bottom: .5rem;
    justify-content: center
}

.allHeaderIndex3 .top .left .link i svg {
    width: 1.4rem;
    height: 1.4rem;
    fill: #444
}

.allHeaderIndex3 .top .left .link span {
    position: absolute;
    right: 10px;
    top: -5px;
    padding: 0 5px;
    font-size: .6rem;
    font-weight: 300;
    color: #fff;
    background: var(--green-color);
    border-radius: 5px;
    box-shadow: 0 0 10px #0000001a
}

.allHeaderIndex3 .top .left .active1 {
    color: red
}

.allHeaderIndex3 .top .left .active1 i svg {
    fill: red
}

.allHeaderIndex3 .top .left .addC {
    border: 2px solid var(--green-color);
    padding: .8rem 1rem;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: 1rem;
    font-weight: 700;
    color: var(--green-color)
}

.allHeaderIndex3 .top .left .addC i {
    display: grid;
    align-items: center
}

.allHeaderIndex3 .top .left .addC i svg {
    fill: var(--green-color);
    width: 1.5rem;
    height: 1.5rem
}

.allHeaderIndex3 .categoryHeaderResponsive {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    transition: all .3s ease-in-out;
    background: white;
    width: 80%;
    z-index: 900;
    box-shadow: 0 1px 7px #00000040;
    overflow: scroll;
    display: none
}

.allHeaderIndex3 .categoryHeaderResponsive .title {
    display: grid;
    grid-template-columns:1fr auto;
    align-items: center;
    height: 55px;
    border-bottom: 1px solid #eee
}

.allHeaderIndex3 .categoryHeaderResponsive .title span {
    color: #000;
    font-weight: 700;
    font-size: 1rem;
    padding: 0 1rem
}

.allHeaderIndex3 .categoryHeaderResponsive .title i {
    border-right: 1px solid #eee;
    display: grid;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 100%
}

.allHeaderIndex3 .categoryHeaderResponsive .title i svg {
    width: 1.7rem;
    height: 1.7rem;
    fill: #000
}

.allHeaderIndex3 .categoryHeaderResponsive .allCats li .allCatsTitle {
    display: grid;
    grid-template-columns:1fr auto;
    align-items: center;
    height: 55px;
    border-bottom: 1px solid #eee
}

.allHeaderIndex3 .categoryHeaderResponsive .allCats li .allCatsTitle a {
    color: #000;
    font-weight: 300;
    font-size: .85rem;
    padding: 0 1rem
}

.allHeaderIndex3 .categoryHeaderResponsive .allCats li .allCatsTitle i {
    border-right: 1px solid #eee;
    display: grid;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 100%
}

.allHeaderIndex3 .categoryHeaderResponsive .allCats li .allCatsTitle i svg {
    width: .85rem;
    height: .85rem;
    fill: #000
}

.allHeaderIndex3 .categoryHeaderResponsive .allCats li .allCatsList {
    background: #f5f5f5;
    display: none
}

.allHeaderIndex3 .categoryHeaderResponsive .allCats li .allCatsList li ul {
    background: white
}

.allHeaderIndex3 .categoryHeaderResponsive .allCats li .allCatsList li ul li {
    background: #f5f5f5;
    border-right: 1px solid #eee
}

.allHeaderIndex3 .allFilterCity {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: hsla(0, 0%, 52.9%, .5);
    z-index: 999;
    display: none
}

.allHeaderIndex3 .allFilterCity .filterCity {
    background: white;
    padding: 1rem;
    width: 35%;
    margin: auto;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none
}

.allHeaderIndex3 .allFilterCity .filterCity .titleAddress {
    display: grid;
    grid-template-columns:auto auto;
    justify-content: space-between;
    align-items: center
}

.allHeaderIndex3 .allFilterCity .filterCity .titleAddress span {
    font-size: 1.1rem;
    font-weight: 500;
    color: #000
}

.allHeaderIndex3 .allFilterCity .filterCity .titleAddress i {
    cursor: pointer
}

.allHeaderIndex3 .allFilterCity .filterCity .titleAddress i svg {
    width: 2rem;
    height: 2rem;
    fill: #000
}

.allHeaderIndex3 .allFilterCity .filterCity .form .item {
    margin-top: 2rem
}

.allHeaderIndex3 .allFilterCity .filterCity .form .item label {
    color: #000;
    font-weight: 300;
    font-size: .9rem;
    margin-bottom: .5rem
}

.allHeaderIndex3 .allFilterCity .filterCity .form .item select {
    border: 1px solid #eee;
    padding: 0 .5rem;
    background: white;
    color: #000;
    border-radius: 5px;
    font-size: .85rem;
    width: 100%;
    height: 2.5rem;
    font-weight: 300;
    transition: all .3s ease-in-out
}

.allHeaderIndex3 .allFilterCity .filterCity .form .item select:focus {
    box-shadow: 0 3px 8px #0000001a;
    border: 1px solid #19bfd3
}

.allHeaderIndex3 .allFilterCity .filterCity .form .item select[name=city], .allHeaderIndex3 .allFilterCity .filterCity .form #cityContainer {
    display: none
}

@media screen and (max-width: 1600px) {
    .allHeaderIndex3 .allFilterCity .filterCity .form .item {
        margin-top: .5rem
    }
}

.allHeaderIndex3 .allFilterCity .filterCity .bottomAddress {
    margin-top: 1rem;
    display: grid;
    grid-template-columns:auto auto;
    justify-content: right;
    align-items: center;
    grid-gap: 1rem
}

.allHeaderIndex3 .allFilterCity .filterCity .bottomAddress button {
    padding: .3rem 1rem;
    background: var(--green-color);
    color: #fff;
    font-size: .9rem;
    font-weight: 300;
    border-radius: 5px
}

@media screen and (max-width: 700px) {
    .allHeaderIndex3 .allFilterCity .filterCity {
        width: 98%
    }
}

.allHeaderIndex3 .alertShow {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 100;
    box-shadow: 10px 0 10px #00000026;
    direction: ltr
}

.allHeaderIndex3 .alertShow .alertBox {
    direction: rtl;
    width: 30rem;
    background: white
}

.allHeaderIndex3 .alertShow .alertBox .block {
    position: relative
}

.allHeaderIndex3 .alertShow .alertBox .block .load {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    display: grid;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    font-weight: 700;
    color: #fff
}

.allHeaderIndex3 .alertShow .alertBox .titleAll {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .5rem;
    padding: 1rem;
    border-bottom: 1px solid #eee
}

.allHeaderIndex3 .alertShow .alertBox .titleAll .name {
    font-size: 1rem;
    font-weight: 500;
    color: #000
}

.allHeaderIndex3 .alertShow .alertBox .titleAll i {
    display: grid;
    align-items: center;
    justify-content: center
}

.allHeaderIndex3 .alertShow .alertBox .titleAll i svg {
    width: 1.3rem;
    height: 1.3rem;
    fill: #000
}

.allHeaderIndex3 .alertShow .alertBox .items {
    height: calc(100vh - 3rem);
    overflow-y: scroll
}

.allHeaderIndex3 .alertShow .alertBox .items .item {
    padding: 1rem;
    border-bottom: 1px solid #ddd
}

.allHeaderIndex3 .alertShow .alertBox .items .item .detail .title2 {
    display: grid;
    grid-template-columns:1fr auto;
    align-items: center;
    gap: .5rem;
    margin-bottom: .5rem
}

.allHeaderIndex3 .alertShow .alertBox .items .item .detail .title2 .name {
    line-height: 1.7rem;
    font-size: .8rem;
    font-weight: 900;
    color: #444
}

.allHeaderIndex3 .alertShow .alertBox .items .item .detail .title2 .time, .allHeaderIndex3 .alertShow .alertBox .items .item .detail .body {
    font-size: .8rem;
    font-weight: 300;
    color: #000
}

.allHeaderIndex3 .alertShow .alertBox .items .active1 .name, .allHeaderIndex3 .alertShow .alertBox .items .active1 .body, .allHeaderIndex3 .alertShow .alertBox .items .active1 .time {
    color: red !important
}

@media (max-width: 800px) {
    .allHeaderIndex3 .top {
        display: block;
        padding: .5rem 0
    }

    .allHeaderIndex3 .top .right {
        display: block
    }

    .allHeaderIndex3 .top .right .cityChoice .title2 {
        font-size: .6rem !important
    }

    .allHeaderIndex3 .top .search .searchData {
        width: 100%
    }

    .allHeaderIndex3 .bot, .allHeaderIndex3 .logo, .allHeaderIndex3 .left, .allHeaderIndex3 .cat1 {
        display: none !important
    }

    .allHeaderIndex3 .alertShow .alertBox {
        width: 100%
    }
}

.allFooter {
    background: #151414;
    position: relative;
    margin-top: 6rem
}

.allFooter .shape1 {
    position: absolute;
    bottom: 100%;
    right: 0;
    z-index: -1;
    left: 0;
    margin-bottom: -1px;
    transform: rotate(180deg)
}

.allFooter .shape1 svg {
    width: 100%;
    height: 3rem;
    fill: #151414
}

.allFooter .width {
    margin: auto
}

.allFooter .width .topFooter {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #2E2E2E
}

.allFooter .width .topFooter .option {
    padding: 2rem;
    display: flex;
    align-items: center;
    gap: 1rem
}

.allFooter .width .topFooter .option i {
    display: grid;
    align-items: center
}

.allFooter .width .topFooter .option i svg {
    width: 2.2rem;
    height: 2.2rem;
    fill: var(--green-color)
}

.allFooter .width .topFooter .option .des {
    font-size: .8rem;
    font-weight: 300;
    color: #ffffff80
}

.allFooter .width .topFooter .option .des .desT {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: .3rem
}

.allFooter .width .topFooter .option:last-child {
    border-left: 0
}

.allFooter .width .centerFooter {
    display: grid;
    grid-template-columns:1fr 2fr;
    grid-gap: 3rem;
    padding: 2rem 0
}

.allFooter .width .centerFooter .right .pic {
    margin-bottom: 1rem
}

.allFooter .width .centerFooter .right .pic img {
    width: auto;
    height: 5rem;
    object-fit: contain
}

.allFooter .width .centerFooter .right p {
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    opacity: .7
}

.allFooter .width .centerFooter .left {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-gap: 1rem
}

.allFooter .width .centerFooter .left .item .itemTitle {
    font-size: 1rem;
    font-weight: 300;
    color: #fff;
    position: relative;
    margin-bottom: 1.5rem
}

.allFooter .width .centerFooter .left .item .itemTitle:before {
    content: "";
    position: absolute;
    top: 100%;
    width: 4rem;
    height: 2px;
    background: var(--green-color);
    right: 0;
    margin-top: .5rem
}

.allFooter .width .centerFooter .left .item ul li {
    margin-top: .5rem
}

.allFooter .width .centerFooter .left .item ul li a {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: .9rem;
    font-weight: 500;
    color: #fff;
    opacity: .7
}

.allFooter .width .centerFooter .left .item ul li a i {
    display: grid;
    align-items: center
}

.allFooter .width .centerFooter .left .item ul li a i svg {
    width: .8rem;
    height: .8rem;
    fill: #fff
}

.allFooter .width .centerFooter .left .item ul li:first-child {
    margin-top: 0
}

.allFooter .width .centerFooter .left p {
    font-size: .8rem;
    font-weight: 300;
    color: #fff;
    margin-bottom: 1rem
}

.allFooter .width .centerFooter .left label {
    display: flex;
    justify-content: left;
    align-items: center;
    overflow: hidden
}

.allFooter .width .centerFooter .left label input {
    padding: .5rem;
    background: #2E2E2E;
    color: #fff;
    width: 15rem;
    font-size: 1rem;
    font-weight: 300
}

.allFooter .width .centerFooter .left label button {
    background: var(--green-color);
    font-weight: 300;
    font-size: 1rem;
    height: 100%;
    padding: .5rem 1rem;
    color: #fff
}

.allFooter .width .botFooter {
    display: grid;
    grid-template-columns:auto 1fr;
    align-items: center;
    grid-gap: .5rem;
    padding: 1rem 0;
    border-top: 2px solid #2E2E2E
}

.allFooter .width .botFooter .copy {
    font-size: 1rem;
    font-weight: 300;
    color: #fff
}

.allFooter .width .botFooter ul {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 1rem
}

.allFooter .width .botFooter ul li {
    background: #2E2E2E;
    border-radius: 5px;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.allFooter .width .botFooter ul li i {
    display: grid;
    align-items: center
}

.allFooter .width .botFooter ul li i svg {
    width: 1rem;
    height: 1rem;
    fill: #fff
}

@media screen and (max-width: 800px) {
    .allFooter .width .topFooter {
        display: block
    }

    .allFooter .width .topFooter .option {
        padding: 1rem;
        gap: .5rem;
        border-left: 0
    }

    .allFooter .width .topFooter .option i svg {
        width: 1.5rem;
        height: 1.5rem
    }

    .allFooter .width .topFooter .option .des, .allFooter .width .topFooter .option .des .desT {
        font-size: .75rem
    }

    .allFooter .width .centerFooter {
        display: block;
        padding-bottom: 4rem
    }

    .allFooter .width .centerFooter .right {
        margin-bottom: 2rem
    }

    .allFooter .width .centerFooter .right p {
        font-size: .7rem
    }

    .allFooter .width .centerFooter .left {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem
    }

    .allFooter .width .centerFooter .left .item ul li a {
        font-size: .7rem
    }

    .allFooter .width .centerFooter .left .item ul li a i svg {
        width: .7rem;
        height: .7rem
    }

    .allFooter .width .centerFooter .left .item:first-child {
        width: 50%
    }

    .allFooter .width .centerFooter .left .item:last-child {
        margin-top: 2rem
    }

    .allFooter .width .centerFooter .left .item:nth-child(2) {
        width: 45%
    }
}

@media screen and (max-width: 700px) {
    .allFooter {
        margin-top: 3rem;
        margin-bottom: 4rem
    }

    .allFooter .shape1 svg {
        height: 1rem
    }
}

.allFooter2 {
    background: white;
    margin-top: 2rem
}

.allFooter2 .width {
    margin: auto
}

.allFooter2 .width .topFooter {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #eee;
    padding: 1rem 0
}

.allFooter2 .width .topFooter .option {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: .9rem;
    font-weight: 700;
    color: #444
}

.allFooter2 .width .topFooter .option .pic {
    display: grid;
    align-items: center
}

.allFooter2 .width .topFooter .option .pic img {
    width: 3.5rem;
    height: 3.5rem
}

.allFooter2 .width .centerFooter {
    display: grid;
    grid-template-columns:1fr 2fr;
    grid-gap: 3rem;
    padding: 2rem 0
}

.allFooter2 .width .centerFooter .right .pic {
    margin-bottom: 1rem
}

.allFooter2 .width .centerFooter .right .pic img {
    width: auto;
    height: 5rem;
    object-fit: contain
}

.allFooter2 .width .centerFooter .right p {
    font-size: 1rem;
    font-weight: 500;
    color: #444;
    opacity: .7
}

.allFooter2 .width .centerFooter .left {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-gap: 1rem
}

.allFooter2 .width .centerFooter .left .item .itemTitle {
    font-size: 1rem;
    font-weight: 900;
    color: #444;
    position: relative;
    margin-bottom: 1rem
}

.allFooter2 .width .centerFooter .left .item ul li {
    margin-top: 1rem
}

.allFooter2 .width .centerFooter .left .item ul li a {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: .9rem;
    font-weight: 500;
    color: #444
}

.allFooter2 .width .centerFooter .left .item ul li a i {
    display: grid;
    align-items: center
}

.allFooter2 .width .centerFooter .left .item ul li a i svg {
    width: .8rem;
    height: .8rem;
    fill: #444
}

.allFooter2 .width .centerFooter .left .item ul li:first-child {
    margin-top: 0
}

.allFooter2 .width .centerFooter .left p {
    font-size: .8rem;
    font-weight: 300;
    color: #444;
    margin-bottom: 1rem
}

.allFooter2 .width .centerFooter .left label {
    display: flex;
    justify-content: left;
    gap: .5rem;
    align-items: center;
    overflow: hidden
}

.allFooter2 .width .centerFooter .left label input {
    padding: .5rem;
    color: #444;
    border: 2px solid #ddd;
    width: 15rem;
    font-size: 1rem;
    font-weight: 300;
    border-radius: 5px
}

.allFooter2 .width .centerFooter .left label button {
    background: var(--green-color);
    font-weight: 300;
    font-size: 1rem;
    height: 100%;
    padding: .5rem 1rem;
    color: #fff;
    border-radius: 5px
}

.allFooter2 .width .botFooter {
    display: grid;
    grid-template-columns:auto 1fr;
    align-items: center;
    grid-gap: .5rem;
    padding: 1rem 0;
    border-top: 2px solid #eee
}

.allFooter2 .width .botFooter .copy {
    font-size: 1rem;
    font-weight: 300;
    color: #444
}

.allFooter2 .width .botFooter ul {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 1rem
}

.allFooter2 .width .botFooter ul li {
    background: var(--green-color);
    border-radius: 5px;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.allFooter2 .width .botFooter ul li i {
    display: grid;
    align-items: center
}

.allFooter2 .width .botFooter ul li i svg {
    width: 1rem;
    height: 1rem;
    fill: #fff
}

@media screen and (max-width: 800px) {
    .allFooter2 .width .topFooter {
        grid-template-columns:1fr 1fr
    }

    .allFooter2 .width .topFooter .option {
        gap: .5rem;
        font-size: .7rem
    }

    .allFooter2 .width .topFooter .option .pic img {
        width: 2rem;
        height: 2rem
    }

    .allFooter2 .width .centerFooter {
        display: block;
        padding-bottom: 4rem
    }

    .allFooter2 .width .centerFooter .right {
        margin-bottom: 2rem
    }

    .allFooter2 .width .centerFooter .right .pic {
        display: grid;
        justify-content: center
    }

    .allFooter2 .width .centerFooter .right p {
        font-size: .7rem
    }

    .allFooter2 .width .centerFooter .left {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem
    }

    .allFooter2 .width .centerFooter .left .item ul li a {
        font-size: .7rem
    }

    .allFooter2 .width .centerFooter .left .item ul li a i svg {
        width: .7rem;
        height: .7rem
    }

    .allFooter2 .width .centerFooter .left .item:first-child {
        width: 50%
    }

    .allFooter2 .width .centerFooter .left .item:last-child {
        margin-top: 2rem
    }

    .allFooter2 .width .centerFooter .left .item:nth-child(2) {
        width: 45%
    }
}

@media screen and (max-width: 700px) {
    .allFooter2 {
        margin-bottom: 4rem
    }
}

.allFooter3 {
    background: white;
    margin-top: 2rem;
    padding-top: 2rem
}

.allFooter3 .width {
    margin: auto
}

.allFooter3 .width .topFooter {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    justify-content: center;
    align-items: center;
    background: #f7f7f7;
    padding: 1rem;
    border-radius: 20px
}

.allFooter3 .width .topFooter .option {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    font-size: .9rem;
    font-weight: 700;
    color: #444
}

.allFooter3 .width .topFooter .option .pic {
    display: grid;
    align-items: center
}

.allFooter3 .width .topFooter .option .pic img {
    width: 3.5rem;
    height: 3.5rem
}

.allFooter3 .width .centerFooter {
    display: grid;
    grid-template-columns:1fr 3fr;
    grid-gap: 3rem;
    padding: 2rem 0
}

.allFooter3 .width .centerFooter .right .pic {
    display: grid;
    justify-content: center
}

.allFooter3 .width .centerFooter .right .pic img {
    width: auto;
    height: 5rem;
    object-fit: contain
}

.allFooter3 .width .centerFooter .left {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    grid-gap: 1rem
}

.allFooter3 .width .centerFooter .left .item .itemTitle {
    font-size: 1.1rem;
    font-weight: 900;
    color: #000;
    position: relative;
    margin-bottom: 1rem
}

.allFooter3 .width .centerFooter .left .item ul li {
    margin-top: 1rem
}

.allFooter3 .width .centerFooter .left .item ul li a {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: 1rem;
    font-weight: 500;
    color: #444;
    opacity: .7
}

.allFooter3 .width .centerFooter .left .item ul li a i {
    display: grid;
    align-items: center
}

.allFooter3 .width .centerFooter .left .item ul li a i svg {
    width: 1.2rem;
    height: 1.2rem;
    fill: #444
}

.allFooter3 .width .centerFooter .left .item ul li:first-child {
    margin-top: 0
}

.allFooter3 .width .centerFooter .left p {
    font-size: .8rem;
    font-weight: 300;
    color: #444;
    margin-bottom: 1rem
}

.allFooter3 .width .centerFooter .left label {
    display: flex;
    justify-content: left;
    gap: .5rem;
    align-items: center;
    overflow: hidden
}

.allFooter3 .width .centerFooter .left label input {
    padding: .5rem;
    color: #444;
    border: 2px solid #ddd;
    width: 15rem;
    font-size: 1rem;
    font-weight: 300;
    border-radius: 5px
}

.allFooter3 .width .centerFooter .left label button {
    background: var(--green-color);
    font-weight: 300;
    font-size: 1rem;
    height: 100%;
    padding: .5rem 1rem;
    color: #fff;
    border-radius: 5px
}

.allFooter3 .width .abouts {
    display: grid;
    grid-template-columns:3fr 1fr;
    grid-gap: 1rem;
    margin: 3rem 0
}

.allFooter3 .width .abouts .about .title2 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #000
}

.allFooter3 .width .abouts .about p {
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    opacity: .7;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.allFooter3 .width .abouts .subs .itemTitle {
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    position: relative;
    margin-bottom: .5rem
}

.allFooter3 .width .abouts .subs label {
    display: flex;
    justify-content: left;
    gap: .5rem;
    align-items: center;
    overflow: hidden
}

.allFooter3 .width .abouts .subs label input {
    padding: .5rem;
    color: #444;
    border: 2px solid #ddd;
    width: 100%;
    font-size: 1rem;
    font-weight: 300;
    border-radius: 5px
}

.allFooter3 .width .abouts .subs label button {
    background: var(--green-color);
    font-weight: 300;
    font-size: 1rem;
    height: 100%;
    padding: .5rem 1rem;
    color: #fff;
    border-radius: 5px
}

.allFooter3 .width .abouts .subs .trusts {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 1rem
}

.allFooter3 .width .abouts .subs .trusts .t1 {
    border-radius: 10px;
    border: 1px solid #eee
}

.allFooter3 .width .abouts .subs .trusts .t1 img {
    width: 4rem;
    height: 4rem;
    object-fit: contain
}

.allFooter3 .width .botFooter {
    padding: .5rem 0;
    border-top: 1px solid #eee
}

.allFooter3 .width .botFooter .copy {
    text-align: center;
    font-size: .8rem;
    font-weight: 300;
    color: #444
}

@media screen and (max-width: 800px) {
    .allFooter3 .width .topFooter {
        grid-template-columns:1fr 1fr
    }

    .allFooter3 .width .topFooter .option {
        gap: .5rem;
        font-size: .7rem
    }

    .allFooter3 .width .topFooter .option .pic img {
        width: 2rem;
        height: 2rem
    }

    .allFooter3 .width .centerFooter {
        display: block;
        padding: 1rem 0
    }

    .allFooter3 .width .centerFooter .right {
        margin-bottom: 2rem
    }

    .allFooter3 .width .centerFooter .right .pic {
        display: grid;
        justify-content: center
    }

    .allFooter3 .width .centerFooter .right p {
        font-size: .7rem
    }

    .allFooter3 .width .centerFooter .left {
        grid-template-columns:1fr 1fr
    }

    .allFooter3 .width .centerFooter .left .item ul li a {
        font-size: .7rem
    }

    .allFooter3 .width .centerFooter .left .item ul li a i svg {
        width: .7rem;
        height: .7rem
    }

    .allFooter3 .width .abouts {
        display: flex;
        flex-direction: column-reverse;
        margin: 1rem 0
    }

    .allFooter3 .width .abouts .about .title2 {
        font-size: .9rem
    }

    .allFooter3 .width .abouts .about p {
        font-size: .8rem
    }
}

@media screen and (max-width: 700px) {
    .allFooter3 {
        padding-bottom: 4rem
    }
}

.AllPopUpIndex {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #0009;
    z-index: 999
}

.AllPopUpIndex .AllPopUpData {
    padding: 1rem;
    width: 35%;
    margin: auto;
    border-radius: .3rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: var(--back1-color)
}

.AllPopUpIndex .AllPopUpData .pic {
    display: grid;
    justify-content: center;
    margin-bottom: 1rem
}

.AllPopUpIndex .AllPopUpData .pic img {
    width: 100%;
    height: 5rem;
    object-fit: contain
}

.AllPopUpIndex .AllPopUpData h3 {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
    color: #000;
    margin-bottom: .5rem
}

.AllPopUpIndex .AllPopUpData p {
    text-align: center;
    font-size: .9rem;
    font-weight: 500;
    color: #000;
    opacity: .7
}

.AllPopUpIndex .AllPopUpData .buttons {
    display: grid;
    justify-content: center;
    margin-top: 1rem
}

.AllPopUpIndex .AllPopUpData .buttons a {
    text-align: center;
    font-size: .9rem;
    font-weight: 500;
    background: var(--green-color);
    color: #fff;
    padding: .2rem 1rem;
    border-radius: 5px
}

@media screen and (max-width: 920px) {
    .AllPopUpIndex .AllPopUpData {
        width: 90%
    }
}

.allBottomNavs {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: white;
    box-shadow: 0 -10px 10px #0000001a;
    z-index: 110;
    display: none;
    grid-template-columns:repeat(auto-fit, minmax(1px, 1fr))
}

.allBottomNavs .button {
    display: grid;
    padding: .5rem .2rem;
    text-align: center;
    font-size: .7rem;
    color: #444;
    opacity: .8;
    border-left: 2px solid #eee
}

.allBottomNavs .button i {
    display: grid;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px
}

.allBottomNavs .button i svg {
    width: 1.2rem;
    height: 1.2rem;
    fill: #444
}

.allBottomNavs .button span span {
    font-size: .6rem;
    background: red;
    padding: 0 2px;
    font-weight: 300;
    color: #fff;
    height: 12px;
    border-radius: 5px
}

.allBottomNavs .button:last-child {
    border-left: 0
}

.allBottomNavs .home1 {
    opacity: 1;
    color: var(--green-color)
}

.allBottomNavs .home1 i svg {
    fill: var(--green-color)
}

@media screen and (max-width: 900px) {
    .allBottomNavs {
        display: grid
    }
}

.allChatIndex {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 100
}

.allChatIndex .allChatIndexBlock {
    position: relative
}

.allChatIndex .allChatIndexBlock .chatButtons {
    display: grid;
    justify-items: center
}

.allChatIndex .allChatIndexBlock .chatButtons .text {
    font-size: .7rem;
    font-weight: 300;
    color: #fff;
    border-radius: 5px;
    background: var(--green-color);
    margin-bottom: 5px;
    padding: 2px 5px;
    border: 2px solid white;
    box-shadow: 0 0 20px #0000004d
}

.allChatIndex .allChatIndexBlock .chatButtons .chatButton {
    background: var(--green-color);
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 100%;
    cursor: pointer;
    border: 2px solid white;
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 20px #0000004d
}

.allChatIndex .allChatIndexBlock .chatButtons .chatButton i {
    display: grid;
    align-items: center;
    justify-content: center
}

.allChatIndex .allChatIndexBlock .chatButtons .chatButton i svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: #fff
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 #ffffffb3
    }
    70% {
        transform: scale(1.1);
        box-shadow: 0 0 0 15px #fff0
    }
    to {
        transform: scale(1);
        box-shadow: 0 0 #fff0
    }
}

.allChatIndex .allChatIndexBlock .chatContents {
    position: absolute;
    bottom: calc(100% + 20px);
    right: 0;
    display: none;
    z-index: 100;
    width: 30rem;
    border: 1px solid #eee;
    border-radius: 10px;
    background: var(--back1-color);
    box-shadow: 0 0 15px #0000001a;
    overflow: hidden
}

.allChatIndex .allChatIndexBlock .chatContents .chatContent .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .5rem;
    padding: 1rem;
    background: var(--green-color)
}

.allChatIndex .allChatIndexBlock .chatContents .chatContent .header .title2 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700
}

.allChatIndex .allChatIndexBlock .chatContents .chatContent .header .leftHeader {
    display: flex;
    justify-content: left;
    gap: .5rem
}

.allChatIndex .allChatIndexBlock .chatContents .chatContent .header i {
    display: grid;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.allChatIndex .allChatIndexBlock .chatContents .chatContent .header i svg {
    width: 1.3rem;
    height: 1.3rem;
    fill: #fff
}

.allChatIndex .allChatIndexBlock .chatContents .chatContent .body {
    overflow-y: scroll;
    height: 55vh;
    padding: 1rem
}

.allChatIndex .allChatIndexBlock .chatContents .chatContent .body p {
    font-size: .8rem;
    font-weight: 300;
    color: #000;
    opacity: .7
}

.allChatIndex .allChatIndexBlock .chatContents .chatContent .body p .closeChats {
    padding: .2rem .4rem;
    background: red;
    color: #fff;
    border-radius: 5px;
    font-size: .7rem;
    cursor: pointer;
    display: none
}

.allChatIndex .allChatIndexBlock .chatContents .chatContent .body .choice {
    display: grid;
    padding: .8rem;
    border: 1px solid #bbb;
    font-size: .9rem;
    font-weight: 300;
    color: #000;
    margin-top: .5rem;
    border-radius: 5px;
    cursor: pointer;
    transition: all .3s ease-in-out
}

.allChatIndex .allChatIndexBlock .chatContents .chatContent .body .choice:hover {
    color: var(--green-color);
    border: 1px solid var(--green-color)
}

.allChatIndex .allChatIndexBlock .chatContents .chatContent .body .login {
    display: grid
}

.allChatIndex .allChatIndexBlock .chatContents .chatContent .body .bodyLabel {
    display: grid;
    grid-template-columns:1fr;
    grid-gap: .5rem;
    font-size: .9rem;
    font-weight: 300;
    color: #000;
    margin-top: 1rem
}

.allChatIndex .allChatIndexBlock .chatContents .chatContent .body .bodyLabel input, .allChatIndex .allChatIndexBlock .chatContents .chatContent .body .bodyLabel select, .allChatIndex .allChatIndexBlock .chatContents .chatContent .body .bodyLabel textarea {
    background: var(--back1-color);
    border: 1px solid #eee;
    padding: .3rem .5rem;
    color: #000;
    border-radius: 5px;
    font-size: .9rem;
    font-weight: 300;
    width: 100%;
    transition: all .3s ease-in-out
}

.allChatIndex .allChatIndexBlock .chatContents .chatContent .body .messages {
    padding: .5rem;
    border: 2px solid var(--green-color);
    border-radius: 5px;
    margin-top: 1rem;
    font-size: .9rem;
    font-weight: 300;
    color: #000;
    opacity: .7
}

.allChatIndex .allChatIndexBlock .chatContents .chatContent .body .messages .time {
    text-align: left;
    font-size: .7rem
}

.allChatIndex .allChatIndexBlock .chatContents .chatContent .body .me {
    border: 2px solid #bbb
}

.allChatIndex .allChatIndexBlock .chatContents .chatContent .body .submit {
    font-size: .9rem;
    font-weight: 500;
    color: var(--green-color);
    text-align: center;
    background: transparent;
    width: 100%;
    border: 1px solid var(--green-color);
    padding: .5rem 1rem;
    border-radius: 5px;
    margin-top: 1rem;
    transition: all .3s ease-in-out
}

.allChatIndex .allChatIndexBlock .chatContents .chatContent .body .submit:hover {
    background: var(--green-color);
    color: #fff
}

.allChatIndex .allChatIndexBlock .chatContents .chatContent .body .sendImage {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    display: grid;
    grid-template-columns:1fr;
    justify-content: center;
    box-shadow: 0 0 10px #0000000d;
    margin-top: 1rem
}

.allChatIndex .allChatIndexBlock .chatContents .chatContent .body .sendImage .dropify-wrapper {
    height: 100px;
    border: 1px solid #eee !important
}

.allChatIndex .allChatIndexBlock .chatContents .chatContent .body .sendImage .dropify-wrapper .file-icon:before {
    opacity: 0 !important;
    position: absolute !important;
    top: 0 !important;
    visibility: hidden !important
}

.allChatIndex .allChatIndexBlock .chatContents .chatContent .body .sendImage .dropify-wrapper .dropify-message {
    position: relative !important;
    top: auto !important;
    margin-top: 2rem
}

.allChatIndex .allChatIndexBlock .chatContents .chatContent .body .sendImage .dropify-wrapper .dropify-message p {
    margin: 0;
    font-size: 1rem;
    color: #00800082
}

.allChatIndex .allChatIndexBlock .chatContents .chatContent .send {
    display: grid;
    grid-template-columns:1fr auto;
    padding: .5rem;
    grid-gap: .5rem
}

.allChatIndex .allChatIndexBlock .chatContents .chatContent .send input {
    background: var(--back3-color);
    border: 2px solid #eee;
    padding: .5rem;
    color: #000;
    font-size: 1rem;
    font-weight: 300;
    width: 100%;
    border-radius: 5rem;
    transition: all .3s ease-in-out
}

.allChatIndex .allChatIndexBlock .chatContents .chatContent .send button {
    font-size: .9rem;
    font-weight: 300;
    color: #fff;
    background: black;
    border-radius: 5rem;
    padding: 0 1rem
}

.allChatIndex .allChatIndexBlock .chatContents .chatContent .loginChat {
    background: red;
    border-top: 1px solid #eee;
    padding: .5rem;
    text-align: center;
    font-size: .8rem;
    font-weight: 300;
    color: #fff;
    display: grid;
    width: 100%
}

.allChatIndex .allChatIndexBlock .chatContents .chatContent .typeLogin1 {
    margin-top: 1rem;
    border-radius: 5px
}

@media screen and (max-width: 700px) {
    .allChatIndex {
        z-index: 150;
        bottom: 4.5rem;
        right: .5rem
    }

    .allChatIndex .allChatIndexBlock {
        position: relative
    }

    .allChatIndex .allChatIndexBlock .chatButtons .text {
        display: none
    }

    .allChatIndex .allChatIndexBlock .chatButton {
        width: 3rem;
        height: 3rem;
        border: 1px solid white
    }

    .allChatIndex .allChatIndexBlock .chatButton i svg {
        width: 1.3rem;
        height: 1.3rem
    }

    .allChatIndex .allChatIndexBlock .chatContents {
        width: 100vw;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        border-radius: 0;
        bottom: 0
    }

    .allChatIndex .allChatIndexBlock .chatContents .chatContent .header {
        padding: .5rem
    }

    .allChatIndex .allChatIndexBlock .chatContents .chatContent .body {
        padding: .5rem;
        height: 88vh
    }
}

.allPaginateHome {
    display: grid;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 1rem
}

.allPaginateHome .pages {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    grid-gap: 1rem
}

.allPaginateHome .pages div {
    width: 2.3rem;
    height: 2.3rem;
    border-radius: 5px;
    background: white;
    color: #000;
    display: grid;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 300;
    box-shadow: 0 0 10px #0003;
    cursor: pointer
}

.allPaginateHome .pages div svg {
    width: .8rem;
    height: .8rem;
    fill: #000
}

.allPaginateHome .pages .true {
    background: var(--green-color);
    color: #fff
}
.allAdsIndex{
    margin-top: 10px;
}
