#app {
    height: 100%;
}

:focus {
    outline: none !important;
}

body {
    direction: rtl;
    font: 14px IRANSans;
    background: #fff !important;
    color: #2b4153
}

.clearfix:after, .clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.rtl {
    direction: rtl;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.item_box .check_box.active::before {
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    font-family: "Font Awesome\ 5 Pro";
    content: '\f00c';
    color: #fff;
    background-color: #ffbf11;
    border: 1px solid #ffbf11;
    border-bottom: 2px solid #e0a70d;
    text-align: center;
    position: absolute;
    width: 16px;
    height: 17px;
    border-radius: 2px;
}


.item_box .check_box {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    border-radius: 2px;
    border: 1px solid #c8d1d3;
    border-bottom: 2px solid #c8d1d3;
    right: 0;
    top: 2px;
    cursor: pointer;
    z-index: 10;
    transition: all .6s ease;
}


.filter_price_ul{
    display: inline-flex;
    width: 100%;
}

.filter_price_ul li{
    width: 50%;
    text-align: center;
    font-size: 16px;
}
.filter_price_ul li:first-child{
    border-left: 1px solid #dedede;
}
.filter_price_ul li .price{
    width: 50%;
    border-bottom: 1px dashed #d0d0d0;
    margin: 10px auto;
}
.price_rang_slider {
    width: 90% !important;
    margin: 30px auto !important;
    height: 7px !important;
}
.noUi-connect {
    background: #ffbf11 !important;
}

.noUi-target {
    border: none !important;
    background: #f9f9fa !important;

}

.noUi-handle {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    box-shadow: none !important;
    border: 1px solid #D9D9D9;
    border-radius: 53%;
    background: #FFF;
    cursor: pointer;
}


.noUi-handle::after, .noUi-handle::before {
    background: none;
}

.noUi-handle-upper::before , .noUi-handle-upper::after {
    font-family: "Font Awesome\ 5 Pro";
    content: "\F105" !important;
    font-size: 20px;
    top: 1px !important;
    left: 13px !important;
    background: none !important;
}


.noUi-horizontal .noUi-handle {
    top: -10px !important;
}
.noUi-handle-lower::before , .noUi-handle-lower::after {
    font-family: "Font Awesome\ 5 Pro";
    content: "\F104" !important;
    font-size: 20px;
    top: 1px !important;
    left: 12px !important;
    background: none !important;
}

.range_slider_div {
    padding-right: 10px;
    padding-left: 10px;
    direction: ltr;
}

#price_filter_btn{
    border: 1px solid #ffbf11;
    padding: 8px;
    font-size: 14px;
    display: block;
    margin: 20px;
    border-radius: 8px;
    text-align: center;
    color: #ffbf11;
    cursor: pointer;
    font-weight: 800;
}

.selected_filter_item i {
    padding-right: 8px;
    font-size: 17px;
    top: 3px;
}

.selected_filter_item:hover {
    background: #f6f8fa;
}

.selected_filter_item {
    border: 1px solid #dbe4ec;
    border-radius: 8px;
    padding: 3px 8px;
    margin: 3px 8px;
    float: right;
    cursor: pointer;
    transition: all .3s;
}


/** full screen on mobile & fixed size on desktop **/
.ig-stories {
    position: absolute;
    height: 100vh;
    height: -webkit-fill-available;
    width: 100vw;
    top: 0;
}

@media (min-width: 768px) {
    .ig-stories {
        position: relative;
        height: 730px;
        width: 420px;
    }
}




/*storyyyyyyyyyyy*/

body.disable-scroll {
    overflow: hidden;
}

:root {
    --background-color: #1b1d20;
    --slide-width: 440px;
    --slide-shadow: 0 4px 20px 2px rgba(0, 0, 0, 0.4);
    --slide-thumb-height: 3px;
    --slide-thumb-default-color: rgba(0, 0, 0, 0.4);
    --slide-thumb-active-color: rgba(255, 255, 255, 0.9);
}


.slide > img {
    display: block;
    max-width: 100%;
    height: 90% !important;
    max-height: 90%;
}

.slide {
    box-shadow: var(--slide-width);
    display: grid;
    margin: 0 auto;
    max-width: var(--slide-width);
}

.slide-items {
    border-radius: 5px;
    grid-area: 1/1;
    overflow: hidden;
    position: relative;
}

.slide-items ul li >* {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
}

