.woocommerce-Reviews {
    display: grid;
    grid-template-columns: auto;
    grid-column-gap: 32px;
}

@media (max-width: 992px) {
    .woocommerce-Reviews {
        display: grid;
        grid-template-columns: auto;
    }
}

input:not([type="checkbox"]):not([type="submit"]), textarea{
    width: 100%;
    background-color: #EBEEEE;
    border-radius: 0px;
    border: solid 1px;
    border-color: #EBEEEE;
    border-radius: 0 !important;
}

label {
    color: #173B45 !important;
    font-weight: 500 !important;
    margin: 15px 0 5px 0 !important;
    border-radius: 0px !important;
}

.comment-form-rating {
    direction: rtl; /* for Persian layout */
    font-family: inherit;
}
h2 {
    color: #00243B;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.8em;
}
/* Star container */
.comment-form-rating .stars {
    display: flex;
    gap: 5px;
    justify-content: end;
    direction: ltr;
}

/* Each star link */
.comment-form-rating .stars a {
    position: relative;
    width: 28px;
    height: 28px;
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    text-indent: -9999px; /* hides the original text like “۱ از ۵ ستاره” */
}

/* Replace text with a star icon */
.comment-form-rating .stars a::before {
    content: '★';
    position: absolute;
    inset: 0;
    font-size: 28px;
    color: #ccc; /* default gray color */
    transition: color 0.25s ease;
    text-indent: 0;
    text-align: center;
    line-height: 28px;
}

/* Hover effect (fill stars to the right for RTL) */
.comment-form-rating .stars a:hover::before,
.comment-form-rating .stars a:hover ~ a::before {
    content: '★';
    color: #C69B50;
}

/* Active (selected) state */
.comment-form-rating .stars a.active::before,
.comment-form-rating .stars a.active ~ a::before {
    color: #C69B50;
}

.comment-form-cookies-consent {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: start;
}

 .submit {
    background-color: #C69B7B !important;
     border-radius: 0 !important;
     width: 100% !important;
    color: #F0E5DB !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    padding-right: 25px !important;
    padding-left: 25px !important;
     padding-top: 10px !important;
     padding-bottom: 10px !important;
     border: none !important;
}

 .star-rating {
 color: #c69b50 !important;
float: left;
overflow: hidden;
position: relative;
height: 1em;
line-height: 1;
font-size: 1em;
width: 5.4em;
font-family: WooCommerce;
}


@charset "UTF-8";:root {
                     --woocommerce: #720eec;
                     --wc-green: #7ad03a;
                     --wc-red: #a00;
                     --wc-orange: #ffba00;
                     --wc-blue: #2ea2cc;
                     --wc-primary: #720eec;
                     --wc-primary-text: #fcfbfe;
                     --wc-secondary: #e9e6ed;
                     --wc-secondary-text: #515151;
                     --wc-highlight: #958e09;
                     --wc-highligh-text: white;
                     --wc-content-bg: #fff;
                     --wc-subtext: #767676;
                     --wc-form-border-color: rgba(32, 7, 7, 0.8);
                     --wc-form-border-radius: 4px;
                     --wc-form-border-width: 1px
                 }

@keyframes spin {
    100% {
        transform: rotate(-360deg)
    }
}

