@font-face {
    font-family: "yekanbakh";
    font-weight: 300;
    src: url("fonts/yekanbakh/ttf/YekanBakh-Light.ttf") format("truetype"),
        url("fonts/yekanbakh/woff/YekanBakh-Light.woff") format("woff"),
        url("fonts/yekanbakh/woff2/YekanBakh-Light.woff2") format("woff2");
    font-display: swap;
}
@font-face {
    font-family: "yekanbakh";
    font-weight: 500;
    src: url("fonts/yekanbakh/ttf/YekanBakh-Regular.ttf") format("truetype"),
        url("fonts/yekanbakh/woff/YekanBakh-Regular.woff") format("woff"),
        url("fonts/yekanbakh/woff2/YekanBakh-Regular.woff2") format("woff2");
    font-display: swap;
}
@font-face {
    font-family: "yekanbakh";
    font-weight: 700;
    src: url("fonts/yekanbakh/ttf/YekanBakh-Bold.ttf") format("truetype"),
        url("fonts/yekanbakh/woff/YekanBakh-Bold.woff") format("woff"),
        url("fonts/yekanbakh/woff2/YekanBakh-Bold.woff2") format("woff2");
    font-display: swap;
}
@font-face {
    font-family: "yekanbakh";
    font-weight: 900;
    src: url("fonts/yekanbakh/ttf/YekanBakh-ExtraBold.ttf") format("woff"),
        url("fonts/yekanbakh/woff/YekanBakh-ExtraBold.woff") format("woff"),
        url("fonts/yekanbakh/woff2/YekanBakh-ExtraBold.woff2") format("woff2");
    font-display: swap;
}

:root{
    --primary: #5272e2;
    --gray: rgb(21 31 48 / 70%);
    --lprimary: linear-gradient(45deg, #7770ec, #55a4e3);
}

body {
    font-family: "yekanbakh", serif;
    margin: 0;
    direction: rtl;
    font-size: 14px;
    letter-spacing: 0.1px;
    color: #1a1c21;
}

div#menu {
    position: fixed;
    top: 12px;
    height: calc(100vh - 24px);
    border-radius: 20px 0 0 20px;
    z-index: 9999;
}

#contain-all {
    display: flex;
    background: linear-gradient(45deg, #22242a, #262732, #24262e, #262732);
    min-height: 100vh;
}

.logo {
    text-align: center;
    margin-top: 30px;
}

.menu-cat {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.menu-cat a {
    display: flex;
    margin: 5px 0 5px;
    padding: 10px 7px;
    text-decoration: none;
    color: #ffffffd6;
    flex-direction: row;
    text-align: right;
    font-size: 12px;
    justify-content: flex-start;
    font-weight: 300;
    align-items: center;
    width: 100%;
}

.menu-cat svg {
    width: 20px;
    height: 20px;
    display: none;
}

.menu-cat img {
    width: 17px;
    height: 17px;
    margin-left: 8px;
}

.btn-sabt {
    background: linear-gradient(90deg, rgb(106 66 237 / 4%), rgb(107 175 227 / 6%), rgb(106 66 237 / 4%));
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 4px;
    /* border-radius: 5px; */
    font-weight: 300;
    flex-direction: column;
    font-size: 12px;
    border-radius: 12px;
    margin: 10px;
    height: 100px;
    animation: textclip 10.5s linear infinite;
    background-size: 300% auto;
}

a {
    text-decoration: none;
    transition: 0.3s;
}

.menu-user {
    display: flex;
    flex-direction: column;
}

.btn-login svg {
    width: 20px;
    height: 20px;
    margin-left: 8px;
    fill: #6e9aff;
}

.btn-login {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 0 12px;
    color: white;
    font-weight: 500;
    /* border-top: 1px solid rgb(255 255 255 / 5%); */
    font-size: 13px;
}

#menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    position: sticky;
}