.slide-items ul > .sellerinfo {
    display: none;
}

.slide-items ul > .sellerinfo.active {
    display: block;
}

.slide-items ul li.active img {
    opacity: 1;
    pointer-events: initial;
    position: relative;
}

.slide-items ul li.active video {
    opacity: 1;
    pointer-events: initial;
    position: relative;
}

.slide-items ul li.active a {
    opacity: 1;
    pointer-events: initial;
    position: relative;
}

.slide-nav {
    display: grid;
    grid-area: 1/1;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    z-index: 1;
}

.slide-thumbs {
    display: flex;
    grid-column: 1 / 3;
}

.slide-thumb-item {
    background-color: var(--slide-thumb-default-color);
    border-radius: 3px;
    display: block;
    flex: 1;
    height: var(--slide-thumb-height);
    margin: 5px;
    overflow: hidden;
}

.slide-thumb-item.active::after {
    animation: thumb 5s forwards linear;
    background-color: var(--slide-thumb-active-color);
    border-radius: 3px;
    content: '';
    display: block;
    height: inherit;
    transform: translateX(-100%);
}

.slide-next,
.slide-prev {
    opacity: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@keyframes thumb {
    to {
        transform: initial;
    }
}


/*///////////////////////////////////////*/

.paginate_div .pagination {
    margin: 1rem auto 0 auto;
    clear: both;
    content: "";
    display: table;
}

.paginate_div {
    width: 100%;
    display: block;
    padding-bottom: 15px;
    clear: both;
}

.paginate_div ul li.active a,.paginate_div ul li.active span {
    color: #fff;
}

.paginate_div ul li.active a:hover,.paginate_div ul li.active span:hover {
    background: #ffbf11;
}

.paginate_div ul li.active a,.paginate_div ul li.active span {
    background: #ffbf11;
}

.paginate_div ul li a:hover,.paginate_div ul li span:hover {
    background: #dbe4ec;
}

.paginate_div ul li a,.paginate_div ul li span {
    padding: 5px 16px;
    font-size: 20px;
    background: #fff;
    align-items: center;
    border-radius: 8px;
    transition: all .3s;
    cursor: pointer;
}

.paginate_div nav {
    background: none;
    box-shadow: none;
    height: auto;
}

.paginate_div ul li {
    float: right;
    margin: 6px;
    transition: all .3s;
}



.crop-container {
    width: 100%;
    height: auto;
    min-height: 200px;
    margin: auto;
    overflow: hidden;
    border: 2px solid #ccc;
    display: inline-block;
}






/* From Uiverse.io by Sourcesketch */
.container {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    filter: url("#goo");
    animation: rotate-move 2s ease-in-out infinite;
    display: none;
}

.dot {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.dot-3 {
    background-color: #ff1717;
    animation: dot-3-move 2s ease infinite, index 6s ease infinite;
}

.dot-2 {
    background-color: #0051ff;
    animation: dot-2-move 2s ease infinite, index 6s -4s ease infinite;
}

.dot-1 {
    background-color: #ffc400;
    animation: dot-1-move 2s ease infinite, index 6s -2s ease infinite;
}

@keyframes dot-3-move {
    20% {
        transform: scale(1);
    }
    45% {
        transform: translateY(-18px) scale(0.45);
    }
    60% {
        transform: translateY(-90px) scale(0.45);
    }
    80% {
        transform: translateY(-90px) scale(0.45);
    }
    100% {
        transform: translateY(0px) scale(1);
    }
}

@keyframes dot-2-move {
    20% {
        transform: scale(1);
    }
    45% {
        transform: translate(-16px, 12px) scale(0.45);
    }
    60% {
        transform: translate(-80px, 60px) scale(0.45);
    }
    80% {
        transform: translate(-80px, 60px) scale(0.45);
    }
    100% {
        transform: translateY(0px) scale(1);
    }
}

@keyframes dot-1-move {
    20% {
        transform: scale(1);
    }
    45% {
        transform: translate(16px, 12px) scale(0.45);
    }
    60% {
        transform: translate(80px, 60px) scale(0.45);
    }
    80% {
        transform: translate(80px, 60px) scale(0.45);
    }
    100% {
        transform: translateY(0px) scale(1);
    }
}

@keyframes rotate-move {
    55% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    80% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes index {
    0%,
    100% {
        z-index: 3;
    }
    33.3% {
        z-index: 2;
    }
    66.6% {
        z-index: 1;
    }
}