@font-face {
    font-family: star;
    src: url(../fonts/WooCommerce.woff2) format("woff2"),url(../fonts/WooCommerce.woff) format("woff"),url(../fonts/WooCommerce.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: WooCommerce;
    src: url(../fonts/WooCommerce.woff2) format("woff2"),url(../fonts/WooCommerce.woff) format("woff"),url(../fonts/WooCommerce.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

form .form-row {
    padding: 3px;
    margin: 0 0 6px
}

form .form-row [placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity .5s .5s ease;
    transition: opacity .5s .5s ease;
    opacity: 0
}

form .form-row label {
    line-height: 2
}

form .form-row label.hidden {
    visibility: hidden
}

form .form-row label.inline {
    display: inline
}

form .form-row .woocommerce-input-wrapper .description {
    background: #1e85be;
    color: #fff;
    border-radius: 3px;
    padding: 1em;
    margin: .5em 0 0;
    clear: both;
    display: none;
    position: relative
}

form .form-row .woocommerce-input-wrapper .description a {
    color: #fff;
    text-decoration: underline;
    border: 0;
    box-shadow: none
}

form .form-row .woocommerce-input-wrapper .description::before {
    right: 50%;
    top: 0;
    margin-top: -4px;
    transform: translateX(50%) rotate(-180deg);
    content: "";
    position: absolute;
    border-width: 4px 6px 0 6px;
    border-style: solid;
    border-color: #1e85be transparent transparent transparent;
    z-index: 100;
    display: block
}

form .form-row .input-checkbox {
    display: inline;
    margin: -2px 0 0 8px;
    text-align: center;
    vertical-align: middle
}

form .form-row .input-text,form .form-row select {
    font-family: inherit;
    font-weight: 400;
    letter-spacing: normal;
    padding: .5em;
    display: block;
    background-color: var(--wc-form-color-background,#fff);
    border: var(--wc-form-border-width) solid var(--wc-form-border-color);
    border-radius: var(--wc-form-border-radius);
    color: var(--wc-form-color-text,#000);
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    line-height: normal;
    height: auto
}

form .form-row .input-text:focus,form .form-row select:focus {
    border-color: currentColor
}

form .form-row select {
    cursor: pointer;
    appearance: none;
    padding-left: 3em;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: calc(100% - (100% - .5em)) 50%
}

form .form-row textarea {
    height: 4em;
    line-height: 1.5;
    box-shadow: none
}

form .form-row .required {
    color: var(--wc-red);
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
    visibility: hidden
}

form .form-row .optional {
    visibility: visible
}

form .form-row.woocommerce-invalid label {
    color: var(--wc-red)
}

form .form-row.woocommerce-invalid input.input-text,form .form-row.woocommerce-invalid select {
    border-color: var(--wc-red)
}

form .form-row.woocommerce-invalid .select2-container:not(.select2-container--open) .select2-selection {
    border-color: var(--wc-red)
}

form .form-row.woocommerce-validated input.input-text,form .form-row.woocommerce-validated select {
    border-color: var(--wc-green)
}

form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection {
    border-color: var(--wc-green)
}

form .form-row ::-webkit-input-placeholder {
    line-height: normal
}

form .form-row :-moz-placeholder {
    line-height: normal
}

form .form-row :-ms-input-placeholder {
    line-height: normal
}

.select2-container {
    width: 100%
}

.select2-container .select2-selection--single {
    height: auto
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: .5em;
    line-height: normal;
    box-sizing: border-box;
    color: var(--wc-form-color-text,#444);
    font-weight: 400
}

.select2-container .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 2px;
    left: .5em;
    height: 100%;
    width: 16px
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    border: none;
    display: block;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 0;
    margin: -8px 0 0
}

.select2-container .select2-dropdown,.select2-container .select2-selection {
    background-color: var(--wc-form-color-background,#fff);
    border: var(--wc-form-border-width,1px) solid var(--wc-form-border-color,#aaa);
    border-radius: var(--wc-form-border-radius,4px)
}

.select2-container.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.select2-container.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    margin: 0
}

.woocommerce-store-notice,p.demo_store {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    background-color: #720eec;
    color: #fcfbfe;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0,0,0,.2);
    display: none
}

.woocommerce-store-notice a,p.demo_store a {
    color: #fcfbfe;
    text-decoration: underline
}

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important
}

.admin-bar p.demo_store {
    top: 32px
}

.clear {
    clear: both
}

.blockUI.blockOverlay {
    position: relative
}

.blockUI.blockOverlay::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -.5em;
    margin-top: -.5em;
    content: "";
    animation: spin 1s ease-in-out infinite;
    background: url(../images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0,0,0,.75)
}

.loader::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -.5em;
    margin-top: -.5em;
    content: "";
    animation: spin 1s ease-in-out infinite;
    background: url(../images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0,0,0,.75)
}

a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: var(--wc-red)!important;
    text-decoration: none;
    font-weight: 700;
    border: 0
}

a.remove:hover {
    color: #fff!important;
    background: var(--wc-red)
}

small.note {
    display: block;
    color: #767676;
    font-size: .857em;
    margin-top: 10px
}

.woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0
}

.woocommerce-breadcrumb::after,.woocommerce-breadcrumb::before {
    content: " ";
    display: table
}

.woocommerce-breadcrumb::after {
    clear: both
}

.quantity .qty {
    width: 3.631em;
    text-align: center
}

div.product {
    margin-bottom: 0;
    position: relative
}

div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0
}

div.product p.price ins,div.product span.price ins {
    background: inherit;
    font-weight: 700;
    display: inline-block
}