#main {
    width: calc(100% - 400px);
    margin-right: auto;
    padding: 12px;
}

.btn-sabt img {
    width: 40px;
    margin-bottom: 10px;
}

.search-main input {
    width: 100%;
    background: linear-gradient(45deg, rgb(50 48 69 / 60%), rgb(43 47 59 / 80%), rgb(45 43 62 / 50%), rgb(43 47 59 / 80%));
    border: 0;
    height: 60px;
    padding-right: 60px;
    color: white;
    box-sizing: border-box;
    border-radius: 50px;
    border: 1px solid rgb(56 56 79);
    margin-bottom: 0;
    transition: 0.3s;
}


.search-main input::placeholder {
    color: rgb(255 255 255 / 50%);
    font-weight: 300;
}

.filter-text-ct strong {
    font-weight: 300;
}
.m-main {
    display: flex;
    flex-direction: column;
}

.ct-product {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    border-radius: 20px;
}

.box-product {
    width: 20%;
    display: flex;
    flex-direction: column;
    border: 1px solid #ebebeb;
    color: black;
}


img {
    max-width: 100%;
}

.bp-title span {
    max-height: 42px;
    overflow: hidden;
    display: block;
}


.bp-title {
    color: #2c2c2c;
    padding: 12px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.8;
    height: 66px;
}

.bp-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    color: #252525;
    padding-top: 12px;
}

.bp-img {
    padding: 10% 10% 4%;
    text-align: center;
}

input{
    font-family: "yekanbakh", serif;
}

.toman-price {
    font-size: 11px;
}

.main-price {
    font-weight: 700;
    font-size: 16px;
    padding-right: 12px;
}

.bp-rate {
    padding-left: 12px;
    display: flex;
    align-items: center;
}

.bp-rate svg {
    width: 12px;
    height: 12px;
    top: -2px;
    position: relative;
    margin-left: 3px;
    fill: #f3b25b;
}
.bp-rate strong {
    font-size: 13px;
}

ul.breadcrumb {
  padding: 0 12px 8px;
  list-style: none;
  margin: 0;
}

ul.breadcrumb li {
  display: inline;
}

ul.breadcrumb li+li:before {
  padding: 6px;
  color: #a3a3a3;
  content: "/\00a0";
  font-weight: 300;
}
ul.breadcrumb li a {
  color: rgb(255 255 255 / 80%);
  text-decoration: none;
  font-weight: 300;
}

ul.breadcrumb li a:hover {
  color: #9caff1;
}
.space{
    margin-left: 6px;
    margin-right: 6px;
    color: #a3a3a3;
}
#sidebar {
    width: 270px;
    position: fixed;
    box-sizing: border-box;
    right: 130px;
    height: 100vh;
    overflow-y: scroll;
    padding: 12px;
    /* border-left: 1px solid #464952; */
    color: white;
}

.sec-sidebar {
    padding: 12px;
}

.sec-sidebar {
    padding: 12px;
}

.sec-category {
    display: flex;
    flex-direction: column;
}

.sec-category a {
    color: white;
    line-height: 2.4;
}

.cat-child {
    margin-right: 15px;
}

.cat-parent {
    font-weight: 700;
}

.cat-current {
    font-weight: 700;
}

.text-head-cat {
    padding: 5px 0 15px;
    display: block;
    font-size: 15px;
    color: rgb(255 255 255);
}

.filter-text-ct{
    text-align: center;
    background: linear-gradient(45deg, rgb(50 48 69 / 20%), rgb(43 47 59 / 50%), rgb(45 43 62 / 20%), rgb(43 47 59 / 50%));
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    color: white;
    border: 1px solid rgb(56 56 79);
    border-radius: 50px;
}



/* price range */

