.price-input .field {
    display: flex;
    width: 100%;
    height: 45px;
    align-items: center;
}

.field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 19px;
    margin-right: 12px;
    text-align: center;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.slider {
    height: 5px;
    position: relative;
    background: #ddd;
}

.slider .progress {
    height: 100%;
    left: 0;
    right: 15%;
    position: absolute;
    background: #17a2b8;
}

.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: 17px;
    width: 17px;
    border-radius: 50%;
    background: #17a2b8;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #17a2b8;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

/*product-comment--------------------------*/

.product-comment {
    width: 100%;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, 0.11);
    background-color: #fff;
    border: 1px solid #eee;
    margin: 14px auto;
    padding-bottom: 60px;
    line-height: 22px;
    float: right;
    border-radius: 20px;
    overflow: hidden;
    padding-top: 30px;
}

.product-comment .comments-product-col-info .comments-product-headline {
    border-bottom: 1px solid rgb(242, 242, 242);
    padding: 0;
    width: 100%;
}

.product-comment
.comments-product-col-info
.comments-product-headline
.comments-product-title {
    font-size: 20px;
    line-height: 32px;
    color: rgb(105, 105, 105);
    margin-top: 25px;
    font-weight: 600;
}

.product-comment
.comments-product-col-info
.comments-product-headline
.comments-product-title
span {
    color: rgb(181, 181, 181);
    font-size: 0.9rem;
    line-height: 1.571;
    display: block;
    margin-top: 10px;
}

.product-comment .comments-product-col-info .comments-product-attributes {
    width: 100%;
    padding-left: 90px;
    padding-top: 25px;
    padding-right: 50px;
}

.product-comment
.comments-product-col-info
.comments-product-attributes
.comments-product-attributes-title {
    font-size: 13px;
    line-height: 1.692;
    margin-bottom: 10px;
    margin-top: 15px;
    margin-right: -10px;
    color: #676666;
}

.product-comment
.comments-product-col-info
.comments-product-attributes
.slider.slider-horizontal {
    width: 100%;
}

.product-comment
.comments-product-col-info
.comments-product-attributes
.slider.slider-horizontal.slider-rtl
.slider-track {
    background: #d5d5d5;
    height: 8px;
}

.product-comment
.comments-product-col-info
.comments-product-attributes
.slider-selection.tick-slider-selection {
    background: #651fff;
}

.product-comment
.comments-product-col-info
.comments-product-attributes
.slider-tick {
    width: 0;
    height: 0;
}

.product-comment
.comments-product-col-info
.comments-product-attributes
.slider-tick.in-selection {
    width: 0;
    height: 0;
}

.product-comment
.comments-product-col-info
.comments-product-attributes
.slider-handle {
    width: 20px;
    height: 20px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    background: #7b7b7b;
    top: 0px;
}

.product-comment
.comments-product-col-info
.comments-product-attributes
.form-ui
form {
    max-width: 100%;
}

.comments-add-col--content input::placeholder,
.comments-add-col--content textarea::placeholder {
    padding-right: 7px;
}

.comments-add-col--content h3 {
    margin-bottom: 25px;
    letter-spacing: -0.5px;
    font-size: 22px;
    line-height: 1.5;
    color: #555;
}

.comments-add-col--content .desc-comment {
    color: #54696b;
}

.comments-add-col--content .cl-circle-title {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    float: right;
    margin: 8px 0 0 10px;
}

.comments-add-col--content .cl-circle-title.cl-primary {
    background: #651fff;
}

.comments-add-col--content .cl-circle-title.cl-red {
    background: #fb3449;
}

.product-offer-question-option {
    padding-right: 40px;
}

.product-offer-question-option label {
    color: #6777ef;
    padding-top: 0;
}

.comments-add-col--content p {
    font-size: 14px;
    line-height: 1.36;
    text-align: justify;
    margin: 10px;
}

.comments-add-col--content .add-points {
    width: 30px;
    height: 28px;
    background: none;
    position: absolute;
    left: 6px;
    top: 8px;
    padding: 0;
    cursor: pointer;
    border: 2px solid #878787;
    border-radius: 4px;
    color: #878787;
    font-size: 24px;
    line-height: 23px;
    outline: none;
    display: none;
}

.form-comment-title {
    margin-bottom: 12px;
    color: #565656;
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 1.375;
    position: relative;
}

.form-comment-title--positive {
    padding-right: 15px;
}

.form-comment-title--negative {
    padding-right: 15px;
}

.form-comment-title--positive:before {
    width: 8px;
    height: 8px;
    position: absolute;
    right: 16px;
    top: 6px;
    border-radius: 4px;
    background: #651fff;
    content: "";
}

.form-comment-title--negative:before {
    width: 8px;
    height: 8px;
    position: absolute;
    right: 16px;
    top: 6px;
    border-radius: 4px;
    background: #fb3449;
    content: "";
}

.ui-input--add-point {
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 22px;
}

.ui-input--add-point .ui-input-field {
    padding-left: 44px;
    width: 100%;
    height: 40px;
    margin: auto;
    border-radius: 10px;
    outline: none;
}

.ui-input--add-point .ui-input-point {
    width: 48px;
    height: 100%;
    background: none;
    border: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    cursor: pointer;
    outline: none;
}

.ui-input--add-point .ui-input-point:before {
    content: "+";
    font-size: 22px;
    width: 28px;
    height: 24px;
    line-height: 26px;
    text-align: center;
    position: absolute;
    top: 8px;
    left: 10px;
    color: #fff;
    background-color: #525252;
    border-radius: 50px;
}