div.product p.price del,div.product span.price del {
    opacity: .5;
    display: inline-block
}

div.product p.stock {
    font-size: .92em
}

div.product .woocommerce-product-rating {
    margin-bottom: 1.618em
}

div.product div.images {
    margin-bottom: 2em
}

div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none
}

div.product div.images div.thumbnails {
    padding-top: 1em
}

div.product div.images.woocommerce-product-gallery {
    position: relative
}

div.product div.images .woocommerce-product-gallery__wrapper {
    transition: all cubic-bezier(.795,-.035,0,1) .5s;
    margin: 0;
    padding: 0
}

div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    background-color: #fff;
    opacity: 0
}

div.product div.images .woocommerce-product-gallery__image--placeholder {
    border: 1px solid #f2f2f2
}

div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block
}

div.product div.images .woocommerce-product-gallery__image a {
    display: block;
    outline-offset: -2px
}

div.product div.images .woocommerce-product-gallery__trigger {
    background: #fff;
    border: none;
    box-sizing: content-box;
    border-radius: 100%;
    cursor: pointer;
    font-size: 2em;
    height: 36px;
    padding: 0;
    position: absolute;
    left: .5em;
    text-indent: -9999px;
    top: .5em;
    width: 36px;
    z-index: 99
}

div.product div.images .woocommerce-product-gallery__trigger::before {
    border: 2px solid #000;
    border-radius: 100%;
    box-sizing: content-box;
    content: "";
    display: block;
    height: 10px;
    right: 9px;
    top: 9px;
    position: absolute;
    width: 10px
}

div.product div.images .woocommerce-product-gallery__trigger::after {
    background: #000;
    border-radius: 6px;
    box-sizing: content-box;
    content: "";
    display: block;
    height: 8px;
    right: 22px;
    position: absolute;
    top: 19px;
    transform: rotate(45deg);
    width: 2px
}

div.product div.images .woocommerce-product-gallery__trigger span[aria-hidden=true] {
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    right: 50%;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 1px
}

div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom:1;margin: 0;
    padding: 0
}

div.product div.images .flex-control-thumbs li {
    width: 25%;
    float: right;
    margin: 0;
    list-style: none
}

div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: .5;
    margin: 0
}

div.product div.images .flex-control-thumbs li img.flex-active,div.product div.images .flex-control-thumbs li img:hover {
    opacity: 1
}

div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
    clear: right
}

div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: right
}

div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
    clear: right
}

div.product div.summary {
    margin-bottom: 2em
}

div.product div.social {
    text-align: left;
    margin: 0 0 1em
}

div.product div.social span {
    margin: 0 2px 0 0
}

div.product div.social span span {
    margin: 0
}

div.product div.social span .stButton .chicklets {
    padding-right: 16px;
    width: 0
}

div.product div.social iframe {
    float: right;
    margin-top: 3px
}

div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 1em 0 0;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative
}

div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #cfc8d8;
    background-color: #e9e6ed;
    color: #515151;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 0 1em
}

div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 700;
    color: #515151;
    text-decoration: none
}

div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #6b6b6b
}

div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    color: #515151;
    z-index: 2;
    border-bottom-color: #fff
}

div.product .woocommerce-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit
}

div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: -2px 2px 0 #fff
}

div.product .woocommerce-tabs ul.tabs li.active::after {
    box-shadow: 2px 2px 0 #fff
}

div.product .woocommerce-tabs ul.tabs li::after,div.product .woocommerce-tabs ul.tabs li::before {
    border: 1px solid #cfc8d8;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
    box-sizing: border-box
}

div.product .woocommerce-tabs ul.tabs li::before {
    right: -5px;
    border-bottom-left-radius: 4px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #e9e6ed
}

div.product .woocommerce-tabs ul.tabs li::after {
    left: -5px;
    border-bottom-right-radius: 4px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #e9e6ed
}

div.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #cfc8d8;
    z-index: 1
}

div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0
}

div.product p.cart {
    margin-bottom: 2em
}

div.product p.cart::after,div.product p.cart::before {
    content: " ";
    display: table
}

div.product p.cart::after {
    clear: both
}

div.product form.cart {
    margin-bottom: 2em
}

div.product form.cart::after,div.product form.cart::before {
    content: " ";
    display: table
}

div.product form.cart::after {
    clear: both
}

div.product form.cart div.quantity {
    float: right;
    margin: 0 0 0 4px
}