.price-input {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
  }
  .price-input .field {
    display: flex;
    width: 100%;
    height: 30px;
    align-items: center;
    color: white;
  }
  .field input {
    width: 90%;
    height: 100%;
    outline: none;
    font-size: 14px;
    margin: 4px;
    border-radius: 5px;
    text-align: center;
    border: 2px solid #31353d;
    -moz-appearance: textfield;
    background: #262931;
    color: white;
  }
  input[type="number"]::-webkit-outer-spin-button,
  input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }
  .price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
  }
  .slider {
    height: 5px;
    position: relative;
    background: #5a5a5a;
    border-radius: 5px;
    direction: ltr;
  }
  .slider .progress {
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    border-radius: 5px;
    background: var(--primary);
  }
  .range-input {
    position: relative;
  }
  .range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  input[type="range"]::-webkit-slider-thumb {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: var(--primary);
    pointer-events: auto;
    -webkit-appearance: none;
  }
  input[type="range"]::-moz-range-thumb {
    height: 15px;
    width: 15px;
    border: none;
    border-radius: 50%;
    background: var(--primary);
    pointer-events: auto;
    -moz-appearance: none;
  }
.sec-price-range{
    direction: rtl;
}
  /* end price range */
  

.sec-brand a {
    display: flex;
    width: 100%;
    justify-content: space-between;
    color: white;
    line-height: 2.4;
}

.sec-brand {
    display: flex;
    flex-direction: column;
    max-height: 300px;
    overflow-y: auto;
    padding-left: 5px;
}

.sec-brand strong {
    font-weight: 500;
}

.sec-brand span {
    font-weight: 300;
}

.search-main {
    position: relative;
    padding: 0;
    margin-bottom: 10px;
}

.search-main>svg {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 25px;
    top: 50%;
    fill: white;
    transform: translatey(-50%);
}

.scroll-design::-webkit-scrollbar {
  width: 4px;
  background: rgb(63 66 80);
}

.scroll-designv::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.scroll-design::-webkit-scrollbar-thumb {
  background: #0e0f13;
}

.scroll-design::-webkit-scrollbar-thumb:hover {
  background: #cdcdcd;
}

#orderby {
    width: 100%;
    padding: 10px;
    border: 0;
    color: white;
    background: #252730;
}

select {
    font-family: 'yekanbakh', serif;
}

.order-sidebar {
    padding: 0 0 0 10px;
}

#orderby:focus-visible , #orderby:focus {
    outline: 0;
}

.logo img {
    width: 85px;
}

.menu-cat span {
    display: block;
    width: 100%;
    letter-spacing: 0;
}



.feature-container {
    color: white;
    display: flex;
    flex-direction: column;
}

.feature-s {
    padding: 15px 0;
}

.feature-title {
    font-weight: 700;
    margin-bottom: 4px;
}

.feature-value {
    font-weight: 300;
}

.head-product {
    display: flex;
    margin-bottom: 20px;
}


.image-product {
    width: 40%;
    display: flex;
    flex-direction: row-reverse;
    max-width: 550px;
    min-width: 550px;
    padding: 12px;
}

