.s-ct-shop img {
    width: 200px;
    height: 200px;
    border-radius: 10px;
}

.s-ct-shop {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.s-ct-shop h1 {
    color: white;
    font-size: 20px;
    margin-bottom: 5px;
}

.s-ct-shop a {
    color: gray;
    font-weight: 500;
}

.s-customers h2 {
    color: white;
}

.s-s-comment h2 {
    color: white;
}

.s-main {
    display: flex;
}

.s-right {
    width: 50%;
    padding: 30px 15px;
    position: relative;
    display: flex;
}

.s-left {
    width: 50%;
    padding: 30px 15px;
}

.s-box {
    padding: 12px;
    background: #f6f8ff;
    margin-bottom: 12px;
    border-radius: 15px;
    border: 1px solid #e6ebfb;
    margin-bottom: 25px;
}

.ct-ways svg {
    width: 25px;
    height: 25px;
    margin-left: 10px;
}

.ct-ways>div {
    display: flex;
    align-items: center;
}

.review {
    padding: 12px;
    background: #f9f9f9;
    border: 0;
    margin-bottom: 10px;
    border-radius: 15px;
}

.d-flex {
    display: flex !important;
    justify-content: space-evenly;
    align-items: center;
}

.author {
    margin-bottom: 10px;
}

.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;
}

.cm-rating {
    margin: 0 auto 0 0;
    color: var(--primary);
    min-width: 75px;
    display: flex;
    flex-wrap: nowrap;
}

.cm-product {
    background: #e1e1e1;
    padding: 5px;
    margin-bottom: 10px;
}

.cm-rating svg {
    width: 15px;
    height: 15px;
    margin: 0 0.5px;
}

.date-cm {
    display: block;
    text-align: right;
    font-size: 12px;
    color: #707070;
}

.ct-top-comment {
    background: #ffd9a6;
    display: flex;
    align-content: center;
    flex-direction: column;
    align-items: center;
}

.s-box-new-comment button {
    border: 0 !important;
    background: #f7a032;
    color: white;
    font-weight: 700;
    font-family: 'yekanbakh', serif;
    padding: 8px 20px;
}

.s-box-new-comment {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.ct-top-comment {
    padding: 15px;
}

.contain-all-review.cm-shop-page {
    display: flex;
    flex-direction: column;
}

.cm-shop-page>div {
    width: 100%;
    margin: 0 !important;
}

.title-shop-page {
    background: var(--primary);
    font-size: 14px;
    color: white;
    border-radius: 30px;
    padding: 5px 20px 5px;
    display: inline-block;
}

.s-right-sticky {
    position: sticky;
    top: 30px;
    width: 100%;
    height: 95vh;
}

.s-box-discount {
    border-bottom: 1px solid #d0d5e7;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s-box-discount:nth-last-child(1) {
    border: 0;
}

.button-discount {
    background: var(--lprimary);
    color: white;
    padding: 5px 20px;
    border-radius: 50px;
}

.s-box-discount strong {
    color: #1f2741;
}

a.show-products {
    display: block;
    background: #f6f8ff;
    text-align: center;
    color: var(--primary);
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    border-radius: 15px;
    font-weight: 700;
    font-size: 16px;
    border: 1px solid #e6ebfb;
}