div.product form.cart table {
    border-width: 0 0 1px
}

div.product form.cart table td {
    padding-right: 0
}

div.product form.cart table div.quantity {
    float: none;
    margin: 0
}

div.product form.cart table small.stock {
    display: block;
    float: none
}

div.product form.cart .variations {
    margin-bottom: 1em;
    border: 0;
    width: 100%
}

div.product form.cart .variations td,div.product form.cart .variations th {
    border: 0;
    line-height: 2em;
    vertical-align: top
}

div.product form.cart .variations label {
    font-weight: 700;
    text-align: right
}

div.product form.cart .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-left: 1em;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 3em;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;
    background-size: 16px;
    -webkit-background-size: 16px;
    background-position: calc(100% - (100% - 12px)) 50%;
    -webkit-background-position: calc(100% - (100% - 12px)) 50%
}

div.product form.cart .variations td.label {
    padding-left: 1em
}

div.product form.cart .woocommerce-variation-description p {
    margin-bottom: 1em
}

div.product form.cart .reset_variations {
    visibility: hidden;
    font-size: .83em
}

div.product form.cart .wc-no-matching-variations {
    display: none
}

div.product form.cart .button {
    vertical-align: middle;
    float: right
}

div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
    padding-left: 1em;
    padding-right: 1em
}

div.product form.cart .group_table td {
    vertical-align: top;
    padding-bottom: .5em;
    border: 0
}

div.product form.cart .group_table td:first-child {
    width: 4em;
    text-align: center
}

div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    transform: scale(1.5,1.5)
}

span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    right: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #958e09;
    color: #fff;
    font-size: .857em;
    z-index: 9
}

.products ul,ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both
}

.products ul::after,.products ul::before,ul.products::after,ul.products::before {
    content: " ";
    display: table
}

.products ul::after,ul.products::after {
    clear: both
}

.products ul li,ul.products li {
    list-style: none outside
}

ul.products li.product .onsale {
    top: 0;
    left: 0;
    right: auto;
    margin: -.5em 0 0 -.5em
}

ul.products li.product .woocommerce-loop-category__title,ul.products li.product .woocommerce-loop-product__title,ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1em
}

ul.products li.product a {
    text-decoration: none
}

ul.products li.product a.woocommerce-loop-product__link {
    display: block
}

ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none
}

ul.products li.product strong {
    display: block
}

ul.products li.product .woocommerce-placeholder {
    border: 1px solid #f2f2f2
}

ul.products li.product .star-rating {
    font-size: .857em
}

ul.products li.product .button {
    display: inline-block;
    margin-top: 1em
}

ul.products li.product .price {
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: .857em
}

ul.products li.product .price del {
    color: inherit;
    opacity: .5;
    display: inline-block
}

ul.products li.product .price ins {
    background: 0 0;
    font-weight: 700;
    display: inline-block
}

ul.products li.product .price .from {
    font-size: .67em;
    margin: -2px 0 0 0;
    text-transform: uppercase;
    color: rgba(90,89,68,.5)
}

.woocommerce-result-count {
    margin: 0 0 1em
}

.woocommerce-ordering {
    margin: 0 0 1em
}

.woocommerce-ordering>label {
    margin-left: .25rem
}

.woocommerce-ordering select {
    vertical-align: top
}

nav.woocommerce-pagination {
    text-align: center
}

nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 1px solid #cfc8d8;
    border-left: 0;
    margin: 1px
}

nav.woocommerce-pagination ul li {
    border-left: 1px solid #cfc8d8;
    padding: 0;
    margin: 0;
    float: right;
    display: inline;
    overflow: hidden
}

nav.woocommerce-pagination ul li a,nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .5em;
    min-width: 1em;
    display: block
}

nav.woocommerce-pagination ul li a:focus,nav.woocommerce-pagination ul li a:hover,nav.woocommerce-pagination ul li span.current {
    background: #e9e6ed;
    color: #816f98
}

.cart .button,.cart input.button {
    float: none
}

a.added_to_cart {
    padding-top: .5em;
    display: inline-block
}

#reviews h2 small {
    float: left;
    color: #767676;
    font-size: 15px;
    margin: 10px 0 0
}

#reviews h2 small a {
    text-decoration: none;
    color: #767676
}

#reviews h3 {
    margin: 0
}

#reviews #respond {
    margin: 0;
    border: 0;
    padding: 0
}

#reviews #comment {
    height: 75px
}