.data-product {
    background: white;
    border-radius: 20px 20px 0 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.gallery-image-product {
    display: flex;
    flex-direction: column;
    width: 125px;
    justify-content: center;
    border-left: 1px solid #ededed;
}

.gallery-image-product img {
    width: 120px;
    height: 110px;
    border-bottom: 1px solid #e4e4e4;
    object-fit: cover;
    border-right: 0;
    /* border-left: 0; */
    padding: 5px;
}

.data-product h1 {
    font-size: 20px;
    padding: 20px 20px;
    margin: 0;
}

.price-in-head {
    /* background: #232528; */
    width: 80%;
    padding: 20px;
    /* border: 1px solid #ececec; */
}

.price-sallers {
    display: flex;
    width: 100%;
    background: #deebf2;
    align-content: center;
    padding: 0;
}

a.btn-all-sellers {
    color: white;
    width: 20%;
    background: var(--primary);
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-content: center;
    text-align: center;
    justify-content: center;
    border-radius: 0;
    /* margin: auto; */
}

.title-price {
    color: #433624;
    text-align: center;
}

.e-price {
    font-size: 20px;
    color: #14b17a;
    text-align: center;
    padding: 20px 0 15px;
}

.single-image-product {
    width: calc(100% - 100px);
    padding: 4%;
}

.gallery-image-product img:nth-last-child(1) {
    border-bottom: 0;
}

.product-page .m-main {
    max-width: 1400px;
    margin: auto;
}
.e-price span {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.5px;
}

*{
    box-sizing: border-box;
}

.bp-img img {
    height: 170px;
    width: auto;
    object-fit: contain;
}

.submit-btn{
}
.submit-btn:hover{
    background-color: #eca566;
    cursor: pointer;
}
.box-product {
        animation: fadeInAnimation ease 0.3s;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
    }

    @keyframes fadeInAnimation {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }


.single-image-product-p {
    width: calc(100% - 100px);
    padding: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 0 30px;
}
.single-image-product-p-100{
    width: 100% !important;
    padding: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #252630; */
    border-radius: 0 0 0 50px;
}
.gallery-item:last-child {
}

.trash-image {
    width: 27px;
    height: 27px;
    background: #ffb4bf6b;
    border-radius: 25px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}


#sidebar::-webkit-scrollbar{
    width: 0;
}

.box-seller {
    display: flex;
    width: 96%;
    background: linear-gradient(69deg, #ffffff, #ffffff, #f9faff, #ffffff);
    padding: 20px 2% 25px;
    margin: 0 auto 20px;
    border-radius: 20px;
    border: 1px solid #e9edfe;
}

.r-box-seller {
    display: flex;
    width: 17%;
}

.rate-seller svg {
    width: 14px;
    height: 14px;
    fill: #f7a032;
    position: relative;
    top: 2px;
}

.m-box-seller {
    display: flex;
    flex-direction: column;
    width: calc(83% - 200px);
    justify-content: space-between;
    padding-left: 20px;
}

.title-report-seller {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    max-width: 100%;
}

.report-seller {
    color: #d73948;
    padding: 2px 12px;
    font-size: 11px;
    /* background: #fff4f5; */
    /* height: 60px; */
    display: flex;
    align-items: center;
    /* border-radius: 50px; */
}

.report-seller svg {
    width: 14px;
    height: 14px;
    fill: #cd4c58;
    margin-left: 4px;
    position: relative;
    top: -1px;
}

.features-seller {
    display: flex;
    /* border: 1px solid #d3dce0; */
    padding: 0 10px;
    /* background: #f8fbfc; */
    height: 40px;
    align-items: center;
    white-space: nowrap;
    border-radius: 0 5px 5px 0;
    border-left: 0;
    margin-left: -5px;
}

.f-seller svg {
    width: 18px;
    height: 18px;
    fill: var(--primary);
    background: rgb(82 114 226 / 20%);
    border-radius: 50px;
    padding: 4px;
    margin-left: 5px;
}

.f-seller {
    display: flex;
    align-items: center;
    /* background: #f4f4f4; */
    border-radius: 0;
    padding: 4px 8px;
    font-size: 12px;
    margin: 3px;
}

.history-seller svg {
    width: 20px;
    height: 20px;
    background: #bbdff1;
    border-radius: 50px;
    fill: var(--primary);
    padding: 4px;
    margin-left: 5px;
}

.history-seller {
    display: flex;
    align-items: center;
    font-size: 12px;
    margin-left: 8px;
    /* border: 1px solid #c8e0eb; */
    padding-left: 12px;
    padding-right: 5px;
    border-radius: 50px;
    height: 25px;
    background: rgb(82 114 226 / 10%);
}

.title-report-seller h3 {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    /* white-space: nowrap; */
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
}

.title-report-seller a {
    color: black;
    font-weight: 500 !important;
    margin-left: 8px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    padding-right: 10px;
}


.logo-seller {
    /* width: 50px; */
    /* height: 50px; */
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}

.logo-rate-seller {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 60px;
}

.name-city-seller {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding-right: 6px;
}

.l-box-seller {
    display: flex;
    flex-direction: column;
    width: 200px;
    justify-content: space-between;
    padding-left: 10px;
    align-items: flex-end;
}

.buy-link-seller a {
    background: linear-gradient(45deg, #7770ec, #55a4e3);
    display: block;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    max-width: 200px;
    width: 200px;
    margin: auto;
    transition: 0.1s;
}

.price-seller {
    color: var(--primary);
    text-align: center;
    height: 60px;
    display: flex;
    align-items: center;
    /* background: #f4f7f9; */
    width: 200px;
    text-align: center;
    justify-content: center;
}

.price-seller strong {
    font-size: 20px;
    margin-left: 5px;
}

.price-seller span {
    font-size: 80%;
    letter-spacing: -0.5px;
}

.name-city-seller a {
    color: #0b1c25;
    font-weight: 700;
    display: block;
    height: 60px;
    display: flex;
    align-items: center;
    padding-right: 5px;
}

.rate-info {
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 13px;
    line-height: 1.4;
}

.text-gray {
    font-weight: 500;
    font-size: 11px;
}
.name-city-seller span {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    /* background: #f4f7f9; */
    font-size: 13px;
    padding-right: 5px;
    /* border-top: 1px solid #dfe6ea; */
}

.rate-seller {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #f4f7f9; */
}

.history-seller strong {
    background: var(--primary);
    width: 20px;
    height: 20px;
    font-size: 14px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding-top: 3px;
    margin-left: 5px;
}

.flex-column {
    flex-direction: column !important;
}
.d-flex {
    display: flex !important;
    justify-content: space-evenly;
    align-items: center;
}
.text-center {
    text-align: center;
}

.stars {
    cursor: pointer;
    display: flex;
    justify-content: center;
    cursor: pointer;
    margin-top: 5px;
}
.stars-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 500;
    color: var(--gray);
    font-size: 13px;
}
.stars-item svg {
    width: 25px;
    height: 25px;
    margin: 0 4px;
}

.newcommentToggle {
    padding: 0 10px;
    margin-bottom: 20px;
}

#rate_textarea {
    border: 0;
    border-radius: 8px;
    width: 100% !important;
    min-height: 190px;
    background: #f9f9f9;
    padding: 5px 8px;
    font-size: 110%;
    border: 1px solid #e1e1e1;
}
.ct-unknown {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    color: var(--gray);
}