.form-comment-dynamic-labels {
    width: 100%;
    margin-top: 6px;
    margin-bottom: 10px;
}

.ui-dynamic-label {
    position: relative;
    font-size: 12px;
    font-size: 0.857rem;
    line-height: 1.833;
    border-radius: 20px;
    padding: 8px 14px 8px 38px;
    background: #ccc;
    margin-bottom: 5px;
}

.ui-dynamic-label--positive {
    color: #651fff;
    background-color: rgba(119 233 251 / 14%);
}

.ui-dynamic-label--negative {
    background-color: rgb(251 119 119 / 14%);
    color: #ec1d4d;
}

.form-comment-dynamic-labels .ui-dynamic-label {
    margin-top: 0;
}

.ui-dynamic-label-remove {
    width: 38px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    outline: none !important;
}

.ui-dynamic-label-remove:before {
    position: absolute;
    content: "×";
    font-size: 25px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.form-ui .form-row-title {
    font-size: 13px;
    color: #666;
}

.form-ui .form-row .input-ui {
    width: 100%;
    height: 40px;
    margin: auto;
    outline: none;
    font-size: 12px;
    background: #f5f5f5;
    border-radius: 20px;
    padding: 15px;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    font-size: 11px;
    color: #999;
}

.comment-submit-button {
    font-size: 14px;
    line-height: 1.375;
    background-color: rgb(173, 173, 173);
    color: rgb(255, 255, 255);
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    padding: 10px 20px;
    margin-right: 10px;
}

.product-comment .comments-add-row .comments-add-col-form {
    padding: 40px 40px 34px 68px;
}

.product-comment .comments-add-col-content {
    padding: 58px 50px;
    margin-top: 40px;
    width: 100%;
    background-color: #f9f9f9;
    border-radius: 20px;
}

.product-comment .comments-add-col-content h3 {
    margin-bottom: 25px;
    letter-spacing: -0.5px;
    font-size: 1.371rem;
    line-height: 1.5;
    color: rgb(85, 85, 85);
    font-weight: 500;
}

.product-comment .comments-add-col-content p {
    font-size: 14px;
    line-height: 2.36;
    color: #757575;
}

/*product-comment--------------------------*/

/* labels */

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-default {
    background-color: #777;
}

.label-primary {
    background-color: #337ab7;
}

.label-success {
    background-color: #5cb85c;
}

.label-info {
    background-color: #5bc0de;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-danger {
    background-color: #d9534f;
}

/* labels */

.old_price {
    text-decoration: line-through;
    font-size: smaller;
    opacity: 0.5;
}

.brand_scrollable{
    overflow: auto;
    height: 360px;
}

._failed{ border-bottom: solid 4px red !important; }
._failed i{  color:red !important;  }

._success {
    box-shadow: 0 15px 25px #00000019;
    padding: 45px;
    width: 100%;
    text-align: center;
    margin: 40px auto;
    border-bottom: solid 4px #28a745;
}

._success i {
    font-size: 55px;
    color: #28a745;
}

._success h2 {
    margin-bottom: 12px;
    font-size: 30px;
    line-height: 1.2;
    margin-top: 10px;
}
._success h3 {
    margin-bottom: 5px;
    font-size: 25px;
    line-height: 1.2;
    margin-top: 10px;
}

._success p {
    margin-bottom: 10px;
    font-size: 18px;
    color: #495057;
    font-weight: 500;
}

.break_char {
    word-wrap: break-word;
}

#announcement-placeholder {
    height: 50px; /* Set this to the height of your announcement bar */
}

#announcement-placeholder {
    height: 50px; /* Set this to the height of your announcement bar */
}

#hellobar-bar {
    width: 100%;
    margin: 0;
    height: 50px; /* Specify the height of the announcement bar */
    display: table;
    font-size: 15px; /* Smaller font size */
    font-weight: 400;
    padding: 0.5em 1em;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    position: fixed;
    background-color: rgba(240, 82, 82, 1); /* Your specified background color */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    top: 0;
    left: 0;
    right: 0;
    animation: slideIn 1s ease-out forwards; /* Slide-in animation */
    z-index: 9999; /* Ensure it stays on top */
}

@keyframes slideIn {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

.hb-content-wrapper {
    text-align: center;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.hb-content-wrapper p {
    margin: 0;
}

.hb-text-wrapper {
    display: inline-block;
    line-height: 1.3;
    opacity: 0; /* Start with opacity 0 for fade-in effect */
    animation: fadeIn 2s ease-out forwards 1s; /* Fade-in animation */
}

.hb-text-wrapper .hb-headline-text {
    font-size: 1em; /* Smaller font size */
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-shadow: none; /* Remove text shadow to avoid glowing effect */
    font-family: inherit; /* Inherit the default font of the website */
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.input-container {
    position: relative;
    padding-left: 20px;  /* Adjust padding as needed */
}

.input-container input {
    color: transparent;
    text-align: center;  /* Align text to the center */
    font-size: 16px;
}

.input-container input::-webkit-outer-spin-button,
.input-container input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-container input[type=number] {
    -moz-appearance: textfield;
}

.formatted-value {
    position: absolute;
    top: 50%;
    left: 50%;  /* Center align */
    transform: translate(-50%, -50%);
    pointer-events: none;
    color: #000;
    font-size: 16px;
    direction: rtl;  /* Ensure proper direction for Persian text */
}

.currency {
    font-size: 16px;
    margin-left: 5px;  /* Adjust margin as needed */
}