#reviews #comments .add_review::after,#reviews #comments .add_review::before {
    content: " ";
    display: table
}

#reviews #comments {
    /*order: 1;*/
    max-height: 615px;
    overflow-y: scroll;
}

#review_form_wrapper {
    /*order: 2;*/
}

#reviews #comments .add_review::after {
    clear: both
}

#reviews #comments h2 {
    clear: none
}

#reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none
}

#reviews #comments ol.commentlist::after,#reviews #comments ol.commentlist::before {
    content: " ";
    display: table
}

#reviews #comments ol.commentlist::after {
    clear: both
}

#reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    border: 0;
    position: relative;
    background: 100%;
    border: 0
}

#reviews #comments ol.commentlist li img.avatar {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px;
    width: 32px;
    height: auto;
    background: #e9e6ed;
    border-radius: 50%;
    border: 1px solid #e1dde7;
    margin: 0;
    box-shadow: none
}

#reviews #comments ol.commentlist li .comment-text {
    margin: 0 50px 0 0;
    border: 1px solid #e1dde7;
    border-radius: 0;
    padding: 1em 1em 0
}

#reviews #comments ol.commentlist li .comment-text::after,#reviews #comments ol.commentlist li .comment-text::before {
    content: " ";
    display: table
}

#reviews #comments ol.commentlist li .comment-text::after {
    clear: both
}

#reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 1em
}

#reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: .83em
}

#reviews #comments ol.commentlist ul.children {
    list-style: none outside;
    margin: 20px 50px 0 0
}

#reviews #comments ol.commentlist ul.children .star-rating {
    display: none
}

#reviews #comments ol.commentlist #respond {
    border: 1px solid #e1dde7;
    border-radius: 4px;
    padding: 1em 1em 0;
    margin: 20px 50px 0 0
}

#reviews #comments .commentlist>li::before {
    content: ""
}

.star-rating {
    float: left;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: WooCommerce;
}

.star-rating::before {
    content: "";
    color: #cfc8d8;
    float: right;
    top: 0;
    right: 0;
    position: absolute
}

/*.star-rating span {*/
/*    overflow: hidden;*/
/*    float: right;*/
/*    top: 0;*/
/*    right: 0;*/
/*    position: absolute;*/
/*    padding-top: 1.5em*/
/*}*/

/*.star-rating span::before {*/
/*    content: "✭";*/
/*    top: 0;*/
/*    position: absolute;*/
/*    right: 0*/
/*}*/

.woocommerce-product-rating {
    line-height: 2;
    display: block
}

.woocommerce-product-rating::after,.woocommerce-product-rating::before {
    content: " ";
    display: table
}

.woocommerce-product-rating::after {
    clear: both
}

.woocommerce-product-rating .star-rating {
    margin: .5em 0 0 4px;
    float: right
}

.products .star-rating {
    display: block;
    margin: 0 0 .5em;
    float: none
}

.hreview-aggregate .star-rating {
    margin: 10px 0 0
}

#review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 0;
    background: transparent none;
    border: 0
}

#review_form #respond::after,#review_form #respond::before {
    content: " ";
    display: table
}

#review_form #respond::after {
    clear: both
}

#review_form #respond p {
    margin: 0 0 10px
}

#review_form #respond .form-submit input {
    right: auto
}

#review_form #respond textarea {
    box-sizing: border-box;
    width: 100%
}

p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    font-size: 24px
}

p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: "\e021";
    content: "\e021"/"";
    text-indent: 0
}

p.stars a:hover~a::before {
    content: "\e021"
}

p.stars:hover a::before {
    content: "\e020"
}

p.stars.selected a.active::before {
    content: "\e020"
}

p.stars.selected a.active~a::before {
    content: "\e021"
}

p.stars.selected a:not(.active)::before {
    content: "\e020"
}

.input-text.has-error:focus {
    border-color: var(--wc-red)
}

/* Reset WooCommerce default behavior */
.star-rating {
    position: relative;
    display: inline-block;
    overflow: visible !important;
    width: auto !important;
    height: auto !important;
}

.stars-container {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.star {
    font-size: 20px;
    line-height: 1;
    color: #ddd;
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.star::before {
    content: "★";
    position: absolute;
    left: 0;
    top: 0;
}

.star.full::before {
    color: #c69b50; /* gold */
}

.star.half::before {
    color: #c69b50;
    background: linear-gradient(90deg, #FFC107 50%, #ddd 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.star.empty::before {
    color: #ddd;
}