.newcommentbtn {
    background: var(--primary);
    transition: 0.3s;
    color: #fff;
    border: 0;
    padding: 7px;
    width: 100%;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 110%;
}
.percent-comment {
    display: flex;
    margin-top: 16px;
}

.number-percent {
    width: 18%;
    margin-left: 2%;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: auto;
    align-items: center;
}

.bars-container {
    width: 80%;
}

.in-star-cm {
    font-weight: 700;
    margin-top: 10px;
    line-height: 1;
}
.in-number-cm {
    color: var(--gray);
    font-size: 12px;
    line-height: 1.2;
}
.up-container-bar {
    display: flex;
    margin-bottom: 6px;
}
.container-bar {
    width: calc(100% - 40px);
    background: #dce5ea;
    height: 5px;
    display: block;
    border-radius: 5px;
    margin: auto;
}
.number-in-bar {
    width: 40px;
    margin: auto;
    font-size: 13px;
    color: var(--gray);
    text-align: left;
    line-height: 1;
}

.percent-bar {
    height: 5px;
    background: var(--primary);
    display: block;
    border-radius: 5px;
}

.review:nth-last-child(1) {
    border-bottom: 0;
}
.review {
    padding: 25px 0;
    border-bottom: 1px solid #e8e8e8;
}
.author {
    margin-bottom: 15px;
}
.image-author {
    margin-left: 8px;
    background: #e8e8e8;
    width: 30px;
    height: 30px;
    min-width: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.image-author svg {
    fill: #989898;
    width: 12px;
    height: 12px;
}
.meta-author {
    font-size: 13px;
    color: #464646;
    text-align: right;
    font-weight: 700;
    line-height: 1.6;
}
.cm-rating {
    margin: 0 auto 0 0;
    color: var(--primary);
    min-width: 75px;
    display: flex;
    flex-wrap: nowrap;
}
.cm-rating svg {
    width: 18px;
    height: 18px;
    margin: 0 1px;
}
.contain-all-reviews {
    display: flex;
    padding: 0 3%;
}

.reviews-right {
    width: 50%;
    padding: 0 12px 12px;
    margin-left: 3%;
    position: relative;
}

.reviews-left {
    width: 50%;
}

.head-cm {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#myBtn {
    display: flex;
    padding: 8px;
    text-align: center;
    background: var(--primary);
    color: white;
    border-radius: 50px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 14px;
    width: 150px;
    float: left;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
#myBtn span {
    background: #c0d2db;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    border-radius: 50px;
    margin-left: 5px;
    font-size: 20px;
}
.number-percent svg{
    fill: var(--primary);
    width: 30px;
    height: 30px;
}

.head-cm h5 {
    font-size: 18px;
}
.date-cm {
    font-weight: 500;
    font-size: 11px;
}

.reviews-container {
    padding: 12px;
    /*\: 3%;*/
}
.sticky-reviews {
    position: sticky;
    top: 0;
}

.contain-prices {
    display: flex;
    padding: 0 8px;
    margin-bottom: 15px;
}

.down-price {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 8px;
    border-radius: 10px;
    overflow: hidden;
    background: #f3fefc;
}

.up-price {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 8px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff8fa;
}

.title-prices {display: block;width: 100%;text-align: center;background: #d5f2f0;font-weight: 700;color: #425a51;padding: 8px;}

.up-price .title-prices {
    background: #ffe7eb;
    color: #a74452;
}

.up-price .e-price {
    color: #a74452;
}


.contain-btn-product {
    display: flex;
    flex-wrap: wrap;
    /* margin-top: auto; */
    padding: 0 20px;
}

.contain-btn-product>a {
    width: calc(50% - 10px);
    text-align: center;
    padding: 15px;
    font-weight: 700;
    color: #3d3d3d;
    background: #fdfeff;
    border-radius: 60px;
    margin: 5px;
    border: 1px solid #e9edfe;
}



.show-all-sellers {
    cursor: pointer;
    background: linear-gradient(45deg, #7770ec, #55a4e3) !important;
    color: white !important;
}


.show-all-comments {
    cursor: pointer;
    color: black;
}
/* Report Modal Styles */
#reportModal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    border-radius: 10px;
    background-color: white;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 500px;
    height: 430px;
    text-align: center;
}

.close-report {
    color: #090808;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
#reportText{
    border-radius: 5px;
    margin-top: 10px;
    width: 450px;
    height: 200px;
    font-size: 14px;
    margin-bottom: 15px;
    background-color: #f4f4f8;
}
.modal-content label {
    color: #c73c3c;
    font-size: 18px;
}
.modal-content button{
    border-radius: 5px;
    background-color: var(--primary);
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}
.modal-content p {
    color: #333334;
    font-size: 14px;
}

.in-main {
    background: white;
    border-radius: 20px;
    /* overflow: hidden; */
    min-height: calc(100vh - 142px);
}

.animate-logo strong {
    color: #fff;
    font-size: 54px;
    font-weight: 700;
    font-family: "Josefin Sans", sans-serif;
    background: linear-gradient(90deg, #5a52df 0%, #469fe5 50%, #5a52df 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 300% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 7.5s linear infinite;
    display: inline-block;
    line-height: 1;
}

.modal-footer a {
    color: #01447e;
    text-decoration: none;
}

@keyframes textclip {
    to {
        background-position: 300% center;
    }
}

.modal-footer p {
    color: #01447e;
    cursor: pointer;
}
#shop-name{
    color: red;
}

.animate-logo {
    display: flex;
    flex-direction: column;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
}

.modal-footer {
    text-align: center;
}


.logo-seller img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: white;
    border: 1px solid #dfe4fb;
}

.buy-link-seller a:focus {
    scale: 0.92;
}


.gallery-item img {
    border-radius: 10px;
    width: 85px;
    height: 85px;
    object-fit: cover;
}

.h-related-product {
    padding-right: 20px;
    margin: 0;
    color: #262626;
}

h1{
    margin-bottom: 10px;
    margin-top: 0;
}
h2{
    margin-bottom: 10px;
    margin-top: 0;
}
h3{
    margin-bottom: 10px;
    margin-top: 0;
}
h4{
    margin-bottom: 10px;
    margin-top: 0;
}
h5{
    margin-bottom: 10px;
    margin-top: 0;
}

h6{
    margin-bottom: 10px;
    margin-top: 0;
}

.breadcrumb h1 {
    font-size: 110%;
    display: inline-block;
    color: white;
    font-weight: 500;
    margin: 0;
}

.filter-price-btn {
    margin-top: 15px;
    background: #5272e2;
    background-image: linear-gradient(90deg, #5272e2, #5a52df);
    color: white;
    border: 0;
    padding: 6px 20px;
    border-radius: 50px;
    font-size: 12px;
}

button {
    font-family: 'yekanbakh';
}

#mobile-menu {
    display: none;
}

.menu-subcat1,.menu-subcat2 {
    position: fixed;
    right: 0;
    background: #668ae7;
    background-image: linear-gradient(45deg, #6f68da, #3e8ecd) !important;
    padding-right: 130px;
    height: 100%;
    width: 340px;
    z-index: 999;
    border-radius: 20px 0 0 20px;
    top: 0;
}

.chb-menu {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
}

.menu-subcat1 a,.menu-subcat2 a {
    color: white;
}

.menu-subcat1 svg,.menu-subcat2 svg {
    fill: white;
    width: 25px;
    height: 25px;
    padding: 5px;
    background: hsl(0deg 0% 100% / 15%);
    border-radius: 6px;
}
.menu-subcat2 {
    right: 210px;
    z-index: 98;
    background: #668ae7;
    background-image: linear-gradient(45deg, #7770ec, #55a4e3) !important;
}

.active-menu {
    background: #5272e2;
}

.menu-subcat1>div, .menu-subcat2>div {
    overflow-y: scroll;
    max-height: 100%;
    padding: 15px 0;
}


.menu-subcat1>div::-webkit-scrollbar, .menu-subcat2>div::-webkit-scrollbar {
    width: 0;
}

.bg-openmodal {
    background: rgb(93 151 229 / 25%);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    backdrop-filter: blur(10px);
    display: none;
}

/* برای فعال کردن ساب منو ها کد زیر را کامنت کنید */
.bg-openmodal, .menu-subcat1 , .menu-subcat2{
    display: none;
}

.filter-mobile {
    display: none;
}

.menu-nav-mobile {
    display: none;
}


.in-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 130px;
    background: linear-gradient(45deg, #181b25, #1a1b25);
    box-sizing: border-box;
    height: 100%;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
    z-index: 9999;
}


.ct-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100vh - 24px);
    overflow: hidden;
}

.show-more-gallery {position: relative;}

.show-more-gallery svg {
    fill: #252630;
    width: 25px;
    height: 25px;
    margin-top: 15px;
}

.show-more-gallery>div {
    background: rgb(255 255 255 / 70%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    left: 0;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(3px);
    flex-direction: column;
    border-radius: 10px;
}

.show-more-gallery span {
    font-size: 11px;
    margin-top: 5px;
}